summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* QXcbXSettings: don't construct a QByteArray just to append itMarc Mutz2016-01-141-2/+3
* QXcbXSettings: replace a QLinkedList with a std::vectorMarc Mutz2016-01-141-19/+16
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-124-12/+8
|\
| * xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-083-12/+4
| * Use backing store formats with alphaAllan Sandfeld Jensen2016-01-081-0/+4
* | QXcbConnection: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-091-7/+6
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0811-22/+113
|\|
| * xcb: fix drag and drop when window is hiddenBłażej Szczygieł2016-01-054-2/+29
| * xcb: don't select XInput events on the root windowShawn Rutledge2016-01-051-1/+1
| * Default to OpenGLES when building with -opengl es2Allan Sandfeld Jensen2015-12-251-0/+4
| * xcb: Add Xinerama 3rd party source code for static buildBłażej Szczygieł2015-12-221-2/+4
| * xcb: Add Xinerama supportBłażej Szczygieł2015-12-226-19/+75
* | xcb: use qLoadPlugin()Marc Mutz2016-01-052-14/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-187-192/+246
|\|
| * xcb: Don't try to detect cases where the WM restricts geometry changesTor Arne Vestbø2015-12-141-8/+5
| * xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-116-171/+210
| * xcb: Don't cache the screen for a windowAlexander Volkov2015-12-112-12/+6
| * xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
| * XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-174-13/+15
* | Make native cursor handles accessible.Friedemann Kleint2015-12-143-0/+23
* | Xcb: Fix debugging codeUlf Hermann2015-12-103-11/+30
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+3
|\|
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-0/+1
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-2/+2
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-274-15/+10
|\|
| * Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
| * xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
| * xcb: Fix windows opened from keyboard are not active on Marco or Xfwm4Błażej Szczygieł2015-11-231-1/+5
* | Xcb: propagate stays-on-top or -below hints from window flagsUlf Hermann2015-11-252-0/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-232-5/+1
|\|
| * xcb: Fix slow widget resizingBłażej Szczygieł2015-11-192-5/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-186-49/+83
|\|
| * xcb: Process _NET_WORKAREA and screen geometry changes separatelyAlexander Volkov2015-11-174-25/+64
| * xcb: Handle screen siblings in QXcbVirtualDesktopAlexander Volkov2015-11-173-15/+17
| * move addition of libdl to right projectOswald Buddenhagen2015-11-162-2/+2
| * remove abuse of module include path overridesOswald Buddenhagen2015-11-161-7/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-043-6/+16
|\|
| * Xcb: fix crash on screen power savePaul Olav Tvete2015-10-263-4/+14
| * xcb: better error reporting when shmget() failsShawn Rutledge2015-10-261-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-238-27/+90
|\|
| * xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-146-25/+87
| * Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-141-1/+1
| * Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-149-57/+73
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-2/+2
| * xcb: Fix DnD for separate X screensAlexander Volkov2015-10-097-53/+53
| * xcb: Add support for Qt::WA_ShowWithoutActivatingAlexander Volkov2015-10-081-2/+15
| * xcb: Show buttons on the title bar for QWindowAlexander Volkov2015-09-251-0/+3