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
2024-03-12
Fix use of FLTK_SCALING_FACTOR under macOS
ManoloFLTK
2024-03-04
Fix Scaling window up/down also scales X/Y position on secondary displays onl...
ManoloFLTK
2024-03-03
A window needs is_resizable() true to obey fullscreen() or maximize()
ManoloFLTK
2024-03-02
Fix regression introduced at 41740ca for non resizable windows - cont'd
ManoloFLTK
2024-03-02
Add OPTION_SIMPLE_ZOOM_SHORTCUT to fine tune zoom-in shortcut
ManoloFLTK
2024-03-01
Windows: improve changing scale values of display while app runs.
ManoloFLTK
2024-03-01
Windows: make Ctrl/+/-/0/ scaling system-wide if all screens have same DPI
ManoloFLTK
2024-02-29
Move recognition of Ctrl= out of Fl::test_shortcut(unsigned)
ManoloFLTK
2024-02-28
Simplify code to recognize GUI rescaling shortcuts
ManoloFLTK
2024-02-27
Fix regression introduced at 41740ca for non resizable windows
ManoloFLTK
2024-02-27
Improve prioritization of event handlers added at open display time
ManoloFLTK
2024-02-27
Stop GUI scaling when window is maximized or full screen (#919)
ManoloFLTK
2024-02-26
Don't rescale when top window is fullscreen or maximized (#919)
ManoloFLTK
2024-02-20
Add scale_handler first so it has least priority of all handlers
ManoloFLTK
2024-02-11
Improve recognition of re-scaling shortcuts - cont'd
ManoloFLTK
2024-02-11
Improve recognition of re-scaling shortcuts w/ various keyboard layouts
ManoloFLTK
2023-12-16
#842: Enables command line color arguments on macOS
Matthias Melcher
2023-10-24
Wayland: implement scale factor windows as popups - cont'd
ManoloFLTK
2023-10-24
Wayland: implement scale factor windows as popups - cont'd
ManoloFLTK
2023-10-23
Wayland: simpler implementation of transient scale factor windows
ManoloFLTK
2023-10-23
Wayland: implement transient scale factor windows as popups
ManoloFLTK
2023-10-21
Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)
ManoloFLTK
2023-10-19
Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)
ManoloFLTK
2023-10-19
Fix for "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)
ManoloFLTK
2023-07-19
Fix textcolor of transient scale display (#756)
Albrecht Schlosser
2023-02-02
Fix position() methods that shadow Fl_Widget::position()
Matthias Melcher
2023-01-14
Extend commit a4b33f8 to other uses of function convert_crlf()
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
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
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
[next]