index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-16
[cairo-pdf-surface] Review error propagation from output stream.
Chris Wilson
1
-144
/
+147
2008-01-16
[cairo-ps-surface] Review error propagation during surface creation.
Chris Wilson
1
-19
/
+17
2008-01-16
[cairo-svg-surface] Review error propagation during surface creation.
Chris Wilson
1
-58
/
+66
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
22
-323
/
+185
2008-01-16
[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()
Chris Wilson
7
-16
/
+46
2008-01-16
[Makefile.am] Add -I$(builddir) for .c.i target
Chris Wilson
1
-1
/
+1
2008-01-15
[quartz] Store the CGFontRef and reuse it for rendering
Vladimir Vukicevic
3
-8
/
+23
2008-01-15
[cairo-xlib] Fixup --disable-xlib-xrender
Chris Wilson
9
-15
/
+17
2008-01-14
[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphs
Behdad Esfahbod
3
-24
/
+51
2008-01-13
[cairo-scaled-font] Add missing matrix guard to cairo_scaled_font_create().
Chris Wilson
1
-0
/
+3
2008-01-13
[cairo-matrix] Tidy usage of HAVE_ISFINITE.
Chris Wilson
2
-38
/
+12
2008-01-13
[cairo-gstate] Check that the matrix remains invertible.
Chris Wilson
1
-0
/
+16
2008-01-13
[cairo-gstate] Add isfinite guards to the transformation ops.
Chris Wilson
1
-0
/
+21
2008-01-13
[cairo-paginated-surface] Set error on surface for operations done its behalf.
Chris Wilson
1
-2
/
+3
2008-01-12
[cairo-pattern] Add an ASSERT_NOT_REACHED
Chris Wilson
1
-1
/
+2
2008-01-12
[cairo] Harden the text API against NULL strings.
Chris Wilson
1
-0
/
+6
2008-01-12
[cairo-matrix] Use isfinite() to check matrix determinant.
Chris Wilson
1
-0
/
+20
2008-01-11
Fix typo in comment.
Kouhei Sutou
1
-1
/
+1
2008-01-11
[check-plt.sh] Ensure that $MAKE is defined.
Chris Wilson
1
-0
/
+1
2008-01-11
[Makefile.am] Tweak the flags passed to CPP.
Chris Wilson
1
-1
/
+1
2008-01-11
[src/Makefile.am] Tweak includes a bit
Behdad Esfahbod
1
-2
/
+2
2008-01-11
[check] Move the hidden symbol check into check-{def,plt}.sh
Chris Wilson
4
-23
/
+10
2008-01-11
Merge branch 'master' of git.cairographics.org:/git/cairo into cairo
Carl Worth
30
-1745
/
+2328
2008-01-11
Migrate glyph mask to A8 in case of mixed-format glyphs.
Carl Worth
1
-3
/
+47
2008-01-11
[check] Replace compiled symbol visibility checker with shell script.
Chris Wilson
6
-24
/
+36
2008-01-11
[cairoint.h] Compile time check for a font backend.
Chris Wilson
1
-0
/
+5
2008-01-11
[check] Skip def/plt tests if the compiler doesn't support symbol hiding.
Chris Wilson
5
-0
/
+24
2008-01-11
[Makefile.am] Update cairo.def after the set of enabled features is modified.
Chris Wilson
1
-1
/
+1
2008-01-11
win32-printing: Do not clip and paint with an empty path
Adrian Johnson
2
-2
/
+7
2008-01-11
win32-printing: use fill instead of clip for non win32 fonts
Adrian Johnson
1
-2
/
+12
2008-01-11
PS: Don't use language level check in EPS
Adrian Johnson
1
-8
/
+8
2008-01-11
Type1-subset: Font name may be NULL
Adrian Johnson
1
-13
/
+24
2008-01-10
[cairo-pattern] Free the copied pattern on error.
Chris Wilson
1
-1
/
+9
2008-01-10
[cairo-traps] Typo caught by valgrind.
Chris Wilson
1
-1
/
+1
2008-01-10
[cairo-pdf-surface] Review error handling.
Chris Wilson
1
-84
/
+177
2008-01-10
[cairo-pdf-surface] Skip emitting the font subset if not among resources.
Chris Wilson
1
-12
/
+23
2008-01-10
[cairo-pattern] Rearrange CAIRO_MUTEX_INITIALIZE.
Chris Wilson
1
-2
/
+12
2008-01-10
[cairo-pdf-operators] Be consistent in error checks.
Chris Wilson
1
-19
/
+20
2008-01-10
[cairo-paginated-surface] Call the abstract cairo_surface_show_page ().
Chris Wilson
1
-1
/
+1
2008-01-10
[cairo-path-bounds] _cairo_path_fixed_bounds() should never fail.
Chris Wilson
2
-12
/
+8
2008-01-10
[cairo-ft-font] Destroy unscaled font ref on error.
Chris Wilson
1
-0
/
+2
2008-01-10
[headers] Brute force fixup of including cairoint.h from boilerplate.
Chris Wilson
3
-170
/
+172
2008-01-10
Set the PS level to to minimum required
Adrian Johnson
2
-3
/
+8
2008-01-10
Add PS Level check to PS output
Adrian Johnson
1
-4
/
+12
2008-01-09
Fix MSVC 2008 compiler warnings - bug 13698
Adrian Johnson
1
-2
/
+2
2008-01-09
Fix win32-font problems with Type 1 fonts
Adrian Johnson
1
-43
/
+218
2008-01-07
PDF: Update the PDF page structure comment
Adrian Johnson
1
-60
/
+8
2008-01-07
PDF: Remove copy_page
Adrian Johnson
1
-14
/
+1
2008-01-07
PDF: Put each fallback image in a separate group
Adrian Johnson
2
-7
/
+21
2008-01-07
Fix analysis of transformed meta surfaces
Adrian Johnson
1
-3
/
+8
[next]