summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2001-08-05Image labels!Michael R Sweet
2001-08-05Keyboard nav for tabs.Michael R Sweet
2001-08-04Hide and show overlapping buttons as needed for widgets and windows.Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-02OpenGL stuff is now in libfltkgl.*Michael R Sweet
2001-08-02FileIcon, FileBrowser, FileChooser stuff.Michael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet
2001-04-13Write pixmap strings as const char *[] instead of char *[].Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet
2001-02-12Configure script changes to support man pages, HTMLDOC, AIX/QNX withMichael R Sweet
2001-02-01Use GetTempPath() under WIN32 for the clipboard file location.Michael R Sweet
2001-01-28fl_curve uses a much better algorithim to figure out how many piecesBill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2001-01-21Fixed the write-menu bug introduced in .10Bill Spitzak
2000-11-21Fixes for hidden class members...Michael R Sweet
2000-11-20strcasecmp() for FLUID under AIX.Michael R Sweet
2000-10-17Fluid restores which tab in an Fl_Tabs was selected when loads .flBill Spitzak
2000-09-23Fixed size of data written by gif images to .C filesBill Spitzak
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-07-07Buttons with box(FL_NO_BOX) did not draw. Apparently they did inBill Spitzak
2000-06-29Fixed .gif files in fluid, they were broken by the fix for large .xpmBill Spitzak
2000-06-16Patch from Dmitry Potapov for fluid to not crash on (I think)Bill Spitzak
2000-06-08Patch from Jacques Tremblay so fluid -cs writes out the I18N string fileBill Spitzak
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