summaryrefslogtreecommitdiff
path: root/Xext/xres.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a consistent coding styleKeith Packard2012-03-271-90/+94
* xres.c: Preserve constness of string returned by LookupResourceNameAlan Coopersmith2011-12-121-2/+2
* Use correct swap{l,s} (or none at all for CARD8)Matt Turner2011-09-211-10/+2
* Use internal temp variable for swap macrosMatt Turner2011-09-211-37/+23
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-4/+4
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-4/+4
* input: define server-supported protocol versions in one single file.Peter Hutterer2009-09-211-2/+3
* Xext: switch to byte counting functionsPeter Hutterer2009-07-141-2/+2
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-2/+0
* xalloc+memset(0) -> xcallocAdam Jackson2008-10-061-3/+1
* Remove all empty extension reset hooks, replace with NULL.Adam Jackson2008-07-241-5/+1
* Merge branch 'master' into mpxPeter Hutterer2008-04-221-1/+1
|\
| * Fix off-by-one error in ProcXResQueryClients().Michel Dänzer2008-04-091-1/+1
* | Merge branch 'master' into mpxPeter Hutterer2008-01-031-21/+10
|\ \ | |/
| * Report serverClient resources in the X-Resource extension.Adam Jackson2007-12-231-7/+3
| * registry: Fix some mistakes in the reversion of prior commits.Eamon Walsh2007-11-201-0/+1
| * Revert "registry: Register Resource extension protocol names."Eamon Walsh2007-11-201-13/+1
| * Remove some duplicate include statements.Eamon Walsh2007-11-201-1/+0
| * Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-051-4/+4
| |\
| * | registry: Register Resource extension protocol names.Eamon Walsh2007-10-151-1/+13
| * | dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh2007-10-111-14/+7
* | | Xext: Scruffy the janitor don't like no "register" keywords.Peter Hutterer2007-11-211-2/+2
| |/ |/|
* | Xext: Remove usage of allocaDaniel Stone2007-11-051-4/+4
|/
* Improve XRes to;Matthew Allum2006-07-311-1/+63
* Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson2006-07-211-2/+0
* Fix XSERVER64 should be _XSERVER64Dave Airlie2006-02-161-2/+2
* Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith2006-02-111-1/+3
* Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2005-07-031-2/+2
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-031-0/+4
* Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone2005-07-011-3/+3
* Fix includes right throughout the Xserver tree:Daniel Stone2005-04-201-4/+4
* Use snprintf.Matthieu Herrb2004-12-151-2/+2
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-231-1/+2
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-141-11/+13
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-031-1/+1
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-261-1/+1
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-261-1/+1
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2003-11-251-9/+6
* Initial revisionKaleb Keithley2003-11-141-0/+335