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
/
src
/
fl_utf8.cxx
Age
Commit message (
Expand
)
Author
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
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-11-08
Added smarter Macro to check for utf-8 violations in Fl_Text_*
Matthias Melcher
2010-11-07
Implemented search backwards for utf-8. Tested on MSWindows - OK. Tested on L...
Matthias Melcher
2010-10-31
Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedanti...
Matthias Melcher
2009-11-18
Added missing svn properties and $Id$ tags.
Albrecht Schlosser
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-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-12-04
+ Fixed non standard fltk utf8 files headers.
Fabien Costantini
2008-10-04
STR#2056 Fixed all compilation problems and tested that fluid, utf8 demo work...
Fabien Costantini
2008-09-19
Updating fl_utf8.h references. Fixing copyright date in .fl files.
Matthias Melcher
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher