summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-02PDF: Don't embed the same pattern more than onceAdrian Johnson2-32/+115
2009-06-02Add more surface snapshots providersPaolo Bonzini4-4/+68
2009-06-02Add a generic cow-snapshotting frameworkChris Wilson5-67/+227
2009-06-02[ps] Trivial warning fix.Chris Wilson1-0/+1
2009-06-02[pattern] Pass flags to _cairo_pattern_acquire_surface()Chris Wilson7-2/+31
2009-06-02[scaled-font] Cache repeated glyphs during probing device_extentsChris Wilson1-12/+23
2009-06-02[scaled-font] Compare most recently used font directlyChris Wilson1-5/+23
2009-06-02[scaled-font] Lazily acquire the font_map_lock on font destruction.Chris Wilson1-15/+17
2009-06-02[cairo] Track the MRU scaled fontChris Wilson3-4/+21
2009-06-02Markup a few more functions as const/pureChris Wilson1-28/+31
2009-06-01[surface] Assign a unique id to the surface.Chris Wilson3-3/+35
2009-06-01[cache] Expose init/fini methods so that caches can be embedded.Chris Wilson4-106/+74
2009-06-01[image] Eliminate trapezoid array allocationChris Wilson1-47/+45
2009-06-01[surface-fallback] Tidy pattern handling.Chris Wilson1-50/+33
2009-06-01[surface] Speed up cairo_surface_get_mime_data().Chris Wilson3-23/+24
2009-06-01[debug] Relax ASSERT_NOT_REACHEDChris Wilson1-1/+1
2009-05-30[ft] Fix vertical advance metrics of bitmap fonts (#21985)Behdad Esfahbod1-2/+2
2009-05-27Fix typo in commentAdrian Johnson1-1/+1
2009-05-25[pattern] Trim REPEAT source size when applicable.Chris Wilson1-3/+18
2009-05-25[in-fill] Fix typo in on-vertex test.Chris Wilson1-5/+5
2009-05-22[in-fill] Treat on-edge queries as inside.Chris Wilson1-1/+20
2009-05-22[xlib] Handle too-large images gracefully.Chris Wilson1-2/+2
2009-05-22[surface] Early return if the backend cannot clone an imageChris Wilson1-1/+5
2009-05-22[surface] Provide nil-surface for INVALID_SIZEChris Wilson1-1/+3
2009-05-22[win32] Wrap win32-font usage with CAIRO_HAS_WIN32_FONTChris Wilson1-0/+4
2009-05-22[win32] TypoChris Wilson1-1/+1
2009-05-17Correct the comment for the index_to_ucs4 font backend functionAdrian Johnson1-1/+2
2009-05-17Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup failsAdrian Johnson1-0/+1
2009-05-17Fix win32 build breakageAdrian Johnson1-0/+1
2009-05-15[debug] Check image contents using memcheck.Chris Wilson7-9/+85
2009-05-15[memfault] Update macros to avoid namescape collision with memcheckChris Wilson1-1/+1
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson15-16/+81
2009-05-15[ft] Resolve mutual referencing problems with zombie facesKarl Tomlinson1-8/+30
2009-05-15[ft] Restore the ability to lazily resolve patterns.Chris Wilson1-15/+17
2009-05-15Only include <strings.h> for ffs() when we HAVE_FFSJeff Muizelaar1-0/+2
2009-05-08[path] Define _BSD_SOURCE to enable hypot()Chris Wilson1-0/+1
2009-05-08[skiplist] Missing include for ffs()Chris Wilson1-0/+2
2009-05-08[cairo] Protect typeof against -ansiChris Wilson1-1/+1
2009-05-08[cairo] Remove stray semi-colonChris Wilson1-1/+1
2009-05-08[cairo] Convert C99 comments to /* ... */Chris Wilson1-1/+1
2009-05-07[cairo] Fix errors reported by check-docChris Wilson1-4/+4
2009-05-07[check] Quieten output during checking headers-standaloneChris Wilson1-1/+1
2009-05-06[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod4-12/+28
2009-05-06Err, make gtk-doc happy againBehdad Esfahbod1-2/+0
2009-05-05[xlib] Use a similar content surface for cloning imagesChris Wilson1-7/+9
2009-05-05[surface] Convert FORMAT_INVALID during snapshotsChris Wilson1-1/+9
2009-05-05[png] Coerce FORMAT_INVALID to a known image formatChris Wilson1-14/+30
2009-05-05[test] Create a new fallback surface to exercise 16-bit paths.Chris Wilson3-0/+288
2009-05-05[image] Treat A1 image surfaces as BILEVEL_ALPHAChris Wilson1-2/+7
2009-05-05[image] Make _cairo_image_analayze_transparency() more format agnosticChris Wilson1-10/+7