| Age | Commit message (Expand) | Author |
| 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 |
| 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-27 | This commit was manufactured by cvs2svn to create branch 'branch-1.0'. | No Author |
| 2000-04-25 | Updated copyright notices for all of the 1.0.x files. | Michael R Sweet |
| 2000-04-25 | Fixed definition of glutBitmapWidth to match header file. | Bill Spitzak |
| 2000-04-17 | Setting box(FL_NO_BOX) on a button makes it an invisible overlay | Bill Spitzak |
| 2000-04-14 | Some more size adjustments so smaller fonts look better | Bill Spitzak |
| 2000-04-12 | Some adjustments so setting FL_NORMAL_SIZE to 12 looks better | Bill Spitzak |
| 2000-04-11 | I made FL_NORMAL_SIZE into a public int variable. You can now change it | Bill Spitzak |
| 2000-04-07 | More fixes to the NT OpenGL overlays | Bill Spitzak |
| 2000-04-04 | Fixes for Cygwin POSIX emulation layer from Norman Vine. | Bill Spitzak |
| 2000-04-04 | Fl_Value_Input callback can call value() or destructor on the Fl_Value_Input | Bill Spitzak |
| 2000-03-28 | Yet another cut/paste fix for NT | Bill Spitzak |
| 2000-03-24 | Removed more testing code from Fl_Gl_Overlay | Bill Spitzak |
| 2000-03-24 | Removed debug printfs from overlay code | Bill Spitzak |
| 2000-03-24 | OpenGL overlays now work on NT. Tested on several different cards. | Bill Spitzak |
| 2000-03-18 | OpenGL overlays now work on NT! | Bill Spitzak |
| 2000-03-17 | Fixed up the colors the browser draws when it is deactivated, it does not | Bill Spitzak |
| 2000-03-15 | Always draw a box around the current browser selection. | Michael R Sweet |
| 2000-03-08 | Fix to compile on GCC 2.95. | Carl E. Thompson |
| 2000-03-05 | Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to | Bill Spitzak |
| 2000-03-02 | Fl_Button and friends didn't honor FL_WHEN_NOT_CHANGED. | Michael R Sweet |
| 2000-02-29 | Fl::compose() wasn't ignoring control chars (like Delete :) | Michael R Sweet |