index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
xcb
/
qxcbconnection_xi2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
XCB: do not use reserved identifiers
Giuseppe D'Angelo
2023-02-07
1
-41
/
+41
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-11-18
1
-3
/
+3
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-18
1
-2
/
+2
*
Fix Wacom proximity on xcb again
Shawn Rutledge
2022-07-22
1
-6
/
+5
*
QXcbConnection::xi2ReportTabletEvent(): get device, check capabilities
Shawn Rutledge
2022-07-13
1
-4
/
+7
*
xcb: Delete touch points without target windows
Tang Haixiang
2022-05-20
1
-1
/
+5
*
Use SPDX license identifiers
Lucie GĂ©rard
2022-05-16
1
-38
/
+2
*
XCB: fix leaked QXcbScrollingDevicePrivate
Liang Qi
2022-05-13
1
-2
/
+10
*
Plugins: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-04
1
-9
/
+11
*
xcb: Show valuator atom names properly in categorized logging
Shawn Rutledge
2022-02-09
1
-1
/
+1
*
xcb: Implement support for touchpad gestures
Povilas Kanapickas
2021-11-15
1
-3
/
+213
*
xcb: Use byte buffer for event masks
Povilas Kanapickas
2021-10-16
1
-23
/
+30
*
xcb: update connection time when possible
Liang Qi
2021-09-06
1
-0
/
+1
*
xcb: fix QWindow::startSystemMove()/Resize() triggered by touch
Liang Qi
2021-06-16
1
-0
/
+5
*
xcb: fix QWindow::startSystemMove()/Resize() triggered by mouse
Liang Qi
2021-06-16
1
-2
/
+45
*
xcb: Fix touch grab handling on pre-XI 2.2
Povilas Kanapickas
2021-06-01
1
-4
/
+6
*
xcb: use QXcbScrollingDevice for a touchpad
Shawn Rutledge
2021-03-08
1
-9
/
+24
*
Fix Wacom Art Pen detection on xcb
Shawn Rutledge
2021-02-12
1
-1
/
+2
*
Add qHypot() to qmath.h, exposing and extending std::hypot()
Edward Welbourne
2021-01-27
1
-3
/
+3
*
Handle XCB_INPUT_DEVICE_TYPE_MASTER_POINTER properly
Paul Olav Tvete
2020-12-25
1
-4
/
+3
*
Fix out-of-bounds write
Paul Olav Tvete
2020-12-23
1
-14
/
+16
*
xcb: report wheel events from the correct device instance
Shawn Rutledge
2020-12-15
1
-74
/
+97
*
Fix highdpi conversion of QTabletEvent coordinates on xcb
Shawn Rutledge
2020-12-08
1
-4
/
+2
*
xcb: remove QT_XCB_NO_XI2_MOUSE code path
Gatis Paeglis
2020-08-23
1
-122
/
+2
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-8
/
+8
*
Separate QPD::tabletDevice into priv tabletDevice and queryTabletDevice
Shawn Rutledge
2020-07-07
1
-1
/
+2
*
Use QList instead of QVector in plugins
Jarek Kobus
2020-07-06
1
-2
/
+2
*
xcb: fix seatId to be master-keyboard-id << 16 | master-pointer-id
Shawn Rutledge
2020-06-18
1
-1
/
+1
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-125
/
+279
*
Make xcb plugin compile with -no-feature-tabletevent
Shawn Rutledge
2020-02-20
1
-2
/
+0
*
Add QWindow::startSystemMove and startSystemResize
Johan Klokkhammer Helsing
2020-01-28
1
-6
/
+7
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-07
1
-2
/
+4
|
\
|
*
tablets on xcb: report correct local coordinates to nested windows
Shawn Rutledge
2020-01-06
1
-2
/
+4
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-2
/
+2
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
|
/
*
QPoint/F: add transposed()
Marc Mutz
2019-08-07
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-09
1
-0
/
+4
|
\
|
*
Add an ID for recognition of UGEE tablets
Dmitry Kazakov
2019-05-07
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-04-02
1
-0
/
+30
|
\
\
|
|
/
|
*
Fix tablet jitter on X11
Dmitry Kazakov
2019-04-01
1
-0
/
+30
*
|
Add a few qAsConst() to range-for to prevent detachments
Sergio Martins
2018-12-10
1
-3
/
+3
|
/
*
xcb: qxcbconnection_basic
Gatis Paeglis
2018-10-17
1
-43
/
+18
*
xcb: cleanup QXcbConnection::handleXcbEvent()
Gatis Paeglis
2018-08-16
1
-2
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-08-07
1
-88
/
+1
|
\
|
*
xcb: partly revert 3bc0f1724ae49c2fd7e6d7bcb650350d20d12246
Gatis Paeglis
2018-08-01
1
-88
/
+1
*
|
Merge branch '5.11' into dev
Edward Welbourne
2018-07-31
1
-1
/
+93
|
\
\
|
|
/
|
*
xcb: fix various bugs with _NET_WM_MOVERESIZE
Gatis Paeglis
2018-07-23
1
-1
/
+93
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
1
-0
/
+2
|
\
\
|
|
/
|
*
xcb: add qt.qpa.input.events logging of wheel events
Shawn Rutledge
2018-06-21
1
-0
/
+2
*
|
xcb: Use XCB instead of Xlib for XInput
Alexander Volkov
2018-03-22
1
-318
/
+278
|
/
[next]