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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-11
Handle more cases by assuming no-super-luminescent colors.
Owen Taylor
1
-2
/
+10
2005-05-11
Revive quartz backend.
T Rowley
3
-47
/
+118
2005-05-11
Revive quartz backend.
Tor Lillqvist
3
-102
/
+59
2005-05-11
Avoid empty glyphs
David Reveman
1
-19
/
+44
2005-05-11
Fix fill_rectangles and show_glyphs in glitz backend
David Reveman
1
-5
/
+7
2005-05-10
src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...
Owen Taylor
2
-24
/
+0
2005-05-10
src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...
Owen Taylor
3
-32
/
+20
2005-05-10
Don't use return when calling a void function (thanks to Damien Carbery <dami...
Carl Worth
1
-4
/
+4
2005-05-10
Don't guess and make our own definitions for uint8_t, etc. Just error out if ...
Carl Worth
2
-18
/
+13
2005-05-10
Fix cairo_get_font_matrix to actually use its out-parameter. And change the r...
Carl Worth
4
-12
/
+15
2005-05-09
Get the glyphslot point *after* we get the FT_Face. (Robert O'Callahan)
Owen Taylor
1
-3
/
+3
2005-05-09
Fix deprecation macro to point to the right function, (thanks to John Ellson).
Carl Worth
1
-1
/
+1
2005-05-09
Push cairo_matrix_t const-correctness down through the entire implmentation, ...
Carl Worth
9
-73
/
+88
2005-05-09
Change cairo-features again so that either #if or #ifdef will work to test an...
Carl Worth
1
-11
/
+11
2005-05-06
Point to both cairo_set_source_rgba and cairo_paint_with_alpha in deprecation...
Carl Worth
1
-1
/
+1
2005-05-06
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Carl Worth
16
-41
/
+38
2005-05-06
Remove deprecated cairo_get_rgb_color that was accidentally missed in the rec...
Carl Worth
5
-63
/
+0
2005-05-06
Update to track new CAIRO_OPERATOR names.
Carl Worth
4
-11
/
+11
2005-05-06
Fix return type from cairo_status_t to cairo_int_status_t.
Carl Worth
1
-1
/
+1
2005-05-06
Eliminate the following deprecated functions from cairo's interface:
Carl Worth
11
-552
/
+131
2005-05-06
Rename and re-order the cairo_operator_t enum to names that abbreviate less a...
Carl Worth
7
-45
/
+76
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
13
-535
/
+99
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
3
-2
/
+37
2005-05-04
Add glyph caching to glitz backend
David Reveman
1
-1
/
+855
2005-05-03
Fills as paths patch originally by Owen Taylor.
Kristian Høgsberg
5
-9
/
+150
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
4
-227
/
+41
2005-05-03
Add suggestion for copy-on-write regions to fix clip region problems.
Carl Worth
1
-1
/
+1
2005-05-02
Changes the sign of extents->descent to match win32 backend and the conventio...
Owen Taylor
2
-4
/
+45
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
7
-77
/
+326
2005-05-02
Use correct arguments to compute absolute positions.
Keith Packard
1
-4
/
+4
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
4
-67
/
+268
2005-05-01
Also call _cairo_gstate_ensure_font() for this function.
Kristian Høgsberg
1
-0
/
+4
2005-04-27
src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...
Owen Taylor
4
-32
/
+72
2005-04-26
Build rectangle with an identity matrix in place so that the entire target su...
Carl Worth
1
-0
/
+14
2005-04-26
Updated.
Owen Taylor
2
-22
/
+7
2005-04-26
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
13
-880
/
+1049
2005-04-25
Prototypes moved to cairo.h, this file removed.
Kristian Høgsberg
1
-58
/
+0
2005-04-25
Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...
Kristian Høgsberg
2
-7
/
+8
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
4
-73
/
+276
2005-04-25
Initialize the saved_dc_bitmap field here as well ... not strictly needed, bu...
Owen Taylor
1
-0
/
+1
2005-04-23
Finalize the correct pattern.
Kristian Høgsberg
1
-2
/
+2
2005-04-22
Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...
Kristian Høgsberg
4
-34
/
+46
2005-04-21
Handle backends that don't have a set_clip_region implementation (PDF).
Kristian Høgsberg
1
-0
/
+3
2005-04-19
Add new cairo_paint function.
Carl Worth
13
-71
/
+321
2005-04-14
and delete:
Carl Worth
12
-545
/
+500
2005-04-14
Remove a stray free() (#3029, Carl Worth)
Owen Taylor
1
-1
/
+0
2005-04-13
Set freed pointer to NULL.
Carl Worth
2
-3
/
+12
2005-04-13
Fix a comment from last commit
Owen Taylor
1
-1
/
+1
2005-04-13
Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...
Owen Taylor
1
-0
/
+7
2005-04-13
src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...
Owen Taylor
3
-195
/
+450
[next]