summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use backing store formats with alphaAllan Sandfeld Jensen2016-01-081-0/+4
* Xcb: fix crash on screen power savePaul Olav Tvete2015-10-261-2/+11
* xcb: better error reporting when shmget() failsShawn Rutledge2015-10-261-2/+2
* X11 changes for highdpiPaul Olav Tvete2015-07-301-1/+2
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-33/+12
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+1
|\
| * Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
* | xcb: Fix bgr888 VNC sessionsLaszlo Agocs2015-03-301-5/+32
* | Resize backingstore properly on devicePixelRatio changesPaul Olav Tvete2015-03-251-6/+17
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-2/+2
|\|
| * Fix use-after-free bugGatis Paeglis2015-01-081-2/+2
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-171-0/+43
* | XCB: Don't override non-existent method when QT_NO_OPENGLUli Schlachter2014-12-081-0/+2
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-12/+22
* Fix composition for windows with alphaLaszlo Agocs2014-08-131-2/+3
* Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-271-12/+4
* Fix xcb plugin backing store byte order issueJason Haslam2014-04-081-9/+24
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-121-0/+24
* xcb: Remove useless flushesUli Schlachter2014-01-061-4/+2
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-161-4/+0
* QXcbBackingStore: don't crash in flush() if no platformWindowShawn Rutledge2013-08-211-0/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-151-1/+1
|\
| * Change all shmget calls to user-only memoryThiago Macieira2013-01-151-1/+1
* | Clear backingstore for windows with alpha channel.Friedemann Kleint2013-01-111-2/+0
|/
* Don't crash if there's no m_image yet.Sérgio Martins2012-10-251-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
* xcb: Check for SHM extension before using itUli Schlachter2012-01-311-2/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* xcb: Obey maximum request length when uploading imagesUli Schlachter2012-01-161-11/+41
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fixed crashes from tests using xcb plugin with -qtnamespace.Rohan McGovern2011-11-181-0/+3
* Create the window when neededLars Knoll2011-09-211-1/+6
* Make sure to clip in QXcbBackingStore::flush()Samuel Rødal2011-09-191-3/+12
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-2/+3
* Handle failed SHM attach in XCB backing store.Samuel Rødal2011-07-211-15/+39
* OpenGL API refactor.Samuel Rødal2011-06-211-1/+1
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-0/+284