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
/
hw
/
kdrive
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-19
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-10
/
+10
2012-08-19
kinput: allocate enough space for null character.
Dave Airlie
1
-1
/
+1
2012-03-27
Introduce a consistent coding style
Keith Packard
10
-3650
/
+3488
2011-12-12
Remove duplicate declarations of KdAdd*Driver in kdrive.h
Alan Coopersmith
1
-6
/
+0
2011-12-12
KdParseFindNext: Constify delim argument
Alan Coopersmith
2
-2
/
+2
2011-12-12
Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.
Alan Coopersmith
1
-9
/
+4
2011-12-06
kdrive: drop screen crossing code.
Dave Airlie
1
-6
/
+0
2011-11-23
Convert some malloc + strncpy pairs into strndup calls
Alan Coopersmith
1
-3
/
+1
2011-10-25
kdrive: check for null memory, fix OOB
Peter Hutterer
1
-1
/
+7
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-4
/
+5
2011-10-25
kdrive: switch to new InputOption API.
Peter Hutterer
1
-60
/
+72
2011-10-03
kdrive: Fix build for opaque InputOption structure.
Jamey Sharp
1
-11
/
+1
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-3
/
+3
2011-07-01
input: free the EQ allocated memory on shutdown (#38634)
Peter Hutterer
2
-0
/
+8
2011-07-01
KDrive: Remove useless miPointerUpdateSprite call
Daniel Stone
1
-1
/
+0
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
5
-6
/
+6
2011-05-11
input: remove DDX event list handling
Peter Hutterer
1
-8
/
+3
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-1
/
+1
2011-05-11
input: Provide Queue{Button|Keyboard|Proximity}Event helpers
Peter Hutterer
1
-13
/
+5
2011-04-18
input: remove GetKeyboardValuatorEvents, this is now unnecessary.
Peter Hutterer
1
-2
/
+2
2011-03-27
Merge remote-tracking branch 'airlied/pwin-cleanup'
Keith Packard
2
-94
/
+2
2011-03-28
consolidate SetRootClip (v2)
Dave Airlie
2
-94
/
+2
2011-03-24
xserver: remove AbsoluteClassRec keeping the ABI
Simon Thum
1
-1
/
+0
2011-03-24
kdrive: don't pretent to support DEVICE_ABS_* in ChangeDeviceControl
Simon Thum
1
-2
/
+0
2010-11-30
dix: Remove the backing store leftovers
Adam Jackson
1
-6
/
+0
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-2
/
+5
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
1
-6
/
+3
2010-09-01
input: Purge AddOtherInputDevices DDX hook.
Peter Hutterer
1
-7
/
+0
2010-09-01
input: remove OpenInputDevice and CloseInputDevice DDX hooks.
Peter Hutterer
1
-17
/
+0
2010-09-01
input: Purge Register*Device() functions.
Peter Hutterer
1
-4
/
+0
2010-09-01
xfree86: remove superflous assignments.
Peter Hutterer
1
-4
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-6
/
+3
2010-06-11
kdrive: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-6
/
+6
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-05
kdrive: Xv code uses shared screen private instead of kdrive-specific private
Keith Packard
1
-5
/
+1
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
3
-7
/
+17
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
2
-89
/
+89
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-3
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-1
/
+1
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-4
/
+4
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
5
-75
/
+75
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-2
/
+0
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2010-01-06
kdrive: Remove unused kdNoopOps external variable declaration
Mikhail Gusarov
1
-3
/
+0
2010-01-06
kdrive: Remove unused kmap.c
Mikhail Gusarov
3
-190
/
+0
2010-01-06
kdrive: Adjust kdrive usage message as shadow overlay support has been dropped
Mikhail Gusarov
1
-1
/
+1
2010-01-06
kdrive: Remove unused VxWorks* variable declarations
Mikhail Gusarov
1
-4
/
+0
[next]