index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_win32.cxx
Age
Commit message (
Expand
)
Author
2022-03-20
Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.
ManoloFLTK
2022-03-01
Simplify internal Fl_WinAPI_Window_Driver::fake_X_wm() method
Albrecht Schlosser
2022-03-01
Fix default size_range() calculation (issue #392, STR 3352)
Albrecht Schlosser
2022-02-21
Remove obsolete/disabled "boxcheat" code
Albrecht Schlosser
2022-02-03
Rearrange "Print Button Window" functions
Albrecht Schlosser
2022-02-03
Reorganize classes Fl_System_Driver and Fl_Screen_Driver
ManoloFLTK
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2022-01-07
Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...
ManoloFLTK
2021-12-19
Fix for issue #344 : New/Delete Type Mismatch on Windows
ManoloFLTK
2021-12-11
Win32 platform: add support of "PROCESS_PER_MONITOR_DPI_AWARE" set via manifest.
ManoloFLTK
2021-12-11
Win32 platform: allow use of manifest to set the app's DpiAwareness level.
ManoloFLTK
2021-12-05
Fixes STR #3352: "tiny window problem if child group larger than window"
Greg Ercolano
2021-11-19
Refactor and improve "Print front window" dialog
Albrecht Schlosser
2021-05-31
Windows platform: use GDI+ to antialias oblique lines and curves.
ManoloFLTK
2021-05-07
Fix MSVC 2010 and older not finding round()
Albrecht Schlosser
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-15
PR #174: Skip the call to MonitorFromRect when it is not needed.
ManoloFLTK
2021-02-13
Remove compilation warnings issued by Visual Studio 2019.
ManoloFLTK
2021-02-10
Windows scaling support: fix after WM_MOVE and in mouse_event()
ManoloFLTK
2021-01-25
Windows: fix scaling problem in Fl_Tile.
ManoloFLTK
2020-12-03
Windows scaling: fix redraw after partial expose events.
ManoloFLTK
2020-12-01
Windows scaling: fix computation of border sizes.
ManoloFLTK
2020-11-29
Fix for issue #123 - Windows platform
ManoloFLTK
2020-11-29
Windows: fix undrawn pixels at right and bottom of scaled windows.
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-05-08
Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()
ManoloFLTK
2020-03-25
Fix for issue #65: FLTK breaks when resize request is denied
ManoloFLTK
2019-06-16
Windows platform: resize all windows after screen configuration events
ManoloFLTK
2019-06-16
Make FLTK Windows apps "Per-Monitor-V2 DPI Aware"
ManoloFLTK
2019-06-11
Fix Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() when window title...
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-06
Process env var FLTK_SCALING_FACTOR consistently across platforms.
ManoloFLTK
2018-08-06
Fix crash when a program exits before it opens a window (STR #3484).
Albrecht Schlosser
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-19
Windows: Disable dynamic linking/loading of winsock dll.
Albrecht Schlosser
2018-06-18
Recent (circa early 2018) versions of the Mingw32 headers have changed the fi...
Ian MacArthur
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2018-05-06
Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...
Manolo Gouy
2018-05-06
Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...
Manolo Gouy
2018-04-29
Fl_WinAPI_System_Driver::paste() : fix handling of clipboard containing top-d...
Manolo Gouy
2018-04-29
Fl_WinAPI_System_Driver::paste() : fix indentation only.
Manolo Gouy
2018-04-29
Pasting image from clipboard: partial support of top-down DIB image (still ne...
Manolo Gouy
2018-04-29
Fix Fl_WinAPI_System_Driver::paste() when clipboard contains GIF image
Manolo Gouy
2018-04-29
Fix Fl_WinAPI_System_Driver::paste() when the clipboard contains an image as ...
Manolo Gouy
[next]