index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairoint.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-11
Mark function tables with attribute(warn_unused_result)
Chris Wilson
1
-26
/
+26
2007-04-11
Only enable warn-unused-result for recent gcc
Chris Wilson
1
-7
/
+6
2007-04-11
Provide a private entry point for cairo_scaled_font_status().
Chris Wilson
1
-0
/
+1
2007-04-10
paginated: Add missing error check for _cairo_surface_show_page
Carl Worth
1
-2
/
+2
2007-04-10
Disable warnings for cairo_*_reference functions.
Chris Wilson
1
-11
/
+15
2007-04-10
pixman region operations can fail, propagate the error.
Chris Wilson
1
-1
/
+1
2007-04-10
Change _cairo_dtostr to have a void return type
Carl Worth
1
-3
/
+0
2007-04-10
Fix cairo_traps_t status handling
Carl Worth
1
-1
/
+4
2007-04-10
Add a status field to cairo_polygon_t
Carl Worth
1
-3
/
+8
2007-04-10
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
1
-2
/
+2
2007-04-09
Make _cairo_matrix_compute_scale_factors void
Carl Worth
1
-1
/
+1
2007-04-09
Make _cairo_pen_init_empty void
Carl Worth
1
-1
/
+1
2007-04-09
Make _cairo_gstate_user_to_device (and friends) void.
Carl Worth
1
-4
/
+4
2007-04-09
Make _cairo_gstate_identity_matrix void
Carl Worth
1
-1
/
+1
2007-04-09
Add attribute(warn_unused_result)
Chris Wilson
1
-3
/
+5
2007-04-08
[pixman-region] Separate pixman_region_init
Mathias Hasselmann
1
-4
/
+0
2007-04-08
Avoid pixman_region_create in _cairo_traps_extract_region
Mathias Hasselmann
1
-3
/
+3
2007-04-08
Avoid malloc in _cairo_region_create_from_rectangle
Mathias Hasselmann
1
-2
/
+3
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-0
/
+1
2007-04-03
[cairoint.h] Remove inline definition for MS compilers
Behdad Esfahbod
1
-2
/
+0
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-1
/
+1
2007-03-26
Destroy the current pattern before replacing with cairo_set_source().
Chris Wilson
1
-0
/
+1
2007-03-21
[cairo.c] Don't access gstate members directly
Behdad Esfahbod
1
-0
/
+3
2007-03-21
[cairo-gstate] Move save/restore logic into gstate instead of cairo_t
Behdad Esfahbod
1
-4
/
+4
2007-03-20
Fix file permissions again
Behdad Esfahbod
1
-0
/
+0
2007-03-20
Define and use ARRAY_LEN
Behdad Esfahbod
1
-0
/
+3
2007-03-20
Cache solid patterns
Chris Wilson
1
-0
/
+7
2007-03-20
Move declaration of cairo_mutex_t to cairo-mutex-private.h
Mathias Hasselmann
1
-36
/
+1
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-57
/
+14
2007-03-16
Don't use unsupported visibily attribute hidden on Solaris
Gilles Dauphin
1
-2
/
+2
2007-03-14
Privately export a function to reset the scaled font's glyph caches.
Chris Wilson
1
-0
/
+3
2007-03-14
[cairo-pattern] Add a cache of two color stops to cairo_gradient_pattern_t
Behdad Esfahbod
1
-0
/
+1
2007-03-14
[cairo-pattern] Grow color-stops array exponentially
Behdad Esfahbod
1
-1
/
+2
2007-03-13
[cairo-color] Add cairo-private _cairo_color_double_to_short()
Behdad Esfahbod
1
-0
/
+3
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
[next]