summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Collapse)AuthorFilesLines
2006-03-27Prune XKB code to only what we need to run the server. Remove deadDaniel Stone12-3177/+114
!XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths.
2006-03-27Fix remnants of previous busted _XkbStrCaseCmp commit.Daniel Stone2-4/+26
2006-03-27Move XFree86 DDX XKB actions into dixmods.Daniel Stone3-52/+0
2006-03-25Bug #3819: Remove open-coding of strcasecmp.Daniel Stone2-32/+4
2006-03-25Remove INITARGS braindamage, change to void; add XkbExtensionInit prototypeDaniel Stone2-2/+4
to xkb.h. Explicitly initialise nTypes in xkb.c.
2006-03-25Really remove all DDX pre-config code.Daniel Stone1-25/+1
2006-03-25Remove XkbCF DDX configuration code.Daniel Stone4-1579/+1
2006-03-25Fix two glaring unconditional-NULL-dereferences.Daniel Stone1-0/+6
2006-02-28Bug #5216: Allow options to appear with other components.Daniel Stone1-7/+0
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson2-6/+6
2005-12-26Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 toDaniel Stone1-29/+8
-ardelay and -arinterval, respectively. Remove XKB banner from help text.
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-19Bug #3224: Degrade XKB fallback message to X_WARNING.Adam Jackson1-1/+1
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-09-01Teach xkb how to optionally run xkbcomp from $bindir instead ofKristian Høgsberg3-3/+16
$datadir/xkb.
2005-08-31Include xkb-config.h if we have it so we pick up the paths defined there.Kristian Høgsberg2-0/+8
2005-08-22If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory ifAlan Coopersmith1-2/+20
it doesn't already exist. (ported from Solaris Xsun bug #5039004) When BuildLikeSun is set, define MAKE_XKM_OUTPUT_DIR and set the xkb output directory to /var/run/xkb.
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-16Fix the *-config.h includes so that it is possible to build modules withoutKevin E Martin3-0/+12
having to use -include in the Makefile.
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-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone9-9/+9
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone11-74/+63
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone36-1/+144
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone10-12/+12
2005-07-01Adding initial build system.Daniel Stone1-0/+51
2005-06-13Add xkbfile to symlink.sh, conditionally include "config.h" inSøren Sandmann Pedersen7-0/+21
xc/lib/xkbfile
2005-05-22Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> XevieXORG-6_8_99_8Alan Coopersmith1-3/+58
extension crash with signal 11 on keyboard Bugzilla #1205 <https://bugs.freedesktop.org/show_bug.cgi?id=1205> Xevie client receives two KeyPress events on consumed keys when XKB is enabled Patch #2223 <https://bugs.freedesktop.org/attachment.cgi?id=2223> Fixes for both of these and some other Xevie bugs (Derek Wang - Sun Microsystems)
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it inSøren Sandmann Pedersen4-0/+12
<X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source
2005-04-20Fix includes right throughout the Xserver tree:Alexander Gottwald1-3/+3
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone24-52/+52
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-02-01xc/programs/Xserver/xkb/ddxLoad.cAlexander Gottwald2-60/+33
Bugzilla #2245 (https://bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1649 (https://bugs.freedesktop.org/attachment.cgi?id=1649): cleanup the generation of xkbcomp command lines. Allocate them dynamicly and remove unmaintainable length calculation.
2005-01-09xc/programs/Xserver/xkb/ddxList.cAlexander Gottwald2-32/+41
//bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1647 (https://bugs.freedesktop.org/attachment.cgi?id=1647): export Win32System and Win32TempDir remove #ifdef WIN32 block for building xkbcomp commandline create win32 tempfile in system tempdir use PATH_MAX*4 for commandline buffer unlink tmpfile again
2005-01-09//bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1645Alexander Gottwald1-80/+76
(https://bugs.freedesktop.org/attachment.cgi?id=1645): cleanup some #ifdef __UNIXOS2__ and WIN32 blocks. make OutputDirectory check the size of the buffer quote all file and pathnames in the xkbcomp commandline use PATH_MAX*4 for commandline buffer
2004-12-24Print error message if CreateProcess fails Simplify popen simulation codeAlexander Gottwald1-11/+27
for WIN32 Remove temporary file after executing xkbcomp
2004-11-22Use GetTempPath for finding a place where to store temporary files onAlexander Gottwald1-3/+14
Windows
2004-11-15Use CreateProcess instead of system() to spawn xkbcomp on windows. system()Alexander Gottwald1-4/+36
can not handle spaces in the path component. Quoted all filenames on the commandline.
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-4/+27
mingw (Win32) port
2004-11-02Removing unneeded private FreeType2 symbol.Egbert Eich2-0/+12
Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich). Removing unneeded code. Fixed KGA handling for i810. KGA handling for chips derived from C&T chips is slightly different. The changes make the code consistent with the C&T (chips) and i740 drivers.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich26-26/+31
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich11-11/+11
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich37-37/+37
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich37-37/+37