| 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 | Multiple bug fixes from Sebastien: | Michael R Sweet |
| 2001-12-18 | - Mac: greatly improved OpenGL support, some window management, | Matthias Melcher |
| 2001-12-16 | Fix other widgets to use Fl::focus() instead of take_focus(). | Michael R Sweet |
| 2001-12-15 | Add "shown()" method to Fl_File_Chooser. | Michael R Sweet |
| 2001-12-14 | Clean up default menu for FLTK applications - don't need "About FLTK". | Michael R Sweet |
| 2001-12-14 | More tweeking of plastic boxtypes. | Michael R Sweet |
| 2001-12-11 | Multiple fixes from Sebastien. | 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 | Run $(RANLIB) on installed static libraries, since some OS's (i.e. Darwin) | Michael R Sweet |
| 2001-12-06 | Implemeted 95% of all Mac OS X support. Makefiles still need modifications. | Matthias Melcher |
| 2001-12-04 | FLTK for Mac: | Matthias Melcher |
| 2001-12-03 | My bad... Remove autoconf-generated Enumerations.H - it's only | 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-29 | Fix for makesrcdist script... | Michael R Sweet |
| 2001-11-29 | Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exe | Michael R Sweet |
| 2001-11-29 | Minor tweeks to the configure script for CygWin and Mesa. | Michael R Sweet |
| 2001-11-29 | Update tile image... | Michael R Sweet |
| 2001-11-29 | VC++ fixes, plus add new tiled_image project file. | 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 | More doco updates. | Michael R Sweet |
| 2001-11-28 | Add Fl::version() and Fl::event() methods. | Michael R Sweet |
| 2001-11-28 | Fix fltk-config --compile filename.cxx so it echos the command and | Michael R Sweet |
| 2001-11-27 | Configure script changes... | Michael R Sweet |
| 2001-11-27 | Fix typos from OSX commit. | Michael R Sweet |
| 2001-11-27 | Preliminary commit of my MacOS X work. | 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 | Add flstring.h header file to include string functions, strcasecmp | Michael R Sweet |
| 2001-11-25 | Forgot to add this file... | 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 |
| 2001-11-24 | Fix bugs in copy() methods. | Michael R Sweet |
| 2001-11-23 | Add code for PNG and JPEG images. | Michael R Sweet |
| 2001-11-22 | Fix all references to '.C' files (now .cxx) | Michael R Sweet |
| 2001-11-19 | Move header installs to new FL/Makefile, which is generated by | Michael R Sweet |
| 2001-11-19 | WIN32 fixes for the new image stuff... | Michael R Sweet |
| 2001-11-19 | OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_Image | Michael R Sweet |
| 2001-11-18 | Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functions | Michael R Sweet |
| 2001-11-17 | Add fl_beep() function. | Michael R Sweet |
| 2001-11-17 | Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that | Michael R Sweet |
| 2001-11-03 | Add Fl::visible_focus() method. | Michael R Sweet |
| 2001-11-02 | Range check input in Fl_Browser::make_visible() | Michael R Sweet |
| 2001-11-01 | Fixes for old C++ compilers (e.g. IRIX 5.3) | Michael R Sweet |
| 2001-10-29 | 32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color() | Michael R Sweet |
| 2001-10-27 | Don't allow extra boxtypes to override user-defined boxtypes. | Michael R Sweet |
| 2001-10-22 | Make Fl_Widget::parent() work with Fl_Group pointers... | Michael R Sweet |