| Age | Commit message (Expand) | Author |
| 2002-02-26 | - added DDrag'N'Drop support for MacOS | Matthias Melcher |
| 2002-02-24 | - added Win32 native drag'n'drop code | Matthias Melcher |
| 2002-02-20 | Always resize cells in table if set/max width not the same as the | Michael R Sweet |
| 2002-01-09 | First round of DND additions to 1.1 - just X11 code, and I haven't added | Michael R Sweet |
| 2002-01-07 | Don't apply tile image to menu or overlay windows. | Michael R Sweet |
| 2002-01-01 | Copyright updates... | Michael R Sweet |
| 2001-12-22 | - MacOS: more keyboard handler fixes, mainly mapping of Mac specific | Matthias Melcher |
| 2001-12-18 | - Mac: greatly improved OpenGL support, some window management, | Matthias Melcher |
| 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-06 | Implemeted 95% of all Mac OS X support. Makefiles still need modifications. | Matthias Melcher |
| 2001-11-28 | More doco updates. | Michael R Sweet |
| 2001-11-28 | Add Fl::version() and Fl::event() methods. | Michael R Sweet |
| 2001-11-27 | Preliminary commit of my MacOS X work. | Michael R Sweet |
| 2001-11-22 | Fix all references to '.C' files (now .cxx) | Michael R Sweet |
| 2001-11-17 | Always use PIXELFORMAT cast for WIN32 OpenGL stuff. | Michael R Sweet |
| 2001-11-03 | Add Fl::visible_focus() method. | Michael R Sweet |
| 2001-10-18 | Fix tooltip handling/flashing that caused KDE window manager lockups | Michael R Sweet |
| 2001-08-02 | More mouse wheel stuff (as compatible as possible with the 2.0 code...) | Michael R Sweet |
| 2001-08-02 | Fix tooltips a la 2.0. | Michael R Sweet |
| 2001-08-01 | First bunch of changes for the 1.1 branch - tooltips. | Michael R Sweet |
| 2001-02-26 | Fl_Gl_Window leaked memory for damage regions | Bill Spitzak |
| 2001-01-26 | Add call to GdiFlush() under WIN32. | Michael R Sweet |
| 2001-01-22 | Copyright 2001. | Michael R Sweet |
| 2001-01-21 | "accu-timer": some changes to repeat_timeout that seem to make it accurate | Bill Spitzak |
| 2001-01-15 | Added parenthesis to turn off gcc warning | Bill Spitzak |
| 2000-12-21 | Fix to allow Fl.cxx to compile with older C++ compilers (no variable | Michael R Sweet |
| 2000-12-12 | Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-buffered | Bill Spitzak |
| 2000-11-20 | Get rid of "member X hidden by variable X" warnings... | Michael R Sweet |
| 2000-11-20 | Fl::below_mouse() was incorrectly clearing e_is_click; this prevented | Michael R Sweet |
| 2000-10-21 | Does not clear Fl::keysym on every event, this makes better back compatabilit... | Bill Spitzak |
| 2000-10-17 | Hack to fix the annoying "raise another application when a modal window | Bill Spitzak |
| 2000-06-21 | Changed the name of the new function from "add_interval_timeout" to | Bill Spitzak |
| 2000-06-20 | Fix for Cygwin. | Carl E. Thompson |
| 2000-06-20 | Whoops, I screwed up the timeout callbacks a bit. | Bill Spitzak |
| 2000-06-18 | Cleanup of the timeout and Fl::wait() code. This one calls the clock | Bill Spitzak |
| 2000-06-16 | Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad. | Bill Spitzak |
| 2000-06-10 | You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input. | Bill Spitzak |
| 2000-06-05 | OK, now version 1.0.9 | Michael R Sweet |
| 2000-06-03 | Fixes for 1.0.8 I found: | Bill Spitzak |
| 2000-05-16 | Dropped extra #include <stdio.h> that wasn't needed. | Michael R Sweet |
| 2000-05-13 | Added Fl::first_window(window) to change which window is at the top of | Bill Spitzak |
| 2000-05-11 | Fl::wait() does not return immediately when no windows | Bill Spitzak |
| 2000-05-10 | XForms-compatable shortcut strings modified so that "0xabcd" can specify | Bill Spitzak |
| 2000-04-25 | Updated copyright notices for all of the 1.0.x files. | Michael R Sweet |
| 2000-03-08 | Fix to compile on GCC 2.95. | Carl E. Thompson |
| 2000-02-18 | Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.de | Bill Spitzak |
| 2000-02-15 | Tiny change to Fl.H to get around bug in new gcc versions? | Bill Spitzak |
| 2000-01-16 | Buttons on scrollbars draw pushed in (fix from barrero@irit.fr) | Bill Spitzak |
| 1999-10-23 | Does not call draw() on child Fl_Windows when their parent is hidden. | Bill Spitzak |