summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-12-12Add conditionals for ps_surface functions, etc.Carl Worth6-9/+53
2003-12-12Add missing definitions from slim_import.h.Carl Worth2-3/+12
2003-12-12Updated .cvsignoreCarl Worth1-1/+7
2003-12-12Fold contents of slim_export/import.h directly into this file to avoid depend...Carl Worth7-124/+29
2003-12-11Rename surface->ic_image to surface->pixman_image.Carl Worth4-161/+185
2003-12-11Directly fold in slim stuff rather than depending on it from an external pack...Carl Worth10-134/+177
2003-12-11cairo_select_font: _cairo_font_create: _cairo_gstate_select_font: cairo_ft_fo...Andrew Chant10-10/+18
2003-12-11Replace mysterious image->depth == 32 ? 24 : image->depth with simply image->...Carl Worth3-2/+8
2003-12-11Add xrender to cairo.pc Renders line if needed.Carl Worth3-1/+8
2003-12-11Fix to use shifts and masks for endianness-correct PS image generation. Renam...Carl Worth3-28/+33
2003-12-10Correct some more renames where the order of the renaming caused later rename...Dave Beckett1-0/+8
2003-12-10fixes for wrong order of renamesDave Beckett1-0/+11
2003-12-10Correct some more renames where the order of the renaming caused later rename...Dave Beckett7-29/+29
2003-12-10Add rename fixesDave Beckett1-0/+37
2003-12-10Correct over-eager renames of the form pixman_thing_tName into pixman_thing_n...Dave Beckett1-0/+4
2003-12-10Correct over-eager renames of the form pixman_thing_tName into pixman_thing_n...Dave Beckett14-174/+174
2003-12-10Added helper script for updating names in source.Dave Beckett2-0/+113
2003-12-10Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pix...Dave Beckett1-0/+4
2003-12-10Rename exported Ic* and PixRegion* functions, types, enums to be prefixed pix...Dave Beckett20-1548/+1548
2003-12-10libpixman is the pixel manipulation libraryDave Beckett1-0/+2
2003-12-10libpixman is the pixel manipulation libraryDave Beckett2-4/+4
2003-12-09Initial version with the following changes to do the merging:Dave Beckett1-0/+351
2003-12-09Change ic.h/pixregion.h headers inclusions to be pixman.hDave Beckett2-4/+4
2003-12-09Removed ic.h, merged into pixman.hDave Beckett1-304/+0
2003-12-09Merged pixregion.h (former name and CVS history of this file) and ic.h (now C...Dave Beckett1-5/+304
2003-12-09Updated for libpixregion,libic to libpixman source merges. Added -I$(srcdir) ...Dave Beckett1-8/+28
2003-12-09Updated for libpixregion,libic to libpixman package name, dependencies.Dave Beckett3-15/+17
2003-12-09Merge of libic, slim AUTHORS, COPYING, READMEDave Beckett3-0/+88
2003-12-08Allow names of all autofoo programs to be overridden via environment variables.Carl Worth3-5/+23
2003-12-08Track change in cairo_path_callbacks interface.Carl Worth3-32/+66
2003-12-08Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...Carl Worth12-420/+554
2003-12-08Bump version to 0.1.16 since it actually has a hope of building, (due to fix ...Carl Worth2-1/+6
2003-12-05Don't include obsolete cairo-xlib.h.Carl Worth3-2/+2
2003-12-05Allow names of all autofoo programs to be overridden via environment variables.Carl Worth2-5/+16
2003-12-05Bump version to 0.1.15 for new CAIRO_HAS_XLIB_SURFACE macro.Carl Worth6-14/+30
2003-12-03Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...Carl Worth7-49/+88
2003-12-03Add -lz for the compress function used in the PS backend.Carl Worth2-1/+6
2003-12-01Add note about degenerate path caps being brokenKeith Packard2-0/+8
2003-11-25Bump version to 0.1.5 for new 64-bit fixes.Carl Worth2-2/+10
2003-11-21Use 0 and 1 not False and True, (to avoid false dependency on X headers).Carl Worth5-6/+16
2003-11-18Bump version to 0.1.13 for new freetype header compatibility. Fix comments re...Carl Worth2-3/+9
2003-11-18add FREETYPE_CFLAGS/LIBS to Libs/Cflags rather than requiring "freetype2", wh...James Henstridge3-5/+19
2003-11-18Fix build for new freetype header include mechanism, (thanks to Christof Peti...Carl Worth2-1/+7
2003-11-17Fixes needed to compile libic on x86_64. Many thanks to David R Bacon <dbacon...Carl Worth3-2/+8
2003-11-17Remove infinite looping when stroking with a line width at or close to 0.0. T...Carl Worth7-5/+52
2003-11-10Fix typo (thanks to John Ellson <ellson@research.att.com>)Carl Worth3-7/+22
2003-11-08Use freetype-config to get the freetype2 compiling and linking flags rather t...Dave Beckett1-1/+41
2003-11-07Move declaration to beginning of function to avoid requiring a C99-compatible...Carl Worth1-0/+3
2003-11-06Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.Carl Worth11-27/+294
2003-11-06Move declaration to beginning of function to avoid requiring a C99-compatible...Carl Worth1-1/+2