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.5
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
/
qxcbconnection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
XCB: do not use reserved identifiers
Giuseppe D'Angelo
21 hours
1
-14
/
+14
*
QXcbConnection::getTimestamp: do not return stale timestamp
Roland Pallai
5 days
1
-4
/
+2
*
xcb: Flush Display when processing xcb events
Liang Qi
2022-11-03
1
-0
/
+8
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
plugins: use nullptr instead of 0 and NULL
Johannes Kauffmann
2022-10-02
1
-2
/
+2
*
xcb: set _NET_STARTUP_ID at client leader window
Ilya Fedin
2022-09-02
1
-2
/
+26
*
xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()
Axel Spoerl
2022-06-14
1
-6
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Revert "xcb: stablilize xkb state when keymap updated"
Liang Qi
2022-05-06
1
-1
/
+1
*
includemocs (updated script)
Marc Mutz
2022-05-05
1
-0
/
+2
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
1
-2
/
+4
*
xcb: stablilize xkb state when keymap updated
Liang Qi
2021-11-26
1
-1
/
+1
*
xcb: remove confusing indirections for qt selection owner
Gatis Paeglis
2021-10-22
1
-2
/
+2
*
xcb: avoid to use invalid pointers
Liang Qi
2021-10-22
1
-1
/
+7
*
xcb: Fix typos in source code comments
Jonas Kvinge
2021-10-14
1
-1
/
+1
*
xcb: update connection time when possible
Liang Qi
2021-09-06
1
-3
/
+18
*
xcb: support xrandr(1.5) monitor setup
Liang Qi
2021-09-01
1
-6
/
+15
*
xcb: fix QWindow::startSystemMove()/Resize() triggered by touch
Liang Qi
2021-06-16
1
-2
/
+9
*
xcb: fix QWindow::startSystemMove()/Resize() triggered by mouse
Liang Qi
2021-06-16
1
-0
/
+3
*
xcb: Update _NET_SUPPORTED when the window manager changes it
Tang Haixiang
2021-05-07
1
-0
/
+2
*
Remove Qt6 ifdef switches from plugins
Allan Sandfeld Jensen
2021-05-07
1
-8
/
+0
*
xcb: Add more debug info for XCB_INPUT event
Liang Qi
2021-04-26
1
-1
/
+44
*
Let QXcbConnection::getTimestamp properly exit when X server quits
Sheng Mao
2020-11-30
1
-1
/
+12
*
xcb: remove QT_XCB_NO_XI2_MOUSE code path
Gatis Paeglis
2020-08-23
1
-2
/
+6
*
Properly deprecate Qt::MidButton in favor of Qt::MiddleButton
Edward Welbourne
2020-08-22
1
-2
/
+2
*
Set name of X11 Client Leader Window to application name
Raphael Rosch
2020-07-24
1
-1
/
+1
*
xcb: Fix comments' indentation
Alexander Volkov
2020-05-25
1
-1
/
+1
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-8
/
+8
*
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
*
3rdparty: remove xcb libs and bump minimal required version to 1.11
Gatis Paeglis
2019-08-27
1
-26
/
+0
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-10
1
-0
/
+2
|
\
|
*
xcb: reduce focus-in delay
Gatis Paeglis
2019-07-05
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Friedemann Kleint
2019-03-26
1
-2
/
+1
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-20
1
-2
/
+1
|
|
\
|
|
*
Move screen maintenance functions from QPlatformIntegration to QWSI
Tor Arne Vestbø
2019-03-19
1
-2
/
+1
*
|
|
Widen out parameter "result" of the native event filters for Qt 6
Friedemann Kleint
2019-03-22
1
-0
/
+8
|
/
/
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2019-01-21
1
-1
/
+2
|
\
\
|
|
/
|
*
XCB: Use application name for X11 selection owner name
Max Mazurov
2019-01-07
1
-1
/
+2
*
|
xcb: rework focus-in peeker so we can drop PeekFunc API
Gatis Paeglis
2019-01-04
1
-20
/
+6
|
/
*
xcb: move clipboard code out of QXcbConnection::processXcbEvents
Gatis Paeglis
2018-10-31
1
-8
/
+5
*
xcb: fix unresponsive mouse clicks after VT switch
Gatis Paeglis
2018-10-25
1
-0
/
+3
*
xcb: qxcbconnection_screens
Gatis Paeglis
2018-10-17
1
-372
/
+0
*
xcb: qxcbconnection_basic
Gatis Paeglis
2018-10-17
1
-650
/
+61
*
xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlers
Gatis Paeglis
2018-10-16
1
-7
/
+47
*
xcb: localize handling of Qt::AA_Compress* flags
Gatis Paeglis
2018-10-14
1
-2
/
+4
*
xcb: lock-free event processing
Gatis Paeglis
2018-10-14
1
-243
/
+47
*
Revert "XCB: Do not create instance of QPlatformIntegration for invalid displ...
Gatis Paeglis
2018-10-14
1
-43
/
+15
*
xcb: remove runtime check for xcb_poll_for_queued_event
Gatis Paeglis
2018-10-12
1
-49
/
+6
*
xcb: Initialize OpenGL integration only when required
Alexander Volkov
2018-09-29
1
-28
/
+36
[next]