summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Do not use VBOs and PBOs for immediate mode drawingDavid Reveman2004-10-041-1/+1
* Tracking color stop coordinate changes to glitz's gradient filtersDavid Reveman2004-09-111-1/+1
* Replaced the gl backend with the new glitz backendDavid Reveman2004-09-111-18/+18
* Glitz updates and a minor clipping fixDavid Reveman2004-06-211-1/+1
* Software multi-sample supportDavid Reveman2004-06-111-1/+1
* Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard2004-05-281-0/+16
* Add sanity checking feature configury.Graydon Hoare2004-05-201-0/+14
* Increment CAIRO_VERSION to 0.1.23.Carl Worth2004-05-111-1/+1
* Better surface pattern supportDavid Reveman2004-05-111-1/+1
* Updated linear and radial patternsDavid Reveman2004-04-291-1/+1
* Added notes for snapshot 0.1.22.Carl Worth2004-04-161-2/+2
* Bump version to 0.1.21David Reveman2004-04-091-1/+1
* Added OpenGL surface backendDavid Reveman2004-04-091-0/+26
* Automatically detect available backendsDavid Reveman2004-04-091-15/+40
* Added new pattern APIDavid Reveman2004-04-061-4/+3
* Add checks for Xrender.h in xrender.pc is not found. Remove AC_HELP_STRING to...Carl Worth2004-03-301-6/+12
* Move the PNG_CFLAGS/_LIBS substitutes outside the conditional, to match what ...Dave Beckett2004-03-201-3/+4
* Substitute PNG_CFLAGS, PNG_LIBS on the configure path when use_png is not ena...Dave Beckett2004-03-201-0/+3
* forgot the SUBST for PNG_REQUIRESOlivier Andrieu2004-02-241-0/+1
* autoconf support for the PNG backend. Bump version to 0.1.19.Olivier Andrieu2004-02-241-1/+21
* Bump version to 0.1.18. Includes new functions cairo_current_path, cairo_curr...Carl Worth2004-02-171-1/+1
* Ported the Xlib surface backend to XCB.Jamey Sharp2004-02-021-0/+19
* Bump version to 0.1.17 for new functions: cairo_text_extents, cairo_glyph_ext...Carl Worth2003-12-161-1/+1
* Add conditionals for ps_surface functions, etc.Carl Worth2003-12-121-5/+23
* Directly fold in slim stuff rather than depending on it from an external pack...Carl Worth2003-12-111-1/+1
* Add xrender to cairo.pc Renders line if needed.Carl Worth2003-12-111-0/+2
* Bump version to 0.1.16 since it actually has a hope of building, (due to fix ...Carl Worth2003-12-081-1/+1
* Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.Carl Worth2003-12-051-6/+6
* Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...Carl Worth2003-12-031-2/+17
* Bump version to 0.1.13 for new freetype header compatibility. Fix comments re...Carl Worth2003-11-181-3/+3
* add FREETYPE_CFLAGS/LIBS to Libs/Cflags rather than requiring "freetype2", wh...James Henstridge2003-11-181-2/+7
* Fix typo (thanks to John Ellson <ellson@research.att.com>)Carl Worth2003-11-101-1/+1
* Use freetype-config to get the freetype2 compiling and linking flags rather t...Dave Beckett2003-11-081-1/+41
* Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.Carl Worth2003-11-061-1/+1
* Add explicit fontconfig and freetype2 dependencies that were implicitly dropp...Carl Worth2003-11-041-1/+1
* Fix configure.in and cairo.pc.in now that cairo no longer depends on Xft.Carl Worth2003-11-041-1/+1
* Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth2003-11-031-1/+1
* Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth2003-10-311-1/+1
* Moved all libic-related drawing into cairo_image_surface.cCarl Worth2003-10-311-1/+1
* A set of changes to eliminate the static FT_Library field, (which could intro...Carl Worth2003-10-301-1/+1
* Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...Carl Worth2003-10-241-1/+1
* Changed cairo_copy to copy graphics state from one cairo_t to another rather ...Carl Worth2003-09-301-1/+1
* Added cairo_arc and cairo_arc_negative.Carl Worth2003-09-291-1/+1
* Removed support for cairo_path_t and related functions. Bumped version to 0.1.5Carl Worth2003-09-251-1/+1
* Expose a cairo_path_t object with related functions: cairo_set_path, cairo_cu...Carl Worth2003-09-251-1/+1
* Add cairo_reference and cairo_surface_referenceCarl Worth2003-09-161-1/+1
* Force explicit dependency on Xrender >= 0.6. Make _cairo_x11_surface_put_imag...Carl Worth2003-09-151-1/+1
* Updated calls to slim_hidden_def to track changes in slim 0.2.0Carl Worth2003-09-091-1/+1
* Preliminary support for running Cairo with X servers without the Render exten...Carl Worth2003-09-051-1/+1
* Added cairo_copy. Bumbed version to 0.1.2.Carl Worth2003-09-051-1/+1