summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
AgeCommit message (Expand)Author
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-06-15Allow using an Fl_SVG_Image object as window icon.ManoloFLTK
2020-01-15Fix uninitialized vars in calls to fl_clip_box() (issue #6)Albrecht Schlosser
2019-02-23Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-04-24Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...Manolo Gouy
2018-04-23Undo change at r12792 (24 march 2018) because test/offscreen does not work wi...Manolo Gouy
2018-03-24Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...Manolo Gouy
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-08-20Remove undesirable statement.Manolo Gouy
2017-07-26X11 platform, resize window when moved across screens: remove hide()/show() c...Manolo Gouy
2017-07-25Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349.Manolo Gouy
2017-07-07Define Fl_WinAPI_Screen_Driver::DWM_scaling_factor() only without FLTK_HIDPI_...Manolo Gouy
2017-07-07Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() when built witho...Manolo Gouy
2017-07-04HiDPI support under WIN32: fix fullscreen when several monitors of distinct r...Manolo Gouy
2017-07-04Slight improvement of Fl_WinAPI_Window_Driver::border_width_title_bar_height()Manolo Gouy
2017-07-03HiDPI support under WIN32 platform: completed.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 icons after rescalingManolo 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: fix fullscreen mode when scaling factor is > 1.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-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-09-29Avoid compilation warnings with -Wmaybe-uninitializedManolo Gouy
2016-08-27Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...Manolo Gouy
2016-08-27Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() for displays whe...Manolo Gouy
2016-08-25Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...Manolo Gouy
2016-04-19Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.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
2016-04-18Move other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
2016-04-18Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.Manolo Gouy
2016-04-17MSWindows fixes for previous commits.Matthias Melcher
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-04-03Rewrite fl_scroll_area.cxx under the driver model.Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-03-27Rewrite Fl_Overlay_Window class under the driver model.Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy