summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-29[tessellator] Special case rectilinear tessellationChris Wilson1-6/+12
2009-08-29[fallback] Avoid going through traps for trivial regions.Chris Wilson1-0/+5
2009-08-29[traps] Increase exponential expansion factor.Chris Wilson1-5/+3
2009-08-29[traps] Compute extents on demand.Chris Wilson1-9/+0
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-42/+60
2009-08-06[path] Extend identical lines.Chris Wilson1-0/+7
2009-07-31Merge branch 'gl-glyph-cache'Chris Wilson1-1/+2
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson1-1/+2
2009-07-28PDF: Only Type 3 fonts should include glyph 0 in /ToUnicodeAdrian Johnson1-0/+1
2009-07-24[image] Discard redundant clearsChris Wilson1-0/+1
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+8
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-200/+125
2009-07-05[path] Evaluate is_box && is_region during constructionChris Wilson1-3/+0
2009-07-04[meta] Cache replays when used as a pattern sourceChris Wilson1-1/+2
2009-06-27[cairo] Report true error via pattern from cairo_pop_group()Chris Wilson1-1/+3
2009-06-27[gstate] Avoid temporary allocation for transformed patternsChris Wilson1-0/+4
2009-06-19[ft] Substitute twin if there are no fontsChris Wilson1-0/+3
2009-06-19[pattern] Add _cairo_pattern_fini_snapshotChris Wilson1-0/+3
2009-06-18Factor out _cairo_image_surface_span_render_row()Jeff Muizelaar1-0/+6
2009-06-15Reinstate cairo_region_create_rectangles()Søren Sandmann Pedersen1-0/+1
2009-06-07[ft] Support font_face->get_implementationChris Wilson1-3/+6
2009-06-04valgrindify init/fini routinesChris Wilson1-0/+4
2009-06-02[cairo] PLT symbols for cairo_set_source_rgbChris Wilson1-0/+1
2009-06-02Add a generic cow-snapshotting frameworkChris Wilson1-0/+12
2009-06-02[pattern] Pass flags to _cairo_pattern_acquire_surface()Chris Wilson1-0/+6
2009-06-02Markup a few more functions as const/pureChris Wilson1-28/+31
2009-06-01[surface] Speed up cairo_surface_get_mime_data().Chris Wilson1-0/+6
2009-05-17Correct the comment for the index_to_ucs4 font backend functionAdrian Johnson1-1/+2
2009-05-15[debug] Check image contents using memcheck.Chris Wilson1-0/+11
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson1-0/+4
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-04-16[xlib] Allocate bounded region on stack.Chris Wilson1-0/+10
2009-03-31[region] Change name of cairo_region_empty() to cairo_region_is_empty()Søren Sandmann Pedersen1-1/+1
2009-03-28[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()Søren Sandmann1-0/+2
2009-03-28[region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen1-3/+2
2009-03-28[region] Delete cairo_region_create_rectangles()Søren Sandmann Pedersen1-1/+0
2009-03-28[region] Add slim_hidden_proto for region functionsSøren Sandmann1-0/+18
2009-03-28[region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann1-1/+5
2009-03-28[region] Make cairo_region_t a malloced object.Søren Sandmann1-1/+1
2009-03-20[wince] Use the official _WIN32_WCE define instead of WINCEStefan Klug1-1/+1
2009-03-17Make CAIRO_STATUS_LAST_STATUS publicBehdad Esfahbod1-6/+0
2009-03-17[twin] Reorganize matching code to better reflect the code in PangoBehdad Esfahbod1-0/+4
2009-03-16[scaled-font] Lean and mean global glyph cache.Chris Wilson1-4/+3
2009-02-18Fix a const warning in _cairo_user_data_array_foreach()Jeff Muizelaar1-1/+1
2009-02-13[wince] We don't need cairo_win32_tmpfile on Windows CEJeff Muizelaar1-1/+1
2009-02-13Inline _cairo_restrict_value()Chris Wilson1-2/+11
2009-02-13[surface] Separate the mime-data from the user-data.Chris Wilson1-2/+12
2009-02-10Add _cairo_round()Jeff Muizelaar1-0/+9