summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
AgeCommit message (Expand)Author
2 dayswi[maxim nikonov
2024-11-27Restore building with configure --disable-print (#1147)ManoloFLTK
2024-11-01Improve and clarify documentationAlbrecht Schlosser
2024-07-24Comment only: add Fl_GDIplus_Graphics_Driver to Fl_Graphics_Driver hierarchyManoloFLTK
2024-04-30Implement and document new class Fl_PDF_File_SurfaceManoloFLTK
2023-08-28Wayland.dox: some rephrasingManoloFLTK
2023-04-13Fix compiler warnings [-Wpedantic]Albrecht Schlosser
2023-02-14Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_DriverManoloFLTK
2022-12-09Comment only: put Fl_Display_Cairo_Graphics_Driver in class hierarchyManoloFLTK
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-18Simplify class Fl_OpenGL_Display_Device.ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-20Update description of Fl_Graphics_Driver class hierarchy.ManoloFLTK
2022-03-18More detailed doc of how to change the current drawing surface.ManoloFLTK
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2020-07-29Documentation: complete the inheritance diagram from class Fl_Surface_Device.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-11-05Comments only: place new class Fl_GTK_Printer_Driver in the inheritance descr...ManoloFLTK
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-05-14Comments only: update the header part of the fileManolo Gouy
2018-05-10Comments only: describe the Inheritance diagram for classes Fl_Surface_Device...Manolo Gouy
2018-05-01Make virtual void Fl_Surface_Device::end_current_() have no argument because ...Manolo Gouy
2017-08-24X11 platform: cleaner implementation of changing the active drawing surface a...Manolo Gouy
2017-04-25Add an argument to the private, virtual member function void Fl_Surface_Devic...Manolo Gouy
2016-12-12Fix compiler warning [-Wsign-compare].Albrecht Schlosser
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-12-01Rename Fl_Surface_Device::_surface private member variable to surface_ follow...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-09-19Remove static bool Fl_Display_Device::high_resolution() which may not be real...Manolo Gouy
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