| Age | Commit message (Expand) | Author |
| 2026-01-19 | All platforms use same code to remove context-dependent codepoints from text ... | ManoloFLTK |
| 2025-11-09 | Remove warnings when building Doxygen documentation. | ManoloFLTK |
| 2025-11-01 | Fix UTF-8 documentation' | Matthias Melcher |
| 2025-11-01 | Add more Unicode documentation (2/2) (#125) | Matthias Melcher |
| 2025-11-01 | Improve docs for UTF-8 calls (1/2)(#125) | Matthias Melcher |
| 2023-01-20 | STR 2822: function to count bytes in a UTF-8 string | Matthias Melcher |
| 2023-01-08 | FLUID: add drag'n'drop for images (#642) | Matthias Melcher |
| 2023-01-01 | FLUID refactor and macOS warnings removed (#623) | Matthias Melcher |
| 2022-12-17 | Add cross-platform fl_close_fd(int fd) to close a file descriptor | ManoloFLTK |
| 2022-08-29 | Make hybrid Wayland/X11 platform. | ManoloFLTK |
| 2022-04-03 | Remove '#include <sys/stat.h>' from FL/platform_types.h | 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 |
| 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 |