summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* glx: Avoid losing the stereo flag in QSurfaceFormatLaszlo Agocs2018-01-231-0/+4
* Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-6/+8
* xcb: update libXi version requirement in the README fileGatis Paeglis2017-12-132-4/+4
* xcb_qpa_lib: Fix "undefined reference to `dlsym'" errorDongmei Wang2017-12-051-0/+2
* xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-292-0/+15
* Xinput: Avoid misdetecting certain trackballs as tabletsEirik Aavitsland2017-11-051-1/+1
* xcb: Convert synthetic mouse enter event position to native pixelsBłażej Szczygieł2017-10-201-1/+3
* XCB platform: Fix crash on X servers with BGR888 displayEirik Aavitsland2017-10-061-3/+14
* XCB: also test for Xinerama's presenceThiago Macieira2017-09-211-1/+0
* Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
* XCB: Don't core-dump if we can't connect to the X displayNameThiago Macieira2017-08-163-8/+30
* XCB GLX: request OpenGL 4.6 / OpenGL ES 3.2 if possibleGiuseppe D'Angelo2017-08-041-4/+4
* Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-311-1/+4
* xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-192-11/+18
* xcb: cleanup gl_integrations_plugin_base.priGatis Paeglis2017-07-071-7/+0
* xcb: Use QT_CONFIG macro to check for xcb-sm, xcb-render, and xcb-glxAlexander Volkov2017-07-038-66/+43
* xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-296-33/+19
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-283-19/+19
* xcb: Use QT_CONFIG macro to check for xcb-xlibAlexander Volkov2017-06-2815-42/+32
* xcb: rename arg in QXcbBackingStore ctorGatis Paeglis2017-06-281-1/+1
* xcb: Increment iterator inside bgr888 region loopBłażej Szczygieł2017-06-281-1/+1
* xcb: Remove XIproto.h include from qxcbxsettings.cppAlexander Volkov2017-06-161-12/+3
* xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-073-23/+23
* Make sure QWindow screen is set before calling QPlatformWindow::createÀlex Fiestas2017-05-292-2/+11
* QXcbConnection::xi2ReportTabletEvent: use fixed1616ToRealShawn Rutledge2017-04-261-5/+3
* xcb: include keyboard modifiers with every touch eventShawn Rutledge2017-04-251-1/+2
* 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
* | 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.8' into 5.9Liang Qi2017-03-211-11/+9
|\|
| * xcb: cleanup QXcbWindow::relayFocusToModalWindow()Gatis Paeglis2017-03-141-11/+9
* | 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
* | 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
* | 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
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-223-8/+26
* | xcb: support graphics tablets with the "uc-logic" nameDmitry Kazakov2017-02-171-0/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+2
|\|
| * xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-161-1/+2