| Age | Commit message (Expand) | Author |
| 2000-12-06 | APIENTRY doesn't need to be used for the font pointers in glut.H | Michael R Sweet |
| 2000-11-20 | Get rid of "member X hidden by variable X" warnings... | Michael R Sweet |
| 2000-11-20 | Fix for Fl_Scroll redrawing background. | Michael R Sweet |
| 2000-11-20 | Commented out USE_ASYNC_SELECT since it doesn't seem to work... | 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 | Fl_Menu_::add() ignores '&' signs when comparing menu items, so you don't | Bill Spitzak |
| 2000-10-17 | CUA function keys, code submitted by George Yohng <yohng@drivex.dosware.8m.com> | Bill Spitzak |
| 2000-10-17 | Fl::set_fonts() on WIN32 fixed to work before the first window is shown. | Bill Spitzak |
| 2000-10-17 | Fl_Tabs draws the background behind the tabs. | Bill Spitzak |
| 2000-10-17 | Hack to fix the annoying "raise another application when a modal window | Bill Spitzak |
| 2000-09-23 | Menu titles and buttons in the menubar can be images (allows it to be used as... | Bill Spitzak |
| 2000-09-23 | Fixed bit-flipping patterns in WIN32 bitmap code. | Bill Spitzak |
| 2000-09-19 | Reads selectBackground from the xrdb database to set the selection color. | Bill Spitzak |
| 2000-09-19 | FL_WHEN_RELEASE on Fl_Input will now do the callback when the input | Bill Spitzak |
| 2000-09-15 | Fl_Gl_Window with an overlay on X always resized any child windows even | Bill Spitzak |
| 2000-09-05 | Fix so multiple Fl::add_idle() calls works | Bill Spitzak |
| 2000-08-30 | The input focus got messed up if you called Fl_Tabs::value(x) and there | Bill Spitzak |
| 2000-08-20 | Removed some (not all) of the warnings when compiled with -Wwrite-strings, | Bill Spitzak |
| 2000-08-12 | Patch from Mike Lindner to make the turning on/off of scrollbars on | Bill Spitzak |
| 2000-07-30 | Shortcuts for "buttons" in a Fl_Menu_Bar work again. | Bill Spitzak |
| 2000-07-13 | While looking at Xdnd I discoverd that jx (or at least their demo program) | Bill Spitzak |
| 2000-07-11 | Shortcuts for submenu titles in a menubar pop up the submenu (rather than cal... | Bill Spitzak |
| 2000-07-07 | Buttons with box(FL_NO_BOX) did not draw. Apparently they did in | Bill Spitzak |
| 2000-06-30 | Fix suggested by Stuart Levy to fix scrolling when deleting items from | Bill Spitzak |
| 2000-06-29 | Fixed .gif files in fluid, they were broken by the fix for large .xpm | Bill Spitzak |
| 2000-06-27 | calc_error() needs the colormap color values; changed to reference the | Michael R Sweet |
| 2000-06-27 | Optimization for 8-bit displays - allocate colors as they are used from | Michael R Sweet |
| 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 | Fixes to WORDWRAP modification to Fl_Input based on work done by | Bill Spitzak |
| 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-15 | Added a bunch of missing FL_EXTERN's to glut.h (I have not really | Bill Spitzak |
| 2000-06-14 | Added declaration for fl_old_shortcut for DLL. | Michael R Sweet |
| 2000-06-10 | You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input. | Bill Spitzak |
| 2000-06-10 | Made sure all draw()s were protected and all handle()s were public. (Most | Carl E. Thompson |
| 2000-06-10 | More fixes to the OpenGL overlay code on win32. This now seems to | Bill Spitzak |
| 2000-06-08 | Added initializers to WIN32 version of XParseGeometry. | Michael R Sweet |
| 2000-06-08 | Put the Win32 fix inside #ifdef WIN32 | Bill Spitzak |
| 2000-06-08 | Better horizontal scrolling of Fl_Input when cursor is near end of line, rest... | Bill Spitzak |
| 2000-06-06 | Fixed bug where Fl_Output and Fl_Multiline_Output would scroll to the | Michael R Sweet |
| 2000-06-06 | Fix for filename_isdir() under Winbloze. Strip trailing backslash for | Michael R Sweet |
| 2000-06-05 | OK, now version 1.0.9 | Michael R Sweet |
| 2000-06-04 | Makefile fixes. | Michael R Sweet |
| 2000-06-03 | Fixes for 1.0.8 I found: | Bill Spitzak |
| 2000-05-17 | fl_line_style() used "." instead of "->" for setting the pen. | Michael R Sweet |
| 2000-05-17 | Small patch to remove a compiler warning from gcc. | Bill Spitzak |
| 2000-05-16 | If Fl_Menu_Item attributes are not set, derive menu item color from | Carl E. Thompson |