summaryrefslogtreecommitdiff
path: root/src/fl_utf8.cxx
AgeCommit message (Expand)Author
13 daysModify fl_utf8toa() to make it account for composed emojis.ManoloFLTK
13 daysImprove documentation of fl_utf8_{next|from}_composed_char()ManoloFLTK
13 daysLet text widgets handle gracefully composed unicode characters - Cont'd.ManoloFLTK
2026-01-24Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters.ManoloFLTK
2026-01-21Improve handling of text containing context-dependent unicode points.ManoloFLTK
2026-01-19All platforms use same code to remove context-dependent codepoints from text ...ManoloFLTK
2025-11-09Remove warnings when building Doxygen documentation.ManoloFLTK
2025-11-01Fix UTF-8 documentation'Matthias Melcher
2025-11-01Add more Unicode documentation (2/2) (#125)Matthias Melcher
2025-11-01Improve docs for UTF-8 calls (1/2)(#125)Matthias Melcher
2023-01-20STR 2822: function to count bytes in a UTF-8 stringMatthias Melcher
2023-01-08FLUID: add drag'n'drop for images (#642)Matthias Melcher
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2022-12-17Add cross-platform fl_close_fd(int fd) to close a file descriptorManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-04-03Remove '#include <sys/stat.h>' from FL/platform_types.hAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-02-10Implement fl_putenv() as cross-platform putenv()Albrecht Schlosser
2020-01-14Fixed some documentation for Fl_Preferences and fl_make_path.Matthias Melcher
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2017-11-10Add missing platform wrapper fl_chdir() for chdir().Albrecht Schlosser
2017-10-15Rename fl_open_ext() parameter 'translation' to 'binary'.Albrecht Schlosser
2017-10-15Fix doxygen and other comments, coding style, and alignment.Albrecht Schlosser
2017-10-15Replace remaining calls to unlink() with fl_unlink().Albrecht Schlosser
2017-10-13Replace remaining calls to getenv() with fl_getenv().Albrecht Schlosser
2017-10-12Add fl_open_ext() to control whether the file is opened in binary/text mode.Manolo Gouy
2017-10-04Undo commit at r.12475 that is not adequate.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2016-04-09Add platform-independent internal UTF-8 header file.Albrecht Schlosser
2016-04-01Replace Fl_System_Driver::driver() by Fl::system_driver()Manolo Gouy
2016-03-30Rewrite fl_utf.c under the driver model: the file disappears and its content ...Manolo Gouy
2016-03-29Rewrite fl_utf8.cxx under the driver model.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-01Clean up fl_args for OS X.Matthias Melcher
2016-01-04Compiling in OS X from the command line goes pretty far for __APPLE__ undefin...Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-06-16Rework of fl_utf8 to fix up some build issues on Win32.Ian MacArthur
2015-06-15Fix code indenting, remove dead code, improve documentation.Albrecht Schlosser
2015-06-15Fix documentation. Make links an enumeration so they are displayed correctly.Albrecht Schlosser
2015-06-15Fixed non-ASCII characters in Doxygen comment so they are UTF-8 encoded.Manolo Gouy
2015-06-15Fix fl_nonspacing(), explain what non-spacing characters are (STR #3159).Albrecht Schlosser
2014-08-23Move Xutf8.h to src/, update includes, refresh makedependsLauri Kasanen
2014-01-31Fixes STR #3040Greg Ercolano
2012-10-19Documented the fl_open() utility function.Manolo Gouy
2012-10-19Documented the fl_fopen() utility function.Manolo Gouy
2012-08-16STR 2858: include statements were wrongMatthias Melcher