index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
windows
/
qwindowswindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "WindowsQPA: Make custom titlebar a child window"
Jani Heikkinen
11 days
1
-50
/
+149
*
WindowsQPA: Make custom titlebar a child window
Wladimir Leuschner
2025-06-13
1
-149
/
+50
*
QPA/Windows: Fix QPainter warnings when animations are disabled
Christian Ehrlicher
2025-06-10
1
-7
/
+11
*
Use WS_EX_NOACTIVATE to prevent window from getting focused
Morteza Jamshidi
2025-05-30
1
-0
/
+3
*
Revert "Windows QPA: Remove usage of deprecated DwmEnableBlurBehindWindow"
Wladimir Leuschner
2025-05-26
1
-0
/
+25
*
Windows: Update layered state on creation instead of backingstore flush
Tor Arne Vestbø
2025-05-18
1
-9
/
+4
*
Windows: Detect lack of WS_CLIPCHILDREN when adding child windows
Tor Arne Vestbø
2025-05-15
1
-1
/
+19
*
WindowsQPA: Make custom titlebar respect swapped mouse buttons
Wladimir Leuschner
2025-05-14
1
-7
/
+13
*
WindowsQPA: Add default icon to custom titlebar
Wladimir Leuschner
2025-03-17
1
-8
/
+13
*
WindowsQPA: Adjust close button and hover color for custom titlebar
Wladimir Leuschner
2025-03-17
1
-3
/
+6
*
WindowsQPA: Add default window title to custom titlebar
Wladimir Leuschner
2025-03-12
1
-2
/
+3
*
Revert "Windows: Check for bitmask instead for equality for initial window fl...
Wladimir Leuschner
2025-03-03
1
-4
/
+9
*
Windows: Check for bitmask instead for equality for initial window flags
Wladimir Leuschner
2025-02-18
1
-9
/
+4
*
Windows: Fix title bar artifact for frameless windows after restoring
Morteza Jamshidi
2025-02-18
1
-0
/
+12
*
Replace QBoolBlocker with QScopedValueRoolback
Thiago Macieira
2025-01-27
1
-1
/
+1
*
Show window without activating if WindowDoesNotAcceptFocus flag is set
Morteza Jamshidi
2025-01-24
1
-1
/
+5
*
WindowsQPA: Draw custom titlebar with QPainter
Wladimir Leuschner
2024-12-17
1
-105
/
+128
*
Windows: Fix title bar size calculation
Yuhang Zhao
2024-12-17
1
-7
/
+17
*
Windows: Add a missing WINAPI for a callback function
Martin Storsjö
2024-11-28
1
-1
/
+1
*
Windows: Implement Qt::ExpandedClientAreaHint/NoTitleBarBackgroundHint
Wladimir Leuschner
2024-11-27
1
-7
/
+418
*
platforms/windows: fix deprecated C++ 20 implicit capture of this in [=]
Ahmad Samir
2024-11-11
1
-1
/
+1
*
Windows QPA: Make frameless window respect WORKAREA
Wladimir Leuschner
2024-11-07
1
-2
/
+18
*
Revert "Windows QPA: improve Qt::FramlessWindowHint windows"
Wladimir Leuschner
2024-11-05
1
-80
/
+32
*
Windows QPA: improve Qt::FramlessWindowHint windows
Timothée Keller
2024-10-22
1
-32
/
+80
*
d3d: Drive window updates from a vblank watcher thread
Laszlo Agocs
2024-10-15
1
-0
/
+27
*
QWindowsWindow: Refactor corrections related to task bar on top / left
Axel Spoerl
2024-10-10
1
-20
/
+60
*
Windows: Set window style in correct order when reparenting foreign windows
Tor Arne Vestbø
2024-09-17
1
-2
/
+18
*
XCB/Windows: Decouple foreign window from QWindow parent on destroy
Tor Arne Vestbø
2024-09-04
1
-0
/
+6
*
QWindowsWindow: Work around offset bug in GetWindowPlacement()
Axel Spoerl
2024-08-22
1
-0
/
+22
*
a11y: Report actual platform window name on Windows
Michael Weghorn
2024-08-22
1
-1
/
+7
*
Revert "Update window state in QWindowsWindow and QXcbWindow geometry setters"
Axel Spoerl
2024-07-16
1
-4
/
+0
*
Windows QPA: Remove usage of deprecated DwmEnableBlurBehindWindow
Wladimir Leuschner
2024-07-11
1
-31
/
+0
*
Windows QPA: Prevent restoreGeometry from showing hidden windows
Timothée Keller
2024-05-27
1
-0
/
+5
*
Windows: only consider actual palette when selecting frame appearance
Volker Hilsheimer
2024-05-22
1
-6
/
+0
*
ColorScheme: make QStyleHints::colorScheme writable for applications
Volker Hilsheimer
2024-05-10
1
-1
/
+8
*
Windows: simplify setting the dark border
Volker Hilsheimer
2024-05-03
1
-13
/
+0
*
ColorScheme: consolidate dark mode handling on Windows into Theme
Volker Hilsheimer
2024-04-25
1
-2
/
+3
*
QWindow: Persist foreign winId to support destroy/create cycles
Tor Arne Vestbø
2024-04-19
1
-0
/
+2
*
Windows QPA: Include custom margins in atypical margins
Timothée Keller
2024-03-05
1
-5
/
+6
*
windows: Remove workaround for delayed OpenGL initialization
Tor Arne Vestbø
2024-03-01
1
-22
/
+0
*
Windows QPA: don't take dpi rounding policy into account when fullscreen
Timothée Keller
2024-01-16
1
-10
/
+10
*
Fix Maximized frameless window painting wrong with WS_THICKFRAME
Yansheng Zhu
2023-12-21
1
-12
/
+23
*
Windows QPA: don't override user-removed margins
Timothée Keller
2023-12-18
1
-5
/
+14
*
Windows: Improve hidpi style drawing and metrics
Morten Sørvig
2023-11-15
1
-0
/
+5
*
Fix margin issue in wizard for windows
Santhosh Kumar
2023-10-31
1
-4
/
+4
*
Windows QPA: remove SWP_NOCOPYBITS for plain moves
Timothée Keller
2023-10-17
1
-4
/
+8
*
Revert "Windows QPA: Move transient children with a window move"
Timothée Keller
2023-10-10
1
-46
/
+0
*
Windows QPA: Adjust margins for Windows App SDK compatibility
Timothée Keller
2023-09-13
1
-3
/
+26
*
Windows QPA: also consider child windows for setting WS_EX_LAYERED
Timothée Keller
2023-08-14
1
-2
/
+9
*
Windows QPA: Move transient children with a window move
Timothée Keller
2023-06-27
1
-0
/
+46
[next]