| Age | Commit message (Expand) | Author |
| 2002-09-20 | Apply patch from George Garvey to make Fl_Text_Display/Buffer based on | Michael R Sweet |
| 2002-09-05 | Mac OS X: modified Fl_Preferences::Node::search to correctly handle groups | Matthias Melcher |
| 2002-09-04 | Fixes from Matthew Morrise. | Michael R Sweet |
| 2002-09-03 | Fix typo... | Michael R Sweet |
| 2002-09-03 | Tweek math header (again) for MingW... | Michael R Sweet |
| 2002-08-30 | Make sure all strings can be localized in the dialogs. | Michael R Sweet |
| 2002-08-27 | Add constructors that accept the path to use (rather then SYSTEM or USER | Michael R Sweet |
| 2002-08-20 | DLL fix from Robin Hakanson. | Michael R Sweet |
| 2002-08-14 | OK DLLs now work again under VC++... | Michael R Sweet |
| 2002-08-14 | More FL_EXPORT fun... | Michael R Sweet |
| 2002-08-14 | DLL changes (still some more to go...) | Michael R Sweet |
| 2002-08-09 | More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. | Michael R Sweet |
| 2002-08-09 | More shadow variable changes... | Michael R Sweet |
| 2002-08-09 | Move the rest of the image file formats (except for XBM and XPM) to | Michael R Sweet |
| 2002-08-05 | Fl_Text_Display::resize() should be public... | Michael R Sweet |
| 2002-08-05 | Range check Fl_Text_Buffer::search_forward(). | Michael R Sweet |
| 2002-08-01 | Add default cursor as data the Fl_Window tracks individually (with the | Michael R Sweet |
| 2002-08-01 | Add image() methods to Fl_Menu_Item. | Michael R Sweet |
| 2002-07-30 | Added Fl::get_boxtype() method. | Michael R Sweet |
| 2002-07-23 | Add wrap() method and bit for Fl_Input_, and make word wrap dependent | Michael R Sweet |
| 2002-07-23 | Make newButton and previewButton public, so that you can hide/disable them | Michael R Sweet |
| 2002-07-23 | Remove extra 3 pixel offset when the size is below a certain amount; | Michael R Sweet |
| 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 |