summaryrefslogtreecommitdiff
path: root/src/cairo-default-context.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Misc. typosluz.paz1-1/+1
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2016-10-01Add tag functions to cairo_t and cairo_surface_tAdrian Johnson1-0/+21
2013-09-05surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson1-5/+5
2013-09-05surface: expose the device scaleAlexander Larsson1-3/+3
2013-09-05gstate: Handle device scale on surface as sourceAlexander Larsson1-15/+8
2013-09-05default-context: Inherit device scale in push_group surfaceAlexander Larsson1-0/+4
2013-08-13push_group: Refuse working with unusable surfaceUli Schlachter1-0/+5
2012-12-17context: Use recording surfaces for unbounded groupsUli Schlachter1-9/+14
2012-09-10context: Add missing functions to transform between user and backend coordinatesChris Wilson1-0/+44
2012-09-04default-context: Convert the relative path segments into the backend coordinatesChris Wilson1-5/+5
2012-04-19Split cairo-clip-privates into struct+inlinesChris Wilson1-0/+1
2011-10-11backends: Adds a new Cogl based backendRobert Bragg1-12/+24
2011-09-12Introduce a new compositor architectureChris Wilson1-2/+1
2011-08-12default-context: Tidy push-groupChris Wilson1-7/+8
2011-07-30default-context: Do not allow restoring pushed gstatesAndrea Canciani1-0/+3
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-2/+3
2011-07-15pattern: Add observer hooksChris Wilson1-0/+1
2011-07-15Implement cairo_backend_tChris Wilson1-0/+1406