index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-23
cairo: Handle the all-clipped state in cairo_push_group()
Chris Wilson
1
-35
/
+46
2010-04-23
cairo: Use explicit device flushing.
Chris Wilson
1
-11
/
+0
2010-01-22
path: Compute coarse bounds upon construction.
Chris Wilson
1
-0
/
+2
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-12-30
arc: Just emit a line-to if radius is zero.
Chris Wilson
1
-1
/
+3
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-1
/
+1
2009-10-15
[atomic] Fallback to libatomic-ops-dev
Chris Wilson
1
-5
/
+5
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-27
/
+56
2009-07-05
[path] Use cairo_list_t instead of open-coding its own
Chris Wilson
1
-1
/
+1
2009-07-05
[path] Evaluate is_box && is_region during construction
Chris Wilson
1
-0
/
+2
2009-06-27
[cairo] Report true error via pattern from cairo_pop_group()
Chris Wilson
1
-7
/
+11
2009-06-27
[cairo] Mark cr->status guard as unlikely
Chris Wilson
1
-102
/
+97
2009-06-27
[cairo] Trivial code tidy
Chris Wilson
1
-1
/
+1
2009-06-19
[cairo] Offset the current path when pushing/popping groups.
Chris Wilson
1
-0
/
+10
2009-06-16
[cairo] Remove instance of 'return free()'
Chris Wilson
1
-1
/
+2
2009-06-07
[cairo] Keep a small stash of cairo contexts
Chris Wilson
1
-2
/
+49
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-0
/
+1
2009-06-03
[cairo] Doc typo.
Chris Wilson
1
-4
/
+0
2009-06-03
[cairo] Update documentation for bug 20154
Chris Wilson
1
-9
/
+8
2009-06-02
[cairo] PLT symbols for cairo_set_source_rgb
Chris Wilson
1
-0
/
+1
2009-06-02
[cairo] Track the MRU scaled font
Chris Wilson
1
-0
/
+6
2009-02-19
Relanding: Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()
Jeff Muizelaar
1
-0
/
+1
2009-02-19
Revert "Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()"
Jeff Muizelaar
1
-1
/
+0
2009-02-19
Add CAIRO_ENSURE_UNIQUE macro and use it in _cairo_error()
Jeff Muizelaar
1
-0
/
+1
2009-02-13
Inline _cairo_restrict_value()
Chris Wilson
1
-6
/
+8
2009-02-13
Merge branch '1.8'
Chris Wilson
1
-1
/
+4
2009-02-13
[cairo] Describe the restrictions upon cairo_set_tolerance()
Chris Wilson
1
-1
/
+4
2009-01-02
[doc] Give a small hint about Twin font
Behdad Esfahbod
1
-0
/
+7
2009-01-02
[cairo] Early return if we attempt to set the same colour.
Chris Wilson
1
-0
/
+30
2009-01-02
[cairo] Early return if we attempt to set the same scaled_font
Chris Wilson
1
-0
/
+3
2009-01-02
[cairo] Embed a second gstate.
Chris Wilson
1
-6
/
+6
2008-12-29
make "make check" happy again
Chris Wilson
1
-0
/
+4
2008-12-17
Add a missing _cairo_error() to a bunch of status returns.
Jeff Muizelaar
1
-1
/
+1
2008-12-12
[cairo] Use a stack buffer for text path.
Chris Wilson
1
-2
/
+7
2008-12-12
[gstate] Remove culled glyphs from clusters.
Chris Wilson
1
-2
/
+7
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-69
/
+69
2008-11-25
[in-fill] Add the implicit close-path during move-to.
Chris Wilson
1
-7
/
+4
2008-11-25
[path] Compute approximate extents.
Chris Wilson
1
-7
/
+3
2008-11-25
[clip] Check for error surface
Chris Wilson
1
-1
/
+1
2008-11-21
[cairo] Allocate glyphs on the stack for show_text().
Chris Wilson
1
-4
/
+14
2008-11-19
[twin] Reduce tolerance.
Chris Wilson
1
-0
/
+1
2008-11-16
[cairo] FLush surface on cairo_destroy()
Chris Wilson
1
-0
/
+11
2008-11-13
[cairoint.h] Remove unused PLT entries.
Chris Wilson
1
-3
/
+0
2008-10-30
[gstate] Use _cairo_pattern_black for the default source.
Chris Wilson
1
-3
/
+3
2008-10-13
Update documentation to remove references to cairo_has_show_text_glyphs().
Chris Wilson
1
-3
/
+3
2008-09-26
Add slim markers to make check-plt.sh happy
Behdad Esfahbod
1
-0
/
+5
2008-09-26
Add a macro to determine whether a status is a fatal error.
Chris Wilson
1
-2
/
+1
2008-09-25
Actually remove cairo_has_show_text_glyphs
Carl Worth
1
-31
/
+5
2008-09-24
[cairo] Define min-tolerance in terms of cairo_fixed_t
Chris Wilson
1
-1
/
+1
[next]