| Age | Commit message (Expand) | Author |
| 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-02-25 | Updated version to 1.0.8. | Michael R Sweet |
| 2000-02-23 | New X function: fl_open_display(Display*) lets you run fltk on an | Bill Spitzak |
| 2000-02-21 | Forgot to commit the header files and fixed documentation! | Bill Spitzak |
| 2000-01-05 | Added Fl.H required by an inline function if Fl_Repeat_Button.H | Bill Spitzak |
| 1999-12-17 | Updated to 1.0.7. | Michael R Sweet |
| 1999-11-16 | Changes requested by Jeff Meininger | Bill Spitzak |
| 1999-10-16 | Changed the sgi -woff pragma to the new #define suggested by Michael Sweet. | Bill Spitzak |
| 1999-10-14 | Forgot to check in the header file changes | Bill Spitzak |
| 1999-09-27 | Changes for 1.0.6 release. | Michael R Sweet |
| 1999-09-15 | Updated for FLTK 1.0.5. | Michael R Sweet |
| 1999-08-27 | Added missing FL_EXPORT to Fl_Window::resize() | Bill Spitzak |
| 1999-08-20 | Added inline function make_visible(n) to scroll it to show line n. | Bill Spitzak |
| 1999-08-09 | Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers, | Michael R Sweet |
| 1999-08-09 | It crashed when a group with exactly 1 child was deleted. | Bill Spitzak |
| 1999-07-22 | Pragma added around xlib.h to shut up the IRIX compiler warnings | Bill Spitzak |
| 1999-07-10 | Added inline deactivate() method that calls Fl::remove_timeout() | Michael R Sweet |
| 1999-06-20 | Added inline destructor that calls Fl_Browser::clear() method... | Michael R Sweet |
| 1999-06-12 | Updated to 1.0.4... | Michael R Sweet |
| 1999-05-11 | Missing header files and FL_EXTERNs that prevented DLL's from compiling | Bill Spitzak |
| 1999-05-01 | Updated version numbers to 1.0.3. | Michael R Sweet |
| 1999-04-18 | Updated patch version to 2 (1.0.2) | Michael R Sweet |
| 1999-04-17 | Fl::add_fd() structures are dynamically allocated so you can listen to | Bill Spitzak |
| 1999-04-07 | Missing header guards in FL/math.h. | gustavo |
| 1999-03-25 | Updated patch version number to 1... | Michael R Sweet |
| 1999-03-18 | Changes from Luis Ibanez to make it compile under Borland. | Bill Spitzak |
| 1999-03-10 | Removed unused "u32" type... | Michael R Sweet |
| 1999-03-10 | Changes to dial so that counter-clockwise motion is supported if you | Bill Spitzak |
| 1999-03-09 | Added missing FL_EXPORT stuff... | Michael R Sweet |
| 1999-03-08 | This adds support for the Fl_Dial::angles() method. This seems to work | Carl E. Thompson |
| 1999-02-23 | Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restored | Michael R Sweet |
| 1999-02-23 | fl_ask.H didn't include Enumerations.H, so the DLL stuff wasn't defined. | Michael R Sweet |
| 1999-02-22 | Removed unused "FL_IMPORT" definition. | Michael R Sweet |
| 1999-02-19 | Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays. | Michael R Sweet |
| 1999-02-19 | Updated header files to only use FL_DLL stuff when compiled | Michael R Sweet |
| 1999-02-18 | Updated DLL stuff yet again... sigh... | Michael R Sweet |
| 1999-02-18 | Updated headers to only support DLLs under MSVC++. | Michael R Sweet |
| 1999-02-18 | Fl_Window::icon() used a parameter named "i", which conflicted with the | Michael R Sweet |
| 1999-02-18 | Updated DLL definitions for VC++ 6.0 - now define "FL_STATIC" | Michael R Sweet |
| 1999-02-16 | Updated headers to support WIN32 and OS/2 DLLs. | Michael R Sweet |
| 1999-02-09 | Fixed dirent.h compatibility file; was including fl_scandir.H instead of | Michael R Sweet |
| 1999-02-03 | Put Fl::grab() into it's own source file. Rewritten as suggested so that | Bill Spitzak |
| 1999-02-01 | Updated Fl_Chart to allocate entries dynamically. The previous "scrolling" | Michael R Sweet |
| 1999-01-30 | Adds Fl_Browser::middleline(int) and Fl_Browser::bottomline(int). | Carl E. Thompson |
| 1999-01-26 | Applied a navigation bug fix from Bill. | Michael R Sweet |
| 1999-01-25 | Patch from Carl - inactive and contrast functions. | Michael R Sweet |
| 1999-01-13 | More color fixes from Bill - contrast function not right, and moved | Michael R Sweet |
| 1999-01-13 | Fixes from Bill: | Michael R Sweet |
| 1999-01-13 | Fix from Bill - handle() method needs to be public. | Michael R Sweet |