summaryrefslogtreecommitdiff
path: root/dix/selection.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard1-79/+77
2010-09-10Fix property and selection devPrivate allocation.Eamon Walsh1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+1
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-6/+6
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-4/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-6/+6
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-0/+311
2008-03-04XACE: Check the return value of the selection create hook call.Eamon Walsh1-1/+6
2008-03-04dix: Convert selection list to a linked list.Eamon Walsh1-26/+22
2008-02-29XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh1-1/+5
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh1-0/+306