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_Widget_Type.cxx
Age
Commit message (
Expand
)
Author
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-05-26
Fl_Double_Window is saved in .fl file
Bill Spitzak
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-04-24
FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;
Michael R Sweet
2000-03-06
Fix from Assar Westerlund - missing include.
Michael R Sweet
2000-02-05
Produces correct destructor for nested classes, patch from Alexandr Shevtsow
Bill Spitzak
1999-12-17
Patch from Clemens Hintze to allow declaratons of "typedef" to work.
Bill Spitzak
1999-09-08
Does not write "extern foo *bar" declarations twice.
Bill Spitzak
1999-08-09
Don't need ::write_declare, just write_declare...
Michael R Sweet
1999-08-05
Fixed so that a public declaration like #include "Foo" is written to the
Bill Spitzak
1999-04-26
Tab, space, backtab, and backspace can be used to navigate through menus.
Bill Spitzak
1999-04-18
Updated patch version to 2 (1.0.2)
Michael R Sweet
1999-04-18
Changes so that "extra code" goes before o->end() and close bracket.
gustavo
1999-04-10
fluid outputs symbolic names for align() and when() to the C++ code
Bill Spitzak
1999-02-19
Fixed array_name() bug - now correctly handles arrays in different classes
Michael R Sweet
1999-01-13
The text color button in Fluid didn't pop up with the correct color
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-06
Fixed another #include...
Michael R Sweet
1998-12-06
More changes for .C and .H to .cxx and .h...
Michael R Sweet
1998-12-02
Fix for numericsort(), and drawing of some box types.
Michael R Sweet
1998-11-25
Added check for arrays in initialization - if so, use {(Fl_xyz *)0}...
Michael R Sweet
1998-11-25
Added class/return value fixes from Bill.
Michael R Sweet
1998-11-18
Fluid fix from Gustavo.
Michael R Sweet
1998-11-09
Widget variables we not being initialized to NULL.
Michael R Sweet
1998-11-05
Multiple patches from Bill:
Michael R Sweet
1998-10-21
Added common headings & CVS tags.
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