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
2005-05-06
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Carl Worth
1
-2
/
+2
2005-05-06
Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...
Carl Worth
1
-3
/
+0
2005-05-06
Eliminate the following deprecated functions from cairo's interface:
Carl Worth
1
-189
/
+76
2005-05-06
Rename and re-order the cairo_operator_t enum to names that abbreviate less a...
Carl Worth
1
-7
/
+10
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
1
-53
/
+33
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
1
-0
/
+4
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
1
-14
/
+6
2005-05-02
Changes the sign of extents->descent to match win32 backend and the conventio...
Owen Taylor
1
-3
/
+44
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-1
/
+28
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
1
-0
/
+10
2005-04-26
Updated.
Owen Taylor
1
-1
/
+1
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
1
-1
/
+9
2005-04-25
Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...
Kristian Høgsberg
1
-3
/
+3
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
1
-16
/
+52
2005-04-22
Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...
Kristian Høgsberg
1
-0
/
+11
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-0
/
+3
2005-04-14
and delete:
Carl Worth
1
-25
/
+30
2005-04-11
src/cairo.h doc/public/cairo-sections.txt src/cairo-matrix.c: Update.
Owen Taylor
1
-4
/
+4
2005-04-08
Move include of pixman.h from cairo.h to cairoint.h since libpixman isn't par...
Carl Worth
1
-1
/
+0
2005-04-08
src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...
Owen Taylor
1
-23
/
+31
2005-04-08
Eliminate internal use of deprecated cairo_matrix_copy.
Carl Worth
1
-5
/
+2
2005-04-07
src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...
Owen Taylor
1
-11
/
+21
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-27
/
+50
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-21
/
+49
2005-04-06
Make handling of unsigned char* vs. char* consistent. Change all parameters t...
Carl Worth
1
-8
/
+8
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
1
-2
/
+2
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-5
/
+2
2005-04-02
Style and indentation fixes.
Carl Worth
1
-7
/
+7
2005-04-01
Update API shakeup chart.
Carl Worth
1
-9
/
+12
2005-03-23
Add backwards-compatibility for recently renamed functions.
Carl Worth
1
-0
/
+12
2005-03-20
Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...
Carl Worth
1
-7
/
+7
2005-03-18
* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...
Carl Worth
1
-26
/
+48
2005-03-17
src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...
Owen Taylor
1
-0
/
+5
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-1
/
+21
2005-03-15
src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...
Owen Taylor
1
-1
/
+1
2005-03-11
Added some documentation, so we get some churn here.
Carl Worth
1
-7
/
+93
2005-03-10
Originally: 2005-02-24 Carl Worth <cworth@cworth.org>
Carl Worth
1
-0
/
+33
2005-03-09
Rename all the cairo_current functions to cairo_get functions instead. Add do...
Carl Worth
1
-46
/
+79
2005-02-27
Remove newline in comment which was confusing gtk-doc.
Kristian Høgsberg
1
-1
/
+0
2005-02-24
Fix typo (pointed out by Kristian Høgsberg).
Carl Worth
1
-1
/
+1
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-02-21
Revert accidental commit.
Carl Worth
1
-9
/
+1
2005-02-21
Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).
Carl Worth
1
-1
/
+10
2005-02-02
src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...
Owen Taylor
1
-12
/
+17
2005-02-01
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...
Owen Taylor
1
-3
/
+20
2005-01-27
src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...
Owen Taylor
1
-5
/
+121
2005-01-27
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...
Owen Taylor
1
-1
/
+25
2005-01-21
Change cairo_font_t to refer to a font scaled to a particular output device r...
Owen Taylor
1
-13
/
+16
2005-01-20
Track various renamings.
Carl Worth
1
-192
/
+5
2005-01-17
Take image_rotate-ref.png out of EXTRA_DIST until we can actually render it c...
Kristian Høgsberg
1
-2
/
+2
[prev]
[next]