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
/
cairo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-06
Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...
Carl Worth
1
-384
/
+45
2005-05-06
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
Owen Taylor
1
-0
/
+31
2005-05-03
Originally 2005-04-20 Carl Worth <cworth@cworth.org>
Carl Worth
1
-21
/
+28
2005-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-2
/
+12
2005-05-02
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
Owen Taylor
1
-0
/
+62
2005-04-27
src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...
Owen Taylor
1
-25
/
+1
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
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
1
-38
/
+283
2005-04-25
Factor out bulk of the code into a new callback based function, write_png(). ...
Kristian Høgsberg
1
-0
/
+4
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-1
/
+30
2005-04-14
and delete:
Carl Worth
1
-67
/
+79
2005-04-11
Add deprecation alias from cairo_scale_font to cairo_set_font_size.
Carl Worth
1
-0
/
+1
2005-04-11
Add deprecation alias from cairo_select_font to cairo_select_font_face.
Carl Worth
1
-0
/
+1
2005-04-08
Eliminate internal use of deprecated cairo_matrix_copy.
Carl Worth
1
-23
/
+4
2005-04-07
src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...
Owen Taylor
1
-20
/
+53
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-57
/
+22
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-4
/
+22
2005-04-06
Make handling of unsigned char* vs. char* consistent. Change all parameters t...
Carl Worth
1
-3
/
+3
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
1
-1
/
+1
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-12
/
+18
2005-04-02
Style and indentation fixes.
Carl Worth
1
-16
/
+18
2005-04-01
Update API shakeup chart.
Carl Worth
1
-4
/
+46
2005-03-31
Remove this function now that the PNG backend is gone.
Kristian Høgsberg
1
-28
/
+0
2005-03-28
New PNG utility functions.
Kristian Høgsberg
1
-21
/
+22
2005-03-23
Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS as they are not needed for priva...
Carl Worth
1
-13
/
+56
2005-03-23
Begin the process of breaking up cairoint.h, moving structure definitions of ...
Carl Worth
1
-0
/
+2
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-0
/
+265
2005-03-20
Rename functions to eliminate abbreviations: cairo_concat_matrix -> cairo_tra...
Carl Worth
1
-15
/
+144
2005-03-18
* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...
Carl Worth
1
-28
/
+28
2005-03-17
doc fix - 90 degrees is MI_PI/2 radians.
Owen Taylor
1
-2
/
+2
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-1
/
+5
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
-1
/
+87
2005-03-09
Rename all the cairo_current functions to cairo_get functions instead. Add do...
Carl Worth
1
-57
/
+366
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-02-12
Return all-zero extents if string is NULL.
Carl Worth
1
-0
/
+10
2005-02-12
Make clipping fast path fast. When we have a clipping region set, intersect i...
Kristian Høgsberg
1
-1
/
+1
2005-02-06
src/cairo_gstate.c src/cairo.c: Allow cairo_set_font (cr, NULL) to unset the ...
Owen Taylor
1
-1
/
+1
2005-02-01
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...
Owen Taylor
1
-1
/
+3
2005-01-27
src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...
Owen Taylor
1
-0
/
+162
2005-01-27
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...
Owen Taylor
1
-0
/
+47
2005-01-20
Track various renamings.
Carl Worth
1
-2
/
+0
2005-01-12
A NULL cairo_t * is not sane.
Carl Worth
1
-0
/
+3
2004-12-20
Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cai...
Alexander Larsson
1
-0
/
+6
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-4
/
+49
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+28
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-7
/
+5
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-20
/
+14
2004-07-05
Remove errant semicolon from macro definition.
Carl Worth
1
-1
/
+1
[next]