summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
1999-03-10Named callback function in a menu item inside a class prepended theBill Spitzak
1999-03-09Updated Linux DSO rules.Michael R Sweet
1999-03-09Fix from Phil Nelson so that write-code menu item writes to theBill Spitzak
1999-03-04Got rid of malloc.h include - should be using stdlib.h anyways...Michael R Sweet
1999-03-04Fixed FLUID bug - can now override code and header file names from theMichael R Sweet
1999-02-22Public/private status was not honored for menu items.Michael R Sweet
1999-02-19Fixed array_name() bug - now correctly handles arrays in different classesMichael R Sweet
1999-02-19Changed "include_H_from_C" to default to 1 instead of 0.Michael R Sweet
1999-02-19Added comment parsing in _c_check().Michael R Sweet
1999-02-19Added modified patch from Tom Holroyd to support class "chaining".Michael R Sweet
1999-02-19Fixed bug in write_static() method - when getting the menu_name() andMichael R Sweet
1999-02-19Updated install rules to install files with write permission for theMichael R Sweet
1999-02-17Fix from Bill for infinite loop problem when moving groups of widgets.Michael R Sweet
1999-02-17Patch from Bill that adds virtual method support.Michael R Sweet
1999-02-16Whoops - missed a closing bracket...Michael R Sweet
1999-02-16Menu item numbering bug fix from Bill.Michael R Sweet
1999-01-31Added optimization for SGI builds (mike: please run autoconf before makingBill Spitzak
1999-01-26The about dialog was too small.Michael R Sweet
1999-01-26Lots of little GUI tweeks, capitalization changes, copyright update, etc.Michael R Sweet
1999-01-26Updated WIN32 clipboard file to be in the root directory to allow forMichael R Sweet
1999-01-26Commented out Help/Manual menu item since Help isn't implemented yet.Michael R Sweet
1999-01-25Updated copyright notice in FLUID.Michael R Sweet
1999-01-19Forgot the leading * on the pointer name for menu items.Michael R Sweet
1999-01-19Fixes from Bill:Michael R Sweet
1999-01-13The text color button in Fluid didn't pop up with the correct colorMichael R Sweet
1999-01-13Fixed problem with empty submenus not getting the right offsets.Michael R Sweet
1999-01-13Fixes from Bill:Michael R Sweet
1999-01-07A better static method patch from Bill.Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1999-01-07Updated makefile.Michael R Sweet
1998-12-08Menu items were being initialized static... Dropped the "static" fromMichael R Sweet
1998-12-06More #include and .C to .cxx changes...Michael R Sweet
1998-12-06Fixed another #include...Michael R Sweet
1998-12-06Fixed a couple stray #include's...Michael R Sweet
1998-12-06Missed a #include...Michael R Sweet
1998-12-06More changes for .C and .H to .cxx and .h...Michael R Sweet
1998-12-06Changes for .C == .cxx and .H == .h.Michael R Sweet
1998-12-02Fluid paste bug fix from Bill.Michael R Sweet
1998-12-02Fix for fluid - increases MAXSIZE to 2048 and added overflow check.Michael R Sweet
1998-12-02Fix for numericsort(), and drawing of some box types.Michael R Sweet
1998-11-25Added check for arrays in initialization - if so, use {(Fl_xyz *)0}...Michael R Sweet
1998-11-25Changed from hexadecimal escapes to octal, since hex might be causingMichael R Sweet
1998-11-25Added class/return value fixes from Bill.Michael R Sweet
1998-11-23Fixed class menu item code writing - now generate static variables andMichael R Sweet
1998-11-18Tab resize bug fix from Gustavo.Michael R Sweet
1998-11-18Fluid fix from Gustavo.Michael R Sweet
1998-11-12Added (unsigned char *) cast for Pixmap strings.Michael R Sweet
1998-11-10Incorporate SUBMENU_POINTER patch from Thomas Wey.Michael R Sweet
1998-11-09Widget variables we not being initialized to NULL.Michael R Sweet
1998-11-05Multiple patches from Bill:Michael R Sweet