| Age | Commit message (Expand) | Author |
| 2009-11-14 | Added Fl_Tree source code, demo files, and documentation. Thanks, Greg! | Matthias Melcher |
| 2009-11-14 | Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation... | Matthias Melcher |
| 2009-02-14 | STR 2147: new configure option --enable-x11 for building on cygwin with X11 | Albrecht Schlosser |
| 2009-01-01 | Changed the copyright to 2009 for header files. Still todo: src and test dire... | Matthias Melcher |
| 2008-12-29 | In the configuration setp, LIBNAME (which contains the local path of the libr... | Matthias Melcher |
| 2008-11-04 | Re-applying change to Makefile reverted by Fabien (STR 2063). | Albrecht Schlosser |
| 2008-11-02 | Reverted las Makefile changes. This is not acceptable because any modificatio... | Fabien Costantini |
| 2008-11-01 | make clean (and make distclean) now delete src/xutf/*.o | Albrecht Schlosser |
| 2008-10-19 | Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib | Fabien Costantini |
| 2008-09-25 | + Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun... | Fabien Costantini |
| 2008-09-10 | Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi... | Matthias Melcher |
| 2008-04-23 | Changed Makefile in src to use 1.3 instead of 1.1 (STR #1922). Fixed minor is... | Matthias Melcher |
| 2008-02-27 | Fixed library path in Makefile (STR #1885) | Matthias Melcher |
| 2007-02-10 | Update dependencies. | Michael R Sweet |
| 2007-02-08 | More Cygwin DLL fixes (STR #1585) | Michael R Sweet |
| 2007-02-06 | Use install command instead of CHMOD, CP, and MKDIR. | Michael R Sweet |
| 2007-02-02 | Fix DLL generation via MingW/Cygwin (STR #1546) | Michael R Sweet |
| 2007-02-01 | Add GLUT support functions from FreeGLUT (STR #1522) | Michael R Sweet |
| 2007-01-04 | Add fl_open_uri() function as discussed on fltk.development. | Michael R Sweet |
| 2006-09-17 | Implement new "gtk+" scheme which provides a Bluecurve look-n-feel. | Michael R Sweet |
| 2006-08-12 | Fixed Makefile configuration for OS X dynamic library. STR #1391 | Matthias Melcher |
| 2006-04-20 | STR #1233: previous timer implementation on Mac OS X was eating up various re... | Matthias Melcher |
| 2006-04-18 | THIS FIX CONTAINS TWO MORE FILES THAT MUST BE COMPILED. I would | Matthias Melcher |
| 2005-08-08 | Added shared library support for Cygwin and MingW (STR #893) | Michael R Sweet |
| 2005-08-08 | Compilation could fail if a previous installation of FLTK was in | Michael R Sweet |
| 2005-04-16 | Update source file headers with STR web page. | Michael R Sweet |
| 2005-04-16 | Update "clean" targets to properly handle core files, remove backup files, | Michael R Sweet |
| 2005-03-31 | Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi- | Michael R Sweet |
| 2005-02-24 | Copyright updates. | Michael R Sweet |
| 2004-11-20 | Watcom fixes (STR #584, STR #594, STR #595) | Michael R Sweet |
| 2004-10-18 | Documentation updates (STR #570) | Michael R Sweet |
| 2004-07-23 | Fix local image library build bug. | Michael R Sweet |
| 2004-04-11 | Copyright updates and prep for 1.1.5rc1. | Michael R Sweet |
| 2004-03-11 | Fl_Value_Slider::draw_bg() didn't always apply the clipping | Michael R Sweet |
| 2003-08-24 | Fl_Text_Display/Editor did not disable the current | Michael R Sweet |
| 2003-08-02 | Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(), | Michael R Sweet |
| 2003-06-15 | Fix shared libraries on OSX (STR #51) | Michael R Sweet |
| 2003-06-05 | Fix mapping of Apple keys to CTRL keys on OSX. | Michael R Sweet |
| 2003-01-30 | Copyright update for 1.1.3 release (not quite yet, but soon...) | Michael R Sweet |
| 2003-01-12 | Fix header file again. | Michael R Sweet |
| 2002-09-16 | Move Fl_Help_Dialog to fltk_images library. | Michael R Sweet |
| 2002-08-09 | Move the rest of the image file formats (except for XBM and XPM) to | Michael R Sweet |
| 2002-07-14 | Change the Fl_Group current, add, and remove methods so they are no longer | Michael R Sweet |
| 2002-06-28 | Separate the extra image functions into fltk_images. | Michael R Sweet |
| 2002-05-30 | fl_read_image() - not implemented for WIN32 or OSX yet. | Michael R Sweet |
| 2002-05-16 | Massive update to use strlcpy() and strlcat() instead of strncpy() | Michael R Sweet |
| 2002-05-08 | Add documentation for readonly() and input_type(). | Michael R Sweet |
| 2002-04-30 | New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File | Michael R Sweet |
| 2002-04-28 | Add Fl_Preferences class to base library. | Michael R Sweet |
| 2002-04-11 | Make Fl_Output a subclass of Fl_Input, and add input_type and readonly | Michael R Sweet |