summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2018-06-18Recent (circa early 2018) versions of the Mingw32 headers have changed the fi...Ian MacArthur
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-04-29Fl_WinAPI_System_Driver::paste() : fix handling of clipboard containing top-d...Manolo Gouy
2018-04-29Fl_WinAPI_System_Driver::paste() : fix indentation only.Manolo Gouy
2018-04-29Pasting image from clipboard: partial support of top-down DIB image (still ne...Manolo Gouy
2018-04-29Fix Fl_WinAPI_System_Driver::paste() when clipboard contains GIF imageManolo Gouy
2018-04-29Fix Fl_WinAPI_System_Driver::paste() when the clipboard contains an image as ...Manolo Gouy
2018-04-26Fix Fl_WinAPI_System_Driver::paste() when clipboard contains an image and the...Manolo Gouy
2018-04-25Have Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() restore the wind...Manolo Gouy
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-02-19Don't use FLTK's way to support HighDPI screens when the app has set a DPI aw...Manolo Gouy
2018-02-18Don't use FLTK's way to support HighDPI screens when the app has set a DPI aw...Manolo Gouy
2018-02-16Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-12-19Fix indenting and formatting according to the CMP.Albrecht Schlosser
2017-12-15Remove VS specific #pragma comment (lib, ...).Albrecht Schlosser
2017-08-26Fl_WinAPI_Window_Driver::capture_titlebar_and_borders(): remove a few unneces...Manolo Gouy
2017-08-25WIN32: have Fl_win32.cxx #include "config_lib.h"Manolo Gouy
2017-08-19Prevent situation where SetProcessDPIAwareness was called after Fl_WinAPI_Scr...Manolo Gouy
2017-08-05Strenghten Fl_WinAPI_System_Driver::paste(): the widget's handle method may c...Manolo Gouy
2017-07-30Improve rescaling when window moved across screens: make sure center stays on...Manolo Gouy
2017-07-28Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...Manolo Gouy
2017-07-27IsIconic() is the adequate WINAPI function to detect a minimised window.Manolo Gouy
2017-07-27Simpler initialisation of the 'scale' local variable in WndProc().Manolo Gouy
2017-07-27Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...Manolo Gouy
2017-07-27Fix window iconize/deiconize when multiple screens with distinct scaling fact...Manolo Gouy
2017-07-25Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r...Manolo Gouy
2017-07-25Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi...Manolo Gouy
2017-07-07Define Fl_WinAPI_Screen_Driver::DWM_scaling_factor() only without FLTK_HIDPI_...Manolo Gouy
2017-07-07WIN32 HiDPI support: fix copy and paste of image data when rescaling is applied.Manolo Gouy
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-29HiDPI support for WIN32 platform: begin to support screen-specific scale factor.Manolo Gouy
2017-06-28Better implementation of Fl_WinAPI_Window_Driver::reuse_cursor() that will al...Manolo Gouy
2017-06-28HiDPI support: keep window's cursor after rescaling.Manolo Gouy
2017-06-27WIN32 platform: more progress for full HiDPI supportManolo Gouy
2017-06-19HiDPI support under WIN32: fix bugs with tile demo and with fullscreen demo.Manolo Gouy
2017-06-19HiDPI support under WIN32 platform: fix Fl_WinAPI_Window_Driver::capture_titl...Manolo Gouy
2017-06-18Advancing HiDPI support for the WIN32 platform - still incomplete.Manolo Gouy
2017-06-17Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...Manolo Gouy
2017-06-11 Scaling for WIN32 platform: avoid undrawn right and bottom window margins w...Manolo Gouy
2017-06-01Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...Manolo Gouy
2017-05-21Fix Visual Studio build with HiDPI support.Albrecht Schlosser
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy