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
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
*
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
*
Merge dev into 5.12
Oswald Buddenhagen
2018-08-21
1
-221
/
+193
|
\
|
*
xcb: avoid unnecessary InternAtom requests
Gatis Paeglis
2018-08-17
1
-0
/
+4
|
*
xcb: cleanup QXcbConnection::handleXcbEvent()
Gatis Paeglis
2018-08-16
1
-190
/
+177
|
*
xcb: Use functors in QXcbConnection::checkEvent()
Gatis Paeglis
2018-08-16
1
-31
/
+12
*
|
XCB: Do not create instance of QPlatformIntegration for invalid displays
Friedemann Kleint
2018-08-20
1
-15
/
+43
|
/
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-08-07
1
-3
/
+1
|
\
|
*
xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246
Gatis Paeglis
2018-08-01
1
-2
/
+1
*
|
Merge branch '5.11' into dev
Edward Welbourne
2018-07-31
1
-1
/
+5
|
\
\
|
|
/
|
*
xcb: fix various bugs with _NET_WM_MOVERESIZE
Gatis Paeglis
2018-07-23
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-07-17
1
-4
/
+5
|
\
\
|
|
/
|
*
XCB/Xlib: make sure we don't get problems for sys headers using register
Thiago Macieira
2018-07-11
1
-0
/
+2
|
*
xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktop
Alexander Volkov
2018-07-09
1
-4
/
+3
*
|
QSystemTrayIcon/X11: Move platform-specific calls to the xcb plugin
Alexander Volkov
2018-07-10
1
-16
/
+0
*
|
xcb: Set WM_CLIENT_MACHINE property
Alexander Volkov
2018-07-09
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
1
-10
/
+26
|
\
\
|
|
/
|
*
xcb: add QT_XCB_NO_MITSHM envvar for disabling MIT-SHM extension
Gatis Paeglis
2018-06-15
1
-1
/
+2
|
*
xcb: fix regression with remote X11 clients
Gatis Paeglis
2018-06-11
1
-8
/
+23
|
*
xcb: fix mouse event compression with certain configurations
Gatis Paeglis
2018-06-09
1
-2
/
+4
*
|
xcb: move XSync extensions initialization to QXcbConnection
Gatis Paeglis
2018-06-28
1
-0
/
+10
*
|
xcb: add static overload for setting window name
Gatis Paeglis
2018-06-22
1
-11
/
+8
*
|
xcb: qxcbdrag.cpp cleanups
Gatis Paeglis
2018-06-22
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-06-07
1
-4
/
+6
|
\
\
|
|
/
|
*
Make sure we can build with -no-feature-draganddrop
Joerg Bornemann
2018-05-29
1
-4
/
+6
*
|
qpa: improve API to support DnDs from other processes
Gatis Paeglis
2018-05-04
1
-0
/
+15
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-04-15
1
-3
/
+8
|
\
\
|
|
/
|
*
xcb: prevent crash with pixmap cursors on XRender-less X servers
Gatis Paeglis
2018-04-14
1
-3
/
+8
*
|
xcb: minor cleanups around QT_CONFIG(xcb_xlib)
Gatis Paeglis
2018-04-09
1
-23
/
+0
*
|
xcb: Use XCB instead of Xlib for XInput
Alexander Volkov
2018-03-22
1
-25
/
+24
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-02-26
1
-2
/
+2
|
\
\
|
|
/
|
*
xcb: simplify handling of keymap updates
Gatis Paeglis
2018-02-25
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-02-23
1
-0
/
+1
|
\
\
|
|
/
[next]