summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-067-51/+213
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-015-13/+77
| |\
| | * Use runtime detection of XInput 2.1 to disable legacy wheel eventsAllan Sandfeld Jensen2014-04-254-13/+76
| | * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-234-4/+60
| |\|
| | * Reload lastScrollPosition on window enterAllan Sandfeld Jensen2014-04-153-0/+36
| | * Disable threaded rendering if Mesa is usedUlf Hermann2014-04-141-4/+24
| * | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-162-33/+75
| * | Handle parent is None from query_tree_reply in QxcbWindow::frameMarginsMartin Gräßlin2014-04-141-1/+1
| |/
* | Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-243-18/+153
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-115-46/+78
|\|
| * XCB: Print error code on Xlib I/O errorsUli Schlachter2014-04-101-0/+28
| * XCB: Only use the XFixes extension if availableUli Schlachter2014-04-091-1/+1
| * Don't access null pointerGatis Paeglis2014-04-081-3/+6
| * Fix xcb plugin backing store byte order issueJason Haslam2014-04-081-9/+24
| * Consistently hide the parts that require xcb-xkbThiago Macieira2014-04-052-2/+4
| * Fix regression in key handling.Gatis Paeglis2014-04-032-12/+9
| * Update bundled libxkbcommon version to 0.4.1Gatis Paeglis2014-04-031-3/+0
| * [xcb] Fix build failureGatis Paeglis2014-04-022-20/+10
* | [xcb/xsettings] Byte order byte is at address 0Egbert Eich2014-04-071-1/+1
* | Add missing Q_DECL_OVERRIDEDavid Faure2014-04-051-4/+4
* | Add function for setting the startup ID for the next window that will be shown.David Faure2014-04-053-0/+20
* | [xcb/xsettings] Add support for byte swappingEgbert Eich2014-04-031-11/+32
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-016-208/+202
|\|
| * XCB: use requested primary screen DISPLAY=:0.1 when possibleDavid Fries2014-03-291-2/+6
| * Improve keymap error handlingGatis Paeglis2014-03-272-17/+61
| * Add better support for keymap update handlingGatis Paeglis2014-03-275-190/+136
| * Fix regression in minimized state handlingLaszlo Agocs2014-03-251-5/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-249-43/+34
|\|
| * Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-192-24/+1
| * X11: defaultDragDistance depends on screen resolutionShawn Rutledge2014-03-181-1/+14
| * QXcbWindow - inline the atom functionsMartin Klapetek2014-03-151-8/+5
| * Update QScreen::availableGeometry() on _NET_WORKAREA atom changesMartin Klapetek2014-03-152-1/+5
| * [XCB] Fix crash in QML drag-and-dropGatis Paeglis2014-03-142-2/+3
| * [XCB] Fix drag-and-drop segfaultGatis Paeglis2014-03-141-1/+0
| * XCB plugin: query screen resources without _currentRolf Eike Beer2014-03-141-6/+6
| * Fix deprecated setOption() usage in GLX integrationLaszlo Agocs2014-03-141-2/+2
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-138-18/+24
|\|
| * Export rootWindow to the QXcbNativeInterfaceMartin Gräßlin2014-03-082-2/+17
| * Remove usage of QT_NO_SHAPEGatis Paeglis2014-03-073-12/+2
| * Update bundled libxcb-xkb version to 1.10Gatis Paeglis2014-03-061-1/+2
| * Use None instead of GLX_NONEAlbert Astals Cid2014-03-061-1/+1
| * xcb: Rename main.cpp to xcbmain.cpphjk2014-03-042-2/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-283-11/+25
|\|
| * XCB: update the platformwindows version of Qt::WindowStateJorgen Lind2014-02-271-0/+1
| * Fix potential null pointer access in qglxKai Koehne2014-02-241-10/+12
| * Avoid using GLX Pbuffers on CatalystLaszlo Agocs2014-02-211-1/+12
* | xcb: replace inefficient uses of QList with QVectorMarc Mutz2014-02-265-10/+12
* | xcb: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-261-2/+1
|/
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-125-5/+38