summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-01xfree86: remove superflous assignments.Peter Hutterer1-4/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-6/+3
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-7/+1
2010-06-30Xephyr: fix Xv adaptor capability testsJulien Cristau1-5/+10
2010-06-30Xephyr: fix memory leak in XF86DRIOpenConnectionJulien Cristau1-1/+2
2010-06-16Re-enabled Xnest fix for focus in + modifier bug.Xiaoyang Yu (Max)1-62/+45
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner2-21/+10
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 Gusarov2-2/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+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 Packard4-11/+21
2010-06-05Rename region macros to eliminate screen argumentKeith Packard5-112/+112
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-3/+2