summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2021-12-11Win32 platform: add support of "PROCESS_PER_MONITOR_DPI_AWARE" set via manifest.ManoloFLTK
2021-12-11Win32 platform: allow use of manifest to set the app's DpiAwareness level.ManoloFLTK
2021-12-05Fixes STR #3352: "tiny window problem if child group larger than window"Greg Ercolano
2021-11-19Refactor and improve "Print front window" dialogAlbrecht Schlosser
2021-05-31Windows platform: use GDI+ to antialias oblique lines and curves.ManoloFLTK
2021-05-07Fix MSVC 2010 and older not finding round()Albrecht Schlosser
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2021-02-15PR #174: Skip the call to MonitorFromRect when it is not needed.ManoloFLTK
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2021-02-10Windows scaling support: fix after WM_MOVE and in mouse_event()ManoloFLTK
2021-01-25Windows: fix scaling problem in Fl_Tile.ManoloFLTK
2020-12-03Windows scaling: fix redraw after partial expose events.ManoloFLTK
2020-12-01Windows scaling: fix computation of border sizes.ManoloFLTK
2020-11-29 Fix for issue #123 - Windows platformManoloFLTK
2020-11-29Windows: fix undrawn pixels at right and bottom of scaled windows.ManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-05-08Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()ManoloFLTK
2020-03-25Fix for issue #65: FLTK breaks when resize request is deniedManoloFLTK
2019-06-16Windows platform: resize all windows after screen configuration eventsManoloFLTK
2019-06-16Make FLTK Windows apps "Per-Monitor-V2 DPI Aware"ManoloFLTK
2019-06-11Fix Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() when window title...ManoloFLTK
2019-06-06Add one argument to Fl_Screen_Driver::read_win_rectangle()ManoloFLTK
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
2018-08-06Fix crash when a program exits before it opens a window (STR #3484).Albrecht Schlosser
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-19Windows: Disable dynamic linking/loading of winsock dll.Albrecht Schlosser
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