summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
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-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-11-25Bump version to 0.1.5 for new 64-bit fixes.Carl Worth2-2/+10
2003-11-17Fixes needed to compile libic on x86_64. Many thanks to David R Bacon <dbacon...Carl Worth3-2/+8
2003-11-06Removed stale version from ic.h. Better to have no version listed than the wr...Carl Worth2-5/+9
2003-11-01Add IcImageGetDepth. Bump version to 0.1.3Carl Worth3-0/+15
2003-10-29Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck"Carl Worth2-2/+5
2003-10-29Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck"Carl Worth1-0/+5
2003-10-29Fix memory leak of image->transform. Remove currently unused DevUnion type an...Carl Worth3-21/+12
2003-10-29Bumped version to 0.1.2 to indicate new IcOperator type.Carl Worth1-0/+3
2003-10-29Patch from Bryan Worth <bryan@theworths.org> to eliminate lots of leftover, u...Carl Worth14-192/+271
2003-09-24Require __GNUC__ >= 3 before defining slim_hidden_def macroCarl Worth1-0/+6
2003-09-23Require __GNUC__ >= 3 before defining slim_hidden_def macroCarl Worth1-1/+1
2003-09-09Updated calls to slim_hidden_def to track cahnges in slim 0.2.0Carl Worth9-11/+21
2003-09-09Bump version number to 0.2.0Carl Worth1-0/+3
2003-09-09Remove ';' from slim_hidden_def. Bump version to 0.1.1Carl Worth2-3/+11
2003-09-05Expose functions for creating IcFormat based on IcFormatName or masks. The ac...Carl Worth19-374/+208
2003-09-05Portability fix for OpenBSD (from Michael Schubert)Carl Worth1-0/+5
2003-09-02Portability fix for OpenBSD (from Michael Schubert)Carl Worth1-1/+5
2003-08-18Add --enable-maintainer-mode to autogen.shCarl Worth1-1/+1
2003-08-18Fixed to give a better warning if pkg-config is not installedCarl Worth1-1/+16
2003-07-31Define as __builtin_popcount when available.Richard Henderson2-4/+18
2003-07-31Check for slim revision.Richard Henderson12-75/+118
2003-07-31Attribute visibility not present until gcc 3.3.Richard Henderson2-2/+7
2003-07-31Make everything but IcComposite static.Richard Henderson7-1008/+231
2003-07-30Committing missed ChangeLog entryCarl Worth2-2/+7
2003-07-30Fixed IcRectangle to be compatible with XRectangle.Carl Worth2-2/+6
2003-07-30Removed false dependency on X.Carl Worth3-9/+16
2003-07-30New.Richard Henderson1-0/+6
2003-07-30Run PKG_CHECK_MODULES on slim.Richard Henderson6-29/+65
2003-07-30New file.Richard Henderson4-0/+217