summaryrefslogtreecommitdiff
path: root/src/cairo-qt-surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* src: check the surface backend for NULLRavi Nanjundappa2014-09-291-3/+25
* Don't return NULL to clients when getting imageBryce Harrington2014-09-221-1/+1
* qt: Suppress warnings in qt backend buildRavi Nanjundappa2014-09-111-3/+6
* qt: Update for fallback compositorChris Wilson2013-02-031-70/+140
* doc: Manually fix remaining warnings about symmetryAndrea Canciani2012-03-291-1/+1
* doc: Make informational comments syntactically different from docsAndrea Canciani2012-03-291-15/+15
* qt: Fix compilation, also minor fix for building against Qt5Oleg Romashin2012-02-121-165/+19
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+1
* Fix surface backend structuresAndrea Canciani2011-07-261-1/+6
* Implement cairo_backend_tChris Wilson2011-07-151-0/+3
* pattern: Use double precision for gradient extreme objectsAndrea Canciani2011-01-021-22/+16
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* qt: Use native glyph rendering.Oleg Romashin2010-07-161-134/+35
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-0/+2
* Warnings cleanup for CAIRO_FORMAT_INVALID.Chris Wilson2010-03-011-0/+2
* qt: Fix compile error.Chris Wilson2010-02-091-1/+0
* Add cairo_device_tChris Wilson2010-01-221-1/+6
* Constify stroke style and matrices.Chris Wilson2010-01-221-7/+7
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-2/+4
* qt: Make flush() robust.Chris Wilson2010-01-151-7/+26
* [qt] Discard impossible status return from path constructionChris Wilson2009-08-291-63/+42
* [qt] Fix compilationChris Wilson2009-08-101-21/+42
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-201/+172
* [qt] Remove use of unnecessary QBrush pointerTobias Hunger2009-07-161-16/+15
* [qt] Remove use of unnecessary QPen pointerTobias Hunger2009-07-161-12/+10
* [qt] Cleanup some whitespaceTobias Hunger2009-07-161-106/+106
* [qt] Add method to flush qpainterTobias Hunger2009-07-161-1/+13
* [qt] Move _opstr() inside the #if 0 to avoid warningsTobias Hunger2009-07-161-25/+25
* [qt] Reduce padding in cairo_qt_surface_t structTobias Hunger2009-07-161-13/+14
* Import Qt backend by MozillaVladimir Vukicevic2009-06-161-0/+1876