| Age | Commit message (Expand) | Author |
| 2001-05-05 | Compiling with -DBOXX_BUGS will work around some problems with the newest | Bill Spitzak |
| 2001-04-30 | Separate test for GLU and GL... | Michael R Sweet |
| 2001-04-25 | Don't use GCC c++ or g++ compiler to build programs, use gcc instead. | Michael R Sweet |
| 2001-04-24 | OS/2 fix, mirror from 2.0 tree. | Michael R Sweet |
| 2001-04-13 | Eliminate all compiler warnings (string constants, const'ness, hiding of | Michael R Sweet |
| 2001-03-15 | Use the Multithreaded DLL runtime model for all projects - I haven't found | Michael R Sweet |
| 2001-03-14 | The fractals & glpuzzle demos needed glu.h. | Bill Spitzak |
| 2001-03-14 | Replaced remaining _WIN32 symbols with WIN32 | Bill Spitzak |
| 2001-01-22 | Copyright 2001. | Michael R Sweet |
| 2000-12-08 | Added tests to browser to test top/bottom/middle/make_visible methods. | Michael R Sweet |
| 2000-10-21 | Does not clear Fl::keysym on every event, this makes better back compatabilit... | Bill Spitzak |
| 2000-08-20 | Removed some (not all) of the warnings when compiled with -Wwrite-strings, | Bill Spitzak |
| 2000-07-30 | Shortcuts for "buttons" in a Fl_Menu_Bar work again. | Bill Spitzak |
| 2000-07-11 | Shortcuts for submenu titles in a menubar pop up the submenu (rather than cal... | Bill Spitzak |
| 2000-06-13 | Updates for Mingw and Cygnus builds. | Michael R Sweet |
| 2000-06-08 | Added return type to main() in line_style.cxx | Bill Spitzak |
| 2000-06-05 | OK, now version 1.0.9 | Michael R Sweet |
| 2000-06-03 | Moved .fl building rules to test/Makefile. | Michael R Sweet |
| 2000-05-13 | Added Fl::first_window(window) to change which window is at the top of | Bill Spitzak |
| 2000-04-27 | Dropped use of -fomit-frame-pointer, as I've just discovered that it | Michael R Sweet |
| 2000-04-25 | Updated copyright notices for all of the 1.0.x files. | Michael R Sweet |
| 2000-04-11 | I made FL_NORMAL_SIZE into a public int variable. You can now change it | Bill Spitzak |
| 2000-04-04 | Fixes for Cygwin POSIX emulation layer from Norman Vine. | Bill Spitzak |
| 2000-01-20 | Pageup/down by correct amount in scrollbar | Bill Spitzak |
| 2000-01-16 | Buttons on scrollbars draw pushed in (fix from barrero@irit.fr) | Bill Spitzak |
| 2000-01-11 | Programs can now resize() their windows even if they are not resizable() | Bill Spitzak |
| 1999-10-15 | I fixed Fl_Tabs so that child tabs can be added/removed without any | Bill Spitzak |
| 1999-08-09 | Fixed compile error with gcc 2.95 - the "d" string needed to be cast to | Michael R Sweet |
| 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-11 | Missing header files and FL_EXTERNs that prevented DLL's from compiling | Bill Spitzak |
| 1999-05-06 | Redid Carl's fix to fast_slow (making it be output widgets rather | Bill Spitzak |
| 1999-04-26 | Tab, space, backtab, and backspace can be used to navigate through menus. | Bill Spitzak |
| 1999-04-19 | Changes to Fl_Menu_::add() so that you should be able to add to any menu, | Bill Spitzak |
| 1999-04-17 | Fl::add_fd() structures are dynamically allocated so you can listen to | Bill Spitzak |
| 1999-04-08 | Fixes this demo (got broken somewhere...) | Carl E. Thompson |
| 1999-03-26 | Changed the valuators demo so only one copy of the callback code is | Bill Spitzak |
| 1999-03-25 | Updated README and distribution packages to use v1.0.1. | Michael R Sweet |
| 1999-03-25 | Added gluDeleteQuadric() call to avoid memory leak. | Michael R Sweet |
| 1999-03-13 | Fixed fluid bug that caused styles patch to crash when you delete menu item. | Bill Spitzak |
| 1999-03-10 | Updated not to use v3f() macro. | Michael R Sweet |
| 1999-03-10 | Changes to dial so that counter-clockwise motion is supported if you | Bill Spitzak |
| 1999-03-10 | Changes Fl_Dial to use XForms defaults for angles | Carl E. Thompson |
| 1999-03-08 | This adds support for the Fl_Dial::angles() method. This seems to work | Carl E. Thompson |
| 1999-03-04 | Fixed OpenGL checks (#if HAVE_GL, not #ifdef...), plus added message | Michael R Sweet |
| 1999-03-04 | Added HAVE_GL check to CubeView demo code. | Michael R Sweet |
| 1999-03-04 | Missing "int" on main()... | Michael R Sweet |
| 1999-02-25 | Fixed glpuzzle so you can move the pieces. | Bill Spitzak |
| 1999-02-25 | Fix for Curtis so that the height of a title of a popup menu is not | Bill Spitzak |