summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.cxx
AgeCommit message (Expand)Author
2017-07-29Fix Fl_Screen_Driver::read_image() that was not correct with scaling factor < 1.Manolo Gouy
2017-07-05Fix compiler warning [-Wunused-variable].Albrecht Schlosser
2017-07-03HiDPI support under WIN32 platform: completed.Manolo Gouy
2017-07-01WIN32: fix error when building without FLTK_HIDPI_SUPPORT.Manolo Gouy
2017-06-28HiDPI support: keep window's icons after rescalingManolo Gouy
2017-06-28HiDPI support: keep window's cursor after rescaling.Manolo Gouy
2017-06-17Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...Manolo Gouy
2017-06-15Limit initial scaling factor to sensible values.Albrecht Schlosser
2017-06-10Remove warning when compiled with -Wmisleading-indentationManolo Gouy
2017-06-01Remove the 'defined(WIN32)' and 'defined(__APPLE__)' preprocessor directives ...Manolo Gouy
2017-06-01Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-11-17Fix crash when resizing double-buffered window smaller than transparent image...Manolo Gouy
2016-08-23Remove special processing for Darwin+X11 that seems no longer necessary.Manolo Gouy
2016-08-23Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*Manolo Gouy
2016-06-25Add handling of call before the screen layout has been computed.Manolo Gouy
2016-04-15Continue moving to Fl_System_Driver the platform_dependent implementations of...Manolo Gouy
2016-04-06Rewrite Fl_Input.cxx under the driver model.Manolo Gouy
2016-04-03Stop using fl_read_image() to read window decoration. Manolo Gouy
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-04-01Rewrite Fl_Text_Editor.cxx under the driver model.Manolo Gouy
2016-03-31Move dnd and character-composition related functions from Fl_System_Driver to...Manolo Gouy
2016-03-31Begin to remove platform-dependent code from Fl_Input_.cxxManolo Gouy
2016-02-26Add virtual destructor to Fl_Screen_Driver.Manolo Gouy
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-13Refactoring get_system_colors() into Fl_Screen_DriverMatthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher