| Age | Commit message (Expand) | Author |
| 2002-07-14 | Ignore fluid-shared and all exe files. | Michael R Sweet |
| 2002-07-14 | Change the Fl_Group current, add, and remove methods so they are no longer | Michael R Sweet |
| 2002-06-28 | Don't need to manually register image formats in these programs. | Michael R Sweet |
| 2002-06-28 | Separate the extra image functions into fltk_images. | Michael R Sweet |
| 2002-06-07 | New file chooser. | Michael R Sweet |
| 2002-05-31 | Some C++ compilers can't handle char& and int& versions of methods, so | 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-05-15 | Fix widget width tooltip and default parameter handling code. | Michael R Sweet |
| 2002-05-13 | WIN32 compile fixes. | Michael R Sweet |
| 2002-05-13 | Expand menu item fix for all menu widgets (menu bar, menu button, choice, | Michael R Sweet |
| 2002-05-12 | Fix FLUID menu drawing bug reported by Paul Sydney (didn't rebuild the | Michael R Sweet |
| 2002-05-12 | Default argument patch from Fabien Constantini. | Michael R Sweet |
| 2002-05-04 | Fix scandir dirent stuff under WIN32. | Michael R Sweet |
| 2002-05-04 | Add FL_EXPORT as a declaration-only prefix like extern. | Michael R Sweet |
| 2002-05-03 | Fix portability problems with Solaris Forte C++ compiler. | Michael R Sweet |
| 2002-05-03 | Don't open the display to load a .fl file. | Michael R Sweet |
| 2002-05-02 | Fix filename handling; this should take care of every scenario... | Michael R Sweet |
| 2002-05-02 | Update some FLUID documentation, no snapshots though. | Matthias Melcher |
| 2002-05-01 | Need to call set_filename() before reading FLUID file, since otherwise | Michael R Sweet |
| 2002-05-01 | Fixed 'Open Previuos' bug in FLUID. | Matthias Melcher |
| 2002-05-01 | Run "fltk-config --post" after installing and stripping fluid; otherwise | Michael R Sweet |
| 2002-05-01 | Break grid and GUI settings into separate dialogs. | Michael R Sweet |
| 2002-05-01 | Added layout menu to FLUID. The menu contains | Matthias Melcher |
| 2002-05-01 | WIN32 doesn't support popen(), but Cygwin does. | Michael R Sweet |
| 2002-05-01 | Add shell command support to FLUID. | Michael R Sweet |
| 2002-05-01 | Fix FLUID so that open_cb() and open_history_cb() set the filename | Michael R Sweet |
| 2002-04-30 | added binary support and procedural names to | Matthias Melcher |
| 2002-04-30 | Fl_Preferences::getUserdataPath() and getPath() methods now require a | Michael R Sweet |
| 2002-04-28 | Support "using" keyword. | Michael R Sweet |
| 2002-04-28 | Make code dialog wider. | Michael R Sweet |
| 2002-04-28 | Fix which icon is shown in FLUID (had it backwards) | Michael R Sweet |
| 2002-04-27 | Add unlock icon for public stuff. | Michael R Sweet |
| 2002-04-27 | Change lock icon color to red. | Michael R Sweet |
| 2002-04-26 | Add lock icon next to static/private elements in FLUID. | Michael R Sweet |
| 2002-04-11 | Make Fl_Output a subclass of Fl_Input, and add input_type and readonly | Michael R Sweet |
| 2002-04-10 | Update dependencies... | Michael R Sweet |
| 2002-04-01 | FLUID code that uses snprintf() needs to include src/flstring.h... | Michael R Sweet |
| 2002-03-28 | Test makefile didn't include makedepend file... | Michael R Sweet |
| 2002-03-25 | Move forms code to fltk_forms library, a la 2.0. | Michael R Sweet |
| 2002-03-25 | Rename all remaining functions that don't start with fl_ to | Michael R Sweet |
| 2002-03-25 | Remove old GIF reading code that isn't used anymore... | Michael R Sweet |
| 2002-03-24 | Doco updates for 1.1. | Michael R Sweet |
| 2002-03-07 | Re-add dependency files. | Michael R Sweet |
| 2002-03-07 | Back-ported cut & paste code from fltk2.0. | Bill Spitzak |
| 2002-02-20 | Update copyright in FLUID "about" window. | Michael R Sweet |
| 2002-02-15 | Use +O2 for compiler on HP-UX. | Michael R Sweet |
| 2002-01-15 | Use CXXFLAGS when linking fluid... | Michael R Sweet |
| 2002-01-15 | Strip fluid after the copy to bindir. | Michael R Sweet |
| 2002-01-15 | Unixware fixes. | Michael R Sweet |