summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-07Add XCompositeGetDestinationWindow functionHEADmasterJoel Bosveld2-0/+31
2009-06-29Track changes to CompositeSetMesh{Begin,End} -> {Clear,Activate}Joel Bosveld1-3/+3
2009-06-29Send a request when nTriangles is 0, so that mesh will be removedJoel Bosveld1-0/+10
2009-06-26Add support for CompositeRedirectWindowInput requestJoel Bosveld2-0/+23
2009-06-24Allow triangles to have coords in window but act as if they don't (for XYToWin)Joel Bosveld2-4/+13
The reason for this is to allow for proper handling of transformations such as splitting a window and cutting a hole out. In those circumstances, we would like the hole the have coordinates in the window (for proper behaviour during grabs), but we would also like for it to appear as not part of the window in XYToWindow.
2009-06-24Changes to make SetTriCoordMesh work if max_request_size is too smallJoel Bosveld1-0/+17
Previously, when the max_request_size was too small, XCompositeSetTriangularCoordinateMesh would just send multiple requests, each with a portion of the triangles. Since the server would remove the mesh at each request, the end result was that only the triangles in the last request would be in the mesh
2009-06-24Add XCompositeSetTriangularCoordinateMeshDavid Reveman4-2/+62
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-8/+23
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-29Janitor: Correct make distcheckPaulo Cesar Pereira de Andrade7-16/+21
Remove extra .gitignore in subdirectories Correct a sparse warning
2008-05-19Rename parameters to clarify QueryVersion/QueryExtension.Peter Hutterer3-18/+22
These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
2008-03-09nuke RCS IdsMatthieu Herrb6-11/+0
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos1-0/+2
2007-07-03Follow composite protocol version to 0.4, although there is no ABI change.Keith Packard2-1/+11
Composite protocol 0.4 changes clipping semantics, but doesn't affect any of the interfaces. As such, this library version is exactly the same as the 0.3 series, but the documentation includes a description of the semantic change.
2007-05-02Version bump: 1.3.2Alan Coopersmith1-1/+1
2007-05-02Give more explicit warning messages if xmlto is needed but not foundAlan Coopersmith2-6/+8
2007-04-23Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith2-94/+7
2007-04-23man page: oops, lost Deron's credit for 0.3Alan Coopersmith1-0/+4
2007-04-23Add libXcomposite man page (converted from protocol specs)Alan Coopersmith5-1/+484
Translate protocol specs + header into library/API documentation in Docbook/XML format Convert XML -> nroff/man at dist time so that only maintainers and developers building from git need xmlto installed.
2007-04-23Add *~ to .gitignore to skip emacs/patch droppingsAlan Coopersmith1-0/+1
2006-10-13Bump to 0.3.1Adam Jackson1-1/+1
2006-10-12Do not call UnlockDisplay without calling LockDisplay.Jamey Sharp1-2/+0
Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this bug and a correct fix.
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith2-0/+0
2006-04-03Tag as 0.3 and release.Adam Jackson1-0/+4
2006-04-03Coverity #573: Plug a leak on the error path.Adam Jackson2-0/+6
2006-03-13Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3:Deron Johnson5-5/+120
CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version 4.0: XFixesHideCursor, XFixesShowCursor
2005-12-15Update package version number for final X11R7 release candidate.Kevin E Martin2-1/+6
2005-12-03Update package version number for X11R7 RC3 release.Kevin E Martin2-1/+6
2005-11-20Add/improve libs .cvsignores.Eric Anholt1-0/+20
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin3-2/+13
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.Kevin E Martin1-1/+1
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin2-1/+6
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin2-1/+6
2005-10-19Update package version number for RC1 release.Kevin E Martin2-1/+6
2005-10-19lib/Xcomposite/Xcomposite.hKevin E Martin1-1/+1
lib/Xft/Imakefile lib/Xft/Xft.h Update library version numbers to match updated package versions. Update driver version numbers for RC1.
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson3-7/+7
a global configure cache don't get confused.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-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
2005-07-16Change soversion to 1.0.0 with -version-number.Daniel Stone1-11/+1
2005-07-15Add $(DEP_LIBS)Alexander Gottwald2-1/+6
2005-07-14Do pkg-config deps on xfixes and xextAdam Jackson1-1/+1
2005-07-13Add $(DEP_CFLAGS) to $(AM_CFLAGS) so the Composite extension headers can beAlan Coopersmith1-1/+1
found.
2005-07-12Add missing filesKeith Packard3-0/+59
2005-07-12Use full path for Xcomposite.h headerKeith Packard1-1/+1
2005-07-11Require modular X library. Unify dependency _CFLAGS/_LIBSKeith Packard3-47/+13
2005-07-07Add build sytem for XcompositeSøren Sandmann Pedersen9-0/+209
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone0-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>.
2005-05-17Add Xdamage build systemSøren Sandmann Pedersen1-0/+10
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-07-31Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:Eric Anholt3-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.