summaryrefslogtreecommitdiff
path: root/src/cairo.c
Commit message (Expand)AuthorAgeFilesLines
...
* path: Rename fill optimization flagsAndrea Canciani2010-10-291-4/+4
* path: Add stroke_is_rectilinear flagAndrea Canciani2010-10-291-2/+4
* path: New path construction logicAndrea Canciani2010-10-291-2/+4
* cairo: docu fix for cairo_set_source_surfaceTim Janik2010-09-231-1/+1
* Mark the context as invalid on the final cairo_destroy()Chris Wilson2010-08-111-0/+3
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+57
* pop-group: Translate existing path properlyBenjamin Otte2010-06-251-3/+5
* push-group: Fix path translation when pushing a group with device offsetsBenjamin Otte2010-06-251-2/+3
* cairo: Create error objects for cairo_tChris Wilson2010-06-121-11/+65
* pattern: remove content field from solid patternsAndrea Canciani2010-06-101-2/+2
* cairo_paint_with_alpha(cr, 0.0) is only a noop when bounded by maskBenjamin Otte2010-05-131-1/+2
* cairo: Special case cairo_t with NULL_POINTERChris Wilson2010-05-071-1/+23
* cairo: stash a number of contexts for use with NO_MUTEXChris Wilson2010-05-061-1/+32
* atomic: Separate bool and old-value compare-and-exchangeAndrea Canciani2010-04-291-2/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* cairo: Handle the all-clipped state in cairo_push_group()Chris Wilson2010-04-231-35/+46
* cairo: Use explicit device flushing.Chris Wilson2010-04-231-11/+0
* path: Compute coarse bounds upon construction.Chris Wilson2010-01-221-0/+2
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* arc: Just emit a line-to if radius is zero.Chris Wilson2009-12-301-1/+3
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-1/+1
* [atomic] Fallback to libatomic-ops-devChris Wilson2009-10-151-5/+5
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-27/+56
* [path] Use cairo_list_t instead of open-coding its ownChris Wilson2009-07-051-1/+1
* [path] Evaluate is_box && is_region during constructionChris Wilson2009-07-051-0/+2
* [cairo] Report true error via pattern from cairo_pop_group()Chris Wilson2009-06-271-7/+11
* [cairo] Mark cr->status guard as unlikelyChris Wilson2009-06-271-102/+97
* [cairo] Trivial code tidyChris Wilson2009-06-271-1/+1
* [cairo] Offset the current path when pushing/popping groups.Chris Wilson2009-06-191-0/+10
* [cairo] Remove instance of 'return free()'Chris Wilson2009-06-161-1/+2
* [cairo] Keep a small stash of cairo contextsChris Wilson2009-06-071-2/+49
* valgrindify init/fini routinesChris Wilson2009-06-041-0/+1
* [cairo] Doc typo.Chris Wilson2009-06-031-4/+0
* [cairo] Update documentation for bug 20154Chris Wilson2009-06-031-9/+8
* [cairo] PLT symbols for cairo_set_source_rgbChris Wilson2009-06-021-0/+1
* [cairo] Track the MRU scaled fontChris Wilson2009-06-021-0/+6
* Relanding: Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar2009-02-191-0/+1
* Revert "Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()"Jeff Muizelaar2009-02-191-1/+0
* Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()Jeff Muizelaar2009-02-191-0/+1
* Inline _cairo_restrict_value()Chris Wilson2009-02-131-6/+8
* Merge branch '1.8'Chris Wilson2009-02-131-1/+4
|\
| * [cairo] Describe the restrictions upon cairo_set_tolerance()Chris Wilson2009-02-131-1/+4
* | [doc] Give a small hint about Twin fontBehdad Esfahbod2009-01-021-0/+7
* | [cairo] Early return if we attempt to set the same colour.Chris Wilson2009-01-021-0/+30
* | [cairo] Early return if we attempt to set the same scaled_fontChris Wilson2009-01-021-0/+3
* | [cairo] Embed a second gstate.Chris Wilson2009-01-021-6/+6
* | make "make check" happy againChris Wilson2008-12-291-0/+4
* | Add a missing _cairo_error() to a bunch of status returns.Jeff Muizelaar2008-12-171-1/+1
* | [cairo] Use a stack buffer for text path.Chris Wilson2008-12-121-2/+7
* | [gstate] Remove culled glyphs from clusters.Chris Wilson2008-12-121-2/+7