summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.cxx
AgeCommit message (Expand)Author
2023-10-24Wayland: implement scale factor windows as popups - cont'dManoloFLTK
2023-10-23Wayland: simpler implementation of transient scale factor windowsManoloFLTK
2023-10-23Wayland: implement transient scale factor windows as popupsManoloFLTK
2023-10-21 Fix "Keyboard sometimes stops working after Ctrl/+ or Ctrl/-" (#794)ManoloFLTK
2023-10-19Fix "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-19Fix textcolor of transient scale display (#756)Albrecht Schlosser
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
2023-01-14Extend commit a4b33f8 to other uses of function convert_crlf()ManoloFLTK
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-06-19Move input method support to Fl_Screen_Driver from Fl_Graphics_DriverManoloFLTK
2021-06-18Revert parts of and fix other 'constness' changes (#239, #181)Albrecht Schlosser
2021-06-16Make non-const Fl_Screen_Driver methods const (#181)Albrecht Schlosser
2021-06-09Don't activate scaling shortcuts if platform doesn't support scaling.ManoloFLTK
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-02-11Fix static analyzer errors and warningsAlbrecht Schlosser
2020-01-31Update Fl::keyboard_screen_scaling()Albrecht Schlosser
2020-01-31Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/ManoloFLTK
2019-08-21Fix a case when fl_read_window() did not capture subwindows correctly.ManoloFLTK
2019-06-18Slightly simpler Fl_WinAPI_Screen_Driver::init()ManoloFLTK
2019-06-06Add one argument to Fl_Screen_Driver::read_win_rectangle()ManoloFLTK
2019-04-11Add check against hidden window.ManoloFLTK
2019-03-27Send FL_FOCUS is necessary under X11ManoloFLTK
2019-03-27Use Fl_Widget_Tracker to check for existence of the putative focus widgetManoloFLTK
2019-03-27Follow CMP and rename a type with capitalized words without underscoreManoloFLTK
2019-03-27Remove unnecessary #include directivesManoloFLTK
2019-03-27Add further checks to avoid null pointer.ManoloFLTK
2019-03-27Check against null pointer for securityManoloFLTK
2019-03-27Don't change the focus widget after showing transient scale factor windowManoloFLTK
2019-03-25Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...ManoloFLTK
2019-03-06Process env var FLTK_SCALING_FACTOR consistently across platforms.ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2019-02-20Check to avoid erroneous values for the starting GUI scale factor.ManoloFLTK
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-11-28Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...Manolo Gouy
2018-09-07X11: simplify the use of member function Fl_X11_Screen_Driver::init_workarea().Manolo Gouy
2018-08-08Support for GUI scaling: add API to get/set the scaling factor value.Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-06-15Avoid repetitive calls to Fl_Screen_Driver::screen_count()Manolo Gouy
2018-06-14Repair regression appeared after r.12939 for MSWindows before 8.1Manolo Gouy
2018-06-08Fix for STR#3475: X11 platform, re-use current screen scaling factor when pro...Manolo Gouy
2018-05-17Improve Fl_Screen_Driver::traverse_to_gl_subwindows() so it can be called for...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy