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
/
cairoint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-13
[cairo-polygon] Add a cache of eight edges to cairo_polygon_t
Behdad Esfahbod
1
-0
/
+1
2007-03-13
[cairo_polygon_t] Change has_current_point from int to cairo_bool_t
Behdad Esfahbod
1
-1
/
+1
2007-03-13
[cairo_polygon_t] Remove unused member 'closed'
Behdad Esfahbod
1
-2
/
+0
2007-03-13
[cairo_polygon_t] Reorder struct members for clarity
Behdad Esfahbod
1
-4
/
+4
2007-03-13
[cairo-spline] Add a cache of eight points to cairo_spline_t
Behdad Esfahbod
1
-0
/
+1
2007-03-13
[cairo_traps_t] Reorder struct members for clarity
Behdad Esfahbod
1
-3
/
+3
2007-03-13
[cairo-traps] Add a cache of one trapezoid to cairo_traps_t
Behdad Esfahbod
1
-0
/
+2
2007-03-13
[cairo_t] Embed a gstate into cairo_t
Behdad Esfahbod
1
-3
/
+7
2007-03-07
[cairoint] Move endian-conversion routines into cairoint.h
Behdad Esfahbod
1
-0
/
+35
2007-03-05
Rename all mutex variables to start with an underscore
Behdad Esfahbod
1
-1
/
+1
2007-03-01
Implement CAIRO_MUTEX_INIT with memcpy instead of pthread_mutex_init
Carl Worth
1
-1
/
+4
2007-02-28
Revert the solid-pattern cache
Behdad Esfahbod
1
-15
/
+0
2007-02-27
Slim-hidden cairo_scale()
Behdad Esfahbod
1
-0
/
+1
2007-02-27
Implement cairo_get_scaled_font()
Behdad Esfahbod
1
-0
/
+5
2007-02-23
[core] put back REF_COUNT_INVALID to be -1, fix finish
Vladimir Vukicevic
1
-1
/
+1
2007-02-23
[core] Add user_data and reference count getters to all objects
Vladimir Vukicevic
1
-7
/
+10
2007-02-14
[cairo-pattern] Cache surface for solid patterns
Jorn Baayen
1
-0
/
+15
2007-02-08
[PS/PDF/SVG] Return a write_error nil surface on write errors
Eugeniy Meshcheryakov
1
-0
/
+1
2007-02-08
[cairoint] Make it compile with libpng disabled
Kalle Vahlman
1
-1
/
+6
2007-02-08
Oops, correct typo in previous commit
Peter Weilbacher
1
-1
/
+1
2007-02-08
Correct scaled font mutex definitions for OS/2
Peter Weilbacher
1
-2
/
+2
2007-02-07
PDF: Make text selection and extraction work
Adrian Johnson
1
-0
/
+18
2007-02-06
Remove half-leftover debugging code from previous commit
Carl Worth
1
-2
/
+1
2007-02-06
Add scaled_font->mutex to allow locking for all subordinate objects
Carl Worth
1
-2
/
+56
2007-01-17
Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_list
Robert O'Callahan
1
-1
/
+1
2006-12-17
[configure] Use AC_C_INLINE to correctly define inline
Behdad Esfahbod
1
-6
/
+1
2006-12-15
Fix a couple of character spacing issues on Windows
U-JONATHAN-X60S\jonathan
1
-2
/
+8
2006-12-12
Cache rounded glyph advance values
Behdad Esfahbod
1
-0
/
+2
2006-12-11
[cairoint] Define CAIRO_STACK_BUFFER_SIZE (defaults to 2kb)
Behdad Esfahbod
1
-0
/
+7
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-17
/
+11
2006-12-08
[slim] Define slim macros to dummy prototypes for non-gcc compilers (#9150)
Behdad Esfahbod
1
-2
/
+2
2006-11-22
Add some missing cairo_private decorators
Carl Worth
1
-2
/
+2
2006-11-22
Switch from old tessellator to new tessellator
Carl Worth
1
-0
/
+10
2006-11-22
Add _cairo_matrix_is_translation
Dan Amelang
1
-0
/
+3
2006-11-22
Add _cairo_lround for much faster rounding
Daniel Amelang
1
-0
/
+3
2006-11-13
Rewrite tessellate_rectangle as tessellate_convex_quad to make it more useful
Carl Worth
1
-1
/
+1
2006-11-13
Add a status field to cairo_traps_t to enable less error checking
Carl Worth
1
-0
/
+2
2006-11-07
[win32] clean up win32_surface_composite
Vladimir Vukicevic
1
-0
/
+5
2006-11-07
Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...
Carl Worth
1
-2
/
+2
2006-10-25
Fix repeating source surface patterns with xlib backend.
Carl Worth
1
-0
/
+10
2006-10-18
Add extents to clone_similar (fixing subimage_copy performance bug)
Christopher (Monty) Montgomery
1
-0
/
+8
2006-10-15
[slim] hide cairo_version_string()
Jamey Sharp
1
-0
/
+1
2006-10-08
[slim] hide cairo_pattern_status() #8551
Behdad Esfahbod
1
-0
/
+1
2006-09-25
Add clip getters API + tests
Robert O'Callahan
1
-0
/
+10
2006-09-25
Fix stroke/fill extents bounding boxes
Robert O'Callahan
1
-0
/
+6
2006-09-25
Fix _cairo_matrix_transform_bounding_box to return tightness info
Robert O'Callahan
1
-1
/
+2
2006-09-15
OS/2 build changes
Peter Weilbacher
1
-0
/
+11
2006-09-09
[win32] Misc win32 compilation fixes
Vladimir Vukicevic
1
-0
/
+5
2006-09-08
cairo_show_glphs: Mark glyphs argument as const.
Behdad Esfahbod
1
-1
/
+1
2006-09-07
Add _cairo_array_size to allow querying the allocated size
Carl Worth
1
-0
/
+3
[next]