summaryrefslogtreecommitdiff
path: root/src/fl_font.cxx
AgeCommit message (Expand)Author
2022-01-07Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-04-02Remove platform-dependent code from src/fl_font.cxxManolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-25Remove a bunch of useless #include <FL/x.H> directives.Manolo Gouy
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-31Update build system to compile all drivers as indiviual objects.Albrecht Schlosser
2016-01-29Update Makefile to compile only needed Xlib driver files.Albrecht Schlosser
2016-01-27Modify Xlib driver code not to #include source files.Albrecht Schlosser
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-26Moving GDI/WIN32 files to new directroy structureMatthias Melcher
2016-01-26Moved Quartz graphics driver to the new naming schemeMatthias Melcher
2016-01-26Hacky version of font_x and font_xft, compiles on Fedora LinuxMatthias Melcher
2016-01-26Preliminary commit of porting Xlib drivers to the new naming schemeMatthias Melcher
2016-01-24Extracting OpenGL text calls. This is a minimum implementation for testing. D...Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-12-21Remove the link error sometimes caused by class Fl_XFont_On_Demand not export...Manolo Gouy
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-23Rework the ifdefs for defining the appropriate value of WINVER in our builds.Ian MacArthur
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2010-12-28Use device abstraction for font and text drawing.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2009-04-24add fl_draw(int angle, const char* ... functions for rotated text drawingyuri
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 related Fixes :Fabien Costantini
2008-11-19STR 2076: experimental fl_text_extents patch applied. Please feedback comments.Ian MacArthur
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak