summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-01Deprecate fixesprotoHEADmasterAdam Jackson3-96/+4
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-09-22cursor-name is after cursor-image in GetCursorImageAndNamePeter Harris1-1/+1
Signed-off-by: Peter Harris <pharris@opentext.com>
2015-04-08HideCursor/ShowCursor: Fix the interpretation of the window argumentOwen W. Taylor1-16/+6
In the implementation of HideCursor/ShowCursor in the xserver code, the window passed in only identifies a screen, not a portion of the window tree, and it's been that way since the beginning. Changing the implementation at this point would likely break existing code, and the main usage of this protocol (magnifiers) only needs the global behavior, so change the protocol to document the actual behavior. Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
2013-10-26config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-1/+2
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-02-11CreatePointerBarrier takes a window, not a drawablePeter Hutterer1-2/+2
Technically this is a change in the protocol, but we've never supported anything but a Window. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-03-08fixesproto 5.0fixesproto-5.0Adam Jackson1-1/+1
Signed-off-by: Adam Jackson <ajax@redhat.com>
2011-02-09fixesproto v5: Pointer barriersAdam Jackson4-7/+137
v3: Review fixes: - INT16 not CARD16 for coordinates - BadDevice not BadMatch Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-10-29fixesproto 4.1.2fixesproto-4.1.2Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith3-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+0
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith3-36/+61
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-17Use $(docdir) for fixesproto.txt install pathRémi Cardona2-4/+3
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+2
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-16INSTALL file is missing or incorrect #24206Gaetan Nadon1-291/+0
The file is copied from util-macros. The copy in git is removed.
2009-11-16README: file created or updated #24206Gaetan Nadon1-2/+7
Contains a set of URLs to freedesktop.org.
2009-11-15NEWS: remove empty file #24206Gaetan Nadon1-0/+0
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-3/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2-7/+293
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-11-15configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-1/+2
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-15.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+70
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-10-06fixesproto 4.1.1fixesproto-4.1.1Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-06Remove RCS tagsPeter Hutterer5-10/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-06Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer1-5/+4
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-05Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith2-10/+26
Also correct INSTALL to list the right extension name Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-03Document behaviour of CursorNotifies with XI2 servers.Peter Hutterer1-1/+6
CursorNotifies are only sent for the ClientPointer to avoid confusion in the client. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-08-03Hide/ShowCursor works on all master pointers in XI2.Peter Hutterer1-1/+8
Servers supporting XI2 will hide all cursors when a client requests HideCursor. This is arguably closest to the original intent of the request - to not display a cursor above the given window. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-23fixesproto 4.1fixesproto-4.1Adam Jackson1-1/+1
2009-07-16fixesproto: adjust to split xext headersJulien Cristau2-3/+2
Protocol constants for shape were moved to shapeconst.h. Acked-By: Adam Jackson <ajax@redhat.com>
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade4-66/+19
2008-09-22ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'Keith Packard1-2/+3
The semantics in the spec were conflicting, and the implementation did the 'don't remap' version which was not useful. The server implementation has been fixed, this change clarifies the specification to match that design.
2007-01-09Typo fixes in XFixes protocol specAlan Coopersmith1-1/+1
2007-01-09Update XFixes protocol spec to match XFixes 4.0Alan Coopersmith1-4/+74
Add ExpandRegion, HideCursor & ShowCursor requests Correct description of version numbering to match XFixes conventions
2007-01-09Move fixes protocol description to the new canonical location/name.Eric Anholt2-2/+2
2006-07-14renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2006-03-31Merged with modular CVS (Version 4.0 definitions).fixesproto-4.0Deron4-3/+73
2006-02-24Import changes from Xorg repositoryKeith Packard4-14/+18
2006-02-24rename fixesext.pc.in to fixesproto.pc.in as per xorgKeith Packard1-0/+0
2005-01-03New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone1-1/+10
2004-07-26Add XFixesExpandRegionKeith Packard4-4/+29
2004-02-03Add AUTHORS.Jim Gettys2-0/+5
2004-01-21wow, fixesext is really copping all the crap hereDaniel Stone1-2/+2
2004-01-21Another pointless commit: remove that extra space.Daniel Stone1-2/+2
2004-01-21Test check-in; I just want to see how the script works.Daniel Stone1-2/+2
2004-01-17And bump the fixes extension to 2.0.1 as well; yay. Some minor changes over 2.0.FIXES-2_0_1-RELEASEDaniel Stone2-3/+3
2004-01-15Tag release 2.0 for first freedesktop.org clientside lib release.FIXES-2_0-RELEASEDaniel Stone1-0/+3