summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-19Fix up formatting of initializers for arrays of structsAlan Coopersmith1-10/+10
2012-08-19kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-03-27Introduce a consistent coding styleKeith Packard10-3650/+3488
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-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
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-03kdrive: Fix build for opaque InputOption structure.Jamey Sharp1-11/+1
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 Hutterer2-0/+8
2011-07-01KDrive: Remove useless miPointerUpdateSprite callDaniel Stone1-1/+0
2011-06-30Fix UTF-8 encodingMatěj Cepl5-6/+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
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-6/+0
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-2/+5
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-6/+3
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
2010-09-01xfree86: remove superflous assignments.Peter Hutterer1-4/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-6/+3
2010-06-11kdrive: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05kdrive: Xv code uses shared screen private instead of kdrive-specific privateKeith Packard1-5/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard3-7/+17
2010-06-05Rename region macros to eliminate screen argumentKeith Packard2-89/+89
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-3/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+4
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov5-75/+75
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-01-06kdrive: Remove unused kdNoopOps external variable declarationMikhail Gusarov1-3/+0
2010-01-06kdrive: Remove unused kmap.cMikhail Gusarov3-190/+0
2010-01-06kdrive: Adjust kdrive usage message as shadow overlay support has been droppedMikhail Gusarov1-1/+1
2010-01-06kdrive: Remove unused VxWorks* variable declarationsMikhail Gusarov1-4/+0