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-path.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-10
path: Convert from backend coordinates back into user coordinates
Chris Wilson
1
-5
/
+6
2012-03-29
doc: Add "since" tag to documentation
Andrea Canciani
1
-0
/
+2
2012-03-29
doc: Make documentation comments symmetric
Andrea Canciani
1
-1
/
+1
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-2
/
+1
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-68
/
+30
2011-02-12
Fix errors from src/check-plt.sh
Uli Schlachter
1
-0
/
+1
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-4
/
+0
2010-12-10
path: Cleanup unused current_point
Andrea Canciani
1
-18
/
+0
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+9
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-03-01
[path] Fix regression introduced with 005436
Chris Wilson
1
-2
/
+2
2009-02-13
[path] Inline path ops during append_to_context()
Chris Wilson
1
-18
/
+58
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-11
/
+15
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-4
/
+4
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-3
/
+3
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-3
/
+3
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-6
/
+6
2008-01-21
[path] use new interpret_flat infrastructure for path_populate
Brian Ewins
1
-37
/
+13
2008-01-21
[path] Use new interpret_flat infrastructure for path_count.
Brian Ewins
1
-44
/
+18
2007-10-30
[cairo-path] Return CAIRO_STATUS_SUCCESS.
Chris Wilson
1
-1
/
+1
2007-10-30
[cairo-path] Make _cairo_path_nil static.
Chris Wilson
1
-1
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-8
/
+8
2007-10-01
[cairo-path] Don't raise an error when attempting to create an empty path.
Chris Wilson
1
-12
/
+24
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-1
/
+1
2007-05-16
[cairo-path] Check for errors during the count.
Chris Wilson
1
-1
/
+9
2007-04-10
Cleanup multi-line if condition
Carl Worth
1
-9
/
+11
2007-04-09
cairo-path - check for failure during _cairo_path_fixed_interpret
Chris Wilson
1
-23
/
+32
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-0
/
+2
2007-03-21
[cairo-path] Don't access gstate members directly
Behdad Esfahbod
1
-3
/
+4
2007-03-05
In cairo_append_path(), allow excess path_data elements
Behdad Esfahbod
1
-4
/
+4
2006-12-19
Rename remaining cairo_path_data to cairo_path in function names, etc.
Carl Worth
1
-118
/
+119
2006-12-19
Rename cairo-path-data.c to cairo-path.c (and similar)
Carl Worth
1
-0
/
+497
2006-12-19
Rename cairo-path.c to cairo-path-fixed.c
Carl Worth
1
-639
/
+0
2006-08-18
Fix close-path failure by adding explicit move_to after close_path.
Carl Worth
1
-4
/
+11
2006-06-10
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
1
-6
/
+23
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-1
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-1
/
+1
2006-05-04
Implement the device_offset functionality at surface, not gstate layer
Carl Worth
1
-0
/
+46
2006-02-23
cairo_new_sub_path: Making cairo_arc easier to use and more.
Carl Worth
1
-10
/
+30
2005-08-31
Split out scaled font code to cairo-scaled-font.c
Keith Packard
1
-0
/
+18
2005-05-03
Fills as paths patch originally by Owen Taylor.
Kristian Høgsberg
1
-0
/
+9
2005-05-02
Use correct arguments to compute absolute positions.
Keith Packard
1
-4
/
+4
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
1
-37
/
+56
2005-03-23
Clean up names of cairo_path internals.
Carl Worth
1
-147
/
+146
2005-03-23
Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...
Carl Worth
1
-37
/
+37
2005-03-23
Begin the process of breaking up cairoint.h, moving structure definitions of ...
Carl Worth
1
-0
/
+2
2005-03-18
* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...
Carl Worth
1
-27
/
+35
2005-03-09
Rename all the cairo_current functions to cairo_get functions instead. Add do...
Carl Worth
1
-1
/
+1
[next]