summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
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
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-10-14Fix inconsistent interpretation of ld() in image handling (STR #3308).Albrecht Schlosser
2016-09-29Avoid compilation warnings with -Wmaybe-uninitializedManolo Gouy
2016-09-20Remove fl_wait() that is not part of the public API.Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-09-01Fix buffer overflow in CR/LF conversion.Albrecht Schlosser
2016-08-28Fix slight mis-scaling when pasting Enhanced metafile from clipboardManolo Gouy
2016-08-28Use desktop scaling factor also when pasting an Enhanced MetafileManolo Gouy
2016-08-25Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...Manolo Gouy
2016-08-24Remove unused variable.Manolo Gouy
2016-08-23Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*Manolo Gouy
2016-04-22Minor simplification.Manolo Gouy
2016-04-20Avoid the expression "foreign language" in comments.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-19Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X Manolo Gouy
2016-04-19Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.Manolo Gouy
2016-04-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...Manolo Gouy
2016-04-19Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: ...Manolo Gouy
2016-04-19Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Win...Manolo Gouy