summaryrefslogtreecommitdiff
path: root/FL/fl_utf8.h
AgeCommit message (Expand)Author
2026-01-24Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters.ManoloFLTK
2025-11-09Remove warnings when building Doxygen documentation.ManoloFLTK
2023-01-20No default values in plain CMatthias Melcher
2023-01-20STR 2822: function to count bytes in a UTF-8 stringMatthias Melcher
2022-12-17Add cross-platform fl_close_fd(int fd) to close a file descriptorManoloFLTK
2022-04-03Remove '#include <sys/stat.h>' from FL/platform_types.hAlbrecht Schlosser
2021-05-02Fix a type (comment only)Albrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-02-10Implement fl_putenv() as cross-platform putenv()Albrecht Schlosser
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
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-15Replace remaining calls to unlink() with fl_unlink().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-09Fix typos.Albrecht Schlosser
2016-03-29Rewrite fl_utf8.cxx under the driver model.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-03-29Begin to clean fl_utf8.h from its platform-dependent content.Manolo Gouy
2016-03-02Don't expose X11 headers in user space any more (mostly).Albrecht Schlosser
2016-03-02Fix C++ comment in C header file + typos.Albrecht Schlosser
2016-03-02Add support for SDL as a base library on OS X.Matthias Melcher
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
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-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-06-16Remove more superfuous comments, fix one typo.Albrecht Schlosser
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2014-08-28Remove macros that (re)define hypot from fl_utf8.h,Ian MacArthur
2014-08-23Move Xutf8.h to src/, update includes, refresh makedependsLauri Kasanen
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-13More attempts to clean up WIN32 handling of UTF16 surrogate pairs.Ian MacArthur
2010-12-06Fixed crashes when Fl_Text_* detects illegal UTF 8 sequences. Widgets will no...Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-04-20added implementations of fl_wcwidth_() and fl_wcwidth() to src/fl_utf.cengelsman
2010-04-15Small fixesMatthias Melcher
2009-11-18Added missing svn properties and $Id$ tags.Albrecht Schlosser
2009-04-18Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'...Matthias Melcher
2009-04-18grouped similar functions and added summary information in unicode.doxengelsman
2009-04-17added doxygen one-liners for more UTF-8 routines in fl_utf*.[hc]*engelsman
2009-04-15More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re...Matthias Melcher
2009-03-14Fixes for SGI builds (STR#2174)Greg Ercolano
2009-01-01Changed 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-13STR 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-19Moving simple type definitions into their own header file, so we can create a...Matthias Melcher