summaryrefslogtreecommitdiff
path: root/src/cairo-default-context.c
Commit message (Expand)AuthorAgeFilesLines
* Clamp path coordinatesAdrian Johnson2022-05-281-10/+16
* Added hairline support to cairoRick Yorgason2021-08-151-0/+18
* Plug a memory leak in an error caseMatthias Clasen2021-01-221-2/+5
* Misc. typosluz.paz2019-01-311-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Add tag functions to cairo_t and cairo_surface_tAdrian Johnson2016-10-011-0/+21
* surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson2013-09-051-5/+5
* surface: expose the device scaleAlexander Larsson2013-09-051-3/+3
* gstate: Handle device scale on surface as sourceAlexander Larsson2013-09-051-15/+8
* default-context: Inherit device scale in push_group surfaceAlexander Larsson2013-09-051-0/+4
* push_group: Refuse working with unusable surfaceUli Schlachter2013-08-131-0/+5
* context: Use recording surfaces for unbounded groupsUli Schlachter2012-12-171-9/+14
* context: Add missing functions to transform between user and backend coordinatesChris Wilson2012-09-101-0/+44
* default-context: Convert the relative path segments into the backend coordinatesChris Wilson2012-09-041-5/+5
* Split cairo-clip-privates into struct+inlinesChris Wilson2012-04-191-0/+1
* backends: Adds a new Cogl based backendRobert Bragg2011-10-111-12/+24
* Introduce a new compositor architectureChris Wilson2011-09-121-2/+1
* default-context: Tidy push-groupChris Wilson2011-08-121-7/+8
* default-context: Do not allow restoring pushed gstatesAndrea Canciani2011-07-301-0/+3
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-2/+3
* pattern: Add observer hooksChris Wilson2011-07-151-0/+1
* Implement cairo_backend_tChris Wilson2011-07-151-0/+1406