summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Comment and clean up the gradient computation. (_cairo_linear_pattern_classif...Owen Taylor2005-03-062-38/+200
* Fix gradient acceleration in glitz backendDavid Reveman2005-03-062-54/+98
* src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...Owen Taylor2005-03-044-104/+64
* Fix accidental reversal of condition in previous patch.Carl Worth2005-03-042-2/+2
* src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...Owen Taylor2005-03-047-22/+151
* Update xcb backendDavid Reveman2005-03-032-290/+624
* Add more mask surface acceleration to glitz backendDavid Reveman2005-03-032-18/+184
* Add overall alpha acceleration using mask surfaceDavid Reveman2005-03-032-8/+88
* Pass mask to composite operation as patternDavid Reveman2005-03-0320-267/+548
* Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman2005-03-0314-298/+70
* Major update to glitz backendDavid Reveman2005-03-032-922/+1272
* Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman2005-03-0313-1354/+1836
* Fix uninitialized value for status, (reported by Manish Singh).Carl Worth2005-03-012-4/+4
* Fix this function again. Problem with signed/unsigned types reported by Jeff ...Kristian Høgsberg2005-02-272-14/+20
* Remove newline in comment which was confusing gtk-doc.Kristian Høgsberg2005-02-273-1/+72
* From David Reveman:Carl Worth2005-02-253-7/+7
* From David Reveman:Carl Worth2005-02-252-32/+20
* From David Reveman:Carl Worth2005-02-252-76/+34
* Don't put an off-by-one n_stops into cairo_shader_op_t. (_cairo_shader_op_fin...Carl Worth2005-02-253-64/+120
* Remove a left-over debug printf.Owen Taylor2005-02-242-6/+0
* Fix memory leak when realloc fails due to out-of-memory.Carl Worth2005-02-242-12/+12
* Instead of counting on ordering deletion to work (apparently it didn't on old...Owen Taylor2005-02-243-82/+110
* Fixes from David Reveman with minor cleanups by Carl Worth:Carl Worth2005-02-243-13/+37
* Fix typo (pointed out by Kristian Høgsberg).Carl Worth2005-02-241-1/+1
* When we created a DC/bitmap pair, delete the DC before the Bitmap so that the...Owen Taylor2005-02-242-8/+12
* Fix typo (pointed out by Mike Emmel)Carl Worth2005-02-241-1/+1
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-2252-53/+53
* Convert to utf-8 encoding.Carl Worth2005-02-223-3/+3
* Revert accidental commit.Carl Worth2005-02-213-17/+5
* Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).Carl Worth2005-02-215-7/+20
* Fix line endings (reported by Hans Breuer)Owen Taylor2005-02-201-71/+71
* Patches from Mike Owens <etc@filespanker.com>:Kristian Høgsberg2005-02-163-8/+14
* Initialize array element size correctly.Kristian Høgsberg2005-02-132-2/+2
* Patches from Owen Taylor:Kristian Høgsberg2005-02-132-8/+8
* Fix x2/x1 typo.Owen Taylor2005-02-122-2/+2
* Return all-zero extents if string is NULL.Carl Worth2005-02-121-0/+10
* Make clipping fast path fast. When we have a clipping region set, intersect i...Kristian Høgsberg2005-02-123-1/+69
* src/cairo_gstate.c src/cairo.c: Allow cairo_set_font (cr, NULL) to unset the ...Owen Taylor2005-02-063-9/+15
* Return the right status. (Reported by Hans Breuer.)Owen Taylor2005-02-062-2/+2
* Free glyph_indices, not glyphs. (Reported by Hans Breuer.)Owen Taylor2005-02-052-4/+4
* Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)Owen Taylor2005-02-052-4/+0
* Generate an error during make install if old cairo headers are found in inclu...Carl Worth2005-02-041-0/+10
* Fix missing cairo_ft_font_unlock_face().Owen Taylor2005-02-035-55/+79
* src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...Owen Taylor2005-02-028-66/+125
* src/cairo_win32_font.c doc/public/cairo-sections.txt doc/public/Makefile.am: ...Owen Taylor2005-02-022-2/+2
* Add some functions to select the font into a device context with the intentio...Owen Taylor2005-02-025-218/+470
* Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor2005-02-017-628/+1259
* Pretend we support compositing of solid color or gradient patterns to prevent...Kristian Høgsberg2005-02-014-140/+174
* Commit earlier missed new fileOwen Taylor2005-02-012-0/+680
* src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor2005-02-0115-496/+1444