summaryrefslogtreecommitdiff
path: root/FL/Fl_Device.H
AgeCommit message (Expand)Author
2024-08-10Documentation: improve description of how to use drawing surfacesManoloFLTK
2024-04-30Implement and document new class Fl_PDF_File_SurfaceManoloFLTK
2023-10-31Improve the documentation of class Fl_Display_deviceManoloFLTK
2022-09-11Fix fl_read_image() under hybrid Wayland/X11 platform.ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-08-20Remove FL_EXPORT qualifier from platform-specific class declarations.ManoloFLTK
2021-10-31Consistently make Fl_Paged_Device::begin_page call Fl_Surface_Device::push_cu...ManoloFLTK
2021-10-31Add documentation of Fl_Surface_Device::end_current().ManoloFLTK
2021-08-27Remove compiler warnings '-Wextra-semi' (see also PR #266)Albrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2021-02-27Rename forgotten occurrence of fl_remove_scale() in Doxygen data.ManoloFLTK
2021-02-25Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ...ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-29Move class Fl_SVG_File_Surface from libfltk to libfltk_images.ManoloFLTK
2019-11-07Reorganise use of virtual member function Fl_Surface_Device::end_current()ManoloFLTK
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-04-28macOS: yet simpler implementation of window resize and rescale.ManoloFLTK
2019-04-14Doxygen doc: rewording for more clarity.ManoloFLTK
2019-04-10Make member function Fl_Surface_Device::driver(Fl_Graphics_Driver*) protected.ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-04-07Simpler implementation of Fl_Cocoa_Window_Driver::resize()ManoloFLTK
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-11-30Remove unused arguments from the Fl_Device_Plugin::print() member function.Manolo Gouy
2018-11-29Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...Manolo Gouy
2018-06-27Add examples/SVG_File_Surface.cxx and refer to it in the doc of class Fl_Surf...Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-01Make virtual void Fl_Surface_Device::end_current_() have no argument because ...Manolo Gouy
2017-04-25Add an argument to the private, virtual member function void Fl_Surface_Devic...Manolo Gouy
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-10-16Add Doxygen note that class Fl_Device_Plugin is not intended for public use.Manolo Gouy
2016-09-23Remove useless forward declaration.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-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-19Add System Driver and Window Driver.Matthias Melcher
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2016-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-26Fixed a few commentsMatthias Melcher
2016-01-26Moving GDI/WIN32 files to new directroy structureMatthias Melcher