summaryrefslogtreecommitdiff
path: root/xkb/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-11-19XKB: Remove component listing supportDaniel Stone1-2/+1
No-one uses this - not xkbcomp, not GNOME, not KDE. The preferred way to deal with component listing (which gives you RMLVO rather than KcCGST) is to use the XML files on the client side. Indeed, a couple of hours after making this commit, it emerged that all *.dir files built with xkbcomp 1.1.1 (released two years ago) and later have been catastrophically broken and nearly empty. So I think that's reasonable proof that no-one uses them. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-04-19xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.cPeter Hutterer1-3/+1
The name XkbDDXFakeDeviceButton and XkbDDXFakeDeviceMotion is somewhat misleading, there's no DDX involved in the game at all anymore. This removes XkbFakeDeviceMotion and XkbFakeDeviceButton from the API where it arguably shouldn't have been in the first place. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-10-20xkb: don't conditionally include xkb-config.h.Peter Hutterer1-2/+1
If HAVE_XKB_CONFIG_H is ever undefined, we fail to build anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-22XKB: Remove unused XkbProcessOtherEventDaniel Stone1-5/+1
Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-22XKB: Remove unused DDX functionsDaniel Stone1-2/+0
They were complete no-ops anyway. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-11-04xkb: when faking mouse button events, fake them on the correct devices.Peter Hutterer1-1/+0
When MouseKeys are activated, keyboard devices may generate fake mouse button events through XKB. Let's get then running through the appropriate paths, i.e. as XI events on the correct device. To make matters more fun, ProcessOtherEvents drops events if the DIX device state cannot be updated accordingly, i.e. all button events from keyboard devices. Hence we need to get the paired MD for the device in XkbDDXFakeDeviceButton, and post the event through the paired MD (usually the VCP). Removes now-unused ddxFakeBtn.c. Note: this patch only half-arsedly fixed button events, motion events are a more complicated matter.
2008-03-05Fix distcheck.Adam Jackson1-1/+1
(cherry picked from commit 2a47accff8dccded4dfe031f9366c028ba927824)
2008-02-17XKB: Delete xkberrs.cDaniel Stone1-1/+0
Get rid of the XKB errors code to save a bunch of space.
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+2
The former <X11/extensions/XKBsrv.h> has been pulled into the server now as include/xkbsrv.h, and the world updated to look for it in the new place, since it made no sense to define server API in an extension header. Any further work along this line will need to do similar things with XKBgeom.h and friends.
2006-07-28Revert xkb changes that broke XkbGetKeyboard()Kevin E Martin1-1/+3
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-03-27Prune XKB code to only what we need to run the server. Remove deadDaniel Stone1-3/+1
!XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths.
2006-03-25Remove XkbCF DDX configuration code.Daniel Stone1-2/+0
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
module builds to reflect this change.
2005-11-20Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosedAlan Coopersmith1-1/+1
when appending file names) but XKB_COMPILED_DIR (used in Makefiles) does not so install-sh -d doesn't get confused when the directory already exists.
2005-10-07Add README.compiled to dist tarballKevin E Martin1-1/+1
2005-10-06symlink.sh:Søren Sandmann Pedersen1-1/+4
New files linked: xorgconf.cpp Options usb.3 usb_hid_usages lynx_ppc.S BUSmemcpy.S IODelay.S PortIO.S SlowBcopy.S sun_inout.s xaaTEGlyphBlt.S xkbcomp/compiled/README New files excluded: All of lib/GL/apple xlibi18n/*/*.mapfile xxserver/xorg/configure.ac, xkb/Makefile.am: Install README.compiled in the xkb output dir
2005-09-11use RGB_DB not RGB_PATH as that's what it's looking forDaniel Stone1-1/+2
define HAVE_XKB_CONFIG_H so setting xkb-path works (Jürg Billeter)
2005-08-20Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), andDaniel Stone1-6/+4
build libxorggxkb.la from within the Xorg DDX to replace the previous xf86VT.o, et al, hacks.
2005-08-10Revert previous patch as it causes build failuresSøren Sandmann Pedersen1-2/+2
2005-08-10Add XF86DDXACTIONS to AM_CFLAGSSøren Sandmann Pedersen1-1/+1
2005-07-04Revert last changes. They have to be addressed in a different wayAlexander Gottwald1-2/+0
2005-07-04Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86MiscAlexander Gottwald1-0/+2
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+51