index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
property.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
dix: drop unnecessary check on HAVE_DIX_CONFIG_H
Enrico Weigelt, metux IT consult
1
-2
/
+0
2024-09-08
dix: ProcListProperties: skip unneeded work if numProps is 0
Alan Coopersmith
1
-12
/
+15
2024-09-08
dix: dixChangeWindowProperty: don't call memcpy if malloc failed
Alan Coopersmith
1
-7
/
+11
2024-09-02
include: split out non-exported stuff from property.h
Enrico Weigelt, metux IT consult
1
-0
/
+1
2024-04-15
dix: unexport some lookup functions
Enrico Weigelt, metux IT consult
1
-0
/
+3
2022-12-14
Xi: avoid integer truncation in length check of ProcXIChangeProperty
Peter Hutterer
1
-1
/
+2
2021-07-30
Mark the dixChangeWindowProperty() value argument as const
Alex Richardson
1
-1
/
+1
2017-02-23
dix: Add a callback chain for window property state change
Adam Jackson
1
-0
/
+9
2017-02-23
dix: Pass the whole property into deliverPropertyNotifyEvent
Adam Jackson
1
-7
/
+7
2016-08-15
dix: Avoid writing uninitialized bytes in deliverPropertyNotifyEvent
Keith Packard
1
-4
/
+6
2016-05-04
dix: Push UpdateCurrentTimeIf down out of the main loop
Adam Jackson
1
-6
/
+6
2015-11-30
dix: Remove redundant ChangeWindowProperty
Adam Jackson
1
-8
/
+0
2015-04-21
Convert dix/* to new *allocarray functions
Alan Coopersmith
1
-5
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-2
/
+2
2012-07-09
Use C99 designated initializers in dix Events
Alan Coopersmith
1
-7
/
+6
2012-07-09
Use C99 designated initializers in dix Replies
Alan Coopersmith
1
-29
/
+33
2012-07-09
Rework reply initialization in ProcGetProperty & NullPropertyReply
Alan Coopersmith
1
-13
/
+18
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-263
/
+243
2012-01-09
Revert "dix: don't return BadMatch from GetProperty (#23562)"
Chris Halse Rogers
1
-1
/
+1
2010-12-31
DIX: Reset window properties when freeing them
Daniel Stone
1
-0
/
+3
2010-09-10
Fix property and selection devPrivate allocation.
Eamon Walsh
1
-1
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-16
/
+16
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-9
/
+6
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-9
/
+5
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-22
/
+22
2009-09-03
dix: don't return BadMatch from GetProperty (#23562)
Peter Hutterer
1
-1
/
+1
2009-07-22
Check if new space was actually allocated before freeing.
Pierre Willenbrock
1
-3
/
+8
2009-07-14
dix: switch to byte-counting functions.
Peter Hutterer
1
-3
/
+3
2009-06-30
dix/property.c: use memcpy where appropriate.
Eamon Walsh
1
-11
/
+6
2009-06-26
xace: add a new hook for checking property content after it has been set.
Eamon Walsh
1
-10
/
+22
2009-02-16
xserver: Avoid sending uninitialized padding data over the network
Peter Åstrand
1
-0
/
+2
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-6
/
+6
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-5
/
+5
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
1
-118
/
+107
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-9
/
+7
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
1
-4
/
+6
2008-02-29
dix: Refactoring of property code to allow for polyinstantiation.
Eamon Walsh
1
-117
/
+104
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
1
-9
/
+7
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-70
/
+85
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-8
/
+8
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-8
/
+8
2007-11-05
DIX: Remove usage of alloca
Daniel Stone
1
-8
/
+8
2007-10-10
xace: move the property deletion hook inside the DeleteProperty function.
Eamon Walsh
1
-9
/
+8
2007-10-10
xace: remove the special-cased "ignore" functionality from the property code.
Eamon Walsh
1
-6
/
+5
2007-09-26
dix: unify ErrorFs. prepend all with [dix].
Peter Hutterer
1
-4
/
+4
2007-08-15
xace: add hooks + new access codes: core protocol property requests
Eamon Walsh
1
-8
/
+11
2007-08-02
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-43
/
+21
[next]