summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
| | | * QGLXContext survives screen removalShawn Rutledge2014-08-282-26/+37
| | | * Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-261-2/+4
| | | * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-0/+3
| | | * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-203-17/+18
| | | * Detect wrongly labelled wheel buttonsAllan Sandfeld Jensen2014-08-201-1/+4
| * | | xcb: support Wacom touch devices; distinguish from tabletsShawn Rutledge2014-09-231-7/+41
| |/ /
| * | xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10
| * | qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-2/+2
* | | xcb: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/ /
* | xcb: fix getting a XdndAware property if a proxy window existsAlexander Volkov2014-09-091-1/+1
* | xcb: fix coordinates of touch pointsAlexander Volkov2014-09-051-1/+1
* | Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-011-4/+6
* | Avoid crash if querying device that has gone awayAllan Sandfeld Jensen2014-08-251-2/+4
* | standardize QPA input event logging category hierarchyShawn Rutledge2014-08-241-2/+2
* | xcb: set up touch devices even if debug is not turned onShawn Rutledge2014-08-212-21/+25
* | devicePixelRatio support for XCBPaul Olav Tvete2014-08-198-72/+173
* | xcb XInput: use categorized logging for devices and eventsShawn Rutledge2014-08-183-56/+60
* | Support antialias and rgba Xft settings as used by GNOME and UNITYAllan Sandfeld Jensen2014-08-184-28/+71
* | GLX: request up to OpenGL 4.5 / ES 3.1 by defaultGiuseppe D'Angelo2014-08-151-4/+4
* | Fix composition for windows with alphaLaszlo Agocs2014-08-132-3/+5
* | Remove specific maemo/meego codepathsAllan Sandfeld Jensen2014-08-066-358/+16
* | Make it possible to capture GLXBufferSwapComplete eventsFredrik Höglund2014-08-052-2/+67
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-1/+1
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-1/+1
| |\
| | * XCB: Enable loading of the Qt::DragLinkCursorAlessandro Portale2014-07-101-1/+1
* | | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+4
* | | Avoid calling syncWindow with already destroyed platform windowsLaszlo Agocs2014-08-015-7/+58
* | | Remove pointless debug outputAleix Pol2014-08-011-4/+1
* | | Don't reset the window type on window showAleix Pol2014-07-291-2/+4
* | | add buttons to QTabletEventShawn Rutledge2014-07-282-22/+34
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-142-45/+115
|\| |
| * | xcb: QTabletEvents and proximity events correctly identify the toolShawn Rutledge2014-07-112-45/+115
* | | Add support for querying "eglconfig" through the xcb native interfaceAndras Becsi2014-07-102-0/+18
* | | Add convenience function for checking screen changes to QPlatformWindow.Friedemann Kleint2014-07-071-8/+4
* | | Add support for querying "glxconfig" from native interfaceAndras Becsi2014-07-074-0/+25
* | | Support transparency in qt5 system tray icons, regardless of tray visualLeo Franchi2014-07-044-1/+97
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-042-36/+14
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-032-36/+14
| |\| |
| | * | Listen to touch events on the master device instead of slave.Maarten Lankhorst2014-07-021-36/+13
| | * | xcb: make sure to update window title when it is changedTasuku Suzuki2014-07-021-0/+1
* | | | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-042-10/+48
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-018-114/+216
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-018-114/+216
| |\| |
| | * | Translate Super/Hyper keys to MetaModifierGatis Paeglis2014-06-251-0/+9
| | * | XCB: Fix leak with touch devicesJoni Poikelin2014-06-201-0/+6
| | * | Do not overwrite existing event mask of root windowMartin Gräßlin2014-06-201-0/+6
| | * | Remove unused define XCB_USE_IBUS.Jędrzej Nowacki2014-06-191-1/+0
| | * | xcb: touch device mode is either Dependent or Direct, not Rel or AbsShawn Rutledge2014-06-161-2/+2
| | * | Flush xcb connection before EventDispatcher is going to blockMartin Gräßlin2014-06-163-2/+18
| | * | Support hotplugging of input devices with XInput2Allan Sandfeld Jensen2014-06-122-105/+145
| | |/