summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-3/+3
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-3/+3
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-271-1/+3
| | |\
| | | * X11: build again on Linux distros that don't have XInput 2.2Shawn Rutledge2014-01-271-1/+3
| | * | X11: Qt::ActiveWindowFocusReason in QFocusEvent when appropriateShawn Rutledge2014-01-211-3/+3
| | |/
* | | Do not set input focus if WM supports _NET_ACTIVE_WINDOWMartin Gräßlin2014-02-091-2/+3
* | | Make xcb compile with X-less EGL implementationsLaszlo Agocs2014-02-091-1/+1
* | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-12/+9
|/ /
* | Emit ScreenChanged events on X11Allan Sandfeld Jensen2014-02-061-0/+10