summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tag as 0.3 and release.xcomposite-0_3XORG-7_1XORG-7_0_99_901Adam Jackson2006-04-031-0/+4
|
* Coverity #573: Plug a leak on the error path.Adam Jackson2006-04-032-0/+6
|
* Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3:Deron Johnson2006-03-135-5/+120
| | | | | CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Add/improve libs .cvsignores.Eric Anholt2005-11-201-0/+20
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-193-2/+13
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Bump version numbers for X11R6.9/X11R7 RC2.XORG-6_99_99_902XORG-6_8_99_903XORG-6_8_99_902Kevin E Martin2005-11-091-1/+1
|
* Update package version number for X11R7 RC2 release.Kevin E Martin2005-11-092-1/+6
|
* Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2005-11-012-1/+6
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* lib/Xcomposite/Xcomposite.hXORG-6_8_99_901Kevin E Martin2005-10-191-1/+1
| | | | | | | lib/Xft/Imakefile lib/Xft/Xft.h Update library version numbers to match updated package versions. Update driver version numbers for RC1.
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-033-7/+7
| | | | a global configure cache don't get confused.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - 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
* Change soversion to 1.0.0 with -version-number.Daniel Stone2005-07-161-11/+1
|
* Add $(DEP_LIBS)Alexander Gottwald2005-07-152-1/+6
|
* Do pkg-config deps on xfixes and xextAdam Jackson2005-07-141-1/+1
|
* Add $(DEP_CFLAGS) to $(AM_CFLAGS) so the Composite extension headers can beAlan Coopersmith2005-07-131-1/+1
| | | | found.
* Add missing filesKeith Packard2005-07-123-0/+59
|
* Use full path for Xcomposite.h headerXORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Keith Packard2005-07-121-1/+1
|
* Require modular X library. Unify dependency _CFLAGS/_LIBSKeith Packard2005-07-113-47/+13
|
* Add build sytem for XcompositeSøren Sandmann Pedersen2005-07-079-0/+209
|
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_14Daniel Stone2005-07-030-0/+0
| | | | | | | | 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>.
* Add Xdamage build systemSøren Sandmann Pedersen2005-05-171-0/+10
|
* Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-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_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1sco_port_updateMarkus Kuhn2004-12-041-1/+1
|
* Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:rel-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_1lg3d-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 Anholt2004-07-313-0/+470
- 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.