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.5.5
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
/
wayland
/
qwaylandwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wayland: Add xx-session-management-v1 support
David Edmundson
13 days
1
-0
/
+11
*
wayland: Initialize surface format on construction
David Edmundson
2025-06-18
1
-0
/
+1
*
wayland: Drop unused member variable
David Edmundson
2025-06-03
1
-11
/
+0
*
wayland: Ack configure events when suspended
David Edmundson
2025-06-02
1
-2
/
+5
*
wayland: Use modern syntax for method invokation
David Edmundson
2025-06-02
1
-1
/
+1
*
wayland: Reset surface on QWindow type change
David Edmundson
2025-05-30
1
-5
/
+26
*
wayland: Drop ShellIntegration::handleExpose
David Edmundson
2025-05-29
1
-5
/
+0
*
wayland: Make initial commit for surface state opt-in
David Edmundson
2025-05-29
1
-1
/
+2
*
wayland: Move to synchronous expose events
David Edmundson
2025-05-29
1
-30
/
+27
*
Wayland Client: explicitly attach a buffer in sendExposeEvent()
David Edmundson
2025-05-27
1
-4
/
+25
*
wayland: Deliver WindowScreenChangedEvent synchronously
Vlad Zahorodnii
2025-05-27
1
-1
/
+1
*
Client: add cursor state management
Lu YaNing
2025-05-27
1
-5
/
+20
*
Set geometry before creating shell window
David Edmundson
2025-04-30
1
-2
/
+1
*
Don't call elapsed() on an invalid QElapsedTimer
David Faure
2025-04-05
1
-3
/
+4
*
Client: Reset mFrameCallbackTimedOut when showing a window
Vlad Zahorodnii
2025-03-31
1
-3
/
+10
*
client: Drop assert in frame size syncing
David Edmundson
2025-03-18
1
-1
/
+0
*
client: implement support for the color management protocol
Xaver Hugl
2025-02-02
1
-0
/
+34
*
client: update mouse position on enter
Yifan Zhu
2025-01-29
1
-0
/
+7
*
client: use QDesktopUnixServices instead of QGenericUnixServices
Thiago Macieira
2025-01-23
1
-1
/
+1
*
QWaylandWindow: prevent a crash when calling requestXdgActivationToken
Ilya Fedin
2025-01-21
1
-1
/
+9
*
Client: Always trigger a commit in flush
David Edmundson
2024-12-06
1
-1
/
+2
*
Client: Implement frame-perfect resizing
David Edmundson
2024-11-25
1
-0
/
+14
*
Adapt window recreation to wl_surface as winId and lifetime changes
David Redondo
2024-11-13
1
-1
/
+0
*
client: Fix changing to subsurface now that wl_surface is not destroyed
David Redondo
2024-11-06
1
-7
/
+8
*
Client: implement toplevel icon protocol
David Redondo
2024-10-31
1
-0
/
+5
*
client: Drop outdated QT_WAYLAND_RESIZE_AFTER_SWAP
David Edmundson
2024-10-25
1
-5
/
+0
*
Client: Use synchronous delivery for geometry events
David Edmundson
2024-10-25
1
-57
/
+15
*
Client: Send mouse events with QPointingDevice instances
Shawn Rutledge
2024-10-01
1
-4
/
+10
*
Return wl_surface* QWaylandWindow::winId()
Xavier BESSON
2024-09-27
1
-3
/
+1
*
client: Change default lifespan of wl_surface to match the window
David Redondo
2024-09-24
1
-44
/
+53
*
Client: Ceil cursor's fallback buffer scale
Ilya Fedin
2024-09-11
1
-1
/
+1
*
Client: Fix desktop environment check for decorations
Ilya Fedin
2024-09-07
1
-2
/
+2
*
Client: Pass tablet input to decorations
Nicolas Fella
2024-09-03
1
-0
/
+10
*
Fix compilation with -qreal float
Tim Blechmann
2024-08-13
1
-2
/
+2
*
client: Update internal geometry before notifying shell surfaces
David Edmundson
2024-08-12
1
-7
/
+7
*
Client: Use std::unique_ptr to manage window decoration
David Redondo
2024-07-22
1
-7
/
+5
*
client: process exposure updates in the main thread
David Edmundson
2024-07-18
1
-1
/
+1
*
client: Guard against windows being on a null screen
David Edmundson
2024-07-15
1
-1
/
+1
*
client: Cache exposed state and unify sending events
David Edmundson
2024-07-15
1
-25
/
+38
*
Client: Split requests to set window and content geometry
Vlad Zahorodnii
2024-06-26
1
-5
/
+12
*
client: Drop the concept of a queued buffer before the first expose
David Edmundson
2024-06-26
1
-12
/
+1
*
Client: Ensure that guessed popup parent has a shell surface
Vlad Zahorodnii
2024-06-20
1
-2
/
+4
*
client: Support popup repositioning
David Edmundson
2024-05-28
1
-1
/
+1
*
Client: Update size hints on custom margins change
Ilya Fedin
2024-05-25
1
-0
/
+1
*
client: Avoid roundtrip to handle xdgoutput race condition
David Edmundson
2024-05-25
1
-3
/
+0
*
client: Always update the window's screen on changes
David Edmundson
2024-05-25
1
-3
/
+2
*
Client: Fix initialization of QWaylandWindow::mScale
Vlad Zahorodnii
2024-05-24
1
-5
/
+4
*
Client: Try harder to guess the transient parent window
Vlad Zahorodnii
2024-05-24
1
-2
/
+7
*
client: Disentangle platform services and windowmanagerintegration
David Redondo
2024-05-10
1
-1
/
+1
*
QWaylandWindow: requestActivate on show
Kai Uwe Broulik
2024-04-26
1
-0
/
+3
[next]