summaryrefslogtreecommitdiff
path: root/dbe
Commit message (Expand)AuthorAgeFilesLines
* Remove autotools supportPovilas Kanapickas2021-10-271-12/+0
* meson: hide C API if Xorg is disabled (like autotools)Jan Beich2021-03-111-1/+3
* Fix spelling/wording issuesAlan Coopersmith2020-07-052-3/+3
* meson: Distribute more SDK headersThierry Reding2018-04-021-0/+6
* dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12...Nathan Kidd2017-10-101-1/+4
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+10
* dispatch: Mark swapped dispatch as _X_COLDAdam Jackson2017-03-011-7/+7
* Convert top level extensions to new *allocarray functionsAlan Coopersmith2015-04-212-9/+7
* dbe: Call to DDX SwapBuffers requires address of int, not unsigned int [CVE-2...Keith Packard2014-12-091-2/+4
* dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097]Alan Coopersmith2014-12-081-3/+8
* Drop trailing whitespacesPeter Hutterer2014-11-124-25/+25
* Replace 'pointer' type with 'void *'Keith Packard2014-01-122-8/+8
* dbe: Fold the window private private into the window privateAdam Jackson2013-09-105-142/+54
* dbe: Fold midbe reset into dixAdam Jackson2013-09-103-33/+1
* dbe: Drop the unused idiom supportAdam Jackson2013-09-103-74/+2
* Move extension initialisation prototypes into extinit.hDaniel Stone2012-07-092-2/+1
* Use C99 designated initializers in various extension RepliesAlan Coopersmith2012-07-091-16/+18
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2012-07-091-7/+5
* Indentation: Change '& stuff' to '&stuff'Daniel Stone2012-03-211-1/+1
* Introduce a consistent coding styleKeith Packard2012-03-215-848/+659
* Unconditionally #include <stdint.h>Alan Coopersmith2011-09-231-5/+0
* Use internal temp variable for swap macrosMatt Turner2011-09-211-37/+26
* Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfoAlan Coopersmith2011-05-021-14/+11
* miDbe window priv priv is pre-allocated, don't use dixSetPrivate (bug 28639)Keith Packard2010-07-021-6/+0
* Delete unused miDbe screen private private datatypeKeith Packard2010-07-021-16/+0
* Remove unnecessary parentheses around return values in functionsMikhail Gusarov2010-06-102-43/+43
* Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2010-06-061-12/+3
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-054-45/+29
* Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard2010-06-051-4/+0
* Fix pixmap validation in miDbePositionWindow.Aaron Plattner2010-06-021-6/+14
* Add typed resource-lookup errors for non-core resource types.Jamey Sharp2010-05-191-2/+4
* Remove dbe screen private privates.Keith Packard2010-05-152-7/+1
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-3/+3
* Replace dixChangeGC with calls directly to the right variant.Jamey Sharp2010-05-131-1/+1
* Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp2010-05-121-14/+8
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-132-27/+27
* Add type name argument to CreateNewResourceTypeAlan Coopersmith2009-12-181-5/+2
* Ensure all resource types created have names registeredAlan Coopersmith2009-12-181-0/+3
* Check for failures from CreateNewResourceTypeAlan Coopersmith2009-12-181-1/+8
* dbe: Fix indentationAdam Jackson2009-07-171-5/+5
* dbe: Adapt to new headersAdam Jackson2009-07-171-1/+15
* dbe: switch to byte counting functionsPeter Hutterer2009-07-141-1/+1
* Fix most remaining deprecated resource lookups.Eamon Walsh2009-04-291-14/+19
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-122-3/+0
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-032-2/+2
* Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2008-11-291-1/+1
* Dead code cleanup over DBE.Adam Jackson2008-11-252-81/+3
* xalloc+bzero -> xcallocAdam Jackson2008-10-061-2/+1
* Prepare for array-index based devPrivates.Tomas Carnecky2008-08-282-5/+10
* dbe: fix DoS reported by iDefense.Dave Airlie2008-06-121-26/+27