summaryrefslogtreecommitdiff
path: root/src/xutf8
AgeCommit message (Expand)Author
2018-12-10Rename README files to README.txt (and several similar files).Albrecht Schlosser
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2018-06-22Remove unnecessary inclusion of config_lib.hAlbrecht Schlosser
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2017-08-14Remove unnecessary #include statement.Albrecht Schlosser
2017-03-13Set missing svn properties.Albrecht Schlosser
2017-03-12Fix svn attributes of *.c, *.cxx, *.cmake and others.Albrecht Schlosser
2016-08-16Add missing #include directiveManolo Gouy
2016-04-13Use FL_CFG_WIN_X11 when appropriateManolo Gouy
2016-04-09Add platform-independent internal UTF-8 header file.Albrecht Schlosser
2016-04-09Fix typos.Albrecht Schlosser
2016-04-09Fix compiler warnings [-Wmissing-declarations].Albrecht Schlosser
2016-04-05Set correct svn properties.Manolo Gouy
2016-04-04Modify files keysym2Ucs.c, utf8Input.c, utf8Utils.c and utf8Wrap.c for the dr...Manolo Gouy
2016-04-04Remove platform-dependent code from file is_spacing.cManolo Gouy
2016-04-04Remove platform-specific code from file case.cManolo Gouy
2016-03-11Android version compiles and links. Won't run yet.Matthias Melcher
2016-03-05Remove obsolete files.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-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-04Two more fixes for the command line versionMatthias 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-08-13Fix compiler warning [-Wsign-compare], remove dead (commented) code.Albrecht Schlosser
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-06-15Fix fl_nonspacing(), explain what non-spacing characters are (STR #3159).Albrecht Schlosser
2015-02-22Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).Albrecht Schlosser
2014-08-24Try to fix building on OSX (and I assume WIN32) followingIan MacArthur
2014-08-23Move the X11 UTF check above in utf8Input to avoid an unused function warningLauri Kasanen
2014-08-23Move Xutf8.h to src/, update includes, refresh makedependsLauri Kasanen
2014-08-21Apply static-fixes.patch by skunk. STR #2988Lauri Kasanen
2014-08-21X11: Use libX11 UTF-8 support when available.Lauri Kasanen
2013-09-25Apply Michael Baeuerle's fix for NetBSDGreg Ercolano
2013-09-21Fixes STR# 2973: collection of Sun compiler fixes.Greg Ercolano
2012-05-26SGI fixes.Greg Ercolano
2012-04-24Fixed even more warnings in Fl_x.cxx & utf8Wrap.cFabien Costantini
2012-04-24Fixed a warning in utf8Wrap.cFabien Costantini
2012-04-22Fixed linux 64 gcc 4.6.1 compilation problemsFabien Costantini
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-08-08Fix STR #2688. fl_width(' ') was wrong under X11 without XFT.Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-08Correct a few minor typos in xutf8/utf8Wrap.c and add comments to (attempt to...Ian MacArthur
2011-02-08Set properties on xutf8/utf8Wrap.cIan MacArthur
2011-02-07Attempt to fix STR #2550 to make fl_text_extents work in Xlib-onlyIan MacArthur
2011-02-01Fixes to help build on SGI.Greg Ercolano
2011-01-12Deleted unused files in src/xutf8Albrecht Schlosser
2011-01-11Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files,Albrecht Schlosser