summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-26Xephyr: Fix Xcalloc deprecation warnings.Jamey Sharp2-8/+8
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-2/+2
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-2/+2
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-12/+12
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 Sharp2-3/+3
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp2-13/+13
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp2-4/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov17-144/+144
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2010-03-24kdrive: Bump evdev maxKeycodeMikhail Gusarov1-1/+1
2010-03-22Catch errors in recursive relink targetsYaakov Selkowitz1-1/+1
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz4-4/+4
2010-03-22kdrive: Use $(MAKE) in relink rulesYaakov Selkowitz4-4/+4
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer3-0/+15
2010-01-10kdrive: klinux.h breaks make distGaetan Nadon1-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: Make internal functions staticMikhail Gusarov2-50/+10
2010-01-06kdrive: Remove unused 'k' variableMikhail Gusarov1-3/+2
2010-01-06kdrive: Remove bus mouse driverMikhail Gusarov2-133/+1
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
2010-01-06kdrive: Remove unused KdCardInfo::lastMarker fieldMikhail Gusarov1-2/+0
2010-01-06kdrive: Extract common part of fbdevPutColors and fbdevEnableMikhail Gusarov1-16/+25
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov14-439/+235
2010-01-06kdrive: Remove unused KD_MAX_CARD_ADDRESS macroMikhail Gusarov1-4/+0
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov6-26/+24
2010-01-06kdrive: Remove unused KdCardAttr from KdCardInfoMikhail Gusarov5-33/+3
2010-01-06kdrive: Add option to compile out input driversMikhail Gusarov4-27/+47
2010-01-06kdrive: Remove unused KdCardInfo::needSync fieldMikhail Gusarov1-1/+0
2010-01-06kdrive: Remove .gitignore left from SDL serverMikhail Gusarov1-2/+0
2010-01-01Add Xephyr.man to .gitignoreMikhail Gusarov1-0/+1
2010-01-01Remove unused pShadow field from drivers' private structuresMikhail Gusarov3-3/+0
2010-01-01Do not check xfree argument for NULLMikhail Gusarov11-98/+57