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
/
src
/
Fl_Screen_Driver.H
Age
Commit message (
Expand
)
Author
2021-06-18
Revert parts of and fix other 'constness' changes (#239, #181)
Albrecht Schlosser
2021-06-16
Make non-const Fl_Screen_Driver methods const (#181)
Albrecht Schlosser
2020-07-30
Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-01-31
Update Fl::keyboard_screen_scaling()
Albrecht Schlosser
2020-01-31
Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/
ManoloFLTK
2019-08-21
Fix a case when fl_read_window() did not capture subwindows correctly.
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-06
Process env var FLTK_SCALING_FACTOR consistently across platforms.
ManoloFLTK
2018-11-28
Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...
Manolo Gouy
2018-09-07
X11: simplify the use of member function Fl_X11_Screen_Driver::init_workarea().
Manolo Gouy
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy