index
:
qt/qtbase.git
5.10
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.0
5.9.4
dev
old/5.0
old/5.1
old/5.2
winrt
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs2
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
/
qxcbwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2017-10-23
1
-1
/
+3
|
\
|
*
xcb: Convert synthetic mouse enter event position to native pixels
Błażej Szczygieł
2017-10-20
1
-1
/
+3
*
|
xcb: use XInput2 for mouse starting from 2.0 not 2.2
Gatis Paeglis
2017-08-09
1
-10
/
+13
*
|
xcb: don't allow isAtLeastXI2{1,2} in builds without Xinput2
Gatis Paeglis
2017-07-14
1
-0
/
+4
*
|
xcb: rely on QRegion::operator| to handle empty regions
Gatis Paeglis
2017-07-14
1
-5
/
+1
*
|
xcb: fix logic in QXcbConnection::initializeXInput2()
Gatis Paeglis
2017-07-13
1
-2
/
+4
*
|
xcb: cleanup updating of scrolling device valuators
Gatis Paeglis
2017-07-13
1
-1
/
+2
*
|
Ensure all platforms send geometry events if request was not fulfilled
Tor Arne Vestbø
2017-07-07
1
-4
/
+0
*
|
Relieve platform plugins of having to persist geometry on WM callbacks
Tor Arne Vestbø
2017-07-07
1
-4
/
+0
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-04
1
-7
/
+7
|
\
\
|
|
/
|
*
xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macro
Alexander Volkov
2017-06-29
1
-2
/
+2
|
*
xcb: Use QT_CONFIG macro to check for xcb-xlib
Alexander Volkov
2017-06-28
1
-5
/
+5
*
|
Remove requirement to call QWindow::setMask after creating window
Tor Arne Vestbø
2017-06-28
1
-0
/
+3
*
|
xcb: remove DISPLAY_FROM_XCB macro
Gatis Paeglis
2017-06-27
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-19
1
-6
/
+10
|
\
\
|
|
/
|
*
xcb: Don't destroy foreign windows
Tor Arne Vestbø
2017-06-07
1
-6
/
+10
*
|
xcb,evdevmouse: don't use qpa compatibility functions
Gatis Paeglis
2017-06-08
1
-8
/
+12
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-07
1
-2
/
+10
|
\
\
|
|
/
|
*
Make sure QWindow screen is set before calling QPlatformWindow::create
Àlex Fiestas
2017-05-29
1
-2
/
+10
*
|
xcb: rename QXcbConnection::{setButton,buttons,m_buttons}
Gatis Paeglis
2017-05-16
1
-7
/
+7
*
|
xcb: Add experimental legacy support for native X11 painting
Louai Al-Khanji
2017-04-21
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-04-07
1
-11
/
+11
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-04-06
1
-11
/
+9
|
|
\
|
|
*
xcb: prevent dangling pointer when window focus changes
Gatis Paeglis
2017-04-03
1
-11
/
+9
|
*
|
Fix warning for -no-feature-textcodec
Stephan Binner
2017-04-04
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-04-04
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Prefer rvalue versions of toLatin() and toUtf8()
Anton Kudryavtsev
2017-03-30
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-03-28
1
-11
/
+9
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-21
1
-11
/
+9
|
|
\
\
|
|
|
/
|
|
*
xcb: cleanup QXcbWindow::relayFocusToModalWindow()
Gatis Paeglis
2017-03-14
1
-11
/
+9
*
|
|
xcb: Fix embedded Vulkan windows
Laszlo Agocs
2017-03-22
1
-0
/
+13
*
|
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-03-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-13
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
*
xcb: fix misuse of xcb_send_event
Gatis Paeglis
2017-03-01
1
-1
/
+1
*
|
|
Make QWindow's windowState a QFlags of the WindowState
Olivier Goffart
2017-03-16
1
-73
/
+44
*
|
|
xcb: remove code and macros related to Q_XCB_DEBUG
Gatis Paeglis
2017-03-10
1
-142
/
+147
*
|
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-02-28
1
-8
/
+4
|
\
\
\
|
|
/
/
|
*
|
QWindow: Remove "_q_foreignWinId" dynamic property
Tor Arne Vestbø
2017-02-22
1
-8
/
+4
*
|
|
xcb: Wrap xcb callings in macros
Alexander Volkov
2017-02-23
1
-103
/
+49
|
/
/
*
|
Add QPlatformWindow::isForeignWindow()
Tor Arne Vestbø
2017-02-09
1
-2
/
+2
*
|
XCB: Use member initialization
Friedemann Kleint
2017-01-27
1
-16
/
+0
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-25
1
-17
/
+20
|
\
\
|
|
/
|
*
xcb: Fix colormap memory leak
Joni Poikelin
2017-01-12
1
-4
/
+7
|
*
xcb: Ignore XI2 LMB mouse events from touch screens
Alexander Volkov
2016-12-28
1
-13
/
+13
*
|
Split QPlatformWindow::isEmbedded into isAncestorOf to separate concerns
Tor Arne Vestbø
2017-01-05
1
-5
/
+2
|
/
*
Make size grip work with high dpi scaling
Paul Olav Tvete
2016-12-13
1
-1
/
+1
*
xcb: Adapt QXcbWindow::startSystemResize() for touch events
Alexander Volkov
2016-12-08
1
-1
/
+11
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-01
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-22
1
-1
/
+2
|
|
\
|
|
*
xcb: fix passing of focus from child to its top level QWindow
Clinton Stimpson
2016-10-19
1
-1
/
+2
[next]