summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard51-11663/+11012
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-12-19kdrive/linux: Fix compilation with -Werror=int-to-pointer-cast -Werror=pointe...Jeremy Huddleston3-7/+7
2011-12-12Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith1-6/+0
2011-12-12KdParseFindNext: Constify delim argumentAlan Coopersmith2-2/+2
2011-12-12Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith1-9/+4
2011-12-07Merge remote-tracking branch 'airlied/reviewed-fixes'Keith Packard1-6/+0
2011-12-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith2-5/+6
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-10-25kdrive: check for null memory, fix OOBPeter Hutterer1-1/+7
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-4/+5
2011-10-25kdrive: switch to new InputOption API.Peter Hutterer1-60/+72
2011-10-10Xephyr: Remove socket and its lock file on exitJeremy Huddleston1-0/+11
2011-10-06Man page syntax and spelling fixes.Ville Skyttä1-16/+16
2011-10-03kdrive: Fix build for opaque InputOption structure.Jamey Sharp1-11/+1
2011-09-21Use internal temp variable for swap macrosMatt Turner2-15/+11
2011-08-09Xephyr/dri: register screen and window privates on initJulien Cristau1-0/+4
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer5-0/+11
2011-07-01KDrive: Remove useless miPointerUpdateSprite callDaniel Stone1-1/+0
2011-06-30Fix UTF-8 encodingMatěj Cepl21-29/+29
2011-06-03Xephyr: Mention Xserver's options are also accepted.Cyril Brulebois1-0/+2
2011-05-25Xephyr: fix pointer coordinate translation when screen is rotatedTomas Frydrych1-2/+23
2011-05-25Xephyr: added dummy ephyrDeviceCursorCleanup() to avoid crashingTomas Frydrych1-1/+6
2011-05-11input: remove DDX event list handlingPeter Hutterer1-8/+3
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-1/+1
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-13/+5
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer1-2/+2
2011-03-27Merge remote-tracking branch 'airlied/pwin-cleanup'Keith Packard2-94/+2
2011-03-28consolidate SetRootClip (v2)Dave Airlie2-94/+2
2011-03-24xserver: remove AbsoluteClassRec keeping the ABISimon Thum1-1/+0
2011-03-24kdrive: don't pretent to support DEVICE_ABS_* in ChangeDeviceControlSimon Thum1-2/+0
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-9/+1
2011-01-18Xephyr: build Xephyr man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-22/+16
2010-12-01Fix screen number checks.Cyril Brulebois1-1/+1
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-6/+0
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer2-9/+13
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-5/+2
2010-10-22KDrive: Fix error handlig in tslib driverPaulius Zaleckas1-4/+11
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-2/+5
2010-10-15Merge branch 'master' into input-apiPeter Hutterer2-82/+62
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-76/+59
2010-09-01input: Purge AddOtherInputDevices DDX hook.Peter Hutterer1-7/+0
2010-09-01input: remove OpenInputDevice and CloseInputDevice DDX hooks.Peter Hutterer1-17/+0
2010-09-01input: Purge Register*Device() functions.Peter Hutterer1-4/+0