Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 2 | -4/+0 |
2024-08-27 | treewide: fix indentions got broke by recent commit | Enrico Weigelt, metux IT consult | 1 | -11/+12 |
2024-08-26 | treewide: mark pGC->ops->CopyArea() calls not using result as void | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2024-06-23 | xace: typesafe hook function for XACE_SCREEN_ACCESS | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-06-23 | xace: typesafe hook function for XACE_RESOURCE_ACCESS | Enrico Weigelt, metux IT consult | 1 | -3/+3 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-23 | dbe: unexport dbestruct.h | Enrico Weigelt, metux IT consult | 1 | -8/+0 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | prevent name clash on Windows w/ RT_* defines | Enrico Weigelt, metux IT consult | 2 | -4/+4 |
2024-04-15 | dix: unexport some lookup functions | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-02-28 | dbe: drop obsolete NEED_DBE_PROTOCOL | Enrico Weigelt, metux IT consult | 2 | -2/+0 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -12/+0 |
2021-03-11 | meson: hide C API if Xorg is disabled (like autotools) | Jan Beich | 1 | -1/+3 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 2 | -3/+3 |
2018-04-02 | meson: Distribute more SDK headers | Thierry Reding | 1 | -0/+6 |
2017-10-10 | dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12... | Nathan Kidd | 1 | -1/+4 |
2017-04-26 | Add a Meson build system alongside autotools. | Eric Anholt | 1 | -0/+10 |
2017-03-01 | dispatch: Mark swapped dispatch as _X_COLD | Adam Jackson | 1 | -7/+7 |
2015-04-21 | Convert top level extensions to new *allocarray functions | Alan Coopersmith | 2 | -9/+7 |
2014-12-09 | dbe: Call to DDX SwapBuffers requires address of int, not unsigned int [CVE-2... | Keith Packard | 1 | -2/+4 |
2014-12-08 | dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097] | Alan Coopersmith | 1 | -3/+8 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 4 | -25/+25 |
2014-01-12 | Replace 'pointer' type with 'void *' | Keith Packard | 2 | -8/+8 |
2013-09-10 | dbe: Fold the window private private into the window private | Adam Jackson | 5 | -142/+54 |
2013-09-10 | dbe: Fold midbe reset into dix | Adam Jackson | 3 | -33/+1 |
2013-09-10 | dbe: Drop the unused idiom support | Adam Jackson | 3 | -74/+2 |
2012-07-09 | Move extension initialisation prototypes into extinit.h | Daniel Stone | 2 | -2/+1 |
2012-07-09 | Use C99 designated initializers in various extension Replies | Alan Coopersmith | 1 | -16/+18 |
2012-07-09 | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 1 | -7/+5 |
2012-03-21 | Indentation: Change '& stuff' to '&stuff' | Daniel Stone | 1 | -1/+1 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 5 | -848/+659 |
2011-09-23 | Unconditionally #include <stdint.h> | Alan Coopersmith | 1 | -5/+0 |
2011-09-21 | Use internal temp variable for swap macros | Matt Turner | 1 | -37/+26 |
2011-05-02 | Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfo | Alan Coopersmith | 1 | -14/+11 |
2010-07-02 | miDbe window priv priv is pre-allocated, don't use dixSetPrivate (bug 28639) | Keith Packard | 1 | -6/+0 |
2010-07-02 | Delete unused miDbe screen private private datatype | Keith Packard | 1 | -16/+0 |
2010-06-10 | Remove unnecessary parentheses around return values in functions | Mikhail Gusarov | 2 | -43/+43 |
2010-06-06 | Remove more superfluous if(p) checks around free(p) | Mikhail Gusarov | 1 | -12/+3 |
2010-06-05 | Change the devPrivates API to require dixRegisterPrivateKey | Keith Packard | 4 | -45/+29 |
2010-06-05 | Remove dixRegisterPrivateOffset; hard-code devPrivates offsets instead | Keith Packard | 1 | -4/+0 |
2010-06-02 | Fix pixmap validation in miDbePositionWindow. | Aaron Plattner | 1 | -6/+14 |
2010-05-19 | Add typed resource-lookup errors for non-core resource types. | Jamey Sharp | 1 | -2/+4 |
2010-05-15 | Remove dbe screen private privates. | Keith Packard | 2 | -7/+1 |
2010-05-13 | Eliminate boilerplate around client->noClientException. | Jamey Sharp | 1 | -3/+3 |
2010-05-13 | Replace dixChangeGC with calls directly to the right variant. | Jamey Sharp | 1 | -1/+1 |
2010-05-12 | Kill DoChangeGC in favor of dixChangeGC. | Jamey Sharp | 1 | -14/+8 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 2 | -27/+27 |
2009-12-18 | Add type name argument to CreateNewResourceType | Alan Coopersmith | 1 | -5/+2 |
2009-12-18 | Ensure all resource types created have names registered | Alan Coopersmith | 1 | -0/+3 |
2009-12-18 | Check for failures from CreateNewResourceType | Alan Coopersmith | 1 | -1/+8 |