| Age | Commit message (Expand) | Author |
| 1999-03-04 | Fixed menubar button bug - wasn't doing a redraw... | Michael R Sweet |
| 1999-03-04 | Added manpage for FLUID. | Michael R Sweet |
| 1999-03-04 | Updated DSO install commands - now remove the symlink before remaking it. | Michael R Sweet |
| 1999-03-04 | Updated DSO stuff in configure.in (soname, -fPIC, etc) | Michael R Sweet |
| 1999-03-04 | Missing "int" on main()... | Michael R Sweet |
| 1999-03-04 | Fix for browser horizontally scrolling. | Bill Spitzak |
| 1999-03-03 | Much better and smaller fix for the lost move events after Fl::grab() | Bill Spitzak |
| 1999-03-03 | Generates FL_ENTER after grab() is released for whatever widget the | Bill Spitzak |
| 1999-03-03 | Patch from Dr. Tom Holroyd for fill sliders, seems good to me! | Bill Spitzak |
| 1999-03-02 | Didn't like yesterday's fix, I changed it so that zero-length selections | Bill Spitzak |
| 1999-03-01 | Made secret input more secretive (word-select does not work and | Bill Spitzak |
| 1999-02-26 | Fixed description of Fl_Menu_::size() | Bill Spitzak |
| 1999-02-26 | Fixed documentation of Fl_Menu_Item::size() | Bill Spitzak |
| 1999-02-26 | Fixed editor demo redraw bug (actually same fix as somebody else made). | Bill Spitzak |
| 1999-02-25 | Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem to | Carl E. Thompson |
| 1999-02-25 | Fixed glpuzzle so you can move the pieces. | Bill Spitzak |
| 1999-02-25 | Changes egcs/gcc optimization default to "-O2" . Makes library and apps | Carl E. Thompson |
| 1999-02-25 | Adds distclean target that removes makeinclude, config.log, config.h and | Carl E. Thompson |
| 1999-02-25 | Fix for Curtis so that the height of a title of a popup menu is not | Bill Spitzak |
| 1999-02-25 | Added FLTK static library dependency to CubeView project. | Michael R Sweet |
| 1999-02-23 | Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restored | Michael R Sweet |
| 1999-02-23 | Fixed include path for CubeView project. | Michael R Sweet |
| 1999-02-23 | CubeView.h instead of CubeView.hpp | Michael R Sweet |
| 1999-02-23 | Added CubeView to the workspace file. | Michael R Sweet |
| 1999-02-23 | Added CubeView demo project file. | Michael R Sweet |
| 1999-02-23 | Added shell commands to create symbolic links for all .H header files in | Michael R Sweet |
| 1999-02-23 | Fixed bad links. | 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-23 | Fix from Bill - Fl_Choice didn't handle NULL menu items. | Michael R Sweet |
| 1999-02-22 | Reenabled JPEG compression (now works). | Michael R Sweet |
| 1999-02-22 | Added missing GIF for CubeView demo. | Michael R Sweet |
| 1999-02-22 | Removed unused "FL_IMPORT" definition. | Michael R Sweet |
| 1999-02-22 | Removed old fl_draw_returnarrow() code that wasn't getting used. | Michael R Sweet |
| 1999-02-22 | Missing dependencies... | Michael R Sweet |
| 1999-02-22 | Makefile didn't have a .cxx to .o rule. | Michael R Sweet |
| 1999-02-22 | Minor typo in configure script (== instead of =) | Michael R Sweet |
| 1999-02-22 | Added CubeView source files. | Michael R Sweet |
| 1999-02-22 | Public/private status was not honored for menu items. | Michael R Sweet |
| 1999-02-22 | fl_elapsed() needs to be called before fl_timeout[] is initialized. | Michael R Sweet |
| 1999-02-22 | Updated makeinclude for Cygnus - fix from Rick Sayre. | Michael R Sweet |
| 1999-02-22 | Updated dist to initialize to INT_MAX (2^31 - 1) instead of UINT_MAX | Michael R Sweet |
| 1999-02-22 | Updated demo program to append d.exe or .exe to end of command name and | Michael R Sweet |
| 1999-02-22 | Workaround for VC++ 4.0 bug - can't initialize a pointer to a function | Michael R Sweet |
| 1999-02-22 | Added missing Fl_Color casts. | Michael R Sweet |
| 1999-02-22 | Call to atan2() needs (float) cast for arguments because HP overloads | Michael R Sweet |
| 1999-02-22 | Updated ifdef to be __hpux instead of hpux... | Michael R Sweet |
| 1999-02-22 | Now don't enable XDBE under SunOS or IRIX 6.3 or earlier. | Michael R Sweet |
| 1999-02-22 | Added ln -s for DSOs - must have gotten dropped in a previous update? | Michael R Sweet |
| 1999-02-19 | Fixed array_name() bug - now correctly handles arrays in different classes | Michael R Sweet |
| 1999-02-19 | Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays. | Michael R Sweet |