summaryrefslogtreecommitdiff
path: root/dbe
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith2-9/+7
2014-12-09dbe: Call to DDX SwapBuffers requires address of int, not unsigned int [CVE-2...Keith Packard1-2/+4
2014-12-08dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097]Alan Coopersmith1-3/+8
2014-11-12Drop trailing whitespacesPeter Hutterer4-25/+25
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-8/+8
2013-09-10dbe: Fold the window private private into the window privateAdam Jackson5-142/+54
2013-09-10dbe: Fold midbe reset into dixAdam Jackson3-33/+1
2013-09-10dbe: Drop the unused idiom supportAdam Jackson3-74/+2
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-2/+1
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith1-16/+18
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-7/+5
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard5-848/+659
2011-09-23Unconditionally #include <stdint.h>Alan Coopersmith1-5/+0
2011-09-21Use internal temp variable for swap macrosMatt Turner1-37/+26
2011-05-02Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfoAlan Coopersmith1-14/+11
2010-07-02miDbe window priv priv is pre-allocated, don't use dixSetPrivate (bug 28639)Keith Packard1-6/+0
2010-07-02Delete unused miDbe screen private private datatypeKeith Packard1-16/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-43/+43
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-12/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard4-45/+29
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-4/+0
2010-06-02Fix pixmap validation in miDbePositionWindow.Aaron Plattner1-6/+14
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-2/+4
2010-05-15Remove dbe screen private privates.Keith Packard2-7/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-3/+3
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-14/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-27/+27
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+2
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+8
2009-07-17dbe: Fix indentationAdam Jackson1-5/+5
2009-07-17dbe: Adapt to new headersAdam Jackson1-1/+15
2009-07-14dbe: switch to byte counting functionsPeter Hutterer1-1/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-14/+19
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2-3/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-25Dead code cleanup over DBE.Adam Jackson2-81/+3
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-2/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky2-5/+10
2008-06-12dbe: fix DoS reported by iDefense.Dave Airlie1-26/+27
2007-11-20Revert "registry: Register DBE extension protocol names."Eamon Walsh1-21/+0
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+4
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-4/+4
2007-10-15registry: Register DBE extension protocol names.Eamon Walsh1-0/+21
2007-09-19xace: add hooks + new access codes: DOUBLE-BUFFER extensionEamon Walsh2-8/+20
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh4-268/+44
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh1-1/+1