| Age | Commit message (Expand) | Author |
| 2001-11-19 | Don't send FL_RELEASE events for buttons 4 and 5 (mouse wheel) | 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-18 | More CygWin stuff, and a fix for WIN32 with the new fl_beep() function. | Michael R Sweet |
| 2001-11-17 | Always use PIXELFORMAT cast for WIN32 OpenGL stuff. | Michael R Sweet |
| 2001-11-17 | Keep tooltip windows on the screen. | Michael R Sweet |
| 2001-11-17 | Limit width of drop-down button in Fl_Choice widgets. | Michael R Sweet |
| 2001-11-17 | Make paste logic smarter for int and float fields. | Michael R Sweet |
| 2001-11-17 | Add fl_beep() function. | Michael R Sweet |
| 2001-11-17 | Pass pointers to pp and info when calling the new | Michael R Sweet |
| 2001-11-17 | Update configure script to support non-X platforms; currently just | 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-05 | Doco updates (more to come) | Michael R Sweet |
| 2001-11-03 | Update all non-text widgets that take keyboard focus to check | 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-02 | Add check for GCC 2.96, and add -lsupc++ to the link line if so... | Michael R Sweet |
| 2001-11-02 | Removed the "Microsoft" button from the menu demo. | Michael R Sweet |
| 2001-11-01 | Fixes for old C++ compilers (e.g. IRIX 5.3) | Michael R Sweet |
| 2001-11-01 | Add "LIBS" to fltk-config --ldflags output (for -L/usr/X11R6/lib, for | Michael R Sweet |
| 2001-11-01 | Fix uversion setup (only numbers please) | Michael R Sweet |
| 2001-11-01 | Fix "checking" messages... | Michael R Sweet |
| 2001-11-01 | Clean up configure script a little, update default man page | Michael R Sweet |
| 2001-10-30 | FLUID didn't write static data for the deimage() image. | Michael R Sweet |
| 2001-10-30 | Fix shortcut button bug - wasn't calling callback when changed. | Michael R Sweet |
| 2001-10-29 | Cygwin fixes... | Michael R Sweet |
| 2001-10-29 | Fix infinite loop bug in Fl_File_Icon::draw() with 32-bit colors and | Michael R Sweet |
| 2001-10-29 | Update spec and list files for 1.1.0b5 release... | 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 | Wasn't quoting @label stuff... | Michael R Sweet |
| 2001-10-27 | FL_KEYUP event support. | Michael R Sweet |
| 2001-10-27 | Put "RM" back in makeincludes, so we can remove the library archive | Michael R Sweet |
| 2001-10-27 | Don't allow extra boxtypes to override user-defined boxtypes. | Michael R Sweet |
| 2001-10-26 | Check for both functions in PNG loader... | Michael R Sweet |
| 2001-10-26 | Draw check and radio buttons with a white background. | Michael R Sweet |
| 2001-10-25 | Only add x_includes to path if it is not empty. | Michael R Sweet |
| 2001-10-25 | Keep using ${prefix} with mandir, so that RPM builds are easier. | Michael R Sweet |
| 2001-10-25 | Put Linux man pages in /usr/share/man. | Michael R Sweet |
| 2001-10-24 | "alldocs" target to build everything, including HTML... | Michael R Sweet |
| 2001-10-23 | Check for GCC 3.0.x... | Michael R Sweet |
| 2001-10-22 | Make Fl_Widget::parent() work with Fl_Group pointers... | Michael R Sweet |
| 2001-10-19 | Only use GEOMETRIC line styles under Windows... | Michael R Sweet |
| 2001-10-19 | Add missing comment blocks to top and bottom of file... | Michael R Sweet |
| 2001-10-19 | Put all OpenGL stuff back in FLTKDLL; no separate shared | Michael R Sweet |
| 2001-10-19 | Check for png_read_destroy(), since newer versions of libpng do not | Michael R Sweet |
| 2001-10-18 | Get tooltips working with Fl_Slider and Fl_Counter-based | Michael R Sweet |
| 2001-10-18 | Fix configure script - wasn't setting libdir properly for different | Michael R Sweet |
| 2001-10-18 | Fix the editor demo and associated documentation. | Michael R Sweet |
| 2001-10-18 | Fl::belowmouse() was resetting the tooltip, causing the flashing | Michael R Sweet |
| 2001-10-18 | Fix tooltip handling/flashing that caused KDE window manager lockups | Michael R Sweet |