summaryrefslogtreecommitdiff
path: root/dix/property.c
AgeCommit message (Expand)AuthorFilesLines
9 daysdix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-0/+3
2022-12-14Xi: avoid integer truncation in length check of ProcXIChangePropertyPeter Hutterer1-1/+2
2021-07-30Mark the dixChangeWindowProperty() value argument as constAlex Richardson1-1/+1
2017-02-23dix: Add a callback chain for window property state changeAdam Jackson1-0/+9
2017-02-23dix: Pass the whole property into deliverPropertyNotifyEventAdam Jackson1-7/+7
2016-08-15dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEventKeith Packard1-4/+6
2016-05-04dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson1-6/+6
2015-11-30dix: Remove redundant ChangeWindowPropertyAdam Jackson1-8/+0
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith1-5/+5
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
2012-07-09Use C99 designated initializers in dix EventsAlan Coopersmith1-7/+6
2012-07-09Use C99 designated initializers in dix RepliesAlan Coopersmith1-29/+33
2012-07-09Rework reply initialization in ProcGetProperty & NullPropertyReplyAlan Coopersmith1-13/+18
2012-03-21Introduce a consistent coding styleKeith Packard1-263/+243
2012-01-09Revert "dix: don't return BadMatch from GetProperty (#23562)"Chris Halse Rogers1-1/+1
2010-12-31DIX: Reset window properties when freeing themDaniel Stone1-0/+3
2010-09-10Fix property and selection devPrivate allocation.Eamon Walsh1-1/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-16/+16
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-9/+6
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-9/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-22/+22
2009-09-03dix: don't return BadMatch from GetProperty (#23562)Peter Hutterer1-1/+1
2009-07-22Check if new space was actually allocated before freeing.Pierre Willenbrock1-3/+8
2009-07-14dix: switch to byte-counting functions.Peter Hutterer1-3/+3
2009-06-30dix/property.c: use memcpy where appropriate.Eamon Walsh1-11/+6
2009-06-26xace: add a new hook for checking property content after it has been set.Eamon Walsh1-10/+22
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+2
2009-01-22Remove a bunch of useless casts.Adam Jackson1-6/+6
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-5/+5
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-118/+107
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-9/+7
2008-02-29XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh1-4/+6
2008-02-29dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh1-117/+104
2008-02-05XACE: Move the property access hook to its own function.Eamon Walsh1-9/+7
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-70/+85
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-8/+8
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-8/+8
2007-11-05DIX: Remove usage of allocaDaniel Stone1-8/+8
2007-10-10xace: move the property deletion hook inside the DeleteProperty function.Eamon Walsh1-9/+8
2007-10-10xace: remove the special-cased "ignore" functionality from the property code.Eamon Walsh1-6/+5
2007-09-26dix: unify ErrorFs. prepend all with [dix].Peter Hutterer1-4/+4
2007-08-15xace: add hooks + new access codes: core protocol property requestsEamon Walsh1-8/+11
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-43/+21
2007-07-21Partial redundancy elimination in PropertyNotify generation.Adam Jackson1-43/+21
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-40/+24
2007-03-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+3
2007-03-23xace: pass serverClient as default argument to dixChangeWindowPropertyEamon Walsh1-1/+1