summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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