index
:
~bryce/cairo
cairogles-integration
doc-fixes
downscaling
master
path-effects
perspective-transform
test-outputs-to-output-dir
vbo-size
Bryce's cairo repository for development branches
bryce
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-15
Make poppler check require poppler >= 0.4.1.
Carl Worth
2
-1
/
+5
2005-12-14
#define access _access and #define F_OK to 0 on for MSVC
Stuart Parmenter
3
-0
/
+12
2005-12-14
Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...
Carl Worth
4
-235
/
+15
2005-12-14
Add preliminary support for --enable-gcov. Thanks to Pierre-Alain Joye (with ...
Carl Worth
4
-3
/
+85
2005-12-13
Make creator be cairo, not Cairo.
Carl Worth
2
-1
/
+6
2005-12-12
bump glitz req to 0.5.1, test for backends
Vladimir Vukicevic
6
-26
/
+753
2005-12-08
shhh...
Emmanuel Pacaud
2
-0
/
+8
2005-12-08
add optionnal disabled by default SVG backend.
Emmanuel Pacaud
11
-13
/
+1723
2005-12-07
Note that that PDF backend has been incorporated into the test suite.
Carl Worth
2
-1
/
+6
2005-12-07
Add checks for poppler and friends which are needed by pdf2png. Set CAIRO_CAN...
Carl Worth
6
-2
/
+194
2005-12-07
Note that self-copy now works with the PS backend.
Carl Worth
8
-36
/
+257
2005-12-07
Fix to check cairo_surface_status rather than !surface which is always false....
Carl Worth
2
-1
/
+9
2005-12-07
Use more portable shell syntax, ('test =' rather than 'test =='). Thanks to R...
Carl Worth
2
-4
/
+10
2005-12-05
glitz backend gradient fix
David Reveman
2
-3
/
+8
2005-12-04
More updates to track latest changes to glitz
David Reveman
2
-0
/
+9
2005-11-29
Track changes to glitz
David Reveman
2
-44
/
+29
2005-11-21
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
Carl Worth
3
-2
/
+10
2005-11-21
Add reminder to fix all memory leaks (as determined by the test suite) before...
Carl Worth
3
-0
/
+17
2005-11-18
Remove spurios INT_ prefixes which break the build with very recent binutils.
Carl Worth
3
-2
/
+12
2005-11-17
Hooked up tests to run on Windows with a Windows surface
Stuart Parmenter
2
-7
/
+52
2005-11-14
If the surface is flipped, flip the CG coordinate system before drawing the i...
Anders Carlsson
3
-0
/
+25
2005-11-10
Change scheduled release date of 1.2.0 out to 2005-12-15.
Carl Worth
2
-1
/
+6
2005-11-08
Note that PS is now passing all tests except for self-copy.
Carl Worth
25
-27
/
+231
2005-11-08
Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...
Carl Worth
7
-260
/
+451
2005-11-08
Split the 1.2.0 features into "essential" and "desired".
Carl Worth
2
-2
/
+15
2005-11-08
Slip the 1.2 release by two weeks to 2005-11-15.
Carl Worth
2
-1
/
+5
2005-11-07
Add new _cairo_array_allocate function for growing the array and getting a po...
Carl Worth
6
-30
/
+130
2005-11-07
Use field-by-field copying rather than whole structure copying. This avoids t...
Carl Worth
2
-9
/
+26
2005-11-07
Fix to copy region if NULL.
Carl Worth
2
-1
/
+8
2005-11-07
Reorder function bodies to match the order of fields in the structure definit...
Carl Worth
2
-17
/
+35
2005-11-07
Two more instances of copy-and-reference in a single step.
Carl Worth
2
-2
/
+7
2005-11-07
Perform copy and reference in a single step.
Carl Worth
2
-12
/
+18
2005-11-07
Reorder function bodies to match to match the order of the fields in the stru...
Carl Worth
2
-7
/
+13
2005-11-07
Style fix: test-and-bail rather than making the working body conditional.
Carl Worth
2
-19
/
+34
2005-11-07
Add functions to initialize and copy cairo_stroke_style_t objects.
Carl Worth
5
-19
/
+126
2005-11-07
Remove unused prototypes for _cairo_gstate_begin_group and _cairo_gstate_end_...
Carl Worth
2
-6
/
+5
2005-11-07
Add documentation for _cairo_gstate_create, _cairo_gstate_init_copy, and _cai...
Carl Worth
2
-0
/
+36
2005-11-07
Add a function for copying font options rather than just using direct structu...
Carl Worth
2
-1
/
+17
2005-11-05
Add missing declarations for status variables. Thanks to Mikael Hallendal for...
Carl Worth
2
-0
/
+8
2005-11-04
Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...
Carl Worth
8
-76
/
+185
2005-11-04
Add documentation for all _cairo_array interface functions.
Carl Worth
2
-0
/
+78
2005-11-04
Rework support in the surface backend for the five basic drawing operations (...
Carl Worth
14
-481
/
+497
2005-11-01
Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.
Carl Worth
14
-276
/
+372
2005-11-01
Clean up argument order for _fallback_stroke to match other functions
Keith Packard
2
-3
/
+9
2005-10-31
Originally 2005-10-28 Keith Packard <keithp@keithp.com>:
Carl Worth
8
-153
/
+335
2005-10-31
Call _cairo_scaled_glyph_set_path().
Tor Lillqvist
2
-0
/
+9
2005-10-28
Use _cairo_pattern_get_extents in _fallback_paint to bound paint operators.
Keith Packard
2
-9
/
+24
2005-10-28
Bound mask fallback operation by transformed mask and source. This should spe...
Keith Packard
4
-8
/
+113
2005-10-28
Split _cairo_operator_bounded into two separate functions _cairo_operator_bou...
Keith Packard
5
-18
/
+75
2005-10-27
Fix leak of pattern (missing _cairo_pattern_fini).
Carl Worth
4
-68
/
+131
[next]