summaryrefslogtreecommitdiff
path: root/Xext/panoramiXprocs.c
Commit message (Expand)AuthorAgeFilesLines
* dix: Call SourceValidate before GetImageAdam Jackson2019-10-301-0/+10
* xinerama: Implement graphics exposures for window->pixmap copies (v4)Adam Jackson2017-03-151-10/+60
* dix: Squash some new gcc6 warningsAdam Jackson2016-04-291-2/+2
* Convert top level extensions to new *allocarray functionsAlan Coopersmith2015-04-211-10/+9
* Let calloc handle multiplicationAlan Coopersmith2015-04-211-1/+1
* Drop trailing whitespacesPeter Hutterer2014-11-121-2/+2
* xinerama: Fix access mode in GetImage's drawable lookupAdam Jackson2014-10-231-1/+1
* mi: Move pScreen->SendGraphicsExpose up to dixAdam Jackson2014-10-091-6/+4
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-82/+82
* Use C99 designated initializers in Xext RepliesAlan Coopersmith2012-07-091-17/+25
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-091-3/+2
* Indentation: Change '& stuff' to '&stuff'Daniel Stone2012-03-211-6/+6
* Xinerama: Fix up obnoxiously-indented codeDaniel Stone2012-03-211-14/+12
* Introduce a consistent coding styleKeith Packard2012-03-211-1300/+1432
* panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie2011-03-101-1/+1
* panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie2011-03-101-1/+1
* panoramiX: consolidate common id assignment code.Dave Airlie2011-03-101-15/+5
* panoramiX: macro checking if drawable is root (v2)Dave Airlie2011-03-101-13/+13
* Xext: panoramiXprocs: fix typoLinus Arver2010-11-151-1/+1
* Fix a couple more possible errors with input-only windowsKeith Packard2010-06-101-1/+1
* Remove unnecessary parentheses around return values in functionsMikhail Gusarov2010-06-101-55/+55
* Replace deprecated bzero with memsetMikhail Gusarov2010-06-061-2/+2
* Clean up after removal of screen parameters from region macros.Jamey Sharp2010-06-051-6/+3
* Rename region macros to eliminate screen argumentKeith Packard2010-06-051-12/+12
* Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp2010-06-031-36/+26
* Move each screen's x/y origin into ScreenRec.Jamey Sharp2010-06-031-53/+53
* Delete panoramiXdataPtr: it's redundant.Jamey Sharp2010-06-031-53/+53
* Move each screen's root-window pointer into ScreenRec.Jamey Sharp2010-06-031-7/+7
* Move each screen's screensaver data into ScreenRec.Jamey Sharp2010-06-031-6/+6
* Add typed resource-lookup errors for non-core resource types.Jamey Sharp2010-05-191-61/+61
* Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp2010-05-191-1/+1
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-17/+13
* clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp2010-05-131-7/+0
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-31/+31
* Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp2010-04-261-1/+1
* Xext: switch to byte counting functionsPeter Hutterer2009-07-141-9/+9
* Fix most remaining deprecated resource lookups.Eamon Walsh2009-04-291-295/+376
* Remove a bunch of useless casts.Adam Jackson2009-01-221-13/+13
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-2/+0
* Shape extension is built-in and mandatory.Adam Jackson2008-07-241-4/+0
* XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh2008-02-281-4/+4
* Fix Xinerama's consolidated visual handling.Adam Jackson2008-02-221-5/+2
* Merge branch 'master' into XACE-SELINUXEamon Walsh2007-12-131-10/+0
|\
| * Clean up many #if 0.Adam Jackson2007-12-021-10/+0
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-051-16/+16
|\ \ | |/
| * Xext: Remove usage of allocaDaniel Stone2007-11-051-16/+16
* | xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh2007-09-251-4/+4
|/
* Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh2006-12-151-10/+8
* Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.Eamon Walsh2006-12-141-1/+5
* Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh2006-12-141-5/+12