index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
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.2-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
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
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-03
Change keyboard controls on slave keyboards (#27926)
Nicolas George
1
-2
/
+2
2010-05-28
dix: add 3x3 transformation matrix xinput property for multi-head handling
Peter Korsgaard
2
-0
/
+90
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
1
-1
/
+1
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
1
-1
/
+1
2010-05-25
dix: add helper functions to duplicate and free InputAttributes.
Peter Hutterer
1
-0
/
+79
2010-05-23
Device init: Don't crash when CreateGC fails.
Jamey Sharp
1
-1
/
+2
2010-05-21
doPolyText: forget about FontChange's XID after looking up pFont.
Jamey Sharp
1
-4
/
+2
2010-05-20
dix: remove obsolete comment.from EnableDevice.
Peter Hutterer
1
-4
/
+0
2010-05-20
Replace screen->rgf scratch GC flags with a bit in each GC.
Jamey Sharp
2
-20
/
+18
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
1
-0
/
+6
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
8
-65
/
+107
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
1
-6
/
+6
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
3
-13
/
+4
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
1
-0
/
+3
2010-05-17
Fix build without XACE
Julien Cristau
2
-0
/
+2
2010-05-14
Bugfix for "Pre-validate ChangeGC XIDs": off-by-one in loop index.
Jamey Sharp
1
-1
/
+1
2010-05-13
Merge remote branch 'jamey/cleanups'
Keith Packard
10
-441
/
+289
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
5
-249
/
+139
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
3
-34
/
+16
2010-05-13
Quit using clientErrorValue in dix/gc.c.
Jamey Sharp
2
-25
/
+33
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
1
-4
/
+4
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
5
-60
/
+39
2010-05-13
Pre-validate ChangeGC XIDs.
Jamey Sharp
1
-81
/
+64
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
3
-17
/
+23
2010-05-13
Remove devPrivates init and delete callback lists.
Keith Packard
1
-40
/
+0
2010-05-12
CreateGC: Pass current client on to ChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
3
-17
/
+8
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-43
/
+3
2010-05-12
doPolyText needs UseAccess to each font, not ReadAccess.
Jamey Sharp
1
-1
/
+1
2010-05-12
Merge remote branch 'dottedmag/for-keithp'
Keith Packard
1
-18
/
+24
2010-05-13
Misc coding style cleanup
Mikhail Gusarov
1
-4
/
+4
2010-05-13
Remove useless casts
Mikhail Gusarov
1
-12
/
+13
2010-05-13
Fix code style: extra whitespace before ()
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3)
Mikhail Gusarov
1
-2
/
+7
2010-05-12
SetFontPath: set client->errorValue on failure.
Jamey Sharp
2
-9
/
+5
2010-05-13
Use lowercase variant of XNFalloc and Xstrdup
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
25
-447
/
+447
2010-05-11
dix: Update element count in FreeResource*()
Kristian Høgsberg
1
-1
/
+9
2010-05-10
Simplify error-handling in dixChangeGC.
Jamey Sharp
1
-71
/
+46
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
2
-22
/
+22
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
2
-5
/
+17
2010-05-02
dix: wrap variables with #ifdef when panoramix is not used
Tiago Vignatti
2
-3
/
+2
2010-04-30
Replace some input devPrivates with regular struct fields
Keith Packard
3
-51
/
+17
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-1
/
+0
2010-04-26
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-1
/
+0
2010-04-26
dix: Default DPMS timeout values to match screensaver values
Adam Jackson
1
-3
/
+1
2010-04-26
ProcGrabButton: remove redundant error check.
Jamey Sharp
1
-1
/
+0
2010-04-26
dix and others: remove unused arraySize field from ScreenInfo
Tiago Vignatti
1
-1
/
+0
2010-04-15
Merge remote branch 'whot/for-keith'
Keith Packard
1
-1
/
+5
2010-04-16
dix: fix cursor screen check for xinerama setups.
Tim Yamin
1
-1
/
+5
[next]