index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-08
Check for NULL pointer in cairo_set_scaled_font
Behdad Esfahbod
1
-0
/
+5
2008-08-08
Add toy font constructor and getters
Behdad Esfahbod
1
-1
/
+5
2008-08-07
Center the group pattern transform around the device_transformed origin
Jeff Muizelaar
1
-1
/
+11
2008-06-29
[show_text_glyphs] Allow clusters with zero text
Behdad Esfahbod
1
-2
/
+7
2008-06-27
Change cairo_text_cluster_t members signed
Behdad Esfahbod
1
-9
/
+10
2008-06-26
Add cairo_show_text_glyphs API
Behdad Esfahbod
1
-4
/
+105
2008-06-24
Oops. Fix thinko in previous commit.
Behdad Esfahbod
1
-1
/
+1
2008-06-24
Cleanup _set_error functions a bit
Behdad Esfahbod
1
-2
/
+5
2008-06-23
Return CAIRO_STATUS_NEGATIVE_COUNT if num_glyphs is negative
Behdad Esfahbod
1
-0
/
+15
2008-06-23
Protect against NULL glyphs array in text API
Behdad Esfahbod
1
-3
/
+21
2008-06-19
Rename cairo_* global vars to _cairo_*
Behdad Esfahbod
1
-3
/
+3
2008-06-13
Allocate the correct pattern type on the stack.
Chris Wilson
1
-2
/
+2
2008-06-13
[cairo] Cache freed gstates.
Chris Wilson
1
-8
/
+13
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-14
/
+13
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-7
/
+7
2008-05-15
[cairo-surface] Add cairo_surface_get_fallback_resolution()
Behdad Esfahbod
1
-0
/
+3
2008-05-09
[cairo-meta-surface] Add _cairo_meta_surface_get_path()
Behdad Esfahbod
1
-2
/
+5
2008-04-11
[cairo] Return defaults when the context is in error.
Chris Wilson
1
-8
/
+8
2008-04-06
Add missing parens() to function name in gtk-doc comment
Carl Worth
1
-1
/
+1
2008-04-06
Document default opaque black source pattern.
Carl Worth
1
-3
/
+9
2008-04-06
Document many more defaults
Carl Worth
1
-4
/
+26
2008-04-06
Document toy nature of cairo_select_font_face
Carl Worth
1
-6
/
+26
2008-03-26
[cairo] Fixup make check.
Chris Wilson
1
-3
/
+3
2008-03-25
Document performance advantage of cairo_path_extents
Carl Worth
1
-2
/
+12
2008-02-27
[cairo-path-bounds] _cairo_path_fixed_bounds() can fail...
Chris Wilson
1
-3
/
+7
2008-02-17
[cairo-misc.c] Add misc functions to this file
Behdad Esfahbod
1
-287
/
+0
2008-02-15
[cairo-scaled-font] Create error objects on demand.
Chris Wilson
1
-8
/
+2
2008-02-15
[cairo-font-options] Disallow use of NULL font-options.
Chris Wilson
1
-6
/
+4
2008-02-06
Introduce cairo_has_current_point()
Alp Toker
1
-2
/
+23
2008-02-06
Revert "Change cairo_get_current_point() to return cairo_status_t instead of ...
Alp Toker
1
-18
/
+4
2008-01-29
Initialize return values for cairo_*_extents in case of error
Carl Worth
1
-4
/
+50
2008-01-28
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-16
/
+14
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-13
/
+13
2008-01-28
[src] Fix gtk-doc warnings
Behdad Esfahbod
1
-3
/
+3
2008-01-28
Add cairo_image_surface_stride_for_width
Carl Worth
1
-1
/
+3
2008-01-26
Change cairo_get_current_point() to return cairo_status_t instead of void
Behdad Esfahbod
1
-4
/
+18
2008-01-21
Test and document that fill rule has no effect on cairo_path_extents
Carl Worth
1
-2
/
+2
2008-01-21
Test and document extents of degenerate "dots"
Carl Worth
1
-3
/
+3
2008-01-21
Fix cairo_path_extents to ignore lone cairo_move_to points.
Carl Worth
1
-15
/
+25
2008-01-21
Clarify documentation of cairo_{fill,stroke,path}_extents
Carl Worth
1
-11
/
+25
2008-01-21
[cairo] Add cairo_path_extents()
Brian Ewins
1
-0
/
+30
2008-01-17
[cairo-font-options] Treat NULL as a default cairo_font_options_t
Chris Wilson
1
-4
/
+6
2008-01-17
[text] Set the extents on the error paths.
Chris Wilson
1
-16
/
+19
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-2
/
+2
2008-01-12
[cairo] Harden the text API against NULL strings.
Chris Wilson
1
-0
/
+6
2008-01-03
[cairo] Update CAIRO_STATUS_LAST_STATUS
Chris Wilson
1
-1
/
+1
2007-12-29
Add CAIRO_STATUS_TEMP_FILE_ERROR
Adrian Johnson
1
-0
/
+2
[prev]
[next]