| Age | Commit message (Expand) | Author |
| 2001-12-20 | Implement Fl::scheme() and Fl::reload_scheme() (this includes support | Michael R Sweet |
| 2001-12-20 | fixed iBook keyboard bug. | Matthias Melcher |
| 2001-12-19 | "make clean" should not delete makedepend, since we now track this | Michael R Sweet |
| 2001-12-19 | Multiple bug fixes from Sebastien: | Michael R Sweet |
| 2001-12-19 | Reset horizontal position in value() method, too. | Michael R Sweet |
| 2001-12-19 | Allow any child widget to be resizable in Fl_Pack. | Michael R Sweet |
| 2001-12-19 | MacOS: added opaque window resizing, | Matthias Melcher |
| 2001-12-18 | Resize horizontal scrollbar. | Michael R Sweet |
| 2001-12-18 | Mac: now lists all available fonts (some have unicode names | Matthias Melcher |
| 2001-12-17 | Fl_File_Chooser wasn't calling Fl_Window::hotspot() prior to showing, so | Michael R Sweet |
| 2001-12-17 | Check for *BSD -pthread option. | Michael R Sweet |
| 2001-12-17 | Only use clipping box if it is valid. | Michael R Sweet |
| 2001-12-17 | Remove Fl_Mutex and Fl_Signal_Mutex from threads.h - not portable, and | Michael R Sweet |
| 2001-12-17 | Fl_Help_View now ignores links when the link callback returns NULL, and | Michael R Sweet |
| 2001-12-17 | FLUID didn't support the plastic boxtypes. | Michael R Sweet |
| 2001-12-17 | Hide tooltips when hiding a window. | Michael R Sweet |
| 2001-12-17 | Don't append a semicolon to callback function code when the last line | Michael R Sweet |
| 2001-12-16 | Fix other widgets to use Fl::focus() instead of take_focus(). | Michael R Sweet |
| 2001-12-16 | Update the radio button circle drawing code to take the boxtype borders | Michael R Sweet |
| 2001-12-15 | Add "shown()" method to Fl_File_Chooser. | Michael R Sweet |
| 2001-12-14 | Documentation makefile should be using --batch option, not list all | Michael R Sweet |
| 2001-12-14 | Implement Fl::set_font(Fl_Font, Fl_Font)... | Michael R Sweet |
| 2001-12-14 | More tweeking of plastic boxtypes. | Michael R Sweet |
| 2001-12-12 | Update documentation screenshots (still have some to go...) | Michael R Sweet |
| 2001-12-12 | Added Carbon event handling for Mac OS X gaining support for the | Matthias Melcher |
| 2001-12-12 | Update paragraph 4 of the FLTK license exemptions; basically, justify/ | Michael R Sweet |
| 2001-12-11 | Multiple fixes from Sebastien. | Michael R Sweet |
| 2001-12-10 | "make uninstall" didn't uninstall the OpenGL library. | Michael R Sweet |
| 2001-12-09 | Mac: Added missing Cursor Shapes for Mac version | Matthias Melcher |
| 2001-12-08 | Fix infinite loop problem in Fl_Text_Editor - was resizing before we | Michael R Sweet |
| 2001-12-06 | FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX. | Michael R Sweet |
| 2001-12-06 | Don't pop up the message box for warnings under WIN32. | Michael R Sweet |
| 2001-12-06 | Use FL_NO_BOX for check button and round button. | Michael R Sweet |
| 2001-12-06 | Implemeted 95% of all Mac OS X support. Makefiles still need modifications. | Matthias Melcher |
| 2001-12-05 | Add support for 2-byte XPM files. | Michael R Sweet |
| 2001-12-05 | Segfault fixes... | Michael R Sweet |
| 2001-12-04 | updated CHANGES file | Matthias Melcher |
| 2001-12-03 | Make Fl_Text_Display use the same defaults for the selection and background | Michael R Sweet |
| 2001-12-03 | Bug fixes and doco updates care of Sebastian. | Michael R Sweet |
| 2001-12-01 | Fix Fl_Tabs to use boxtypes exclusively for drawing the tabs. This results | Michael R Sweet |
| 2001-11-30 | Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget. | Michael R Sweet |
| 2001-11-28 | Add new plastic box types (kindof a shiny translucent box type...) | Michael R Sweet |
| 2001-11-28 | Missing cast in Fl_Tooltip.cxx... | Michael R Sweet |
| 2001-11-28 | Add Fl::version() and Fl::event() methods. | Michael R Sweet |
| 2001-11-26 | Doco updates. | Michael R Sweet |
| 2001-11-26 | New filename_relative() function, and use it from fl_file_chooser() and | Michael R Sweet |
| 2001-11-25 | Redo Fluid_Image class to use Fl_Shared_Image instead of its own subclasses | Michael R Sweet |
| 2001-11-25 | Add flstring.h header file to include string functions, strcasecmp | Michael R Sweet |
| 2001-11-24 | Added XBM, XPM, and PNM image file classes. | Michael R Sweet |
| 2001-11-24 | Add horizontal scrollbar to Fl_Help_View. | Michael R Sweet |