summaryrefslogtreecommitdiff
path: root/dix/registry.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-10dix: drop unnecessary check on HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult1-2/+0
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult1-7/+7
2024-04-15prevent name clash on Windows w/ RT_* definesEnrico Weigelt, metux IT consult1-3/+3
2024-03-03include: drop obsolete registry.hEnrico Weigelt, metux IT consult1-1/+0
2024-03-03dix: unexport registry setup/teardown functionsEnrico Weigelt, metux IT consult1-0/+3
2014-09-18Build required portions of registry.c automatically [v2]Keith Packard1-35/+55
2014-09-18dix: Close protocol.txt after we're done loading extension namesKeith Packard1-0/+4
2013-05-07dix: reset the registry before quittingPeter Hutterer1-8/+17
2012-07-09Use C99 designated initializers in dix registryAlan Coopersmith1-3/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-120/+127
2011-12-12constify strings in resource name registryAlan Coopersmith1-2/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-7/+7
2010-03-16Cygwin/X: Tidy up some cosmetic issues in log stringsJon TURNEY1-1/+1
2009-09-02Correct outdated e-mail address in "Author" statements.Eamon Walsh1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-8/+8
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-8/+8
2008-06-24Fix a leak in the code that parses the protocol names.Eamon Walsh1-18/+26
2007-11-26registry: Add a call for DTRACE compatibility.Eamon Walsh1-0/+19
2007-11-26registry: Rebase registry to use the server config file of protocol names.Eamon Walsh1-195/+128
2007-10-25registry: Remove synthetic bit from event types in lookup function.Eamon Walsh1-1/+1
2007-10-23Revert "registry: special case minor number when looking up core requests."Eamon Walsh1-2/+0
2007-10-18registry: special case minor number when looking up core requests.Eamon Walsh1-0/+2
2007-10-18registry: Add "X11:" prefix to core protocol names.Eamon Walsh1-175/+176
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-0/+375