index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-08
Update version to 1.2.2 and libtool version to 11:1:9.
1.2.2
Carl Worth
1
-2
/
+2
2006-08-08
NEWS: Add notes for cairo 1.2.2
Carl Worth
1
-0
/
+157
2006-08-08
RELEASING: Add --stat option to recommended git-log command
Carl Worth
1
-1
/
+1
2006-08-08
Fix EXTRA_DIST so that 'make distcheck' works again
Carl Worth
1
-43
/
+13
2006-08-08
gtk-doc template file churn
Carl Worth
22
-4
/
+2216
2006-08-08
Fix some memory leaks in a few of the tests.
Carl Worth
4
-0
/
+8
2006-08-08
Add a variation of an existing valgrind suppression
Carl Worth
1
-0
/
+12
2006-08-08
[PDF] Fix leak: free glyphs
Behdad Esfahbod
1
-0
/
+2
2006-08-08
[TrueType] Zero out padding memory in generated TrueType subset
Behdad Esfahbod
1
-3
/
+5
2006-08-08
[FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on pattern
Behdad Esfahbod
1
-1
/
+3
2006-08-08
Fix leaks in failure paths in pixman gradient creation
Alfred Peng
1
-0
/
+2
2006-08-08
[TrueType] Add comment block describing why we only use int16_t
Behdad Esfahbod
1
-8
/
+19
2006-08-08
[TrueType] More leak fixes
Behdad Esfahbod
1
-1
/
+2
2006-08-08
[TrueType] Fix leaks.
Behdad Esfahbod
1
-8
/
+14
2006-08-08
Restructure subpixel_order handling such that the code doesn't look suspicious!
Behdad Esfahbod
1
-5
/
+10
2006-08-08
[fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.
Behdad Esfahbod
1
-0
/
+2
2006-08-08
Set antialiasing to gray in default font options for PS/PDF/SVG
Behdad Esfahbod
3
-3
/
+6
2006-08-08
test-paginated: Fix memory leak within _test_paginated_surface_create_for_data
Carl Worth
1
-1
/
+11
2006-08-08
Eliminate warning due to the test suite's private 'FLATTENEND' format value
Carl Worth
1
-1
/
+6
2006-08-08
Fix misplaced volatile keyword
Behdad Esfahbod
1
-2
/
+2
2006-08-08
Disable warning options that are not available in gcc 3.3.5 at least.
Carl Worth
1
-4
/
+9
2006-08-08
Eliminate most compiler warnings from the test suite
Carl Worth
21
-28
/
+36
2006-08-08
Remove stale SVG-specific reference images for pixman-rotate test
Carl Worth
2
-0
/
+0
2006-08-08
Merge branch 'surface-font-options' into cairo
Carl Worth
99
-224
/
+250
2006-08-08
Fix few remaining compiler warnings, revealed by -O3
Behdad Esfahbod
3
-13
/
+12
2006-08-07
Improve docs for cairo_surface_create_similar()
Carl Worth
1
-5
/
+6
2006-08-07
Update reference images, mostly PDF and SVG
Behdad Esfahbod
51
-0
/
+0
2006-08-08
Make "make html" not trigger test reruns
Behdad Esfahbod
1
-5
/
+6
2006-08-08
Document a few more functions
Behdad Esfahbod
1
-0
/
+42
2006-08-07
Document CAIRO_FORMAT_RGB16_565 as deprecated.
Carl Worth
1
-3
/
+10
2006-08-07
More doc syntax update
Behdad Esfahbod
1
-0
/
+2
2006-08-07
Update doc syntax
Behdad Esfahbod
4
-4
/
+16
2006-08-07
Add cairo-truetype-subset-private.h to list of ignored headers
Behdad Esfahbod
1
-0
/
+1
2006-08-07
Add test truetype-tables that checks sizeof truetype tables
Behdad Esfahbod
2
-0
/
+60
2006-08-07
Split the TrueType table definitions into a private header file
Behdad Esfahbod
3
-121
/
+165
2006-08-07
Remove the __attribute__ ((packed)) and the need for it
Behdad Esfahbod
1
-24
/
+34
2006-08-07
Fix some signed/unsigned comparison warnings that cropped up during the warni...
Carl Worth
7
-18
/
+17
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
25
-124
/
+160
2006-08-07
Mark x86_64 subsetting as fixed in ROADMAP.
Behdad Esfahbod
1
-1
/
+1
2006-08-07
Squelch an annoying -Wswitch-enum warning by not using switch
Carl Worth
1
-8
/
+8
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
7
-3
/
+44
2006-08-07
Add -Wunsafe-loop-optimizations compiler flag and fix all warnings
Behdad Esfahbod
3
-5
/
+6
2006-08-07
Add several compiler warning flags (no code changes needed)
Behdad Esfahbod
1
-3
/
+5
2006-08-07
Add -Wwrite-strings compiler flag and fix all warnings
Behdad Esfahbod
3
-4
/
+4
2006-08-07
Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.
Carl Worth
5
-12
/
+114
2006-08-07
Make truetype subsetting work on x86_64
Adrian Johnson
2
-98
/
+99
2006-08-07
Fix typos in internal documentation.
Declan Naughton
1
-2
/
+2
2006-08-07
Fix file handle leak in failure path (bug 7616)
Carl Worth
1
-1
/
+3
2006-08-07
Add definition of cairo_private for some Sun compilers.
Alfred Peng
1
-1
/
+3
2006-08-04
Fix memory leak in _cairo_surface_show_glyphs (bug 7766)
Chris Wilson
1
-0
/
+2
[next]