Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-12 | remove obsolete vendor defines | Daniel Stone | 1 | -4/+0 | |
Remove random behaviour changes for SGI and MetroLink. | |||||
2006-07-28 | Revert xkb changes that broke XkbGetKeyboard() | Kevin E Martin | 5 | -105/+2806 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 32 | -61/+0 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 2 | -5/+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-07-08 | Bug #7097: do case-insensitive comparison for some hotkeys. | Tilman Sauerbeck | 2 | -27/+5 | |
xkb's strcasecmp implementation has been moved to the dix so it's now safe to just use strcasecmp(). | |||||
2006-06-01 | Simplify the unsupported XI function list. | Daniel Stone | 2 | -81/+26 | |
2006-05-29 | Remove -xkbmap argument. | Daniel Stone | 2 | -66/+1 | |
2006-05-29 | Minor #include cleanups. | Daniel Stone | 3 | -19/+3 | |
2006-05-24 | Remove tolower() which was missed in the _XkbStrCaseCmp/strcmp changes. | Jeremy C. Reed | 1 | -1/+1 | |
2006-04-10 | Fix stupid thinko. | Daniel Stone | 1 | -1/+1 | |
2006-04-10 | Coverity #826: Fix potential memory leak. | Daniel Stone | 1 | -1/+4 | |
2006-04-09 | Coverity #340: Fix potential NULL dereference. Clean up proliferation of | Daniel Stone | 1 | -121/+116 | |
'register int n' in loops of ProcXkbGetNames. | |||||
2006-04-09 | Coverity #324: Fix potential NULL dereference. (Alan Coopersmith) | Daniel Stone | 1 | -0/+1 | |
2006-04-09 | Coverity #169: Fix potential fgets() into NULL (?!?). | Daniel Stone | 1 | -4/+7 | |
2006-04-07 | Coverity #844, #845, #846: Fix memory leaks. | Daniel Stone | 1 | -3/+19 | |
2006-04-07 | Coverity #987: Avoid potential NULL dereference. | Daniel Stone | 1 | -0/+4 | |
2006-04-03 | Bug #1358: Make ISO_Prev_Group cycle/wrap as ISO_Next_Group does. | Daniel Stone | 1 | -2/+2 | |
2006-04-01 | Bug #6428: Fix off-by-one error when walking off the end of the vmodmap | Daniel Stone | 1 | -1/+1 | |
list. | |||||
2006-03-31 | Simplify XkbWriteXKBKeymapForNames a bit, and remove debug spew. | Daniel Stone | 1 | -26/+10 | |
2006-03-27 | Prune XKB code to only what we need to run the server. Remove dead | Daniel Stone | 12 | -3177/+114 | |
!XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths. | |||||
2006-03-27 | Fix remnants of previous busted _XkbStrCaseCmp commit. | Daniel Stone | 2 | -4/+26 | |
2006-03-27 | Move XFree86 DDX XKB actions into dixmods. | Daniel Stone | 3 | -52/+0 | |
2006-03-25 | Bug #3819: Remove open-coding of strcasecmp. | Daniel Stone | 2 | -32/+4 | |
2006-03-25 | Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype | Daniel Stone | 2 | -2/+4 | |
to xkb.h. Explicitly initialise nTypes in xkb.c. | |||||
2006-03-25 | Really remove all DDX pre-config code. | Daniel Stone | 1 | -25/+1 | |
2006-03-25 | Remove XkbCF DDX configuration code. | Daniel Stone | 4 | -1579/+1 | |
2006-03-25 | Fix two glaring unconditional-NULL-dereferences. | Daniel Stone | 1 | -0/+6 | |
2006-02-28 | Bug #5216: Allow options to appear with other components. | Daniel Stone | 1 | -7/+0 | |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 2 | -6/+6 | |
2005-12-26 | Remove unused -xkbdb and -noloadxkb options. Rename -ar1 and -ar2 to | Daniel Stone | 1 | -29/+8 | |
-ardelay and -arinterval, respectively. Remove XKB banner from help text. | |||||
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 | |
module builds to reflect this change. | |||||
2005-11-20 | Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed | Alan Coopersmith | 1 | -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-19 | Bug #3224: Degrade XKB fallback message to X_WARNING. | Adam Jackson | 1 | -1/+1 | |
2005-10-07 | Add README.compiled to dist tarball | Kevin E Martin | 1 | -1/+1 | |
2005-10-06 | symlink.sh: | Søren Sandmann Pedersen | 1 | -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-11 | use RGB_DB not RGB_PATH as that's what it's looking for | Daniel Stone | 1 | -1/+2 | |
define HAVE_XKB_CONFIG_H so setting xkb-path works (Jürg Billeter) | |||||
2005-09-01 | Teach xkb how to optionally run xkbcomp from $bindir instead of | Kristian Høgsberg | 3 | -3/+16 | |
$datadir/xkb. | |||||
2005-08-31 | Include xkb-config.h if we have it so we pick up the paths defined there. | Kristian Høgsberg | 2 | -0/+8 | |
2005-08-22 | If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory if | Alan Coopersmith | 1 | -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-20 | Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), and | Daniel Stone | 1 | -6/+4 | |
build libxorggxkb.la from within the Xorg DDX to replace the previous xf86VT.o, et al, hacks. | |||||
2005-08-10 | Revert previous patch as it causes build failures | Søren Sandmann Pedersen | 1 | -2/+2 | |
2005-08-10 | Add XF86DDXACTIONS to AM_CFLAGS | Søren Sandmann Pedersen | 1 | -1/+1 | |
2005-07-16 | Fix the *-config.h includes so that it is possible to build modules without | Kevin E Martin | 3 | -0/+12 | |
having to use -include in the Makefile. | |||||
2005-07-04 | Revert last changes. They have to be addressed in a different way | Alexander Gottwald | 1 | -2/+0 | |
2005-07-04 | Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc | Alexander Gottwald | 1 | -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-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 9 | -9/+9 | |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 11 | -74/+63 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 36 | -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-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -0/+2 | |