| Age | Commit message (Expand) | Author |
| 2023-01-20 | No default values in plain C | Matthias Melcher |
| 2023-01-20 | STR 2822: function to count bytes in a UTF-8 string | Matthias Melcher |
| 2022-12-17 | Add cross-platform fl_close_fd(int fd) to close a file descriptor | ManoloFLTK |
| 2022-04-03 | Remove '#include <sys/stat.h>' from FL/platform_types.h | Albrecht Schlosser |
| 2021-05-02 | Fix a type (comment only) | Albrecht Schlosser |
| 2021-03-21 | Remove unnecessary system includes from public headers | Albrecht Schlosser |
| 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 |
| 2018-02-09 | Replace "WIN32" with "_WIN32" or "Windows". | Albrecht Schlosser |
| 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 | Replace remaining calls to unlink() with fl_unlink(). | 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 | Fix typos. | Albrecht Schlosser |
| 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-03-29 | Begin to clean fl_utf8.h from its platform-dependent content. | Manolo Gouy |
| 2016-03-02 | Don't expose X11 headers in user space any more (mostly). | Albrecht Schlosser |
| 2016-03-02 | Fix C++ comment in C header file + typos. | Albrecht Schlosser |
| 2016-03-02 | Add support for SDL as a base library on OS X. | Matthias Melcher |
| 2016-02-27 | Fix compiler warnings (STR #2988) - final commit. | Albrecht Schlosser |
| 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-09 | Porting efforts, minimal Android stuff, cleanup. | Matthias Melcher |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2015-06-16 | Remove more superfuous comments, fix one typo. | Albrecht Schlosser |
| 2015-06-15 | Fix spelling errors and improve documentation. | Albrecht Schlosser |
| 2014-08-28 | Remove macros that (re)define hypot from fl_utf8.h, | Ian MacArthur |
| 2014-08-23 | Move Xutf8.h to src/, update includes, refresh makedepends | Lauri Kasanen |
| 2011-07-19 | Modifications to all LGPL headers for STR #2685. | Greg Ercolano |
| 2011-04-13 | More attempts to clean up WIN32 handling of UTF16 surrogate pairs. | Ian MacArthur |
| 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-04-20 | added implementations of fl_wcwidth_() and fl_wcwidth() to src/fl_utf.c | engelsman |
| 2010-04-15 | Small fixes | Matthias Melcher |
| 2009-11-18 | Added missing svn properties and $Id$ tags. | Albrecht Schlosser |
| 2009-04-18 | Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'... | Matthias Melcher |
| 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-03-14 | Fixes for SGI builds (STR#2174) | Greg Ercolano |
| 2009-01-01 | Changed the copyright to 2009 for header files. Still todo: src and test dire... | Matthias Melcher |
| 2008-12-04 | + Fixed non standard fltk utf8 files headers. | Fabien Costantini |
| 2008-10-13 | STR 1952: Fixed first modifier key event, some minor utf8 orrections. | Matthias Melcher |
| 2008-10-04 | #STR2056 partial fixes : wsock API now compiles ok, but there are still all u... | Fabien Costantini |
| 2008-09-19 | Moving simple type definitions into their own header file, so we can create a... | Matthias Melcher |
| 2008-09-19 | Updating fl_utf8.h references. Fixing copyright date in .fl files. | Matthias Melcher |
| 2008-09-19 | Renameing C header for utf8 utilities from C++ extension .H to .h (via tempor... | Matthias Melcher |