summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2006-10-11xkb: fix wrapping when switching between groupsIvan Pascal1-4/+4
2006-10-11Close with Pclose() that which we open with Popen().Adam Jackson1-1/+1
2006-10-11Back out merge of master to 1.2 branch. Undoes 89987ca...Adam Jackson2-5/+5
2006-10-02xkb: fix wrapping when switching between groupsIvan Pascal1-4/+4
2006-09-21Close with Pclose() that which we open with Popen().Adam Jackson1-1/+1
2006-08-12remove obsolete vendor definesDaniel Stone1-4/+0
2006-07-28Revert xkb changes that broke XkbGetKeyboard()Kevin E Martin5-105/+2806
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson32-61/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-5/+1
2006-07-08Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck2-27/+5
2006-06-01Simplify the unsupported XI function list.Daniel Stone2-81/+26
2006-05-29Remove -xkbmap argument.Daniel Stone2-66/+1
2006-05-29Minor #include cleanups.Daniel Stone3-19/+3
2006-05-24Remove tolower() which was missed in the _XkbStrCaseCmp/strcmp changes.Jeremy C. Reed1-1/+1
2006-04-10Fix stupid thinko.Daniel Stone1-1/+1
2006-04-10Coverity #826: Fix potential memory leak.Daniel Stone1-1/+4
2006-04-09Coverity #340: Fix potential NULL dereference. Clean up proliferation ofDaniel Stone1-121/+116
2006-04-09Coverity #324: Fix potential NULL dereference. (Alan Coopersmith)Daniel Stone1-0/+1
2006-04-09Coverity #169: Fix potential fgets() into NULL (?!?).Daniel Stone1-4/+7
2006-04-07Coverity #844, #845, #846: Fix memory leaks.Daniel Stone1-3/+19
2006-04-07Coverity #987: Avoid potential NULL dereference.Daniel Stone1-0/+4
2006-04-03Bug #1358: Make ISO_Prev_Group cycle/wrap as ISO_Next_Group does.Daniel Stone1-2/+2
2006-04-01Bug #6428: Fix off-by-one error when walking off the end of the vmodmapDaniel Stone1-1/+1
2006-03-31Simplify XkbWriteXKBKeymapForNames a bit, and remove debug spew.Daniel Stone1-26/+10
2006-03-27Prune XKB code to only what we need to run the server. Remove deadDaniel Stone12-3177/+114
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
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
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
2005-11-20Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosedAlan Coopersmith1-1/+1
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
2005-09-11use RGB_DB not RGB_PATH as that's what it's looking forDaniel Stone1-1/+2
2005-09-01Teach xkb how to optionally run xkbcomp from $bindir instead ofKristian Høgsberg3-3/+16
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
2005-08-20Build libxkbstubs.la to stub XKB DDX functions (e.g. VT switches), andDaniel Stone1-6/+4
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
2005-07-04Revert last changes. They have to be addressed in a different wayAlexander Gottwald1-2/+0