index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fluid
/
Fl_Function_Type.cxx
Age
Commit message (
Expand
)
Author
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-15
Fix widget width tooltip and default parameter handling code.
Michael R Sweet
2002-05-12
Default argument patch from Fabien Constantini.
Michael R Sweet
2002-05-04
Add FL_EXPORT as a declaration-only prefix like extern.
Michael R Sweet
2002-04-28
Support "using" keyword.
Michael R Sweet
2002-04-26
Add lock icon next to static/private elements in FLUID.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-05-16
I18N didn't work right for menus - the messages numbers were wrong.
Michael R Sweet
2000-04-25
Bug fixes where I was getting the value from the input field instead of
Michael R Sweet
2000-02-05
Produces correct destructor for nested classes, patch from Alexandr Shevtsow
Bill Spitzak
2000-01-05
Added Fl.H required by an inline function if Fl_Repeat_Button.H
Bill Spitzak
1999-12-17
Patch from Clemens Hintze to allow declaratons of "typedef" to work.
Bill Spitzak
1999-08-17
You can make virtual destructors
Bill Spitzak
1999-08-05
Added Chrisophe Kalt's patch to add "extern "C"" to functions
Bill Spitzak
1999-08-05
Fixed so that a public declaration like #include "Foo" is written to the
Bill Spitzak
1999-07-22
Pragma added around xlib.h to shut up the IRIX compiler warnings
Bill Spitzak
1999-07-09
Fl_Decl_Type::write_code1() didn't work for class destructors.
Michael R Sweet
1999-06-12
Fixed subclass (Class::Member) output bug reported by Jim Hourihan.
Michael R Sweet
1999-05-11
Missing header files and FL_EXTERNs that prevented DLL's from compiling
Bill Spitzak
1999-04-30
Properly handling the "return outermost widget" case now.
gustavo
1999-03-29
Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
Carl E. Thompson
1999-02-19
Added comment parsing in _c_check().
Michael R Sweet
1999-02-19
Added modified patch from Tom Holroyd to support class "chaining".
Michael R Sweet
1999-02-17
Patch from Bill that adds virtual method support.
Michael R Sweet
1999-01-13
Fixes from Bill:
Michael R Sweet
1999-01-07
A better static method patch from Bill.
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1999-01-07
Updated makefile.
Michael R Sweet
1998-12-06
Missed a #include...
Michael R Sweet
1998-12-06
More changes for .C and .H to .cxx and .h...
Michael R Sweet
1998-11-25
Added class/return value fixes from Bill.
Michael R Sweet
1998-10-21
Added common headings & CVS tags.
Michael R Sweet
1998-10-21
Added fluid patch from Bill Spitzak; this moves the callback code down
Michael R Sweet
1998-10-19
More changes from Bill Spitzak.
Michael R Sweet
1998-10-15
Fluid fixes from Vincent PENNE.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet