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
Age
Commit message (
Expand
)
Author
1999-01-07
Updated makefile.
Michael R Sweet
1998-12-08
Menu items were being initialized static... Dropped the "static" from
Michael R Sweet
1998-12-06
More #include and .C to .cxx changes...
Michael R Sweet
1998-12-06
Fixed another #include...
Michael R Sweet
1998-12-06
Fixed a couple stray #include's...
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-12-06
Changes for .C == .cxx and .H == .h.
Michael R Sweet
1998-12-02
Fluid paste bug fix from Bill.
Michael R Sweet
1998-12-02
Fix for fluid - increases MAXSIZE to 2048 and added overflow check.
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
Changed from hexadecimal escapes to octal, since hex might be causing
Michael R Sweet
1998-11-25
Added class/return value fixes from Bill.
Michael R Sweet
1998-11-23
Fixed class menu item code writing - now generate static variables and
Michael R Sweet
1998-11-18
Tab resize bug fix from Gustavo.
Michael R Sweet
1998-11-18
Fluid fix from Gustavo.
Michael R Sweet
1998-11-12
Added (unsigned char *) cast for Pixmap strings.
Michael R Sweet
1998-11-10
Incorporate SUBMENU_POINTER patch from Thomas Wey.
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
Rebuilt using 1.0 beta 19981021 tree.
Michael R Sweet
1998-10-21
Removed more old files.
Michael R Sweet
1998-10-21
Changed the version number to 1.0.
Michael R Sweet
1998-10-21
Removed a few other old files.
Michael R Sweet
1998-10-21
Removed demo source files that are generated via Fluid.
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-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-20
Updated makefiles for new heading and new top-level makefile.
Michael R Sweet
1998-10-19
More changes from Bill Spitzak.
Michael R Sweet
1998-10-19
Added Gustavo's damage() update - now use symbolic constants for all values!
Michael R Sweet
1998-10-15
Removed mystery source files penne.C and penne.H...
Michael R Sweet
1998-10-15
Minor fix to Vincent's patch - bool isn't a standard type with all C++
Michael R Sweet
1998-10-15
Fluid fixes from Vincent PENNE.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet