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.cxx
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
2021-06-09
Don't activate scaling shortcuts if platform doesn't support scaling.
ManoloFLTK
2021-02-13
Remove compilation warnings issued by Visual Studio 2019.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-02-11
Fix static analyzer errors and warnings
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-18
Slightly simpler Fl_WinAPI_Screen_Driver::init()
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-04-11
Add check against hidden window.
ManoloFLTK
2019-03-27
Send FL_FOCUS is necessary under X11
ManoloFLTK
2019-03-27
Use Fl_Widget_Tracker to check for existence of the putative focus widget
ManoloFLTK
2019-03-27
Follow CMP and rename a type with capitalized words without underscore
ManoloFLTK
2019-03-27
Remove unnecessary #include directives
ManoloFLTK
2019-03-27
Add further checks to avoid null pointer.
ManoloFLTK
2019-03-27
Check against null pointer for security
ManoloFLTK
2019-03-27
Don't change the focus widget after showing transient scale factor window
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
2019-02-23
New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...
ManoloFLTK
2019-02-20
Check to avoid erroneous values for the starting GUI scale factor.
ManoloFLTK
2019-02-02
STR #2714: remove new shadow lint for MacOS
Matthias Melcher
2018-12-05
New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()
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-08-08
Support for GUI scaling: add API to get/set the scaling factor value.
Manolo Gouy
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-06-15
Avoid repetitive calls to Fl_Screen_Driver::screen_count()
Manolo Gouy
2018-06-14
Repair regression appeared after r.12939 for MSWindows before 8.1
Manolo Gouy
2018-06-08
Fix for STR#3475: X11 platform, re-use current screen scaling factor when pro...
Manolo Gouy
2018-05-17
Improve Fl_Screen_Driver::traverse_to_gl_subwindows() so it can be called for...
Manolo Gouy
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-05
Fix Fl_Screen_Driver::traverse_to_gl_subwindows() to support Fl_Widget_Surfac...
Manolo Gouy
2018-05-05
Improve Fl_Screen_Driver::traverse_to_gl_subwindows(), still needs to be comp...
Manolo Gouy
2018-05-04
Shorten the list of virtual member functions used to support Fl_Widget_Surfac...
Manolo Gouy
2018-03-28
Add more display scaling factors for testing.
Albrecht Schlosser
2018-03-24
Remove GUI scale factor values above 300% which were here for development only.
Manolo Gouy
2018-02-20
Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...
Manolo Gouy
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2018-02-08
Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2018-01-09
Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...
Manolo Gouy
2017-07-29
Fix Fl_Screen_Driver::read_image() that was not correct with scaling factor < 1.
Manolo Gouy
2017-07-05
Fix compiler warning [-Wunused-variable].
Albrecht Schlosser
2017-07-03
HiDPI support under WIN32 platform: completed.
Manolo Gouy
[next]