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
2023-01-14
Extend commit a4b33f8 to other uses of function convert_crlf()
ManoloFLTK
2022-12-30
Use `FL_OVERRIDE` for all overridden virtual methods (#611)
Matthias Melcher
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-08-23
Add FL_EXPORT directives erroneously removed at 7deff86.
ManoloFLTK
2022-08-20
Remove FL_EXPORT qualifier from platform-specific class declarations.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-03-21
Fix silly MSVC 2010 parser warnings
Albrecht Schlosser
2022-02-03
Rearrange "Print Button Window" functions
Albrecht Schlosser
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-02-02
Add platform-independent Fl_Screen_Driver::print_or_copy_window().
ManoloFLTK
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser
2022-01-16
Improve Fl_GTK_Native_File_Chooser_Driver in relation to FLTK windows.
ManoloFLTK
2022-01-14
Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_Driver
ManoloFLTK
2022-01-07
Re-organize cross-platform support for text input methods.
ManoloFLTK
2021-12-09
Remove compiler warnings about unused parameters (issue #307) - cont'd
ManoloFLTK
2021-11-16
Add use of fl_capture_window() by test/device
ManoloFLTK
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