| Age | Commit message (Expand) | Author |
| 2001-11-17 | Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that | Michael R Sweet |
| 2001-11-02 | Removed the "Microsoft" button from the menu demo. | Michael R Sweet |
| 2001-10-29 | 32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color() | Michael R Sweet |
| 2001-10-27 | Wasn't quoting @label stuff... | Michael R Sweet |
| 2001-10-18 | Fix the editor demo and associated documentation. | Michael R Sweet |
| 2001-09-30 | Update dependencies. | Michael R Sweet |
| 2001-09-30 | Fl_File_Chooser.H and fl_file_chooser.H need to be the same... | Michael R Sweet |
| 2001-09-29 | Fl_FileXYZ -> Fl_File_XYZ | Michael R Sweet |
| 2001-09-04 | Doco updates. | Michael R Sweet |
| 2001-09-02 | Fix label/image problems. | Michael R Sweet |
| 2001-08-06 | Include config.h in Fl_FileBrowser.cxx. | Michael R Sweet |
| 2001-08-05 | Image labels! | Michael R Sweet |
| 2001-08-05 | OpenGL demos didn't get built because the "include" was after the | Michael R Sweet |
| 2001-08-04 | Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven't | Michael R Sweet |
| 2001-08-03 | File chooser cleanup (use fl_ok and fl_cancel for translated label | Michael R Sweet |
| 2001-08-03 | Update WIN32 projects and config file. | Michael R Sweet |
| 2001-08-02 | Fix mouse wheel stuff for browser and helpview widgets (move 3 lines at | Michael R Sweet |
| 2001-08-02 | More mouse wheel stuff (as compatible as possible with the 2.0 code...) | Michael R Sweet |
| 2001-08-02 | Fl_HelpDialog and Fl_HelpView widgets. | Michael R Sweet |
| 2001-08-02 | Don't build OpenGL demos if OpenGL is not available or disabled. | Michael R Sweet |
| 2001-08-02 | OpenGL stuff is now in libfltkgl.* | Michael R Sweet |
| 2001-08-02 | Fix tooltips a la 2.0. | Michael R Sweet |
| 2001-08-01 | First bunch of changes for the 1.1 branch - tooltips. | Michael R Sweet |
| 2001-08-01 | This commit was manufactured by cvs2svn to create branch 'branch-1.1'. | No 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 |