summaryrefslogtreecommitdiff
path: root/src/kbd.c
AgeCommit message (Expand)Author
2009-10-06Remove now un-used autorepeat field.Peter Hutterer
2009-10-06Don't use XKB_DFLT_RULES from the server.Peter Hutterer
2009-05-30Remove ModuleInfoRec.Peter Hutterer
2009-05-11Return BadValue if the server failed to init the keyboard. (#21278)Peter Hutterer
2009-04-02Remove Initialised static variable (not used since xf86AddModuleInfo removal)Alan Coopersmith
2009-02-12Switch to new XKB APIDaniel Stone
2009-02-11Really remove autorepeat.Peter Hutterer
2009-02-11Don't set xkb repeat rate from the driver.Peter Hutterer
2009-02-11No autorepeat handling in the driver.Daniel Stone
2009-02-11unifdef XKB and remove all "noXkb" handling.Peter Hutterer
2009-02-11nec/jp layout is just "jp" these days.Daniel Stone
2009-02-11No more special sun keyboards anymore.Daniel Stone
2009-02-11Remove special support for Panix106Daniel Stone
2009-02-11Change KbdCtrlProc to a voidDaniel Stone
2009-02-11Remove leftover ifdef XINPUT.Daniel Stone
2009-02-11Remove SpecialKey handling.Daniel Stone
2009-02-05Janitor: compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade
2009-01-20Use XKB_DFLT_RULES from xorg-server.h for default xkb rules filenameAlan Coopersmith
2009-01-07Move ifdefs to clear "warning: statement has no consequent: if"Alan Coopersmith
2009-01-07Make LED masks more consistently unsigned long to clear compiler/lint warningsAlan Coopersmith
2009-01-07Update for servers newer then 1.5 or git master.Paulo Cesar Pereira de Andrade
2008-10-13Set TERMINATE_FALLBACK to 0.Luc Verhaegen
2008-08-19Remove useless call to xf86AddModuleInfoAdam Jackson
2008-08-19Remove XFree86-Misc leftovers.Adam Jackson
2008-07-24Move atKeynames.h and xf86CommonSpecialKey() here.Kristian Høgsberg
2008-05-01Don't send events in DEVICE_INIT, only after DEVICE_ON.Paulo Cesar Pereira de Andrade
2008-03-17Alternate patch to preserve NumLock & CapsLock leds at X Server startup.Paulo Cesar Pereira de Andrade
2007-12-03Don't sleep(1) on VT entry.Adam Jackson
2007-06-13Keep module version up-to-date using PACKAGE_VERSION_*Julien Cristau
2007-02-05Fix key led updateSamuel Thibault
2006-12-08don't release keys on newer serversDaniel Stone
2006-11-02move os keyboard layer into kbd driver, remove legacy keyboard driverDaniel Stone
2006-07-09Added some missing includes.Tilman Sauerbeck
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.Adam Jackson
2005-11-09Bump version numbers for X11R6.9/X11R7 RC2.Kevin E Martin
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson
2005-10-01Bug #3411: fix handling of keyboard Autorepeat rate in xorg.conf.Matthieu Herrb
2005-07-13//bugs.freedesktop.org/show_bug.cgi?id=2587> Fix keyboard mapping on SunAlan Hourihane
2005-07-11Prep input drivers for modularizing by adding guarded #include "config.h"Adam Jackson
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.Adam Jackson
2005-05-10Bugzilla #2561: Disable some keycode translations on PC98, which hadEric Anholt
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone
2005-01-11Minor format fix.Egbert Eich
2005-01-10PC keyboards internally generate a different scan code when the ALTEgbert Eich
2004-12-06Previous fix broke hardware-based autorepeat. This fix mimics the behaviourMatthieu Herrb
2004-12-03programs/Xserver/hw/xfree86/input/keyboard/kbd.cMatthieu Herrb
2004-08-31Fix keyboard driver regression (Bug #1238, Kristian Hoegsberg).Kevin E Martin
2004-08-29Fix make install when BuildServersOnly is YES (Bug #1213).Kevin E Martin
2004-08-16Update release and date for first RC.Kevin E Martin