summaryrefslogtreecommitdiff
path: root/Xext/panoramiXprocs.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-1/+1
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-15/+5
2011-03-10panoramiX: macro checking if drawable is root (v2)Dave Airlie1-13/+13
2010-11-15Xext: panoramiXprocs: fix typoLinus Arver1-1/+1
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-55/+55
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-6/+3
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-12/+12
2010-06-03Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp1-36/+26
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-53/+53
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-53/+53
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-7/+7
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-6/+6
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-61/+61
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-17/+13
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp1-7/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-31/+31
2010-04-26Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp1-1/+1
2009-07-14Xext: switch to byte counting functionsPeter Hutterer1-9/+9
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-295/+376
2009-01-22Remove a bunch of useless casts.Adam Jackson1-13/+13
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-4/+0
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-4/+4
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson1-5/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-10/+0
2007-12-02Clean up many #if 0.Adam Jackson1-10/+0
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-16/+16
2007-11-05Xext: Remove usage of allocaDaniel Stone1-16/+16
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh1-4/+4
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-10/+8
2006-12-14Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.Eamon Walsh1-1/+5
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-5/+12
2006-12-14Remove instances of macros LOOKUP_DRAWABLE and VERIFY_DRAWABLE.Eamon Walsh1-7/+18
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-86/+86
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksKaleb Keithley1-52/+46
2003-11-14XFree86 4.3.0.1Kaleb Keithley1-2328/+1668