summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
AgeCommit message (Expand)Author
2016-04-26Set more accurately the protections of the members of class Fl_Display_Device.Manolo Gouy
2016-04-24Add Doxygen comments for members of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-19Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...Manolo Gouy
2016-03-07Fix PicoSDL.Matthias Melcher
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-05Fix typo fl_draw.h instead of fl_draw.HManolo Gouy
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2016-01-31Needed for Linux/Unix build.Manolo Gouy
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias 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-12-16Running FLTK in static initializers (cont'd):Manolo Gouy
2015-12-15Mac OS: it is clearer to initialize the fl_fonts global variable in font-rela...Manolo Gouy
2015-12-13Allowing to use FLTK objects in static initializers (cont'd).Manolo Gouy
2015-06-11Removed Doxygen warning.Manolo Gouy
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-03-24More detailed documentation about drawing to other surfaces than the computer...Manolo Gouy
2014-11-19Added full support of retina displays on the mac platform.Manolo Gouy
2012-09-27Removed several deprecation warnings.Manolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-11Added needed initialization in Fl_Graphics_Driver constructor.Manolo Gouy
2012-02-16Added missing initialization/deallocation of member variables of class Fl_Gra...Manolo Gouy
2012-01-13Remove compilation error under Mac OS 10.3Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-03-04Mac OS: modified the definition of the fl_mac_os_version global variable to a...Manolo Gouy
2011-03-01STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary ...Manolo Gouy
2011-02-24Made struct matrix a subclass of Fl_Graphics_Device class to avoid collisionManolo Gouy
2011-02-19Minor improvement of the Fl_Graphics_Driver::text_extents() function used onl...Manolo Gouy
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...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-04Fix STR #2535: clipping + coordinate transformations are now managed separate...Manolo Gouy
2011-02-02Removed global variable fl_surface that was not very useful because equivalentManolo Gouy
2011-01-05Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...Manolo Gouy
2010-07-01Renamed global variable from fl_device to fl_graphics_driver to better expres...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-04-14More logical use of Fl_Device::draw(<image class> *,...) functionsManolo Gouy
2010-03-30Fl_Device.cxx: Fixed 2 typos in documentationManolo Gouy
2010-03-25Reorganized code to allow compilation with Fl_Device, Fl_Display but without ...Manolo Gouy
2010-03-24Fixed Fl_Abstract_Printer::print_window_parts for MSWin bug with large screen...Manolo Gouy
2010-03-21Fixed msvc6 compilation was broken. What is the use of visualc now? seems we ...Fabien Costantini
2010-03-21Minor documentation changesManolo Gouy
2010-03-18Renamed class Fl_Virtual_Printer into Fl_Abstract_PrinterManolo Gouy
2010-03-18Better WIN32 performance of Fl_Printer::print_window_rect()Manolo Gouy