| Age | Commit message (Expand) | Author |
| 2003-08-05 | Fix configure.in for autoconf 2.57. | Michael R Sweet |
| 2003-08-02 | Bump to 1.1.4 and fix changelog. | Michael R Sweet |
| 2003-07-29 | Fix scheme and image drawing bugs. | Michael R Sweet |
| 2003-07-12 | Fix Xft2 usage (still need to do a final fix that loads the proper X | Michael R Sweet |
| 2003-06-15 | Fix shared libraries on OSX (STR #51) | Michael R Sweet |
| 2003-05-29 | Drop undocumented and non-working --prefix and --exec-prefix options to | Michael R Sweet |
| 2003-05-27 | Fix OSX shared library command. (STR #51) | Michael R Sweet |
| 2003-05-26 | Update to 1.1.4rc1 for testing... | Michael R Sweet |
| 2003-02-13 | Bump version number for next release. | Michael R Sweet |
| 2003-01-30 | Copyright update for 1.1.3 release (not quite yet, but soon...) | Michael R Sweet |
| 2002-11-25 | Bump version number in CVS... | Michael R Sweet |
| 2002-11-14 | Add Alpha compiler stuff and cast for menu code. | Michael R Sweet |
| 2002-11-08 | Don't use built-in snprintf/vsnprintf functions on Tru64 4.0, since there | Michael R Sweet |
| 2002-10-24 | First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus, | Michael R Sweet |
| 2002-10-23 | Define bool=char, true=1, and false=0 for C++ compilers that don't | Michael R Sweet |
| 2002-10-22 | Dammit, the NEdit code update before 1.1.0 introduced "bool" back into | Michael R Sweet |
| 2002-10-07 | Documentation updates. | Michael R Sweet |
| 2002-09-26 | Fix bug #613088 - Fl_Text_Display crash. | Michael R Sweet |
| 2002-09-17 | Add support for XV/GIMP thumbnail format (P7) | Michael R Sweet |
| 2002-08-12 | Fix more compile errors. | Michael R Sweet |
| 2002-08-09 | More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. | Michael R Sweet |
| 2002-08-09 | Move the rest of the image file formats (except for XBM and XPM) to | Michael R Sweet |
| 2002-08-05 | Range check Fl_Text_Buffer::search_forward(). | Michael R Sweet |
| 2002-07-20 | OK, we'll do one more rc release since so many of the build things have | Michael R Sweet |
| 2002-07-17 | Try different check for libstdc++ that might work better with Cygwin. | Michael R Sweet |
| 2002-07-14 | Change the Fl_Group current, add, and remove methods so they are no longer | Michael R Sweet |
| 2002-07-12 | Reset version numbers to 1.1.0 (no rcN) | Michael R Sweet |
| 2002-07-10 | Support MSYS as well as Cygwin configure stuff... | Michael R Sweet |
| 2002-06-28 | Separate the extra image functions into fltk_images. | Michael R Sweet |
| 2002-06-26 | Better MingW handling. | Michael R Sweet |
| 2002-06-25 | Change POSTBUILD back to : in configure script. | Michael R Sweet |
| 2002-06-24 | Use true instead of : for POSTBUILD on non-MacOS systems. | Michael R Sweet |
| 2002-06-24 | Update GCC test in configure script. | Michael R Sweet |
| 2002-06-08 | Fix test for OpenGL libraries - not == xno, but != xyes. | Michael R Sweet |
| 2002-06-07 | Don't use -OPT on IRIX 5.3... | Michael R Sweet |
| 2002-06-03 | Some fixes to get FLTK to compile under Jaquar. | Michael R Sweet |
| 2002-05-24 | Get rid of as many compiler warnings as possible. | Michael R Sweet |
| 2002-05-19 | Add -sgi_version,sgi1.1 to the IRIX DSO command. | Michael R Sweet |
| 2002-05-16 | Massive update to use strlcpy() and strlcat() instead of strncpy() | Michael R Sweet |
| 2002-05-07 | Add #include <X11/Xlib.h> to Xdbe check... | Michael R Sweet |
| 2002-04-28 | Add Fl_Preferences class to base library. | Michael R Sweet |
| 2002-04-26 | Add +z option with HP-UX compilers when compiling shared libraries. | Michael R Sweet |
| 2002-04-24 | Add check for libpng/png.h as well as png.h, and include the appropriate | Michael R Sweet |
| 2002-04-16 | Bump version info to 1.1.0rc1. | Michael R Sweet |
| 2002-04-16 | OSX threading support - a little buggy right now, but hopefully we'll be | Michael R Sweet |
| 2002-04-10 | Update docos for all configure options. | Michael R Sweet |
| 2002-04-09 | OK, back out -fvtable-thunks and add conditional compile for WIN32 | Michael R Sweet |
| 2002-04-09 | Add "-fvtable-thunks" to OPTIM when compiling with Cygwin. | Michael R Sweet |
| 2002-04-09 | Move -mwindows and -DWIN32 back to C*FLAGS and LDFLAGS for Cygwin builds. | Michael R Sweet |
| 2002-03-25 | Move forms code to fltk_forms library, a la 2.0. | Michael R Sweet |