index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-12
Check that the micro component of the version number is even.
Behdad Esfahbod
3
-7
/
+24
2005-08-11
Fix to be correct for arbitrary xDst values.
Billy Biggs
2
-6
/
+63
2005-08-11
Fix inverted sense of assert statement which led to lots of unpleasant crashes.
Carl Worth
3
-1
/
+11
2005-08-11
Add hash_entry field to cairo_font_face_t so that it can (optionally) be hashed.
Carl Worth
3
-202
/
+178
2005-08-11
Move implementation of filename/id => cairo_ft_unscaled_font_t from cairo-cac...
Carl Worth
3
-209
/
+273
2005-08-11
Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...
Carl Worth
6
-33
/
+77
2005-08-10
Add support for filling 1bpp images (used to clear A1 masks).
Billy Biggs
2
-0
/
+26
2005-08-10
Update to match the output from libpixman.
Billy Biggs
2
-0
/
+5
2005-08-10
Port fbcompose.c from xserver into pixman. Add #defines for gradients, convol...
Billy Biggs
8
-2917
/
+4082
2005-08-10
Thanks to Olivier Andrieu:
Carl Worth
2
-3
/
+12
2005-08-10
Fix id to be cairo rather than libglade. (Thanks to Christian Biesinger).
Carl Worth
2
-1
/
+6
2005-08-10
Augment existing CAIRO_VERSION_MAJOR/MINOR/MICRO and CAIRO_VERSION_STRING wit...
Carl Worth
3
-0
/
+69
2005-08-10
From Travis Spencer <tspencer@cs.pdx.edu>:
Carl Worth
2
-2
/
+10
2005-08-10
Place private include directives before CAIRO_CFLAGS in case pixman remains i...
Keith Packard
2
-2
/
+8
2005-08-10
Union with empty rectangle should yield SUCCESS, not FAILURE
Keith Packard
2
-1
/
+6
2005-08-10
From Keith Packard <keithp@keithp.com>,
Carl Worth
11
-73
/
+364
2005-08-10
Additional fix for 0-width/0-height glyphs.
Vladimir Vukicevic
2
-4
/
+7
2005-08-10
Change release instructions to indicate new odd-micro version for in-progress...
Carl Worth
3
-21
/
+33
2005-08-10
Patch from Behdad Esfahbod <behdad@cs.toronto.edu>:
Carl Worth
3
-9
/
+39
2005-08-10
Add cairo_private to the few pieces of data that were missing it.
Carl Worth
3
-7
/
+13
2005-08-09
Don't crash on 0-width or 0-height glyphs; also correctly initialize entry->k...
Vladimir Vukicevic
3
-2
/
+45
2005-08-09
Add cairo_private to several function prototypes that were missing it.
Carl Worth
5
-19
/
+27
2005-08-09
Note that sane clipping is done now. Add release versions for previously comp...
Carl Worth
3
-7
/
+13
2005-08-09
Get cairo_toy_font_face_t type right.
Tor Lillqvist
2
-1
/
+6
2005-08-09
Add -head to CAIRO_VERSION after tagging with RELEASE_0_9_0.
Carl Worth
2
-1
/
+6
2005-08-08
Added notes for release 0.9.0.
Carl Worth
3
-2
/
+86
2005-08-08
Add missing cairo-debug.h which was hold up make distcheck.
Carl Worth
2
-0
/
+6
2005-08-08
Fix typo that was holding up make distcheck from working.
Carl Worth
2
-1
/
+6
2005-08-08
Declare _cairo_path_nil as extern.
Billy Biggs
2
-1
/
+5
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
24
-100
/
+450
2005-08-08
Ignore clip-operator and unbounded-operator.
Carl Worth
2
-0
/
+6
2005-08-08
Fix gnome-announce-list address.
Carl Worth
2
-1
/
+5
2005-08-08
Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...
Owen Taylor
2
-2
/
+9
2005-08-08
Add a return value after ASSERT_NOT_REACHED to quiet an anxious compiler.
Carl Worth
2
-0
/
+6
2005-08-08
Fix accidentally committed line.
Owen Taylor
2
-3
/
+6
2005-08-08
Update doc comment.
Kristian Høgsberg
2
-7
/
+10
2005-08-08
Add reference images
Owen Taylor
2
-0
/
+0
2005-08-08
Add a function to test whether a cairo_operator_t is bounded (does nothing fo...
Owen Taylor
13
-354
/
+1520
2005-08-06
Remove several bugs that have been fixed.
Carl Worth
1
-53
/
+0
2005-08-06
Remove several bugs that have been fixed.
Carl Worth
5
-100
/
+34
2005-08-06
Fix to return &_cairo_font_face_nil instead of NULL on error.
Carl Worth
2
-5
/
+7
2005-08-06
Give reason for failure.
Jeff Muizelaar
2
-1
/
+5
2005-08-06
Remove a non-sensical XXX that crept in at some point; for a solid color, the...
Owen Taylor
2
-1
/
+7
2005-08-06
Fix up some stale comments. Rename _cairo_ft_scaled_font_create_for_unscaled ...
Carl Worth
2
-22
/
+35
2005-08-05
Unify initialization for _cairo_ft_unscaled_font_create_from_face and _cairo_...
Carl Worth
2
-31
/
+80
2005-08-05
Rename _ft_font_face_backend to be preoperly namespaced as _cairo_ft_font_fac...
Carl Worth
2
-2
/
+8
2005-08-05
Rename cairo_ft_font_face->next_face to next.
Carl Worth
2
-6
/
+18
2005-08-05
Include cairo-hash-private.h.
Carl Worth
3
-0
/
+12
2005-08-05
Fix problems in render fb implementation found by rendercheck:
Jeff Muizelaar
2
-59
/
+156
2005-08-05
Temporarily disable the 24bpp WORKING_UNALIGNED_INT because of a crash when u...
Jeff Muizelaar
2
-3
/
+18
[next]