index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FL
/
Fl_Device.H
Age
Commit message (
Expand
)
Author
2 days
wi[
maxim nikonov
2024-08-10
Documentation: improve description of how to use drawing surfaces
ManoloFLTK
2024-04-30
Implement and document new class Fl_PDF_File_Surface
ManoloFLTK
2023-10-31
Improve the documentation of class Fl_Display_device
ManoloFLTK
2022-09-11
Fix fl_read_image() under hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2021-10-31
Consistently make Fl_Paged_Device::begin_page call Fl_Surface_Device::push_cu...
ManoloFLTK
2021-10-31
Add documentation of Fl_Surface_Device::end_current().
ManoloFLTK
2021-08-27
Remove compiler warnings '-Wextra-semi' (see also PR #266)
Albrecht Schlosser
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2021-02-27
Rename forgotten occurrence of fl_remove_scale() in Doxygen data.
ManoloFLTK
2021-02-25
Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ...
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-29
Move class Fl_SVG_File_Surface from libfltk to libfltk_images.
ManoloFLTK
2019-11-07
Reorganise use of virtual member function Fl_Surface_Device::end_current()
ManoloFLTK
2019-05-25
Call virtual member Fl_Surface_Device::end_current() when necessary
ManoloFLTK
2019-04-28
macOS: yet simpler implementation of window resize and rescale.
ManoloFLTK
2019-04-14
Doxygen doc: rewording for more clarity.
ManoloFLTK
2019-04-10
Make member function Fl_Surface_Device::driver(Fl_Graphics_Driver*) protected.
ManoloFLTK
2019-04-10
New virtual member function bool Fl_Surface_Device::is_current()
ManoloFLTK
2019-04-07
Simpler implementation of Fl_Cocoa_Window_Driver::resize()
ManoloFLTK
2018-12-05
New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()
ManoloFLTK
2018-11-30
Remove unused arguments from the Fl_Device_Plugin::print() member function.
Manolo Gouy
2018-11-29
Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...
Manolo Gouy
2018-06-27
Add examples/SVG_File_Surface.cxx and refer to it in the doc of class Fl_Surf...
Manolo Gouy
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2018-05-01
Make virtual void Fl_Surface_Device::end_current_() have no argument because ...
Manolo Gouy
2017-04-25
Add an argument to the private, virtual member function void Fl_Surface_Devic...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-12-01
Rename Fl_Surface_Device::_surface private member variable to surface_ follow...
Manolo Gouy
2016-11-30
Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...
Manolo Gouy
2016-10-16
Add Doxygen note that class Fl_Device_Plugin is not intended for public use.
Manolo Gouy
2016-09-23
Remove useless forward declaration.
Manolo Gouy
2016-09-19
Remove static bool Fl_Display_Device::high_resolution() which may not be real...
Manolo Gouy
2016-04-26
Set more accurately the protections of the members of class Fl_Display_Device.
Manolo Gouy
2016-04-19
Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...
Manolo Gouy
2016-03-07
Fix PicoSDL.
Matthias Melcher
2016-03-03
Made Pico/SDL setup compile and run some minimal code.
Matthias Melcher
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher
2016-02-09
Move ifdef's in RGB_Image into driver system.
Matthias Melcher
2016-02-09
Strip Graphics Driver related ifdefs.
Matthias Melcher
2016-02-01
Add fl_focus_rect function to driver.
Matthias Melcher
2016-01-31
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...
Matthias Melcher
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2016-01-26
Fixed a few comments
Matthias Melcher
[next]