| Age | Commit message (Expand) | Author |
| 2002-07-17 | Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability. | Michael R Sweet |
| 2002-07-17 | First steps in CodeWarrior on OS_X support. | Matthias Melcher |
| 2002-07-14 | Boy, aren't WIN32 compilers *so* much fun. | Michael R Sweet |
| 2002-07-14 | More FL_EXPORT stuff for WIN32. | Michael R Sweet |
| 2002-07-14 | Change the Fl_Group current, add, and remove methods so they are no longer | Michael R Sweet |
| 2002-07-11 | minor changes to make FLTK compile as a DLL in CodeWarrior | Matthias Melcher |
| 2002-07-08 | Avoid VC++ bug with STL - "list" is a template class, but VC++ doesn't | Michael R Sweet |
| 2002-07-08 | Add Fl::remove_handler() method. | Michael R Sweet |
| 2002-07-01 | File chooser updates - ../ and ./ map properly, now show ".." in the | Michael R Sweet |
| 2002-07-01 | Some patches from Ori Berger to plug some resource leaks and use a | Michael R Sweet |
| 2002-06-29 | Small changes to make Metrowerks CodeWarrior for Windows work. | Matthias Melcher |
| 2002-06-28 | Separate the extra image functions into fltk_images. | Michael R Sweet |
| 2002-06-27 | Fix math header for nocygwin mode. | Michael R Sweet |
| 2002-06-26 | Better MingW handling. | Michael R Sweet |
| 2002-06-24 | Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names. | Michael R Sweet |
| 2002-06-11 | Prefer fl_push_clip() over fl_clip(). | Michael R Sweet |
| 2002-06-09 | Add documentation for using styles in text editor. | Michael R Sweet |
| 2002-06-09 | Add color definitions for "dark red", etc. | Michael R Sweet |
| 2002-06-08 | Fix test for OpenGL libraries - not == xno, but != xyes. | 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-30 | fl_read_image() - not implemented for WIN32 or OSX yet. | Michael R Sweet |
| 2002-05-25 | Clean up string includes. | Michael R Sweet |
| 2002-05-24 | Fix cancel bug in file chooser with multiple-selection mode. | Michael R Sweet |
| 2002-05-21 | Fix links inside PRE | Michael R Sweet |
| 2002-05-16 | Massive update to use strlcpy() and strlcat() instead of strncpy() | Michael R Sweet |
| 2002-05-13 | Change _WIN32 to WIN32 for 1.1.x tree. | Michael R Sweet |
| 2002-05-13 | Backported the fltk2.0 tooltips. This may be somewhat binary incompatable | Bill Spitzak |
| 2002-05-10 | Use 16x16 KDE icon images by default. | Michael R Sweet |
| 2002-05-07 | Change "typedef enum {} type" to "enum type {}"... | Michael R Sweet |
| 2002-05-03 | Fix portability problems with Solaris Forte C++ compiler. | Michael R Sweet |
| 2002-05-02 | Add sort function to file chooser. | Michael R Sweet |
| 2002-05-02 | Add sort function as optional argument to Fl_File_Browser::load(). | Michael R Sweet |
| 2002-05-02 | Fix new filename stuff for WIN32. | Michael R Sweet |
| 2002-05-02 | Update fl_filename_list() to accept a sort function to use, and export | Michael R Sweet |
| 2002-05-01 | Fix backspace "bug" in file chooser - now treat delete and backspace the | Michael R Sweet |
| 2002-04-30 | added binary support and procedural names to | Matthias Melcher |
| 2002-04-30 | New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File | Michael R Sweet |
| 2002-04-30 | Fl_Preferences::getUserdataPath() and getPath() methods now require a | Michael R Sweet |
| 2002-04-29 | Damned MS-DOS line endings! | Michael R Sweet |
| 2002-04-29 | Re-import the *current* version of Matthias's code, with appropriate | Michael R Sweet |
| 2002-04-28 | Add Fl_Preferences class to base library. | Michael R Sweet |
| 2002-04-26 | Images in menu items... | Michael R Sweet |
| 2002-04-18 | Add missing docos for Fl_Progress. | Michael R Sweet |
| 2002-04-15 | Change fl_create_deepmask() to fl_create_alphamask(). | Michael R Sweet |
| 2002-04-14 | Added fl_create_deepmask() method for creating alpha blend masks. | Michael R Sweet |
| 2002-04-14 | Propagate events from the tooltip window to the widget we are tooltipping | Michael R Sweet |
| 2002-04-13 | Add Fl::dnd_text_ops() methods. | Michael R Sweet |
| 2002-04-12 | Move ENTER/LEAVE handling to Fl_Box so that the default event handler | Michael R Sweet |
| 2002-04-11 | Make Fl_Output a subclass of Fl_Input, and add input_type and readonly | Michael R Sweet |