summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.cxx
AgeCommit message (Expand)Author
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
2018-05-05Fix Fl_Screen_Driver::traverse_to_gl_subwindows() to support Fl_Widget_Surfac...Manolo Gouy
2018-05-05Improve Fl_Screen_Driver::traverse_to_gl_subwindows(), still needs to be comp...Manolo Gouy
2018-05-04Shorten the list of virtual member functions used to support Fl_Widget_Surfac...Manolo Gouy
2018-03-28Add more display scaling factors for testing.Albrecht Schlosser
2018-03-24Remove GUI scale factor values above 300% which were here for development only.Manolo Gouy
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-02-08Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-09Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...Manolo Gouy