summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-04[script] Tidy dict construction for glyphsChris Wilson1-6/+6
2009-07-04[script] Fix the trivial errors running the test suiteChris Wilson1-10/+23
2009-07-04[surface] Refactor meta-surface cloneChris Wilson1-61/+79
2009-07-04[meta] Cache replays when used as a pattern sourceChris Wilson3-25/+88
2009-07-04[meta] Copy extents on snapshotting.Chris Wilson1-0/+1
2009-07-03[script] Insert spaces around '<<' and '>>'Chris Wilson1-41/+21
2009-07-03Export meta-surfaceChris Wilson16-108/+222
2009-07-03[script] Trim some excess verbageChris Wilson3-179/+572
2009-07-03[test-meta] Initialize imageChris Wilson1-0/+1
2009-07-03[test-meta] Lazily allocate imageChris Wilson1-18/+24
2009-07-03[test] Record trace to an in-memory meta-surfaceChris Wilson2-40/+65
2009-07-02[surface] Allocate temporary region on stackChris Wilson1-8/+5
2009-07-01[surface] Expose a SURFACE_TYPE_MISMATCH nil objectChris Wilson1-1/+3
2009-06-30[xlib] Remove redundant checks for src_picture==NoneChris Wilson1-11/+1
2009-06-29[ft] Correct reference counting for implementation font faceChris Wilson1-2/+1
2009-06-28[pattern] Mark _cairo_pattern_nil as staticChris Wilson1-1/+1
2009-06-27[cairo] Report true error via pattern from cairo_pop_group()Chris Wilson3-10/+16
2009-06-27[cairo] Mark cr->status guard as unlikelyChris Wilson1-102/+97
2009-06-27[gstate] Avoid temporary allocation for transformed patternsChris Wilson3-127/+92
2009-06-27[ft] Cache the resolved font faceChris Wilson1-5/+34
2009-06-27[pdf] Restore original surface size after emitting group maskChris Wilson1-2/+5
2009-06-27[cairo] Trivial code tidyChris Wilson1-1/+1
2009-06-21[atomic] Silence compiler warnings by defining an intptr_tChris Wilson1-7/+12
2009-06-21[atomic] Use an integer __sync_val_compare_and_swap() for pointer CAS.M Joonas Pihlaja2-2/+13
2009-06-19[cairo] Offset the current path when pushing/popping groups.Chris Wilson1-0/+10
2009-06-19[xlib] Remove redundant code to query a xrender_format from a visualChris Wilson1-7/+2
2009-06-19[ft] Substitute twin if there are no fontsChris Wilson3-18/+66
2009-06-19[spans] Squash a compiler warning when creating error objects.M Joonas Pihlaja1-0/+2
2009-06-19[pattern] Add _cairo_pattern_fini_snapshotChris Wilson3-12/+32
2009-06-19[svg] Break circular snapshot reference by explicit finishChris Wilson1-0/+4
2009-06-19[scaled-font] Check the MRU font before resolving the implementorChris Wilson1-8/+15
2009-06-19[scaled-font-subset] Check for matching font-face implementorsChris Wilson1-2/+4
2009-06-19[analysis] Restore nops for the analysis null surfaceChris Wilson2-53/+161
2009-06-19[xlib] Improve GC caching efficacyChris Wilson3-72/+197
2009-06-18Use the scanline rasterizer in the win32 backend.Jeff Muizelaar1-2/+144
2009-06-18Factor out _cairo_image_surface_span_render_row()Jeff Muizelaar2-13/+29
2009-06-18[cairo-surface] Handle the all clipped out case for regions.M Joonas Pihlaja1-3/+31
2009-06-17[clip] Missing {} (coding style)Chris Wilson1-1/+2
2009-06-17[path] Fix missing implicit move-toNis Martensen1-3/+3
2009-06-17[clip] During _clip() limit the extracted traps to the current clip extentsChris Wilson1-4/+35
2009-06-17[clip] Avoid copying region within _cairo_clip_intersect_region()Chris Wilson1-9/+3
2009-06-16[cairo] Remove instance of 'return free()'Chris Wilson1-1/+2
2009-06-16Import Qt backend by MozillaVladimir Vukicevic10-6/+2040
2009-06-15[region] Add PLT entry for cairo_region_create_rectangles()Chris Wilson1-2/+3
2009-06-15Missing header file for cairo-test-null-surface.Chris Wilson1-0/+46
2009-06-15Expose _cairo_null_surface_create() via a test surfaceChris Wilson3-5/+101
2009-06-15Reinstate cairo_region_create_rectangles()Søren Sandmann Pedersen4-19/+77
2009-06-13[surface] Give ownership of the snapshot to the snapshotter.Chris Wilson1-1/+14
2009-06-13[surface] Mark cairo_surface_show_page() with begin-modificationChris Wilson1-1/+1
2009-06-14Fix PDF pattern embeddingAdrian Johnson2-181/+372