index
:
~ofourdan/xserver
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
for-keith
for-whot
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-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
2
-27
/
+26
2012-08-06
kinput: allocate enough space for null character.
Dave Airlie
1
-1
/
+1
2012-08-06
ephyr: Resize screen automatically when parent window is resized
Vic Lee
3
-8
/
+82
2012-08-06
ephyr: Fix up some bizarre formatting
Adam Jackson
1
-1
/
+4
2012-07-10
GLX: Remove unused noGlxVisualInit
Daniel Stone
2
-16
/
+1
2012-07-10
Move DRI1 from external module to built-in
Daniel Stone
1
-1
/
+0
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-4
/
+4
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-4
/
+0
2012-07-09
ephyrGLXQueryServerString: Stop making an unused copy of server_string
Alan Coopersmith
1
-11
/
+1
2012-07-09
Use C99 designated initializers in Xephyr Replies
Alan Coopersmith
2
-84
/
+99
2012-07-09
Use temporary variables instead of parts of reply structures
Alan Coopersmith
2
-7
/
+11
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
3
-21
/
+20
2012-07-04
Merge branch 'sigio-vt-switch-issues' into for-keith
Peter Hutterer
2
-52
/
+12
2012-07-03
Drop custom sigio block/unblock functions from kdrive, ephyr and dmx
Peter Hutterer
2
-52
/
+12
2012-06-20
kdrive: adjust BlockHandler/WakeupHandler to new API
Peter Hutterer
2
-7
/
+4
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
4
-11
/
+11
2012-05-14
kdrive: Remove redundant declarations.
Michal Suchanek
2
-5
/
+0
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-1
/
+1
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
51
-11663
/
+11012
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-2
/
+2
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-2
/
+2
2011-12-19
kdrive/linux: Fix compilation with -Werror=int-to-pointer-cast -Werror=pointe...
Jeremy Huddleston
3
-7
/
+7
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-07
Merge remote-tracking branch 'airlied/reviewed-fixes'
Keith Packard
1
-6
/
+0
2011-12-06
kdrive: drop screen crossing code.
Dave Airlie
1
-6
/
+0
2011-12-05
Fix builds of Xnest & Xephyr with Solaris Studio compilers
Alan Coopersmith
1
-0
/
+5
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
2
-5
/
+6
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-10
Xephyr: Remove socket and its lock file on exit
Jeremy Huddleston
1
-0
/
+11
2011-10-06
Man page syntax and spelling fixes.
Ville Skyttä
1
-16
/
+16
2011-10-03
kdrive: Fix build for opaque InputOption structure.
Jamey Sharp
1
-11
/
+1
2011-09-21
Use internal temp variable for swap macros
Matt Turner
2
-15
/
+11
2011-08-09
Xephyr/dri: register screen and window privates on init
Julien Cristau
1
-0
/
+4
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
5
-0
/
+11
2011-07-01
KDrive: Remove useless miPointerUpdateSprite call
Daniel Stone
1
-1
/
+0
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
21
-29
/
+29
2011-06-03
Xephyr: Mention Xserver's options are also accepted.
Cyril Brulebois
1
-0
/
+2
2011-05-25
Xephyr: fix pointer coordinate translation when screen is rotated
Tomas Frydrych
1
-2
/
+23
2011-05-25
Xephyr: added dummy ephyrDeviceCursorCleanup() to avoid crashing
Tomas Frydrych
1
-1
/
+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
[next]