summaryrefslogtreecommitdiff
path: root/dix/property.c
Commit message (Expand)AuthorAgeFilesLines
* Xi: avoid integer truncation in length check of ProcXIChangePropertyPeter Hutterer2022-12-141-1/+2
* Mark the dixChangeWindowProperty() value argument as constAlex Richardson2021-07-301-1/+1
* dix: Add a callback chain for window property state changeAdam Jackson2017-02-231-0/+9
* dix: Pass the whole property into deliverPropertyNotifyEventAdam Jackson2017-02-231-7/+7
* dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEventKeith Packard2016-08-151-4/+6
* dix: Push UpdateCurrentTimeIf down out of the main loopAdam Jackson2016-05-041-6/+6
* dix: Remove redundant ChangeWindowPropertyAdam Jackson2015-11-301-8/+0
* Convert dix/* to new *allocarray functionsAlan Coopersmith2015-04-211-5/+5
* Drop trailing whitespacesPeter Hutterer2014-11-121-4/+4
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-2/+2
* Use C99 designated initializers in dix EventsAlan Coopersmith2012-07-091-7/+6
* Use C99 designated initializers in dix RepliesAlan Coopersmith2012-07-091-29/+33
* Rework reply initialization in ProcGetProperty & NullPropertyReplyAlan Coopersmith2012-07-091-13/+18
* Introduce a consistent coding styleKeith Packard2012-03-211-263/+243
* Revert "dix: don't return BadMatch from GetProperty (#23562)"Chris Halse Rogers2012-01-091-1/+1
* DIX: Reset window properties when freeing themDaniel Stone2010-12-311-0/+3
* Fix property and selection devPrivate allocation.Eamon Walsh2010-09-101-1/+0
* Remove unnecessary parentheses around return values in functionsMikhail Gusarov2010-06-101-16/+16
* Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2010-06-051-9/+6
* Eliminate boilerplate around client->noClientException.Jamey Sharp2010-05-131-9/+5
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-22/+22
* dix: don't return BadMatch from GetProperty (#23562)Peter Hutterer2009-09-031-1/+1
* Check if new space was actually allocated before freeing.Pierre Willenbrock2009-07-221-3/+8
* dix: switch to byte-counting functions.Peter Hutterer2009-07-141-3/+3
* dix/property.c: use memcpy where appropriate.Eamon Walsh2009-06-301-11/+6
* xace: add a new hook for checking property content after it has been set.Eamon Walsh2009-06-261-10/+22
* xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2009-02-161-0/+2
* Remove a bunch of useless casts.Adam Jackson2009-01-221-6/+6
* Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2008-12-121-2/+0
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-5/+5
* Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2008-11-291-2/+2
* Merge branch 'master' into dcdc_reworkPeter Hutterer2008-04-071-118/+107
|\
| * XACE: Add generic support for property and selection polyinstantiation.Eamon Walsh2008-02-291-4/+6
| * dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh2008-02-291-117/+104
* | Merge branch 'master' into mpxPeter Hutterer2008-03-041-9/+7
|\ \ | |/
| * XACE: Move the property access hook to its own function.Eamon Walsh2008-02-051-9/+7
* | Merge branch 'master' into mpxPeter Hutterer2008-01-031-70/+85
|\ \ | |/
| * Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-051-8/+8
| |\
| * | xace: move the property deletion hook inside the DeleteProperty function.Eamon Walsh2007-10-101-9/+8
| * | xace: remove the special-cased "ignore" functionality from the property code.Eamon Walsh2007-10-101-6/+5
| * | xace: add hooks + new access codes: core protocol property requestsEamon Walsh2007-08-151-8/+11
| * | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-08-021-43/+21
| |\ \
| * | | xace: change the semantics of the return value of XACE hooks to allowEamon Walsh2007-04-171-40/+24
| * | | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-03-261-3/+3
| |\ \ \
| * | | | xace: pass serverClient as default argument to dixChangeWindowPropertyEamon Walsh2007-03-231-1/+1
| * | | | xace: drop the name argument from the property callback.Eamon Walsh2007-03-221-8/+6
| * | | | dix: reorganize property code to better support xace hook; requires new API forEamon Walsh2007-03-221-17/+38
| * | | | xace: add new argument to property hook for property structure itself.Eamon Walsh2007-03-221-30/+37
| * | | | dix: devPrivates support for PropertyRec.Eamon Walsh2007-03-221-0/+4
* | | | | Merge branch 'master' into mpxPeter Hutterer2007-11-071-8/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |