summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-13Increment version to 1.4.4 (and library versioning to 13:2:11)1.4.4Carl Worth1-2/+2
2007-04-13NEWS: Add notes for cairo 1.4.4Carl Worth1-0/+91
2007-04-13AUTHORS: Update descriptions for Mathias Hasselmann and Chris WilsonCarl Worth1-2/+2
2007-04-13cairo-perf-diff: Use median not minimum to report differencesCarl Worth1-5/+5
2007-04-13[ROADMAP] Put back bug 10508 into 1.4.4 roadmap and mark it fixedBehdad Esfahbod1-3/+3
2007-04-13[cairo-pattern] Slightly hackish fix for bug #10508Behdad Esfahbod1-5/+10
2007-04-13boilerplate: Cleanup conditional compilation ofcairo-quartz-boilerplate.cCarl Worth4-13/+12
2007-04-13Punt bug #10508 off of 1.4.4Carl Worth1-2/+3
2007-04-12[cairo-pattern] Add a TODO item to codeBehdad Esfahbod1-0/+7
2007-04-12Fix typo in loop control for computation of std. deviationCarl Worth1-1/+1
2007-04-12Remove ft-text-vertical-layout-type1Carl Worth1-1/+0
2007-04-12[cairo-surface] Make sure cairo_surface_get_font_options() fully initializesBehdad Esfahbod1-2/+2
2007-04-12[image] Set hint-metrics on in default font optionsBehdad Esfahbod1-1/+11
2007-04-12[xlib] Turn metrics-hinting on by defaultBehdad Esfahbod1-0/+1
2007-04-12Add a reference count to cairo_xlib_screen_info_tChris Wilson3-17/+70
2007-04-12Revert cairo_public_warn addition to cairo.hCarl Worth2-31/+20
2007-04-12Hold the scaled_font->mutex whilst operating on the shared members.Chris Wilson1-4/+6
2007-04-12cairo_xlib_close_display - drop the mutex whilst calling the hooksChris Wilson1-9/+24
2007-04-12Rebuild doc/public/Headers.mkCarl Worth2-24/+26
2007-04-12Rename cairo-mutex-list.h to cairo-mutex-list-private.hCarl Worth4-4/+6
2007-04-12move show-glyphs-many to the DISABLED_TESTS listCarl Worth1-19/+43
2007-04-12cairo_xlib_screen_info_t - always perform an exact matchChris Wilson1-1/+1
2007-04-12cairo-xlib-screen - avoid dereferencing a NULL screen.Chris Wilson1-5/+7
2007-04-12[ROADMAP] Add cairo_object_tBehdad Esfahbod1-0/+2
2007-04-12[ROADMAP] Mark bug #5777 as fixedBehdad Esfahbod1-1/+1
2007-04-12[test] Disable text-glyph-range that was crashingBehdad Esfahbod1-4/+6
2007-04-12[pixman] Mark some small functions that are called per-pixel inlineBehdad Esfahbod1-3/+3
2007-04-12[pixman] Fix fbcompose.c that was broken for some composite operations (#5777)David Reveman1-93/+151
2007-04-12add licenses to test filesVladimir Vukicevic2-0/+52
2007-04-11Merge branch 'master' of ssh+git://git.cairographics.org/git/cairoMichael Emmel20-413/+530
2007-04-11Fixed compile error from missing directfb.h includeMichael Emmel1-0/+2
2007-04-11Add missing copyright notice.Kristian Høgsberg1-0/+26
2007-04-11[ROADMAP] Mark done itemsBehdad Esfahbod1-2/+2
2007-04-12Do not raise an error if we fail to locate 'find' or 'xargs'Chris Wilson2-10/+11
2007-04-12Check for find and xargs during configureChris Wilson2-6/+15
2007-04-11[test] Add copyright headers for my testsBehdad Esfahbod4-0/+104
2007-04-12Avoid using GNU find extensions.Chris Wilson1-8/+6
2007-04-11[pdiff] Ship gpl.txtBehdad Esfahbod1-0/+1
2007-04-11Merge branch 'master' of git.cairographics.org:/git/cairo into cairoCarl Worth7-295/+202
2007-04-12Move pixman_format_t from heap to stack allocations.Chris Wilson7-295/+202
2007-04-11Merge cached-scaled-font-in-error into cairoCarl Worth1-22/+31
2007-04-11Don't return scaled fonts in the error state from the cache.Chris Wilson1-23/+32
2007-04-11cairo-truetype-subset.c: Add missing error checks and propagationCarl Worth1-58/+120
2007-04-11Mark function tables with attribute(warn_unused_result)Chris Wilson2-27/+27
2007-04-11Define cairo_public_warn in terms of cairo_public.Chris Wilson1-1/+1
2007-04-11Only enable warn-unused-result for recent gccChris Wilson3-12/+30
2007-04-11_pixman_create_source_image() - check for malloc failureChris Wilson1-0/+2
2007-04-12PDF: Fix glyph positioning bug when glyphs are not horizontalAdrian Johnson1-1/+1
2007-04-11Merge branch 'warn-unused-result' into cairoCarl Worth56-1142/+1940
2007-04-11Use find | xargs to overcome shell command line limit.Chris Wilson1-7/+9