| Age | Commit message (Expand) | Author |
| 1999-05-11 | Missing header files and FL_EXTERNs that prevented DLL's from compiling | Bill Spitzak |
| 1999-05-09 | fl_wait() didn't handle the case when timeout == 0 and nfds > 0. | Michael R Sweet |
| 1999-05-07 | Fixed bug in WIN32 fl_elapsed() function - didn't initialize | Michael R Sweet |
| 1999-05-06 | Fixed another flwm crash in Fl_x.cxx (the send_motion pointer must | Bill Spitzak |
| 1999-05-06 | Checking in Guillaume Nodet's fix for Fl_Menu_::copy() again. I checked it | Carl E. Thompson |
| 1999-05-01 | Updated version numbers to 1.0.3. | Michael R Sweet |
| 1999-04-26 | Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"... | Michael R Sweet |
| 1999-04-26 | Tab, space, backtab, and backspace can be used to navigate through menus. | Bill Spitzak |
| 1999-04-23 | Keypad should produce correct symbols on Brazilian (and any other) | Bill Spitzak |
| 1999-04-20 | Compose for Icelandic thorn character is "TH" or "th". Also fixed the | Bill Spitzak |
| 1999-04-19 | Updated documentation version & edition. | Michael R Sweet |
| 1999-04-19 | Changes to Fl_Menu_::add() so that you should be able to add to any menu, | Bill Spitzak |
| 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-10 | 1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send | Bill Spitzak |
| 1999-04-08 | Guillaume's fix for Fl_Menu_::copy() | Carl E. Thompson |
| 1999-04-01 | Applied Gustavo's WIN32 timer patch to the 1.0.x branch. | Michael R Sweet |
| 1999-03-29 | Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I | Carl E. Thompson |
| 1999-03-26 | Makefile didn't clean DSO... | Michael R Sweet |
| 1999-03-26 | consistent use of $(LIBRARY) rather than $(LIBNAME) | Bill Spitzak |
| 1999-03-25 | Changed hard references to libfltk.a and friends to $(LIBRARY) and | Michael R Sweet |
| 1999-03-25 | Can't use chmod -R on header directory... | Michael R Sweet |
| 1999-03-25 | Fixed install rule for DSOs - was copying the wrong file... | Michael R Sweet |
| 1999-03-25 | Updated README and distribution packages to use v1.0.1. | Michael R Sweet |
| 1999-03-25 | Applied Dmitry's timeout patch. | Michael R Sweet |
| 1999-03-18 | Changes from Luis Ibanez to make it compile under Borland. | Bill Spitzak |
| 1999-03-16 | Added clipping suggested by Dmitry Potapov | Bill Spitzak |
| 1999-03-16 | Clears value() when you clear the menu() | Bill Spitzak |
| 1999-03-15 | Fixes for os2x by Alexander Mai | Bill Spitzak |
| 1999-03-13 | Fixed alignment of Fl_Choice label with the text in the pop-up menu | Bill Spitzak |
| 1999-03-13 | DOH! Fixed even more typos in my fix for Fl_Browser::item_height. | Bill Spitzak |
| 1999-03-13 | fixed typo that I managed to check in last time... | Bill Spitzak |
| 1999-03-13 | Fixed Fl_Browser::item_height, I believe this will fix Adrian Miranda's | Bill Spitzak |
| 1999-03-13 | Fixed fluid bug that caused styles patch to crash when you delete menu item. | Bill Spitzak |
| 1999-03-12 | Fix return value of Fl::check(). This fixes the "cube" demo and possibly | Carl E. Thompson |
| 1999-03-10 | Fix from Dmitry - wasn't copying data when replacing the text value of a | 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-09 | scandir.c used a variable named "new", which is valid ANSI C but | Michael R Sweet |
| 1999-03-09 | Added libfltk.a to install rules, so both the shared and static libraries | Michael R Sweet |
| 1999-03-09 | Updated Linux DSO rules. | Michael R Sweet |
| 1999-03-09 | Added #ifdef for backspace hack - is this really necessary? I've never | Michael R Sweet |
| 1999-03-09 | Fixes for FL_FILL_DIAL | Bill Spitzak |
| 1999-03-09 | Fixes to Fl_Dial so it stops moving when you drag to ends of region. | Bill Spitzak |
| 1999-03-09 | Small fixes suggested by Guillaume Nodet | Bill Spitzak |
| 1999-03-08 | This adds support for the Fl_Dial::angles() method. This seems to work | Carl E. Thompson |
| 1999-03-08 | Added (unsigned) cast to isxyz() calls to get rid of compiler warnings. | Michael R Sweet |
| 1999-03-07 | Contributed code for more accurate item_height() in Fl_Browser. | Bill Spitzak |
| 1999-03-05 | I hope this is a fix for vsnprintf on HPUX. It declares it but does | Bill Spitzak |
| 1999-03-05 | check() calls flush() after processing events, as requested. This should | Bill Spitzak |