summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
* | QTesselator: disable for-loop analysis on ClangShawn Rutledge2017-06-021-0/+3
* | XCB platform plugin: add missing includeMarcel Krems2017-06-021-0/+1
* | xcb: don't use C-style cast in qxcbnativepainting.cppGatis Paeglis2017-06-021-1/+1
* | xcb: remove CREATE_VISUALINFO_FROM_DEFAULT_VISUALID macroGatis Paeglis2017-06-021-1/+0
* | xcb: remove duplicate QXcbConnection::supportsThreadedRendering()Gatis Paeglis2017-06-021-1/+0
* | xcb: rename QXcbConnection::{setButton,buttons,m_buttons}Gatis Paeglis2017-05-163-18/+18
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-6/+5
|\|
| * QXcbConnection::xi2ReportTabletEvent: use fixed1616ToRealShawn Rutledge2017-04-261-5/+3
| * xcb: include keyboard modifiers with every touch eventShawn Rutledge2017-04-251-1/+2
* | xcb: Decode EDID blobPier Luigi Fiorini2017-05-043-1/+74
* | Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-011-1/+2
* | Fix resource leakJesus Fernandez2017-04-271-0/+1
* | QPixmap/X11: fix compilation with C++17Marc Mutz2017-04-221-1/+1
* | xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-2120-2/+8476
* | xcb: remove x11FilterEvent() code pathGatis Paeglis2017-04-071-34/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-075-23/+19
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-075-23/+19
| |\|
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-064-20/+12
| | |\
| | | * xcb: fix build when xlib is not presentGatis Paeglis2017-04-031-6/+0
| | | * xcb: prevent dangling pointer when window focus changesGatis Paeglis2017-04-033-14/+12
| | * | Fix warning for -no-feature-draganddrop -no-feature-clipboardStephan Binner2017-04-041-0/+2
| | * | Fix warning for -no-feature-textcodecStephan Binner2017-04-041-0/+2
| | * | xcb: Get rid of qCInfo in the GLX backendLaszlo Agocs2017-04-041-3/+3
* | | | xcb_egl: fix clang error due to m_connection now being unusedDavid Faure2017-04-072-6/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-4/+4
|\| |
| * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-3/+3
| * | Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-301-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-11/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-11/+9
| |\|
| | * xcb: cleanup QXcbWindow::relayFocusToModalWindow()Gatis Paeglis2017-03-141-11/+9
* | | xcb: Fix embedded Vulkan windowsLaszlo Agocs2017-03-222-3/+21
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2010-19/+53
|\| |
| * | warn of blacklisted GLX OpenGL renderers and vendorsJeremy Katz2017-03-161-0/+16
| * | xcb: send keyboard modifiers with every QTabletEventShawn Rutledge2017-03-141-3/+4
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-139-16/+33
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-064-10/+14
| | * xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-014-3/+16
| | * streamline libdl detection and linkingOswald Buddenhagen2017-02-272-3/+3
* | | Basic Vulkan enablersLaszlo Agocs2017-03-179-5/+438
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-76/+49
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-4/+20
|\| |
| * | xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
| * | Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
* | | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-132-11/+5
* | | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-1011-384/+277
* | | xcb: Optimize QXcb{Screen,VirtualDesktop} for multi-monitor setupAlexander Volkov2017-03-022-241/+267
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-6/+3
|\| |
| * | xcb: correct conversion of AbsX/AbsY to tablet width and heightShawn Rutledge2017-02-271-2/+2
| * | handle TabletMove events during stylus hoverShawn Rutledge2017-02-231-4/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-283-8/+26
|\| |