summaryrefslogtreecommitdiff
path: root/src/fl_font_win32.cxx
AgeCommit message (Expand)Author
2016-01-26Moving GDI/WIN32 files to new directroy structureMatthias Melcher
2016-01-10Replicate in branch-1.3-porting a recent change of branch-1.3Manolo Gouy
2014-08-19Fix a typo (cut'n'paste error).Albrecht Schlosser
2014-04-30Fix STR#3072: text display is slow on WIN32 with Chinese characters.Manolo Gouy
2013-10-20Avoid freeing NULL.Greg Ercolano
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-10Hopefully this fixes the bug Albrecht found in using fl_measure on surrogate ...Ian MacArthur
2011-05-10Pushing this as a possible fix for STR #2622.Ian MacArthur
2011-04-18OK - this time I actually think I have got it.Ian MacArthur
2011-04-17This WIN32 patch introduces a credible (though far from ideal)Ian MacArthur
2011-04-13More attempts to clean up WIN32 handling of UTF16 surrogate pairs.Ian MacArthur
2011-04-12Under win32, text_extents() is not handling surrogate pairs either, at least ...Ian MacArthur
2011-04-12Modify win32 text width(ucs) function to handle surrogate pairs.Ian MacArthur
2011-04-11modify the win32 text ::draw() function to do "string at once" rather than "c...Ian MacArthur
2011-04-11Minor rework of code to make ::rtl_draw() and ::draw(int angle,...) more cons...Ian MacArthur
2011-04-11Remove use of the MS API call MultiByteToWideChar(...) and re-instate use of ...Ian MacArthur
2011-04-07Replace a few instances of fl_utf8toUtf16() with the near-equivalent MS API c...Ian MacArthur
2011-04-06Further work to fix win32 handling of surrogate pairs for "high" Unicode poin...Ian MacArthur
2011-04-06Initial work to fix handling of surrogate pairs on win32 - draw() was not han...Ian MacArthur
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2011-02-16Improved calculation of text width and height when using the PostScript graph...Manolo Gouy
2011-02-07Replaced global variable fl_fontsize by fl_graphics_driver->font_descriptor().Manolo Gouy
2011-02-05Removed global variables fl_font_ and fl_size_ that are now distinct for each...Manolo Gouy
2011-02-03Fix STR #2553: in function fl_width(unsigned), the SelectObject() statement wasManolo Gouy
2011-01-07Removed compilation warning in fl_font_win32.cxxManolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2010-12-28Win32 right-to-left text: output whole string to obtain correct ligatures bet...Manolo Gouy
2010-12-28Use device abstraction for font and text drawing.Manolo Gouy
2010-12-08Fixed some compiler warnings, most of them in Windows-specific code.Albrecht Schlosser
2010-11-29More copyright 2010 mods.Greg Ercolano
2010-06-21Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Dr...Manolo Gouy
2010-05-27Better device hierarchy with surfaces and graphics drivers.Manolo Gouy
2010-04-18Removed multiple inheritance: back to r. 7519 exactly.Manolo Gouy
2010-04-16Improved the hierarchy of Fl_Device subclasses to allow separation of platfor...Manolo Gouy
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2009-04-24add fl_draw(int angle, const char* ... functions for rotated text drawingyuri
2009-02-15Copy into fl_text_extents() Fabien's defensive code for obtaining an fl_gc (i...Ian MacArthur
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-11Fixing corelib would not compile under vc6 following fl_text_extents() addons...Fabien Costantini
2008-12-04STR#2086: one line was missing from latest fix, so hWnd was always null, sorry.Fabien Costantini
2008-12-04STR#2086 related Fixes :Fabien Costantini
2008-12-02Applying a correction requested by Ian:Albrecht Schlosser
2008-12-01STR #2076 redux: Make the Win32 variant only load GetGlyphIndicesW at runtime...Ian MacArthur
2008-11-19STR 2076: experimental fl_text_extents patch applied. Please feedback comments.Ian MacArthur
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-08-15Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is o...Matthias Melcher
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher