summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pixman from SNAPSHOT_0_1_20SNAPSHOT_0_1_20Carl Worth2006-02-1373-2243/+9706
|\
| * Added notes for snapshot 0.1.20.Carl Worth2004-04-063-2/+149
| * Added new pattern APIDavid Reveman2004-04-062-0/+1432
| * Added new pattern APIDavid Reveman2004-04-0624-530/+1339
| * Move weight after slant to match the order in cairo_select_font.Carl Worth2004-04-024-6/+42
| * Add -lz.Carl Worth2004-03-304-3/+8
| * Add checks for Xrender.h in xrender.pc is not found. Remove AC_HELP_STRING to...Carl Worth2004-03-304-7/+18
| * Add question on semantics with empty region. Fix missing return value.Carl Worth2004-03-308-21/+53
| * Add proposal for cairo_xlib_surface_set_size.Carl Worth2004-03-305-6/+47
| * Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu2004-03-237-7/+52
| * cairo usage is crashing XnestØyvind Kolås2004-03-221-0/+8
| * Move the PNG_CFLAGS/_LIBS substitutes outside the conditional, to match what ...Dave Beckett2004-03-202-3/+8
| * Substitute PNG_CFLAGS, PNG_LIBS on the configure path when use_png is not ena...Dave Beckett2004-03-202-0/+9
| * Add.Graydon Hoare2004-03-1913-24/+445
| * Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...Jamey Sharp2004-03-176-120/+142
| * added missing links for rectangle and curve_to functionThomas Hunger2004-02-261-0/+4
| * added functions to describe the new backends, added text_extents functionThomas Hunger2004-02-268-1/+295
| * Fix typoCarl Worth2004-02-261-1/+1
| * Add Jordi and Olvier to the AUTHORS file.Carl Worth2004-02-265-5/+14
| * forgot the SUBST for PNG_REQUIRESOlivier Andrieu2004-02-241-0/+1
| * PNG backendOlivier Andrieu2004-02-241-0/+14
| * Add PNG backend (cairo_set_target_png and cairo_png_surface_create).Olivier Andrieu2004-02-243-0/+341
| * autoconf support for the PNG backend. Bump version to 0.1.19.Olivier Andrieu2004-02-242-2/+22
| * PNG backend support, removed references to X_LIBS and X_CFLAGS.Olivier Andrieu2004-02-241-3/+7
| * Fix email address for Anders Carlsson.Carl Worth2004-02-242-1/+2
| * Add attribution for many people who have made generous contributions to cairo...Carl Worth2004-02-245-7/+70
| * Added attribution for several authors after sifting through the ChangeLog.Carl Worth2004-02-242-8/+21
| * applied patch from Ravindra fixing missing lines in doc.xmlThomas Hunger2004-02-241-0/+6
| * added missing xml/cairo_set_target_image.xmlThomas Hunger2004-02-2013-21/+79
| * Add comment indication cairo_copy will be going away at some point. Some inde...Carl Worth2004-02-172-3/+6
| * Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_curr...Carl Worth2004-02-177-4/+392
| * Add some notes from JG's TODO list on the wiki: http://cairographics.org/Cair...Carl Worth2004-02-132-1/+17
| * Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth2004-02-1219-454/+573
| * Ported the Xlib surface backend to XCB.Jamey Sharp2004-02-027-2/+1602
| * New predicate. (_cairo_xlib_surface_set_filter): Skip filterless servers. (_c...Graydon Hoare2004-02-023-6/+17
| * New "filter" field.Graydon Hoare2004-01-307-20/+45
| * Fix to use tessellate_polygon instead of tessellate_rectangle as the matrix m...Carl Worth2004-01-243-12/+43
| * Remove dead-code (useless n++).Carl Worth2004-01-242-4/+5
| * Add missing break statements to switch.Carl Worth2004-01-243-0/+17
| * added and updated documentation concerning text handlingThomas Hunger2004-01-2314-45/+506
| * Add '-no-undefined' to end of libpixman_la_LDFLAGS tp enable building shared ...Richard Worth2004-01-223-61/+58
| * Add '-no-undefined' to end of libcairo_la_LDFLAGS to enable building shared l...Richard Worth2004-01-225-134/+135
| * Remove trailing commas from enum, (some compilers like to complain about this).Carl Worth2003-12-172-2/+7
| * Remove trailing commas from enums, (some compilers like to complain about them).Carl Worth2003-12-173-9/+13
| * Replace requiring libpixregion, libic with libpixman.Dave Beckett2003-12-162-3/+5
| * Fix typoCarl Worth2003-12-161-1/+1
| * Add more notes culled from the ChangeLog.Carl Worth2003-12-162-5/+34
| * Begin maintaining NEWS file. Add notes on 0.1.17.Carl Worth2003-12-162-0/+21
| * Bump version to 0.1.17 for new functions: cairo_text_extents, cairo_glyph_ext...Carl Worth2003-12-169-37/+236
| * Move all current_point state fields from cairo_gstate_t to cairo_path_t.Carl Worth2003-12-166-232/+302