| Age | Commit message (Expand) | Author |
| 2002-12-19 | Doco updates. | Michael R Sweet |
| 2002-12-04 | OSX fixes for GLUT/GL window classes. | Michael R Sweet |
| 2002-11-25 | Bump version number in CVS... | Michael R Sweet |
| 2002-11-19 | Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't return | Michael R Sweet |
| 2002-11-19 | Get rid of some valid compiler warnings with CodeWarrior that were reported | Michael R Sweet |
| 2002-11-14 | Add const char * add methods to Fl_Check_Browser. | Michael R Sweet |
| 2002-11-14 | Add Alpha compiler stuff and cast for menu code. | Michael R Sweet |
| 2002-11-12 | Fixed missing undo bug in Fl_Text_Editor. Undo would be performed on | Matthias Melcher |
| 2002-11-08 | Add draw_children() method to Fl_Group. | Michael R Sweet |
| 2002-11-05 | Added 'Undo' to Fl_Text_Editor by reusing some of the Fl_Input_ code. I tried... | Matthias Melcher |
| 2002-11-05 | Added callbacks to Fl_Text_Editor. | Matthias Melcher |
| 2002-10-30 | Update tile documentation to be explicit about widgets touching and doing | Michael R Sweet |
| 2002-10-29 | 2.0 tooltip changes into 1.1.x. | Michael R Sweet |
| 2002-10-24 | First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus, | Michael R Sweet |
| 2002-10-20 | Implement Fl_Shared_Image::uncache(). | Michael R Sweet |
| 2002-10-15 | Preliminary OpenGL single-buffering fix. | Michael R Sweet |
| 2002-10-11 | Use memmove() instead of memcpy() in several key places. | Michael R Sweet |
| 2002-10-07 | Bump patch version in FL/Enumerations.H... | Michael R Sweet |
| 2002-10-04 | New Fl_Widget::redraw_label() method to cleanly redraw the label of a | Michael R Sweet |
| 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 |