| Age | Commit message (Expand) | Author |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-02-10 | Implement fl_putenv() as cross-platform putenv() | Albrecht Schlosser |
| 2020-01-14 | Fixed some documentation for Fl_Preferences and fl_make_path. | Matthias Melcher |
| 2018-06-26 | Move Fl_System_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-06-23 | Doxygen only: fixed all block comments starting with an asterisk to space-onl... | Matthias Melcher |
| 2017-11-10 | Add missing platform wrapper fl_chdir() for chdir(). | Albrecht Schlosser |
| 2017-10-15 | Rename fl_open_ext() parameter 'translation' to 'binary'. | Albrecht Schlosser |
| 2017-10-15 | Fix doxygen and other comments, coding style, and alignment. | Albrecht Schlosser |
| 2017-10-15 | Replace remaining calls to unlink() with fl_unlink(). | Albrecht Schlosser |
| 2017-10-13 | Replace remaining calls to getenv() with fl_getenv(). | Albrecht Schlosser |
| 2017-10-12 | Add fl_open_ext() to control whether the file is opened in binary/text mode. | Manolo Gouy |
| 2017-10-04 | Undo commit at r.12475 that is not adequate. | Manolo Gouy |
| 2017-10-04 | Fl_SVG_Image class: add support for compressed .svgz image files. | Manolo Gouy |
| 2016-04-09 | Add platform-independent internal UTF-8 header file. | Albrecht Schlosser |
| 2016-04-01 | Replace Fl_System_Driver::driver() by Fl::system_driver() | Manolo Gouy |
| 2016-03-30 | Rewrite fl_utf.c under the driver model: the file disappears and its content ... | Manolo Gouy |
| 2016-03-29 | Rewrite fl_utf8.cxx under the driver model. | Manolo Gouy |
| 2016-03-29 | Remove the platform-dependent type xchar | Manolo Gouy |
| 2016-02-13 | Details on PORTME items. Move fl_parse_color() to screen drivers. | Matthias Melcher |
| 2016-02-11 | Mark places that need to be refactored with // PORTME: | Matthias Melcher |
| 2016-02-01 | Clean up fl_args for OS X. | Matthias Melcher |
| 2016-01-04 | Compiling in OS X from the command line goes pretty far for __APPLE__ undefin... | Matthias Melcher |
| 2016-01-04 | Created pseudo code for all FL_PORTED section so that FLTK compiles and links... | Matthias Melcher |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2015-06-16 | Rework of fl_utf8 to fix up some build issues on Win32. | Ian MacArthur |
| 2015-06-15 | Fix code indenting, remove dead code, improve documentation. | Albrecht Schlosser |
| 2015-06-15 | Fix documentation. Make links an enumeration so they are displayed correctly. | Albrecht Schlosser |
| 2015-06-15 | Fixed non-ASCII characters in Doxygen comment so they are UTF-8 encoded. | Manolo Gouy |
| 2015-06-15 | Fix fl_nonspacing(), explain what non-spacing characters are (STR #3159). | Albrecht Schlosser |
| 2014-08-23 | Move Xutf8.h to src/, update includes, refresh makedepends | Lauri Kasanen |
| 2014-01-31 | Fixes STR #3040 | Greg Ercolano |
| 2012-10-19 | Documented the fl_open() utility function. | Manolo Gouy |
| 2012-10-19 | Documented the fl_fopen() utility function. | Manolo Gouy |
| 2012-08-16 | STR 2858: include statements were wrong | Matthias Melcher |
| 2012-07-24 | Fixed fl_utf_strncasecmp etc. | Matthias Melcher |
| 2012-04-05 | Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl... | Fabien Costantini |
| 2011-07-19 | Modifications to all LGPL headers for STR #2685. | Greg Ercolano |
| 2010-12-08 | Fixed some compiler warnings, most of them in Windows-specific code. | Albrecht Schlosser |
| 2010-12-06 | Fixed crashes when Fl_Text_* detects illegal UTF 8 sequences. Widgets will no... | Matthias Melcher |
| 2010-11-28 | Fixed Copyright to 2010. | Matthias Melcher |
| 2010-11-08 | Added smarter Macro to check for utf-8 violations in Fl_Text_* | Matthias Melcher |
| 2010-11-07 | Implemented search backwards for utf-8. Tested on MSWindows - OK. Tested on L... | Matthias Melcher |
| 2010-10-31 | Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedanti... | Matthias Melcher |
| 2009-11-18 | Added missing svn properties and $Id$ tags. | Albrecht Schlosser |
| 2009-04-18 | grouped similar functions and added summary information in unicode.dox | engelsman |
| 2009-04-17 | added doxygen one-liners for more UTF-8 routines in fl_utf*.[hc]* | engelsman |
| 2009-04-15 | More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re... | Matthias Melcher |
| 2009-01-01 | Changed Copyright in 'src' directory | Matthias Melcher |
| 2008-12-04 | + Fixed non standard fltk utf8 files headers. | Fabien Costantini |
| 2008-10-04 | STR#2056 Fixed all compilation problems and tested that fluid, utf8 demo work... | Fabien Costantini |