| Age | Commit message (Expand) | Author |
| 2005-07-19 | Better support for Live mode in Fluid. Most Widget attributes are now support... | Matthias Melcher |
| 2005-07-16 | Changing the 'private' flag would not reflect in the widget browser immediately. | Matthias Melcher |
| 2005-07-14 | - Fixed Fl_Bitmap::copy code according to Stephans suggestions. Thanks! Good ... | Matthias Melcher |
| 2005-07-09 | fixed 'static' vs. forward declaration mixup for my last commit | Matthias Melcher |
| 2005-07-08 | Added the first implementation of "live mode" to Fluid. This is incomplete an... | Matthias Melcher |
| 2005-04-21 | FLUID wasn't tracking all changes on the widget panel, so undo and save stuff | Michael R Sweet |
| 2005-04-16 | Update source file headers with STR web page. | Michael R Sweet |
| 2005-04-16 | Update "clean" targets to properly handle core files, remove backup files, | Michael R Sweet |
| 2005-04-15 | Fix subclass callback output code. | Michael R Sweet |
| 2005-04-15 | Don't make non-inline methods from FLUID inline (that is, remove the | Michael R Sweet |
| 2005-03-28 | Fixed window class code generation. | Michael R Sweet |
| 2005-03-28 | Add support to FLUID for widget class creation without the intermediate | Michael R Sweet |
| 2005-03-24 | Resizing or moving a window through the widget panel now resets the | Michael R Sweet |
| 2005-03-21 | Initial integration with editor-based CodeEditor class (only the widget | Michael R Sweet |
| 2005-03-20 | Use uppercase letters for shortcut labels (e.g. "Ctrl+N", not | Michael R Sweet |
| 2005-03-20 | Add "scheme" chooser in GUI settings dialog. | Michael R Sweet |
| 2005-03-20 | Hide/Show Widget Bin and Overlays, instead of checks. | Michael R Sweet |
| 2005-03-19 | Many FLUID updates... | Michael R Sweet |
| 2005-03-07 | More guide stuff - most of the widgets that need it should have their | Michael R Sweet |
| 2005-03-07 | Add ideal_size() and ideal_spacing() methods, which are used for the | Michael R Sweet |
| 2005-03-06 | Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of the | Michael R Sweet |
| 2005-02-24 | Copyright updates. | Michael R Sweet |
| 2005-02-06 | Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed. | Matthias Melcher |
| 2004-04-11 | Copyright updates and prep for 1.1.5rc1. | Michael R Sweet |
| 2003-09-03 | Use symbolic names whenever possible, otherwise cast ints to Fl_Color. | Michael R Sweet |
| 2003-08-02 | Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120) | Michael R Sweet |
| 2003-07-12 | Fix Xft2 usage (still need to do a final fix that loads the proper X | Michael R Sweet |
| 2003-05-27 | Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacks | Michael R Sweet |
| 2003-05-18 | Add thin up box with plastic style. | Michael R Sweet |
| 2003-03-26 | Fix widget callback code error check and assignment. | Michael R Sweet |
| 2002-11-05 | Added callbacks to Fl_Text_Editor. | Matthias Melcher |
| 2002-11-03 | Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor. | Matthias Melcher |
| 2002-11-01 | Fix widget construction code for custom/named widget classes. | Michael R Sweet |
| 2002-09-09 | Fluid treats any class name for the outer window that does not contain | Bill Spitzak |
| 2002-09-04 | Fixes from Matthew Morrise. | Michael R Sweet |
| 2002-08-09 | More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. | Michael R Sweet |
| 2002-05-24 | Get rid of as many compiler warnings as possible. | Michael R Sweet |
| 2002-05-16 | Massive update to use strlcpy() and strlcat() instead of strncpy() | Michael R Sweet |
| 2002-04-28 | Support "using" keyword. | Michael R Sweet |
| 2002-04-26 | Add lock icon next to static/private elements in FLUID. | Michael R Sweet |
| 2002-03-24 | Doco updates for 1.1. | Michael R Sweet |
| 2002-01-01 | Copyright updates... | Michael R Sweet |
| 2001-12-17 | FLUID didn't support the plastic boxtypes. | Michael R Sweet |
| 2001-12-17 | Don't append a semicolon to callback function code when the last line | Michael R Sweet |
| 2001-11-25 | Add flstring.h header file to include string functions, strcasecmp | Michael R Sweet |
| 2001-10-30 | FLUID didn't write static data for the deimage() image. | Michael R Sweet |
| 2001-10-29 | 32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color() | Michael R Sweet |
| 2001-10-01 | FLUID: can't use "i->image(o)" if "i" is NULL... :) | Michael R Sweet |
| 2001-09-29 | Tooltips, and more tooltips. | Michael R Sweet |
| 2001-09-29 | Enable all of the new FLUID stuff... | Michael R Sweet |