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-07-26
Fix text disappearing after space (bug #6617)
1.0
Carl Worth
1
-1
/
+1
2006-03-15
Clarify that git tag -s does GPG signing.
Behdad Esfahbod
1
-1
/
+6
2006-03-15
Add a release-publish-message target to only get the message.
Behdad Esfahbod
1
-1
/
+3
2006-03-15
Increment version to 1.0.5 after release.
Behdad Esfahbod
1
-1
/
+1
2006-03-15
Cairo-1.0.4 released.
1.0.4
Behdad Esfahbod
2
-2
/
+13
2006-03-15
WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...
Behdad Esfahbod
1
-0
/
+8
2006-03-15
Add CAIRO_TEST_TARGET environment variable for limiting backends to test.
Behdad Esfahbod
1
-5
/
+39
2006-03-15
Remove unused RCS $Id:$ tags.
Carl Worth
2
-4
/
+2
2006-03-15
Win32: Handle BitBlt in get_image failure and AlphaBlend not being supported
Vladimir Vukicevic
1
-3
/
+15
2006-03-15
Win32: Set surface format based on device caps
Vladimir Vukicevic
1
-2
/
+25
2006-03-15
Win32: Fix up src coords before calling AlphaBlend/BitBlt to avoid invalid calls
Vladimir Vukicevic
1
-2
/
+29
2006-03-15
Win32: Rework clip and extents handling
Vladimir Vukicevic
2
-58
/
+36
2006-03-15
Misc compilation fixes (C++-style comments, M_PI decls, etc.)
Behdad Esfahbod
3
-3
/
+17
2006-03-15
Check font_face->status and return a nil scaled font if it is in an error sta...
Behdad Esfahbod
2
-11172
/
+3
2006-03-15
Fix test to use fontconfig properly so that the test no longer fails. Fixes b...
Behdad Esfahbod
2
-5
/
+11191
2006-03-15
Note using "git diff" instead of "git status" as the latter is a bit tricky w...
Behdad Esfahbod
1
-1
/
+1
2006-03-15
Update release infra to reflect git transition.
Behdad Esfahbod
4
-16
/
+13
2006-03-15
Add new ref images.
Behdad Esfahbod
1
-0
/
+3
2006-03-15
Add make bits to autogenerate ChangeLog
Behdad Esfahbod
2
-0
/
+40
2006-03-15
Shhhh.....
Behdad Esfahbod
1
-0
/
+1
2006-03-15
autogen.sh: Pass --foreign option to automake so that it doesn't
Carl Worth
1
-1
/
+1
2006-03-15
Remove ChangeLog here too. We'll generate it using git log.
Behdad Esfahbod
1
-11320
/
+0
2006-03-15
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
Behdad Esfahbod
27
-87
/
+10
2006-03-15
Allow _get_bitmap_surface to work for 0x0 glyphs, (fix for bug #5734).
Behdad Esfahbod
1
-7
/
+4
2006-03-15
Bug #4260, Reviewed by B. Biggs
Behdad Esfahbod
3
-2
/
+13
2006-03-13
fbCompositeTrans_0888xnx0888: Fix suspicious logical negation of pointer value.
Carl Worth
1
-2
/
+2
2006-03-13
_clip_and_composite_trapezoids: Avoid NULL pointer dereference due to OOM.
Carl Worth
1
-0
/
+3
2006-03-13
cairo-clip: Fix memory leak during OOM handling.
Carl Worth
1
-1
/
+3
2006-03-13
cairo-output-stream: Don't dereference a NULL pointer due to OOM.
Carl Worth
1
-2
/
+4
2006-03-08
cairo_show_glyphs: Do nothing if num_glyphs == 0
Carl Worth
1
-0
/
+3
2006-03-04
Use C-style comments rather than C++-style in C files
Christian Biesinger
4
-23
/
+27
2006-03-03
_cairo_xlib_surface_show_glyphs: Break up rendering into chunks to fit
Carl Worth
1
-19
/
+42
2006-03-03
test/show-glyphs-many: New test case to demonstrate bug #5528
Carl Worth
5
-0
/
+130
2006-02-23
Fix usage of freetype to match Xft and follow David Turner's recommendations.
Frederic Crozat
1
-52
/
+51
2006-02-23
Fix for sub-pixel BGR and vRGB
Frederic Crozat
1
-11
/
+25
2006-02-23
test/text-antialias-subpixel: Modify to demonstrate problem with subpixel BGR...
Frederic Crozat
2
-16
/
+22
2006-02-21
Rename .cvsignore to .gitignore. Add *~ and *.o.
Carl Worth
10
-0
/
+221
2005-12-07
Use more portable shell syntax, ('test =' rather than 'test =='). Thanks to R...
Carl Worth
2
-6
/
+12
2005-11-21
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
Carl Worth
3
-2
/
+10
2005-11-18
Remove spurios INT_ prefixes which break the build with very recent binutils.
Carl Worth
3
-2
/
+12
2005-10-12
Intersect clip region with target surface so we don't waste time and memory.
Tor Lillqvist
2
-1
/
+15
2005-10-10
Apply proper transform to generated paths.
Tor Lillqvist
2
-6
/
+9
2005-10-08
Fix typo leading to truncated error message (Christian Biesinger <cbiesinger@...
Carl Worth
2
-1
/
+6
2005-10-06
Add missing initialization for ximage.xoffset.
Carl Worth
2
-0
/
+6
2005-10-04
Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG will be set early on.
Anders Carlsson
2
-0
/
+9
2005-10-03
Add missing initialization for _global_image_glyph_cache_mutex (Vladimir Vuki...
Carl Worth
2
-0
/
+9
2005-10-03
Increment CAIRO_VERSION to 1.0.3 after tagging RELEASE_1_0_2.
Carl Worth
2
-2
/
+7
2005-10-03
Increment CAIRO_VERSION to 1.0.2 and libtool versioning to 4:3:2.
RELEASE_1_0_2
1.0.2
Carl Worth
3
-2
/
+91
2005-09-29
simplify id initialisation of last patch
Bertram Felgenhauer
2
-6
/
+12
2005-09-29
ChangeLog cosmetics.
Bertram Felgenhauer
1
-1
/
+1
[next]