summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
AgeCommit message (Expand)Author
2016-03-23Enable definition of Unicode conv. options on compiler command line.Albrecht Schlosser
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-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-04-14Fix compilation warning [-Wsign-compare].Albrecht Schlosser
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
2011-02-01Fixes to help build on SGI.Greg Ercolano
2011-01-27Clarified the Doxygen docs of fl_utf8toUtf16() and fl_utf8towc() where there ...Manolo Gouy
2011-01-11Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files,Albrecht Schlosser
2011-01-07Fix to take care of Cygwin that uses UTF-16 as well as native Windows,Albrecht Schlosser
2011-01-05Fix STR #2507. Applied supplied patch modified for Mac OS X. Checked OK on Li...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-06UTF8 Text Display and Editor: added tons of tests for utf8 alignment, fixed a...Matthias Melcher
2010-05-17src/fl_utf.c: fixed UCS handling up to and including 0x10FFFF [STR 2349]engelsman
2010-04-20added implementations of fl_wcwidth_() and fl_wcwidth() to src/fl_utf.cengelsman
2010-01-23Replaced _WIN32 symbols that had crept in with UTF-8 and theAlbrecht Schlosser
2010-01-22Fixed a buffer overflow in fl_utf8from_mb() (STR #2279).Albrecht Schlosser
2009-12-07Removed typedef that simply renamed char* to Fl_String, as discussed in the m...Matthias Melcher
2009-11-18Added missing svn properties and $Id$ tags.Albrecht Schlosser
2009-09-17Added the counterpart for FL_COMMAND (F_CONTROL). Added GTK Boxtype to the Fo...Matthias Melcher
2009-07-01Fixed some more typos.Albrecht Schlosser
2009-04-18Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'...Matthias Melcher
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-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-03-22fixed a typoAlbrecht Schlosser
2009-03-14Fixes for SGI builds (STR#2174)Greg Ercolano
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-07Fixed typos and amended doxygen docs.Albrecht Schlosser
2008-10-13STR 1952: Fixed first modifier key event, some minor utf8 orrections.Matthias Melcher
2008-10-03Added systematically missing in out modifiers to all param doxygen statements...Fabien Costantini
2008-10-03Doxygen documentation : removed useless FLTK prefix to Modules list as it doe...Fabien Costantini
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-15Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...Fabien Costantini
2008-09-15Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher