summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-26Fl_Double_Window is saved in .fl fileBill Spitzak
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-25Bug fixes where I was getting the value from the input field instead ofMichael R Sweet
2000-04-25Fixed bug in i18n_type_cb() - wasn't setting the i18n_xyz string variablesMichael R Sweet
2000-04-24FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;Michael R Sweet
2000-04-04Fixes for Cygwin POSIX emulation layer from Norman Vine.Bill Spitzak
2000-03-15Documentation updates for 1.0.8.Michael R Sweet
2000-03-06Fix from Assar Westerlund - missing include.Michael R Sweet
2000-02-25Updated version to 1.0.8.Michael R Sweet
2000-02-05Produces correct destructor for nested classes, patch from Alexandr ShevtsowBill Spitzak
2000-01-05Added Fl.H required by an inline function if Fl_Repeat_Button.HBill Spitzak
1999-12-17Patch from Clemens Hintze to allow declaratons of "typedef" to work.Bill Spitzak
1999-11-20Running with -c on a file with browsers in it does not require XBill Spitzak
1999-09-10The arrow patch is in!Bill Spitzak
1999-09-08Does not write "extern foo *bar" declarations twice.Bill Spitzak
1999-08-25Now correctly draws XPM files with 16-bit color indexes.Bill Spitzak
1999-08-17You can make virtual destructorsBill Spitzak
1999-08-09Don't need ::write_declare, just write_declare...Michael R Sweet
1999-08-05Added Chrisophe Kalt's patch to add "extern "C"" to functionsBill Spitzak
1999-08-05Fixed so that a public declaration like #include "Foo" is written to theBill Spitzak
1999-07-31String output (for images in the C code) does not produce trigraphsBill Spitzak
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak
1999-07-09Fl_Decl_Type::write_code1() didn't work for class destructors.Michael R Sweet
1999-06-12Fixed subclass (Class::Member) output bug reported by Jim Hourihan.Michael R Sweet
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-04-30Properly handling the "return outermost widget" case now.gustavo
1999-04-26Tab, space, backtab, and backspace can be used to navigate through menus.Bill Spitzak
1999-04-19Updated documentation version & edition.Michael R Sweet
1999-04-18Changed exit callback in FLUID to moe standard "Save Changes?"Michael R Sweet
1999-04-18Updated patch version to 2 (1.0.2)Michael R Sweet
1999-04-18Changes so that "extra code" goes before o->end() and close bracket.gustavo
1999-04-17Submenu titles did not always get the FL_SUBMENU bit turned on whenBill Spitzak
1999-04-10fluid outputs symbolic names for align() and when() to the C++ codeBill Spitzak
1999-04-03textstuff() methods no longer inline to work around a bug in a compiler.Carl E. Thompson
1999-03-30Bugfix. FLUID now compiles under UNIX! ;->Carl E. Thompson
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-03-25Updated README and distribution packages to use v1.0.1.Michael R Sweet
1999-03-13Fixed fluid bug that caused styles patch to crash when you delete menu item.Bill Spitzak
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