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
2024-12-12
Fix: Window can be moved while menu is open - cont'd (#1166)
ManoloFLTK
2024-12-12
Fix: Window can be moved while menu is open (#1166)
ManoloFLTK
2024-12-10
Fix compiler warnings (VS 2019)
Albrecht Schlosser
2024-11-25
Windows: Fix rescale bug while window is fullscreen
dannye
2024-11-25
Windows: Fix rescale bug while window is maximized
dannye
2024-10-30
Fix Windows: fullscreen doesn't always pick the correct display (#1097)
ManoloFLTK
2024-10-26
Windows: fix for using AltGr key after kludge for Ctrl+ (#1093)
ManoloFLTK
2024-10-19
Windows: process the +-containing key used with Ctrl in cross-platform way
ManoloFLTK
2024-10-07
Define missing macro on Windows/MinGW platform
Albrecht Schlosser
2024-10-07
Fix shortcut FL_CTRL+'=' on Windows (#1086)
Albrecht Schlosser
2024-10-06
Support mouse buttons 4 + 5 (aka "side buttons") (#1076, #1068)
Albrecht Schlosser
2024-10-06
Apply `scaling-shortcut-kludge.patch` for Windows
Albrecht Schlosser
2024-06-01
Fix: Zero-sized borderless window causes high cpu usage on windows (#985)
ManoloFLTK
2024-05-27
Remove useless Fl_Window_Driver accessors after new member Fl_Window::get_siz...
ManoloFLTK
2024-04-04
Improve use of fl_create_print_window() under Windows
ManoloFLTK
2024-03-01
Windows: fix moving window with Windows+Shift+arrow (#919)
ManoloFLTK
2024-03-01
Windows: fix issue if moving window back & forth across screens (#919)
ManoloFLTK
2024-03-01
Windows: make Ctrl/+/-/0/ scaling system-wide if all screens have same DPI
ManoloFLTK
2024-02-28
Fix a typo and the URL to an STR in a comment
Albrecht Schlosser
2023-11-05
Add Fl_Window::maximize() and Fl_Window::un_maximize()
ManoloFLTK
2023-08-13
Handle shift + mousewheel event on Windows (STR 3521)
Albrecht Schlosser
2023-05-09
Fix doxygen doc generation and document platform specific files
Albrecht Schlosser
2023-04-30
Undid old change in Windows code that causes undesired results (STR 1115)
Matthias Melcher
2023-02-13
Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int)
ManoloFLTK
2023-02-10
Remove dead code and comments (Windows only)
Albrecht Schlosser
2023-02-10
Fix typos in documentation and comments
Albrecht Schlosser
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2023-01-13
Fix for "Screen resolution change (win32)" (#651)
ManoloFLTK
2023-01-09
Virtual member Fl_Window_Driver::makeWindow() now returns void
ManoloFLTK
2022-12-10
"Public members Fl::awake_ring_*_ should be private" (#559) - cont'd
ManoloFLTK
2022-12-09
Fix for "Public members Fl::awake_ring_*_ should be private" (#559)
ManoloFLTK
2022-10-06
Make Windows-specific HICON-using functions visible in doc.
ManoloFLTK
2022-09-17
Allow use of Fl_Window::default_icon() with a scaled image - Part 2.
ManoloFLTK
2022-09-12
Allow use of Fl_Window::default_icon() with a scaled image.
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
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
[next]