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