summaryrefslogtreecommitdiffstats
path: root/lib/backing_store_qt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a QImage instead of QPixmap in BackingStoreQt.Jocelyn Turcotte2013-11-151-18/+21
* [Autotests fixes] Don't assert if there's no QWindowPierre Rossi2013-11-131-2/+0
* Fix rendering on Retina displaysAndras Becsi2013-09-021-10/+34
* Silence compiler warningsAndras Becsi2013-07-261-2/+0
* Uncomment and fix implementation of CopyFromBackingStore.Zeno Albisser2013-07-031-17/+33
* Include header for skia::PlatformBitmap.Zeno Albisser2013-07-011-0/+1
* Replace include by forward declaration in the private headersAndras Becsi2013-06-271-1/+0
* Move API layer-only classes back from the shared static lib.Jocelyn Turcotte2013-06-191-0/+143
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-101-164/+0
* Implement support for QtQuick2.Zeno Albisser2013-06-051-3/+2
* Add standard license boilerplateSimon Hausmann2013-05-311-0/+41
* Exclude the scrollbars from being scrolled.Zeno Albisser2013-05-311-1/+1
* Fix source coordinates for backingstore when reloading.Zeno Albisser2013-05-311-2/+2
* PaintToBackingStore: src and dst rect are the same as long as we do not imple...Zeno Albisser2013-05-311-4/+4
* Fix scrollingZeno Albisser2013-05-311-6/+6
* Fix flickering when resizing.Zeno Albisser2013-05-311-0/+5
* Make sure that newly created BackingStores respect the size of the view.Zeno Albisser2013-05-311-3/+4
* make the backingstore use a QPixmap instead of QBackingStoreZeno Albisser2013-05-311-24/+14
* Introduce RasterWindowContainer to allow reusing the container with different...Zeno Albisser2013-05-221-13/+7
* Cleaning up and splitting things up into separate h/cpp files.Zeno Albisser2013-05-151-0/+134