index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
plugins
/
platforms
/
xcb
/
qxcbintegration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QXcbIntegration: remove duplicate Qt::StringLiterals import
Marc Mutz
2025-10-03
1
-1
/
+0
*
xcb: replace RasterGLSurface with RasterSurface
Liang Qi
2025-09-30
1
-1
/
+1
*
Remove Qt::WindowType::Desktop in QXcbIntegration
Axel Spoerl
2025-09-29
1
-2
/
+3
*
CRA review: plugins/platforms/xcb/*
Liang Qi
2025-09-25
1
-0
/
+1
*
Deprecate and remove traces of RasterGLSurface
Tor Arne Vestbø
2025-09-03
1
-3
/
+1
*
QXcbIntergration: Fix build w/o DBus
Axel Spoerl
2025-04-02
1
-0
/
+2
*
Refactor qgeneericunixthemes_p.h/cpp
Axel Spoerl
2025-03-11
1
-1
/
+2
*
Linux: autodetect gdb (to add -nograb) even in release mode
David Faure
2025-02-05
1
-3
/
+1
*
platforms: rename QGenericUnixServices to QDesktopUnixServices
Liang Qi
2025-01-21
1
-3
/
+3
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-1
/
+1
*
xcb: Report location of DBus menubar on window properties
David Edmundson
2024-10-10
1
-1
/
+30
*
Add QT_IM_MODULES env to allows specify multi IM key
JiDe Zhang
2024-03-05
1
-5
/
+6
*
Remove extra semi-colons
Tasuku Suzuki
2024-02-06
1
-1
/
+1
*
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
[next]