summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add notes on using -head suffix for PIXMAN_VERSION.SNAPSHOT_0_1_4Carl Worth2005-03-072-11/+19
* Make configure fail if no font backend is available. Point the user at freety...Carl Worth2005-03-072-0/+15
* Add notes for snapshot 0.1.4.Carl Worth2005-03-073-1/+29
* Comment and clean up the gradient computation. (_cairo_linear_pattern_classif...Owen Taylor2005-03-068-38/+497
* Fix gradient acceleration in glitz backendDavid Reveman2005-03-063-54/+107
* src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...Owen Taylor2005-03-045-104/+71
* Fix accidental reversal of condition in previous patch.Carl Worth2005-03-043-2/+8
* src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...Owen Taylor2005-03-049-23/+158
* Intersect bounds of trapezoids with the bounds of the destination surface bef...Carl Worth2005-03-042-3/+31
* Add comment from xserver's mitrap.c.Carl Worth2005-03-042-2/+10
* Update xcb backendDavid Reveman2005-03-034-292/+630
* Fixed variable assignments in configure.inDavid Reveman2005-03-032-2/+4
* Add more mask surface acceleration to glitz backendDavid Reveman2005-03-033-18/+188
* Add overall alpha acceleration using mask surfaceDavid Reveman2005-03-033-8/+91
* Pass mask to composite operation as patternDavid Reveman2005-03-0321-267/+564
* Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman2005-03-0315-298/+83
* Major update to glitz backendDavid Reveman2005-03-034-923/+1278
* Add pixman_add_trapezoidsDavid Reveman2005-03-033-2/+30
* Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman2005-03-0315-1356/+1867
* Port from render/mipict.c.Carl Worth2005-03-034-1/+49
* Add a few more things that might be helpful when moving more files over from ...Carl Worth2005-03-032-4/+15
* Move definitions of MIN and MAX macros from ictrap.c to icint.h.Carl Worth2005-03-033-4/+10
* Remove dead "if (!format)" code which also makes things more in synch with th...Carl Worth2005-03-032-52/+38
* Restore original copyright and license which must have been inadvertently cha...Carl Worth2005-03-032-21/+24
* Fix comment to clarify that libpixman regards the xserver repository as its c...Carl Worth2005-03-022-8/+17
* Convert file encodings from ISO-8859 to UTF-8.Carl Worth2005-03-0220-21/+30
* Note that cairo_output_stream_t patch has been reviewed.Carl Worth2005-03-012-1/+5
* Fix uninitialized value for status, (reported by Manish Singh).Carl Worth2005-03-013-4/+9
* Fix this function again. Problem with signed/unsigned types reported by Jeff ...Kristian Høgsberg2005-02-273-14/+26
* Remove newline in comment which was confusing gtk-doc.Kristian Høgsberg2005-02-274-1/+80
* Note that "user data" and "setters and getters" patches have been reviewed. R...Carl Worth2005-02-252-11/+10
* From David Reveman:Carl Worth2005-02-254-7/+14
* From David Reveman:Carl Worth2005-02-253-32/+27
* From David Reveman:Carl Worth2005-02-253-76/+45
* Don't put an off-by-one n_stops into cairo_shader_op_t. (_cairo_shader_op_fin...Carl Worth2005-02-254-64/+131
* Remove a left-over debug printf.Owen Taylor2005-02-243-6/+4
* Fix memory leak when realloc fails due to out-of-memory.Carl Worth2005-02-243-12/+17
* Instead of counting on ordering deletion to work (apparently it didn't on old...Owen Taylor2005-02-244-83/+119
* Add pixman_rotate to ignore list.Carl Worth2005-02-242-2/+7
* Fixes from David Reveman with minor cleanups by Carl Worth:Carl Worth2005-02-244-13/+51
* Fix typo (pointed out by Kristian Høgsberg).Carl Worth2005-02-242-1/+5
* When we created a DC/bitmap pair, delete the DC before the Bitmap so that the...Owen Taylor2005-02-245-11/+29
* Remove many TODO items that have now been absorbed by the API shakeup. Remove...Carl Worth2005-02-242-167/+6
* Fix typo (pointed out by Mike Emmel)Carl Worth2005-02-242-1/+5
* Add entries from API Shakeup.Carl Worth2005-02-232-0/+31
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-2254-54/+91
* Convert to utf-8 encoding.Carl Worth2005-02-226-7/+13
* Temporarily disable XCB backend by default.Carl Worth2005-02-222-1/+5
* Add only-just-better-than-ASCII-art diagram showing all macros used in locati...Carl Worth2005-02-212-11/+58
* Move definition of __inline for non-gcc from ic.c to icint.h so it applies to...Carl Worth2005-02-213-7/+10