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
/
cairo.h
Age
Commit message (
Expand
)
Author
Files
Lines
2004-04-16
Track pixman fixes to PIXMAN_FORMAT_NAME_*.
Carl Worth
1
-13
/
+0
2004-04-09
Added OpenGL surface backend
David Reveman
1
-0
/
+16
2004-04-06
Added new pattern API
David Reveman
1
-6
/
+69
2004-04-02
Move weight after slant to match the order in cairo_select_font.
Carl Worth
1
-6
/
+5
2004-03-30
Add proposal for cairo_xlib_surface_set_size.
Carl Worth
1
-0
/
+5
2004-03-23
Implement _set_clip_region by delegating it to the image backend.
Olivier Andrieu
1
-0
/
+3
2004-03-17
Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...
Jamey Sharp
1
-2
/
+2
2004-02-24
Add PNG backend (cairo_set_target_png and cairo_png_surface_create).
Olivier Andrieu
1
-0
/
+25
2004-02-17
Add comment indication cairo_copy will be going away at some point. Some inde...
Carl Worth
1
-3
/
+3
2004-02-17
Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_curr...
Carl Worth
1
-3
/
+22
2004-02-12
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...
Carl Worth
1
-0
/
+13
2004-02-02
Ported the Xlib surface backend to XCB.
Jamey Sharp
1
-0
/
+13
2004-01-30
New "filter" field.
Graydon Hoare
1
-0
/
+3
2004-01-22
Add '-no-undefined' to end of libcairo_la_LDFLAGS to enable building shared l...
Richard Worth
1
-131
/
+118
2003-12-17
Remove trailing commas from enums, (some compilers like to complain about them).
Carl Worth
1
-2
/
+2
2003-12-16
Bump version to 0.1.17 for new functions: cairo_text_extents, cairo_glyph_ext...
Carl Worth
1
-7
/
+1
2003-12-15
Rename cairo_text_exextents_t fields: left_side_bearing -> x_bearing ascent -...
Carl Worth
1
-4
/
+4
2003-12-15
Need to divide out the scale factor to return user-space extents. (_cairo_gst...
Carl Worth
1
-3
/
+2
2003-12-12
Add conditionals for ps_surface functions, etc.
Carl Worth
1
-0
/
+10
2003-12-12
Add missing definitions from slim_import.h.
Carl Worth
1
-3
/
+7
2003-12-11
Directly fold in slim stuff rather than depending on it from an external pack...
Carl Worth
1
-7
/
+8
2003-12-11
cairo_select_font: _cairo_font_create: _cairo_gstate_select_font: cairo_ft_fo...
Andrew Chant
1
-1
/
+1
2003-12-05
Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.
Carl Worth
1
-4
/
+6
2003-12-03
Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...
Carl Worth
1
-0
/
+28
2003-11-18
Fix build for new freetype header include mechanism, (thanks to Christof Peti...
Carl Worth
1
-1
/
+2
2003-11-06
Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.
Carl Worth
1
-0
/
+7
2003-11-06
Add comment pondering memory management semantics of cairo_current_target_sur...
Carl Worth
1
-0
/
+2
2003-11-03
Add support for cairo_copy_page. Fixes so PS output can be more than one page...
Carl Worth
1
-0
/
+3
2003-11-03
Added __external_linkage to a few functions that were missing it.
Carl Worth
1
-5
/
+5
2003-10-31
Implemented preliminary PostScript output support. Added cairo_show_page. Bum...
Carl Worth
1
-8
/
+41
2003-10-31
Moved all libic-related drawing into cairo_image_surface.c
Carl Worth
1
-52
/
+40
2003-10-30
A set of changes to eliminate the static FT_Library field, (which could intro...
Carl Worth
1
-1
/
+1
2003-10-28
Drop cairo_surface_create_similar_solid
Carl Worth
1
-14
/
+0
2003-10-24
Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...
Carl Worth
1
-1
/
+1
2003-10-23
New file.
Graydon Hoare
1
-16
/
+119
2003-10-23
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
1
-1
/
+1
2003-09-30
Virtualized the font and surface backend implementations.
Jamey Sharp
1
-17
/
+0
2003-09-30
Changed cairo_copy to copy graphics state from one cairo_t to another rather ...
Carl Worth
1
-3
/
+3
2003-09-29
Added cairo_arc and cairo_arc_negative.
Carl Worth
1
-0
/
+20
2003-09-25
Removed support for cairo_path_t and related functions. Bumped version to 0.1.5
Carl Worth
1
-48
/
+1
2003-09-25
Expose a cairo_path_t object with related functions: cairo_set_path, cairo_cu...
Carl Worth
1
-1
/
+48
2003-09-16
Add cairo_reference and cairo_surface_reference
Carl Worth
1
-3
/
+9
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-7
/
+0
2003-09-05
Added cairo_copy. Bumbed version to 0.1.2.
Carl Worth
1
-0
/
+3
2003-09-04
Fixed bugs if cairo_stroke/fill called before cairo_set_rgb_color or cairo_se...
Carl Worth
1
-1
/
+2
2003-09-04
Fixed DEPRECATE macro so that old programs will still work
Carl Worth
1
-0
/
+2
2003-09-04
Changed names of all cairo_get_* functions to cairo_current_*. Added magic DE...
Carl Worth
1
-16
/
+41
2003-09-03
Add implementation of cairo_get_matrix
Carl Worth
1
-4
/
+1
2003-08-29
Optimized _cairo_surface_composite for compositing local memory surface with ...
Carl Worth
1
-9
/
+9
2003-08-26
Added missing underscores to several internal functions.
Carl Worth
1
-16
/
+16
[next]