| Age | Commit message (Expand) | Author |
| 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 |
| 1999-08-22 | Changed call_timeouts() and Fl::wait()/wait(double). The wait functions will ... | gustavo |
| 1999-07-27 | Can draw xpm pixmaps with spaces in the color names (such as the ones in | Bill Spitzak |
| 1999-07-22 | FL_KEYBOARD events have the correct x/y when sent to child X windows. | Bill Spitzak |
| 1999-06-07 | Replaced remaining malloc.h's with stdlib.h | Bill Spitzak |
| 1999-05-24 | Added Rick's hack for initializing fl_display. | Michael R Sweet |
| 1999-05-07 | Fixed bug in WIN32 fl_elapsed() function - didn't initialize | Michael R Sweet |
| 1999-05-06 | Fixed another flwm crash in Fl_x.cxx (the send_motion pointer must | Bill Spitzak |
| 1999-04-23 | Keypad should produce correct symbols on Brazilian (and any other) | Bill Spitzak |
| 1999-04-17 | Fl::add_fd() structures are dynamically allocated so you can listen to | Bill Spitzak |
| 1999-04-10 | 1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send | Bill Spitzak |
| 1999-03-13 | Fixed fluid bug that caused styles patch to crash when you delete menu item. | Bill Spitzak |
| 1999-03-12 | Fix return value of Fl::check(). This fixes the "cube" demo and possibly | Carl E. Thompson |
| 1999-03-05 | check() calls flush() after processing events, as requested. This should | Bill Spitzak |
| 1999-03-04 | Put fl_elapsed() call before loop in Fl::add_timeout(). | Michael R Sweet |
| 1999-03-03 | Much better and smaller fix for the lost move events after Fl::grab() | Bill Spitzak |
| 1999-03-03 | Generates FL_ENTER after grab() is released for whatever widget the | Bill Spitzak |
| 1999-02-26 | Fixed editor demo redraw bug (actually same fix as somebody else made). | Bill Spitzak |
| 1999-02-22 | fl_elapsed() needs to be called before fl_timeout[] is initialized. | Michael R Sweet |
| 1999-02-19 | Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout(). | Michael R Sweet |
| 1999-01-29 | Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using a | Carl E. Thompson |
| 1999-01-26 | Applied a navigation bug fix from Bill. | Michael R Sweet |
| 1999-01-19 | Fix from Bill - removed code that was sending extra events. | Michael R Sweet |
| 1999-01-07 | Yay, change all copyright notices to be 1998-1999. | Michael R Sweet |
| 1999-01-07 | More double-buffering and region code stuff from Bill. | Michael R Sweet |
| 1999-01-04 | Fix from Bill to prevent popup menus from generating unknown events. | Michael R Sweet |
| 1998-12-15 | Fixed merged Fl.cxx code. | Michael R Sweet |