summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate fixesprotoHEADmasterAdam Jackson2018-03-013-96/+4
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
| | | | Signed-off-by: Mihail Konev <k.mvc@ya.ru>
* autogen.sh: use quoted string variablesEmil Velikov2017-01-241-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>
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-241-1/+1
| | | | | | Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* cursor-name is after cursor-image in GetCursorImageAndNamePeter Harris2015-09-221-1/+1
| | | | Signed-off-by: Peter Harris <pharris@opentext.com>
* HideCursor/ShowCursor: Fix the interpretation of the window argumentOwen W. Taylor2015-04-081-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>
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon2013-10-261-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>
* CreatePointerBarrier takes a window, not a drawablebaserock/morphPeter Hutterer2013-02-111-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>
* autogen.sh: Implement GNOME Build APIColin Walters2013-01-151-1/+3
| | | | | | http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Adam Jackson <ajax@redhat.com>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* fixesproto 5.0fixesproto-5.0Adam Jackson2011-03-081-1/+1
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* fixesproto v5: Pointer barriersAdam Jackson2011-02-094-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>
* fixesproto 4.1.2fixesproto-4.1.2Alan Coopersmith2010-10-291-1/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Sun's copyrights now belong to OracleAlan Coopersmith2010-10-293-3/+3
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-281-1/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-153-36/+61
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Use $(docdir) for fixesproto.txt install pathRémi Cardona2009-12-172-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>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-221-0/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL file is missing or incorrect #24206Gaetan Nadon2009-11-161-291/+0
| | | | | The file is copied from util-macros. The copy in git is removed.
* README: file created or updated #24206Gaetan Nadon2009-11-161-2/+7
| | | | Contains a set of URLs to freedesktop.org.
* NEWS: remove empty file #24206Gaetan Nadon2009-11-151-0/+0
|
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-11-151-3/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon2009-11-152-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
* configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-11-151-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.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-11-151-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.
* fixesproto 4.1.1fixesproto-4.1.1Peter Hutterer2009-10-061-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Remove RCS tagsPeter Hutterer2009-10-065-10/+0
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Require macros 1.3 for XORG_DEFAULT_OPTIONSPeter Hutterer2009-10-061-5/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith2009-10-052-10/+26
| | | | | | Also correct INSTALL to list the right extension name Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Document behaviour of CursorNotifies with XI2 servers.Peter Hutterer2009-08-031-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>
* Hide/ShowCursor works on all master pointers in XI2.Peter Hutterer2009-08-031-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>
* fixesproto 4.1fixesproto-4.1Adam Jackson2009-07-231-1/+1
|
* fixesproto: adjust to split xext headersJulien Cristau2009-07-162-3/+2
| | | | | | Protocol constants for shape were moved to shapeconst.h. Acked-By: Adam Jackson <ajax@redhat.com>
* Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade2009-01-274-66/+19
|
* ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'Keith Packard2008-09-221-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.
* Typo fixes in XFixes protocol specAlan Coopersmith2007-01-091-1/+1
|
* Update XFixes protocol spec to match XFixes 4.0Alan Coopersmith2007-01-091-4/+74
| | | | | Add ExpandRegion, HideCursor & ShowCursor requests Correct description of version numbering to match XFixes conventions
* Move fixes protocol description to the new canonical location/name.Eric Anholt2007-01-092-2/+2
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-141-0/+0
|
* Merged with modular CVS (Version 4.0 definitions).fixesproto-4.0Deron2006-03-314-3/+73
|
* Import changes from Xorg repositoryKeith Packard2006-02-244-14/+18
|
* rename fixesext.pc.in to fixesproto.pc.in as per xorgKeith Packard2006-02-241-0/+0
|
* New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir.Daniel Stone2005-01-031-1/+10
|
* Add XFixesExpandRegionKeith Packard2004-07-264-4/+29
|
* Add AUTHORS.Jim Gettys2004-02-032-0/+5
|
* wow, fixesext is really copping all the crap hereDaniel Stone2004-01-211-2/+2
|
* Another pointless commit: remove that extra space.Daniel Stone2004-01-211-2/+2
|
* Test check-in; I just want to see how the script works.Daniel Stone2004-01-211-2/+2
|
* And bump the fixes extension to 2.0.1 as well; yay. Some minor changes over 2.0.FIXES-2_0_1-RELEASEDaniel Stone2004-01-172-3/+3
|
* Tag release 2.0 for first freedesktop.org clientside lib release.FIXES-2_0-RELEASEDaniel Stone2004-01-151-0/+3
|