summaryrefslogtreecommitdiff
path: root/src/fl_font_xft.cxx
AgeCommit message (Expand)Author
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
2007-12-15Merge gl_font() changes for Xft+X11 (STR #1809)Michael R Sweet
2006-10-30Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report the desktopMichael R Sweet
2006-09-06Additional fix for STR #1415 for Xft font selection.Matthias Melcher
2006-07-18Fixed byte order in OS X cursor shape data. Added Xft font pointer fl_xftfont. Matthias Melcher
2006-04-27fl_font(0, 0) as a first call in Xft would try to access a member in fl_fonts...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-11STR #527: Returning value from void function...Michael R Sweet
2004-09-09Quartz port:Matthias Melcher
2004-09-07Documentation updates (STR #505, STR #513)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-05-04gl_font() didn't work properly for X11 when Xft was used (STR #12)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-12Xft2 fix from Stephen Davies...Michael R Sweet
2002-11-09Patch from Steve Davies for Xft 2.x.Michael R Sweet
2002-06-08Make sure fl_size_, fl_font_, and fl_xfont are initialized and used.Michael R Sweet
2002-05-16More color fixes for Xft (fl_color_ wasn't always set)Michael R Sweet
2002-05-15Fixed drawing of antialiased text - uchar color value * 0x0101 wasMichael R Sweet
2002-05-01Use ascent/descent for Xft fonts.Michael R Sweet
2002-04-18Don't use the returned font sizes, as they yield too much space...Michael R Sweet
2002-03-09Same change as for fltk2.0 to fix warning messages from Xft.Bill Spitzak
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-02-25This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author