summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-30bump minorobsd-libXdamage-1.1.1Matthieu Herrb
2007-05-31add Makefile.bsd-wrapperMatthieu Herrb
2007-03-05Fix DSO version number to match protocol number.libXdamage-1.1.1Adam Jackson
Also increment package version number to 1.1.1 for eventual release.
2007-01-09Track rename of DamagePost to DamageAdd.libXdamage-1.1Eric Anholt
2007-01-08More doc/copyright updates for Damage 1.1 update.Eric Anholt
2007-01-05Add a request to report a region of damage against a drawable.Eric Anholt
This brings the library up to supporting version 1.1 of the protocol. Bump package version accordingly.
2006-11-08bump to 1.0.4libXdamage-1.0.4Daniel Stone
2006-10-16Remove incorrect UnlockDisplay and SyncHandle from XDamageQueryVersionJosh Triplett
XDamageQueryVersion calls UnlockDisplay and SyncHandle, without a matching LockDisplay. This triggers an assertion in Xlib/XCB designed to catch these kinds of bugs. Remove the two calls, which fixes the assertion. Thanks to Mike Auty <mike.auty@gmail.com> for the report.
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-04-27Bump to 1.0.3libXdamage-1_0_3XORG-7_1Adam Jackson
2006-04-03Coverity #574: Plug a leak on the error path.XORG-7_0_99_901Adam Jackson
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_901XORG-6_99_99_900Kevin E Martin
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-16Set soversion to 1.0.0 using -version-number.Daniel Stone
2005-07-14Thinkos. AC_SUBST on the damageproto CFLAGS, and s/AM__CFLAGS/AM_CFLAGS/.Adam Jackson
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Daniel Stone
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-07-02Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson
2005-05-17Conditionally include config.h in xc/lib/Xdamage and xc/lib/XfixesXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen
2005-05-17Add Xdamage build systemSøren Sandmann Pedersen
2004-12-04Encoding of numerous files changed to UTF-8xprint_packagertest_20041217_basesco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1xprint_packagertest_20041217sco_port_updateMarkus Kuhn
2004-07-31Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:xprint_packagertest_20041125_baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchEric Anholt
- Update Xfixes headers to protocol major version 3. - Add composite headers. - Add libXfixes, libXdamage, and libXcomposite. - Add imake glue for new libraries, but leave Composite off by default until issues are resolved.