summaryrefslogtreecommitdiff
path: root/src/cairo-device.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-1/+1
2011-07-29device: Flush on a finished device is a no-opAndrea Canciani1-0/+3
2011-07-09Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter1-0/+1
2011-07-08device: Define the CAIRO_DEVICE_TYPE_INVALID device typeAndrea Canciani1-1/+1
2011-07-08device: Add CAIRO_STATUS_DEVICE_FINISHEDAndrea Canciani1-1/+1
2011-02-18device: Don't be nice to people setting internal error codesBenjamin Otte1-4/+2
2011-02-10Finish devices after their finish callback returnsUli Schlachter1-2/+6
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson1-0/+1
2010-08-29device: Refer the user to per-backend docs about devices.M Joonas Pihlaja1-0/+6
2010-07-09doc: Add "@Since: 1.10" tags to device docsBenjamin Otte1-0/+14
2010-07-09doc: Document remaining cairo-device functionsBenjamin Otte1-0/+32
2010-07-09doc: Add more documentation for devicesBenjamin Otte1-0/+86
2010-07-09doc: Copy docs for standard device APIsBenjamin Otte1-0/+42
2010-06-07device: flush before setting finishedBenjamin Otte1-2/+2
2010-06-07device: Make flush vfunc return a cairo_status_tBenjamin Otte1-2/+7
2010-05-06device: Reorder finalization so that user data is destroyed last.Chris Wilson1-2/+7
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-03-23device: Add language binding interfaces.Chris Wilson1-0/+78
2010-01-22Add cairo_device_tChris Wilson1-0/+265