index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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
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
/
xcb
/
qxcbintegration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement XCB key mapper in terms of QPlatformKeyMapper
Tor Arne Vestbø
2023-10-09
1
-7
/
+2
*
qgenericunixservices: Move x11 specific code to the Xcb backend
David Edmundson
2023-07-05
1
-1
/
+13
*
Add flicking behavior hints to xcb platform integration
Shawn Rutledge
2023-04-28
1
-3
/
+5
*
Implement setBadgeNumber for xcb backend
Carl Schwan
2023-04-04
1
-0
/
+6
*
xcb: Propagate a few theme hint changes to QGuiApplication
JiDe Zhang
2022-08-17
1
-5
/
+23
*
xcb: Get some style hints from xsettings
JiDe Zhang
2022-06-18
1
-2
/
+23
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
1
-6
/
+8
*
Plugins: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-05-02
1
-1
/
+1
*
Fix typo
Oliver Eftevaag
2022-03-14
1
-1
/
+1
*
Compose render-to-texture widgets through QRhi
Laszlo Agocs
2022-03-11
1
-3
/
+0
*
Fix build when xcb_glx_plugin config is disabled
Eirik Aavitsland
2021-04-20
1
-0
/
+2
*
Rename the new platform APIs from QPlatformInterface to QNativeInterface
Tor Arne Vestbø
2020-10-07
1
-2
/
+2
*
qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6
Gatis Paeglis
2020-08-23
1
-2
/
+0
*
Fix no-EGL build
Tor Arne Vestbø
2020-07-07
1
-0
/
+2
*
Move linuxaccessibility to QtGui
Friedemann Kleint
2020-07-06
1
-1
/
+1
*
Introduce platform API abstraction for QOpenGLContext
Tor Arne Vestbø
2020-07-02
1
-1
/
+20
*
xcb: Remove need for QXCBScreen to resolve QXcbGlIntegration
Tor Arne Vestbø
2020-06-21
1
-2
/
+1
*
xcb: remove multi-connection code path
Gatis Paeglis
2020-06-21
1
-34
/
+21
*
Move UNIX services into QtGui
Friedemann Kleint
2020-06-18
1
-1
/
+1
*
Move Unix font databases into QtGui
Friedemann Kleint
2020-06-15
1
-1
/
+1
*
Move QPlatformBackingStoreOpenGLSupport handling out of platform plugins
Tor Arne Vestbø
2020-05-29
1
-3
/
+0
*
Move QtPlatformCompositorSupport into QtOpenGL
Tor Arne Vestbø
2020-05-28
1
-1
/
+1
*
Move backing store OpenGL support to the platformcompositor module
Johan Klokkhammer Helsing
2020-02-03
1
-7
/
+17
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-2
/
+2
*
xcb: Simplify code by using helper QXcbIntegration::defaultConnection()
Alexander Volkov
2019-11-20
1
-2
/
+1
*
xcb: make beep work
Karim Pinter
2019-05-06
1
-0
/
+1
*
platforminputcontexts: use libxkbcommon compose key API
Gatis Paeglis
2019-03-01
1
-0
/
+2
*
Restore "Do not create instance of QPlatformIntegration for invalid displays"
Gatis Paeglis
2018-10-18
1
-9
/
+7
*
xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlers
Gatis Paeglis
2018-10-16
1
-0
/
+2
*
xcb: utilize thread-safety of QAbstractEventDispatcher::wakeUp
Gatis Paeglis
2018-10-15
1
-4
/
+1
*
xcb: call processXcbEvents() on every event loop iteration
Gatis Paeglis
2018-10-15
1
-2
/
+2
*
xcb: lock-free event processing
Gatis Paeglis
2018-10-14
1
-1
/
+2
*
Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...
Gatis Paeglis
2018-10-14
1
-8
/
+18
*
xcb: remove runtime check for xcb_poll_for_queued_event
Gatis Paeglis
2018-10-12
1
-2
/
+1
*
xcb: Extract QXcbWindow::isTrayIconWindow()
Alexander Volkov
2018-09-29
1
-2
/
+2
*
xcb: Initialize OpenGL integration only when required
Alexander Volkov
2018-09-29
1
-2
/
+2
*
XCB: Do not create instance of QPlatformIntegration for invalid displays
Friedemann Kleint
2018-08-20
1
-18
/
+8
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-07-17
1
-0
/
+2
|
\
|
*
XCB/Xlib: make sure we don't get problems for sys headers using register
Thiago Macieira
2018-07-11
1
-0
/
+2
*
|
xcb: Fix artifacts on the tray background with lock screens
Alexander Volkov
2018-07-10
1
-2
/
+7
*
|
dnd: send DragEnter and DragMove on DnD start
Gatis Paeglis
2018-06-25
1
-0
/
+9
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-06-07
1
-1
/
+3
|
\
|
|
*
Make sure we can build with -no-feature-draganddrop
Joerg Bornemann
2018-05-29
1
-1
/
+3
*
|
qpa: improve API to support DnDs from other processes
Gatis Paeglis
2018-05-04
1
-4
/
+1
*
|
xcb: minor cleanups around QT_CONFIG(xcb_xlib)
Gatis Paeglis
2018-04-09
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-20
1
-3
/
+3
|
\
|
*
XCB: Replace qDebug with qCDebug
Orgad Shaneh
2018-01-15
1
-3
/
+3
*
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-4
/
+4
|
/
[next]