| 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-24 | Patch from Shigeru Mukaida to fltk.spec to make rpms work? | Bill Spitzak |
| 2000-06-24 | Patch from Shigeru Mukaida to fltk.spec to make rpms work? | Bill Spitzak |
| 2000-06-21 | Added change note for GLUT_ROMAN and changed note for add_interval_timeout | Michael R Sweet |
| 2000-06-21 | Changed the name of the new function from "add_interval_timeout" to | Bill Spitzak |
| 2000-06-20 | Added maximum_size() docos. | Michael R Sweet |
| 2000-06-20 | Fixes for Cygwin and MinGW. | Carl E. Thompson |
| 2000-06-20 | Dropped -lm, added comment indicating it will be required with older | Michael R Sweet |
| 2000-06-20 | No longer needed. | Carl E. Thompson |
| 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-16 | Patch from Dmitry Potapov for fluid to not crash on (I think) | 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 | Updated changelog for second snapshot... | Michael R Sweet |
| 2000-06-14 | Added declaration for fl_old_shortcut for DLL. | Michael R Sweet |
| 2000-06-13 | Updates for Mingw and Cygnus builds. | Michael R Sweet |
| 2000-06-11 | BC5 project file update. | Carl E. Thompson |
| 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 | Patch from Jacques Tremblay so fluid -cs writes out the I18N string file | Bill Spitzak |
| 2000-06-08 | Put the Win32 fix inside #ifdef WIN32 | Bill Spitzak |
| 2000-06-08 | Added return type to main() in line_style.cxx | Bill Spitzak |
| 2000-06-08 | Fixed include files for subclasses of Fl_Input | Bill Spitzak |
| 2000-06-08 | Better horizontal scrolling of Fl_Input when cursor is near end of line, rest... | Bill Spitzak |
| 2000-06-07 | Hopefully the last of the easysw.com -> fltk.org changes. | Michael R Sweet |
| 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-06 | Reenabled overlay code - seems to work great now, Bill! | Michael R Sweet |
| 2000-06-05 | Forgot to add fl_compose.cxx to DLL project. | Michael R Sweet |
| 2000-06-05 | OK, now version 1.0.9 | Michael R Sweet |
| 2000-06-05 | Added line_style project to FLTK workspace. | Michael R Sweet |
| 2000-06-05 | Added project file for line_style demo. | Michael R Sweet |
| 2000-06-04 | Makefile fixes. | Michael R Sweet |
| 2000-06-04 | Updated spec file to work right... | Michael R Sweet |
| 2000-06-03 | Dropped use of -fno-rtti since this causes problems with apps that don't | Michael R Sweet |
| 2000-06-03 | Moved .fl building rules to test/Makefile. | Michael R Sweet |
| 2000-06-03 | Fixes for 1.0.8 I found: | Bill Spitzak |
| 2000-05-31 | Updates for README and CHANGES files. | Michael R Sweet |
| 2000-05-26 | Fl_Double_Window is saved in .fl file | 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 |