summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove pixman since it shouldn't exist at this point of the history.SNAPSHOT_0_1_16Carl Worth2006-02-1339-14345/+0
* Bump version to 0.1.16 since it actually has a hope of building, (due to fix ...Carl Worth2003-12-082-1/+6
* Don't include obsolete cairo-xlib.h.Carl Worth2003-12-053-2/+2
* Allow names of all autofoo programs to be overridden via environment variables.Carl Worth2003-12-052-5/+16
* Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.Carl Worth2003-12-056-14/+30
* Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...Carl Worth2003-12-037-49/+88
* Add -lz for the compress function used in the PS backend.Carl Worth2003-12-032-1/+6
* Add note about degenerate path caps being brokenKeith Packard2003-12-012-0/+8
* Bump version to 0.1.5 for new 64-bit fixes.Carl Worth2003-11-252-2/+10
* Use 0 and 1 not False and True, (to avoid false dependency on X headers).Carl Worth2003-11-215-6/+16
* Bump version to 0.1.13 for new freetype header compatibility. Fix comments re...Carl Worth2003-11-182-3/+9
* add FREETYPE_CFLAGS/LIBS to Libs/Cflags rather than requiring "freetype2", wh...James Henstridge2003-11-183-5/+19
* Fix build for new freetype header include mechanism, (thanks to Christof Peti...Carl Worth2003-11-182-1/+7
* Fixes needed to compile libic on x86_64. Many thanks to David R Bacon <dbacon...Carl Worth2003-11-173-2/+8
* Remove infinite looping when stroking with a line width at or close to 0.0. T...Carl Worth2003-11-177-5/+52
* Fix typo (thanks to John Ellson <ellson@research.att.com>)Carl Worth2003-11-103-7/+22
* Use freetype-config to get the freetype2 compiling and linking flags rather t...Dave Beckett2003-11-081-1/+41
* Move declaration to beginning of function to avoid requiring a C99-compatible...Carl Worth2003-11-071-0/+3
* Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.Carl Worth2003-11-0611-27/+294
* Move declaration to beginning of function to avoid requiring a C99-compatible...Carl Worth2003-11-061-1/+2
* Add comment pondering memory management semantics of cairo_current_target_sur...Carl Worth2003-11-068-2/+34
* Removed stale version from ic.h. Better to have no version listed than the wr...Carl Worth2003-11-062-5/+9
* Enable cairo_set_target_surface (cr, NULL) to work. This can be useful to for...Carl Worth2003-11-043-0/+18
* Add explicit fontconfig and freetype2 dependencies that were implicitly dropp...Carl Worth2003-11-043-2/+8
* TODO: Note that cairo_show_page, cairo_copy_page, PostScript backend, real te...Carl Worth2003-11-042-11/+10
* Fix configure.in and cairo.pc.in now that cairo no longer depends on Xft.Carl Worth2003-11-043-2/+8
* Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth2003-11-0315-73/+255
* Add several missing checks for out of memoryCarl Worth2003-11-035-12/+62
* Added __external_linkage to a few functions that were missing it.Carl Worth2003-11-032-5/+10
* Add IcImageGetDepth. Bump version to 0.1.3Carl Worth2003-11-013-0/+15
* Fix misplacement of PS origin, (was translating vertically by width instead o...Carl Worth2003-10-313-2/+6
* Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth2003-10-3116-16/+942
* Do nothing when radius <= 0.0, (which is much better than the current infinit...Carl Worth2003-10-313-0/+18
* Moved all libic-related drawing into cairo_image_surface.cCarl Worth2003-10-3117-1077/+1999
* Fixed a few memory leaksCarl Worth2003-10-303-12/+76
* Update copyright information in COPYINGCarl Worth2003-10-301-18/+19
* A set of changes to eliminate the static FT_Library field, (which could intro...Carl Worth2003-10-305-56/+96
* A few cleanups to eliminate a memory leak.Carl Worth2003-10-308-89/+25
* A few cleanups to eliminate a memory leak.Carl Worth2003-10-301-0/+20
* Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck"Carl Worth2003-10-292-2/+5
* Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck"Carl Worth2003-10-291-0/+5
* Fix memory leak of image->transform. Remove currently unused DevUnion type an...Carl Worth2003-10-293-21/+12
* Bumped version to 0.1.2 to indicate new IcOperator type.Carl Worth2003-10-291-0/+3
* Patch from Bryan Worth <bryan@theworths.org> to eliminate lots of leftover, u...Carl Worth2003-10-2914-192/+271
* Updated stale text in READMECarl Worth2003-10-282-25/+29
* Rename gstate->ppm to gstate->pixels_per_inch. Add new pixels_per_inch to the...Carl Worth2003-10-288-22/+62
* Drop cairo_surface_create_similar_solidCarl Worth2003-10-287-113/+120
* Fix bug from previous commit. Must check for NULL backend function pointers b...Carl Worth2003-10-283-40/+60
* Cleanup of surface->backend interface. Better type-safety and more consistent...Carl Worth2003-10-276-160/+271
* Default to normal slant/weight on out-of-range values. Add missing include of...Carl Worth2003-10-273-12/+24