index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-13
Update documentation to remove references to cairo_has_show_text_glyphs().
Chris Wilson
3
-7
/
+4
2008-10-13
[scaled-font] Correct documentation for cairo_scaled_font_create().
Chris Wilson
1
-2
/
+1
2008-10-13
[pattern] Optimize away fractional translation for NEAREST patterns.
Chris Wilson
8
-0
/
+144
2008-10-12
[win32] win32 also uses font subsets.
Chris Wilson
1
-1
/
+4
2008-10-12
[pattern] Rescale the linear pattern matrix to avoid overflow.
Chris Wilson
5
-8
/
+45
2008-10-11
[xlib] Use the cached xrender formats.
Chris Wilson
1
-24
/
+40
2008-10-11
[test/any2ppm] Do not attempt to compile PS without spectre
Chris Wilson
3
-10
/
+25
2008-10-11
[test] Add huge pattern.
Benjamin Otte
4
-0
/
+79
2008-10-11
[test] Use _POSIX_C_SOURCE for flockfile.
Chris Wilson
1
-2
/
+3
2008-10-11
Check that reads in truetype_reverse_cmap are within valid data
Adrian Johnson
1
-1
/
+11
2008-10-10
[INSTALL] Mention pkg-config requirement
Chris Wilson
1
-0
/
+1
2008-10-10
[image] Warn about a potential NULL return after finish().
Chris Wilson
1
-1
/
+2
2008-10-10
[xlib] Disable XRender support if the surface has no xrender_format
Chris Wilson
1
-13
/
+24
2008-10-09
[test] Add ps2png check program using libspectre
Carlos Garcia Campos
3
-0
/
+122
2008-10-09
[test/any2ppm] Enable PS conversion using libspectre.
Carlos Garcia Campos
4
-8
/
+90
2008-10-09
[pattern] Remove incorrect assert.
Chris Wilson
1
-1
/
+0
2008-10-09
[TEST] make imagediff work again
Benjamin Otte
1
-4
/
+5
2008-10-08
[perf] Add composite performance test.
Björn Lindqvist
5
-0
/
+112
2008-10-08
[test] Exercise degenerate dashes.
Chris Wilson
4
-0
/
+100
2008-10-08
[cairo.h] Be defensive when checking for _MSC_VER
Chris Wilson
1
-1
/
+1
2008-10-08
[win32] Restore fine-grained fallback support for printing.
Chris Wilson
1
-0
/
+8
2008-10-08
[svg] Use finer-grained fallbacks for SVG 1.2
Chris Wilson
15
-48
/
+147
2008-10-07
[win32] Use wide-char versions of some API functions, for compat with Windows...
Vladimir Vukicevic
1
-3
/
+3
2008-10-07
[tessellator] Compile fixes for !HAVE_INT64_T
Chris Wilson
2
-8
/
+16
2008-10-07
[tessellator] Avoid implicit promotion to 64bit integer.
Chris Wilson
1
-10
/
+10
2008-10-07
[pattern] After cloning adjust [xy]_offset if possible.
Chris Wilson
1
-3
/
+13
2008-10-07
[xlib] Check integer translation for XCopyArea.
Chris Wilson
1
-2
/
+8
2008-10-07
[test] Add a test for a reported regression by Michael Natterer.
Chris Wilson
4
-0
/
+73
2008-10-07
[win32] create_similar should fall back to DIBs if DDB creation fail
Vladimir Vukicevic
1
-26
/
+17
2008-10-07
[quartz] initialize do_reflect field correctly for pattern draws
Vladimir Vukicevic
1
-2
/
+1
2008-10-07
[test] Add a test to exercise the internal twin font
Chris Wilson
6
-0
/
+65
2008-10-07
[array] Silence gtk-doc complaints.
Chris Wilson
1
-6
/
+20
2008-10-07
Fixup a couple of trivials doc warnings.
Chris Wilson
2
-5
/
+3
2008-10-07
[skiplist] Avoid repeated calls to compare on the same element when inserting.
Chris Wilson
1
-6
/
+10
2008-10-07
[hull] Replace open-coding of 64bit arithmetic.
Chris Wilson
1
-12
/
+19
2008-10-07
[slope] Replace open-coding 64bit integer arithmetic.
Chris Wilson
1
-8
/
+6
2008-10-07
[wideint] Declare the wideint arithmetic functions as const.
Chris Wilson
2
-1
/
+3
2008-10-06
Fix scrambled version number in generated documentation.
Carl Worth
1
-1
/
+1
2008-10-06
[Makefile.am.releasing] Make 'make snapshot' print a banner when done
Behdad Esfahbod
1
-1
/
+8
2008-10-06
[RELEASING] Fix sample distcheck output to reflect current versioning
Behdad Esfahbod
1
-4
/
+4
2008-10-06
[boilerplate] Fix "make dist"
Behdad Esfahbod
1
-3
/
+0
2008-10-06
[twin-font] Make the stroke lighter
Behdad Esfahbod
1
-1
/
+1
2008-10-06
[Makefile.am.releasing] Exclude uid/gid from tarball
Behdad Esfahbod
1
-2
/
+4
2008-10-06
[user-font] Fix comment re backend interface
Behdad Esfahbod
1
-1
/
+1
2008-10-06
[wideint] Mark functions as pure
Chris Wilson
2
-1
/
+7
2008-10-06
[tessellator] Replace open-coding _cairo_int64_cmp().
Chris Wilson
3
-17
/
+60
2008-10-06
[stroke] Simplify dash-off logic.
Chris Wilson
1
-37
/
+28
2008-10-06
[test] Mark fallback-resolution as XFAIL.
Chris Wilson
1
-0
/
+13
2008-10-04
[tessellator] Special case edge comparisons when on either end-point.
Chris Wilson
1
-4
/
+96
2008-10-04
[tessellator] Direct comparison of result in edges_compare_x_for_y.
Chris Wilson
2
-42
/
+56
[next]