summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-06kdrive: Remove unused KdCardInfo::lastMarker fieldMikhail Gusarov1-2/+0
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov7-299/+96
2010-01-06kdrive: Remove unused KD_MAX_CARD_ADDRESS macroMikhail Gusarov1-4/+0
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov1-3/+0
2010-01-06kdrive: Remove unused KdCardAttr from KdCardInfoMikhail Gusarov2-22/+0
2010-01-06kdrive: Add option to compile out input driversMikhail Gusarov1-10/+0
2010-01-06kdrive: Remove unused KdCardInfo::needSync fieldMikhail Gusarov1-1/+0
2010-01-01Do not check xfree argument for NULLMikhail Gusarov2-37/+18
2010-01-01Remove trailing whitespaceMikhail Gusarov10-305/+305
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-0/+8
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+2
2009-10-20Use the default XKB settings for dmx and kdrive.Peter Hutterer1-5/+5
2009-09-25kdrive: plug two memory leaks when freeing the KdKeyboard/Pointer.Peter Hutterer1-0/+6
2009-09-09kdrive: output meaningful error message for HAL devices.Peter Hutterer1-0/+8
2009-09-09kdrive: remove xkb member from KdKeyboardInfoPeter Hutterer2-2/+0
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer1-0/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-2/+43
2009-06-11KDrive: Warning fixesDaniel Stone2-17/+14
2009-06-11KDrive: Warning fixes and cleanupsDaniel Stone5-298/+2
2009-06-10kdrive: undef PSEUDO8Adam Jackson1-14/+0
2009-06-10kdrive: Remove a lie about PCMCIA support.Adam Jackson1-9/+0
2009-06-03kdrive: add protocol mouse optionOlivier Blin2-0/+4
2009-05-16kdrive: set Activate/Deactivate grab for input devices (#21591)Peter Hutterer1-0/+4
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-1/+2
2009-04-17[kdrive] Fix rotation of pointerDavid Jander1-2/+2
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-30/+4
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson1-6/+0
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson4-22/+9
2009-02-16kdrive: Nuke dead AGP and VGA code. (#19921)Adam Jackson3-468/+0
2009-01-27Convert kdrive libraries to libtool convenience libraries.Paulo Cesar Pereira de Andrade1-3/+3
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-14/+1
2009-01-22Input: Remove modifierMap from coreDaniel Stone2-83/+0
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-1/+2
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-11/+8
2009-01-22XKB: Make XKB mandatoryDaniel Stone2-94/+13
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-10-14kdrive: Hardcode a different wrong value for number of mouse buttonsAdam Jackson1-1/+1
2008-10-10kdrive: fix dixflags so they're always defined before enqueuing events #17734Peter Hutterer1-6/+10
2008-10-08s/kdDontZap/kdAllowZap/Adam Jackson1-1/+1
2008-10-08Update docs to reflect new DontZap defaultDaniel Stone1-1/+1
2008-10-07-retro enables zappingAdam Jackson1-1/+1
2008-10-08Input: Make DontZap the defaultDaniel Stone2-5/+5
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-10-06xalloc+bzero -> xcallocAdam Jackson2-7/+3