index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
29
-79
/
+79
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
38
-166
/
+166
2008-01-28
[doc] Another enum nick expansion
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[src/check-*] Shut make up
Behdad Esfahbod
2
-3
/
+3
2008-01-28
[doc] Expand a couple nicks to full enum names
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[cairo_operator_t] Improve docs
Behdad Esfahbod
1
-3
/
+5
2008-01-28
[src] Fix gtk-doc warnings
Behdad Esfahbod
3
-5
/
+5
2008-01-28
Fix some documentation typos
Carl Worth
1
-3
/
+3
2008-01-28
Add example to documentation of cairo_pattern_set_filter
Carl Worth
1
-0
/
+11
2008-01-28
Add documentation for cairo_filter_t
Carl Worth
1
-0
/
+18
2008-01-28
Return NULL from cairo_xlib_surface_get_xrender_format without an error
Carl Worth
1
-5
/
+1
2008-01-28
Add new API cairo_xlib_surface_get_render_format
Carl Worth
2
-0
/
+30
2008-01-28
Add missing cairo_private (for _pixman_format_to_masks)
Carl Worth
1
-1
/
+1
2008-01-28
Clarify the documentation of stride within cairo_image_surface_create_for_data
Carl Worth
1
-8
/
+15
2008-01-28
Rename cairo_image_surface_stride_for_width to cairo_format_stride_for_width
Carl Worth
2
-12
/
+13
2008-01-28
Add cairo_image_surface_stride_for_width
Carl Worth
4
-12
/
+63
2008-01-28
Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logic
Carl Worth
3
-6
/
+7
2008-01-28
Describe cairo_operator_t, add link to operators/ wiki page
Nis Martensen
1
-0
/
+28
2008-01-27
[quartz] only use DrawTiledImage if transformed image is integer aligned
Vladimir Vukicevic
1
-67
/
+77
2008-01-27
[win32] Fix initial clip region test
Vladimir Vukicevic
1
-2
/
+1
2008-01-27
[src] Fix make check
Behdad Esfahbod
1
-2
/
+2
2008-01-26
Change cairo_get_current_point() to return cairo_status_t instead of void
Behdad Esfahbod
2
-5
/
+19
2008-01-25
[cairo-pdf-operators] Reformat typedef to not confuse gtk-doc
Behdad Esfahbod
1
-4
/
+3
2008-01-25
[cairo_surface_show/copy_page()] Make them return void, like cairo_show/copy_...
Behdad Esfahbod
5
-25
/
+35
2008-01-25
[cairo-surface] Fix doc typo
Nis Martensen
1
-1
/
+1
2008-01-25
[cairo-ft] Disable embedded bitmaps if hinting style NONE is requested
Behdad Esfahbod
1
-3
/
+8
2008-01-25
[.gitignore] Add check-has-hidden-symbols.i
Behdad Esfahbod
1
-0
/
+1
2008-01-25
[cairo-ft] Fix font metrics computation for bitmap fonts and no metrics-hinting
Behdad Esfahbod
1
-1
/
+6
2008-01-25
[ps] Pad image mask lines out to full lines
Vladimir Vukicevic
1
-1
/
+7
2008-01-25
[cairo-scaled-font] Fix bug in glyphs bounding box computation
Behdad Esfahbod
1
-2
/
+2
2008-01-25
[cairo-scaled-font] Unbreak it after my recent commit
Behdad Esfahbod
1
-22
/
+19
2008-01-24
[cairo-scaled-font] Don't err on font size 0, really
Behdad Esfahbod
4
-19
/
+11
2008-01-24
[cairo-scaled-font] Oops, return err if not handling it
Behdad Esfahbod
1
-0
/
+4
2008-01-24
[cairo-scaled-font] Don't err on font size 0
Behdad Esfahbod
1
-2
/
+16
2008-01-24
[quartz] Do dynamic symbol lookups for 10.4/10.5 optimization symbols
Vladimir Vukicevic
1
-11
/
+28
2008-01-24
[quartz] Clean up unused APIs a bit
Vladimir Vukicevic
1
-63
/
+13
2008-01-24
[win32] Print non-black/white text correctly in show_glyphs
Vladimir Vukicevic
1
-3
/
+3
2008-01-24
[win32] Better tracking of initial clip
Vladimir Vukicevic
3
-116
/
+197
2008-01-23
improve comments for the pixman transformation anchoring math.
Bertram Felgenhauer
1
-1
/
+13
2008-01-23
anchor pattern transformations at the pattern origin
Bertram Felgenhauer
1
-0
/
+23
2008-01-22
cairo_point_int32_t is really int32_t, not int16_t
Vladimir Vukicevic
1
-1
/
+1
2008-01-22
Fix usage of cairo_rectangle_int16_t leading to memory corruption
Vladimir Vukicevic
8
-28
/
+26
2008-01-22
[cairo-path-stroke] Use M_SQRT2 for constant value
Behdad Esfahbod
2
-4
/
+8
2008-01-22
[cairo-operator] Remove unused cairo-operator.c
Behdad Esfahbod
3
-127
/
+0
2008-01-21
Test and document that fill rule has no effect on cairo_path_extents
Carl Worth
1
-2
/
+2
2008-01-21
Disable rectilinear stroke optimization for small miter limit values
Carl Worth
1
-0
/
+6
2008-01-21
Rename trailing_move_to_point to move_to_point
Carl Worth
1
-11
/
+13
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
2
-16
/
+35
2008-01-21
Clarify documentation of cairo_{fill,stroke,path}_extents
Carl Worth
1
-11
/
+25
[next]