index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-29
Satisfy check-doc-syntax.awk for unimplemented functions
Chris Wilson
1
-0
/
+4
2012-03-29
doc: Add "since" tag to documentation
Andrea Canciani
1
-0
/
+174
2012-03-29
doc: Make doc ids more consistent my always putting ':' after them
Andrea Canciani
1
-4
/
+4
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-8
/
+8
2012-03-10
doc: fix a few typos found by codespell
Nis Martensen
1
-1
/
+1
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+1
2011-08-15
Introduce cairo_mime_surface_t
Chris Wilson
1
-3
/
+8
2011-08-14
gstate: Copy clusters for an untransformed unbounded surface
Chris Wilson
1
-7
/
+11
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-0
/
+1
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-628
/
+411
2011-07-08
device: Add CAIRO_STATUS_DEVICE_FINISHED
Andrea Canciani
1
-1
/
+2
2011-07-05
Make error contexts static
Andrea Canciani
1
-83
/
+65
2011-07-05
Clean up context_pool upon static data reset
Andrea Canciani
1
-0
/
+2
2011-07-05
Remove conditional compilation of freed-pools
Andrea Canciani
1
-3
/
+0
2011-06-25
Do not open-code freed-pool
Andrea Canciani
1
-82
/
+12
2011-06-24
error: Do not define _cairo_error twice
Andrea Canciani
1
-26
/
+0
2011-03-21
Fix visibility issues found by make check
Andrea Canciani
1
-0
/
+1
2011-03-19
Do not warn when ignoring the return value of _cairo_rectangle_intersect()
Andrea Canciani
1
-1
/
+1
2011-03-18
Improve cairo_rectangle_list_t error handling
Andrea Canciani
1
-20
/
+0
2011-03-18
Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()
Andrea Canciani
1
-6
/
+3
2011-02-19
arc: Remove erroneous return statement
Benjamin Otte
1
-2
/
+0
2011-02-18
arc: Handle radius == 0 the same no matter the arc direction
Benjamin Otte
1
-1
/
+6
2011-01-22
gstate: Set an error status when restoring a push_group
Andrea Canciani
1
-15
/
+11
2011-01-16
doc: Fix some broken references and gtk-doc warnings
Maarten Bosmans
1
-12
/
+15
2010-12-09
arc: Avoid infinite loop
Andrea Canciani
1
-4
/
+16
2010-10-29
Fix degenerate arcs
Andrea Canciani
1
-0
/
+1
2010-10-29
path: Rename fill optimization flags
Andrea Canciani
1
-4
/
+4
2010-10-29
path: Add stroke_is_rectilinear flag
Andrea Canciani
1
-2
/
+4
2010-10-29
path: New path construction logic
Andrea Canciani
1
-2
/
+4
2010-09-23
cairo: docu fix for cairo_set_source_surface
Tim Janik
1
-1
/
+1
2010-08-11
Mark the context as invalid on the final cairo_destroy()
Chris Wilson
1
-0
/
+3
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+57
2010-06-25
pop-group: Translate existing path properly
Benjamin Otte
1
-3
/
+5
2010-06-25
push-group: Fix path translation when pushing a group with device offsets
Benjamin Otte
1
-2
/
+3
2010-06-12
cairo: Create error objects for cairo_t
Chris Wilson
1
-11
/
+65
2010-06-10
pattern: remove content field from solid patterns
Andrea Canciani
1
-2
/
+2
2010-05-13
cairo_paint_with_alpha(cr, 0.0) is only a noop when bounded by mask
Benjamin Otte
1
-1
/
+2
2010-05-07
cairo: Special case cairo_t with NULL_POINTER
Chris Wilson
1
-1
/
+23
2010-05-06
cairo: stash a number of contexts for use with NO_MUTEX
Chris Wilson
1
-1
/
+32
2010-04-29
atomic: Separate bool and old-value compare-and-exchange
Andrea Canciani
1
-2
/
+2
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
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
[next]