index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FL
/
fl_utf8.h
Age
Commit message (
Expand
)
Author
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