summaryrefslogtreecommitdiff
path: root/pixman
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-29Initial commit of slim shellCarl Worth1-0/+0
2003-07-29Replaced CARD*/INT* datatypes with stdint types (vektor@dumbterm.net).Carl Worth5-999/+999
2003-07-10Pass --enable-maintainer-mode to configureAnders Carlsson1-0/+8
2003-07-08Add accessor for getting a pointer to the image data.Anders Carlsson3-0/+15
2003-07-08Add accessors.Anders Carlsson3-0/+37
2003-05-28Cleanup of some stale unused code.Carl Worth2-18/+0
2003-05-14Fixed transform/filter supportCarl Worth7-27/+59
2003-05-05Avoid crash in IcCompositeTrapezoids when there's nothing to draw.Carl Worth2-0/+8
2003-04-28Get rid of all mention of Xrender.Noah Levitt2-4/+1
2003-04-26Fixed memory leakCarl Worth3-1/+13
2003-04-25Remove X datatypes from public interfaceCarl Worth6-34/+65
2003-04-25Fixed libtool versioningCarl Worth4-12/+21
2003-04-25Fixed to not reference XFixed. Fixed libtool versioningCarl Worth2-1/+15
2003-04-23extern "C" stuff to support C++ (Fredrik Höglund)Carl Worth1-0/+12
2003-04-22Fixed typo (Owen Taylor)Carl Worth2-1/+5
2003-04-17Removed reliance on server headers. Reowrked IcFormatCarl Worth13-396/+798
2003-03-05Updated to use libpixregionCarl Worth4-39/+48
2003-02-25updated to use libpixregion instead of Xlib region codeCarl Worth8-90/+76
2003-02-25API cleanupCarl Worth3-38/+41
2003-02-25Initial import of libpixregionCarl Worth16-0/+2972
2003-02-21Added triangle supportCarl Worth5-121/+118
2003-02-21Some reorganization and cruft removalCarl Worth10-2807/+1351
2003-02-21Started cleaning up public libic interfaceCarl Worth7-1004/+1010
2003-02-21Initial import of libic code, (still very preliminary).Carl Worth17-0/+12706