summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-07Add CompositeGetInputRedirectionInfo requestHEADmasterJoel Bosveld3-1/+40
2009-07-09Sync documentation for set mesh and redirect input with current use in xserverJoel Bosveld1-14/+9
2009-06-29Add docs. Change {nNorm,nGrab} to CARD32. {Begin,End} -> {Clear,Activate}Joel Bosveld3-36/+53
The use of CompositeSetMesh{Begin,End} is also different to {Clear,Activate}
2009-06-26Add CompositeRedirectWindowInput request for input redirectionJoel Bosveld2-1/+12
This is distinct from transformation of window. This is for redirection input events from one window to another
2009-06-24Allow triangles to have coords in window but act as if they don't (for XYToWin)Joel Bosveld1-1/+3
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 Bosveld2-0/+6
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 X_CompositeSetTriangularCoordinateMeshDavid Reveman3-2/+12
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-88/+10
2007-08-16Temporarily define Pixmap (just like Window and Region). (From pkgsrc.)Jeremy C. Reed1-0/+2
2007-07-03Bump version in configure.ac to 0.4Keith Packard1-1/+1
2007-07-03Define new manual-redirect clipping semantics and bump version to 0.4.Keith Packard3-88/+16
Manual-redirect windows no longer clip their parents, nor do they affect expose event computation. This makes it possible to create application-level composited windows which can be damaged by other window manipulations. This patch also removes the coordinate transformation stuff which was never released.
2007-04-17Add *~ to .gitignore to skip emacs/patch droppingsAlan Coopersmith1-0/+1
2007-04-17Protocol spec nit cleanupsAlan Coopersmith1-10/+7
Fix versioning from 0.3/0.4 merge Update description of RedirectWindow to match names in protocol diagrams
2007-01-09Update protocol spec for 0.3 -> 0.4 rename and new 0.3 request.Eric Anholt1-4/+74
The original overlay window text was from Deron Johnson, but I moved it around to be where I understand the pieces of the description were meant to go.
2007-01-09Move composite protocol description to the new canonical location/name.Eric Anholt2-2/+2
2006-12-05Have NameWindowPixmap return a Match error on unrealized windows.Aaron Plattner1-1/+1
2006-08-15Correct the spelling of compositedocdir_DATA. Otherwise automake complains.root1-2/+1
2006-03-31Sync'd with modular proto/Composite (Version 0.3 definitions).Deron4-3/+89
Also changed CTR definitions to Version 0.4 and increased the request numbers to be above those of Version 0.3.
2006-02-24Add coordinate transform redirect protocol bitsKeith Packard2-4/+58
2006-02-24Clean up mistakes integrating xorg changesKeith Packard2-2/+2
2006-02-24Remove .cvsignoreKeith Packard1-12/+0
2006-02-24Add .gitignoreKeith Packard1-0/+10
2006-02-24Paste Xorg changes on top of historical xlibs repositoryKeith Packard4-14/+18
2006-02-20Update to include CTRKeith Packard1-39/+120
2005-01-03New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone1-1/+10
2004-07-08Add NameWindowPixmap request. Bump protocol to 0.2Keith Packard4-7/+56
2004-06-27Fix some apostrophe issues.Eric Anholt2-2/+7
2004-02-03Add author's informationJim Gettys2-0/+5
2004-01-15Tag release 2.0 for first freedesktop.org clientside release.Daniel Stone1-0/+3
2003-11-11Updated .cvsignoreCarl Worth1-0/+12
2003-11-09Note that Manual Subwindows mode disables background painting.Keith Packard2-1/+8
2003-11-07Add update mode to Unredirect requests so clients can redirect multiple ↵Keith Packard3-7/+24
times (and then unredirect) Add CompositeNumberRequests Fix some typeos
2003-11-05Change name from Apportion to Composite Clarify that root cannot be ↵Keith Packard10-74/+104
redirected. Add more error values.
2003-10-30autofoo Add protocol headers Use enum for update mode instead of boolKeith Packard13-3/+303
2003-10-29Define clipping while redirectedKeith Packard2-0/+26
2003-10-28spelling mistakeKeith Packard1-1/+1
2003-10-24Initial revisionKeith Packard2-0/+150