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
/
include
/
dixstruct.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
include: move private defs to dixstruct_priv.h
Enrico Weigelt, metux IT consult
1
-71
/
+1
2018-03-08
os: Define {ReadFdFrom,WriteFdTo}Client unconditionally
Adam Jackson
1
-2
/
+0
2017-10-24
dix: Don't track the XKB client versions in the ClientRec
Adam Jackson
1
-2
/
+1
2017-10-24
dix: Don't vary the ClientRec ABI at build time
Adam Jackson
1
-2
/
+0
2017-04-26
Use #ifdef instead of #if for features to make Meson easier.
Eric Anholt
1
-1
/
+1
2017-01-11
AttendClient of grab-pervious client must queue to saved_ready_clients [v2]
Keith Packard
1
-0
/
+6
2016-11-15
dix: Make sure client is not in output_pending chain after closed (RH 1382444)
Keith Packard
1
-1
/
+1
2016-07-21
os: Switch server to poll(2) [v3]
Keith Packard
1
-0
/
+20
2016-07-21
dix: Use list for ready clients
Keith Packard
1
-0
/
+15
2015-12-01
Remove non-smart scheduler. Don't require setitimer.
Keith Packard
1
-1
/
+5
2015-07-08
dix: Unexport various implementation details
Adam Jackson
1
-13
/
+10
2014-01-23
dix: Praise clients which haven't run for a while, rather than idle clients
Keith Packard
1
-1
/
+0
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-5
/
+5
2013-11-11
Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't set
Keith Packard
1
-0
/
+4
2013-10-31
Add interfaces to get FDs from clients over the socket
Keith Packard
1
-0
/
+8
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
1
-1
/
+0
2013-09-10
dix: FIXES is not optional
Adam Jackson
1
-11
/
+0
2013-04-23
dixstruct.h: fix segfaults - char is unsigned for ARM and PowerPC architectures
Andreas Müller
1
-1
/
+1
2013-01-08
dix: Make small bitfields that store enums unsigned
Aaron Plattner
1
-6
/
+6
2012-09-20
dix: Repack ClientRec
Adam Jackson
1
-20
/
+18
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-0
/
+1
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-81
/
+84
2012-01-12
Revert "dix: Repack ClientRec"
Keith Packard
1
-14
/
+15
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-1
/
+0
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-0
/
+1
2012-01-06
dix: Repack ClientRec
Adam Jackson
1
-15
/
+14
2011-12-01
Save major/minor opcodes in ClientRec for RecordAReply
Keith Packard
1
-0
/
+1
2011-09-20
Remove unused ClientStateAuthenticating
Alan Coopersmith
1
-2
/
+2
2011-09-19
Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurity
Alan Coopersmith
1
-3
/
+2
2010-12-23
os: Add facilities for client ID tracking.
Rami Ylimäki
1
-0
/
+2
2010-09-10
os: simplify smart scheduler init process
Tiago Vignatti
1
-1
/
+1
2010-06-30
OS support: fix writeable client vs IgnoreClient behavior
Jesse Barnes
1
-0
/
+1
2010-05-22
Declare functions that unconditionally call FatalError as _X_NORETURN.
Jamey Sharp
1
-1
/
+1
2010-04-26
include: remove couple of unused structures fields and bump ABI
Tiago Vignatti
1
-4
/
+0
2009-05-27
Remove reference to non-existing requestLog and requestLogIndex
Nicolai Hähnle
1
-4
/
+0
2009-03-31
Document which bits of ClientRec are currently unused
Adam Jackson
1
-9
/
+4
2009-01-22
XKB: Make XKB mandatory
Daniel Stone
1
-2
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-19
/
+19
2008-09-23
Rename SaveSetMap() to SaveSetShouldMap().
Adam Jackson
1
-2
/
+2
2008-09-22
Change 'remap' to 'map' in saveset functions/macros
Owen Taylor
1
-5
/
+5
2008-08-11
The smart scheduler is not optional.
Mathieu Bérard
1
-4
/
+0
2008-04-22
Merge branch 'master' into mpx
Peter Hutterer
1
-3
/
+1
2008-04-18
Death to APPGROUP.
Adam Jackson
1
-3
/
+1
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
1
-1
/
+0
2008-02-14
Rip out useless indirection in the callback list management.
Adam Jackson
1
-1
/
+0
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-5
/
+2
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-4
/
+2
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-4
/
+2
2007-10-30
reduce wakeups from smart scheduler
Arjan van de Ven
1
-4
/
+2
[next]