summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't overwrite previously assigned type indices with useless ones.Peter Hutterer2008-08-221-2/+9
| | | | | | | | | | | The default type for a key with no levels is ONE_LEVEL. Let's not overwrite the kt_index with this default type if we have previously assigned a real type. Reproduceable by running setxkbmap -layout "ru(phonetic),us", the first group is assigned ONE_LEVEL and shift stops working. Red Hat Bug #436626 <https://bugzilla.redhat.com/show_bug.cgi?id=436626>
* Remove unused merge parameter from HandleKeyNameVar.Peter Hutterer2008-08-211-2/+2
|
* Don't pass useless handlers around in HandleIncludeKeycodes.Peter Hutterer2008-08-211-12/+9
| | | | What use is a handler if we only ever use one function anyway?
* More comments.Peter Hutterer2008-08-216-18/+211
|
* Remove useless longestPath variable.Peter Hutterer2008-08-181-4/+0
|
* Silence valgrind warnings.Peter Hutterer2008-08-183-3/+3
| | | | "Conditional jump or move depends on uninitialised value(s)"
* Add some explanatory commentsPeter Hutterer2008-08-185-12/+103
|
* If we're not using XkbDesc, don't require it as a parameter.Peter Hutterer2008-08-121-9/+15
|
* Indent fixes.Peter Hutterer2008-08-1229-12464/+14648
| | | | indent -cbi 0 -nprs -nut -npcs -i4 -bli 0 *.c *.h
* Add a few explanatory comments.Peter Hutterer2008-08-121-1/+6
|
* Remove RCS tags.Peter Hutterer2008-08-1236-73/+0
|
* Minimal man page addition for new -i option.Matthieu Herrb2008-05-121-0/+3
|
* Bump to 1.0.5xkbcomp-1.0.5Daniel Stone2008-05-091-1/+1
|
* Don't scan paths which make NO SENSE WHATSOEVER TO SCANDaniel Stone2008-04-171-11/+1
| | | | | | | | | Hey, I wonder if we have XKB files in our directory! I wonder if we haven't bothered with a structure, and let's try to open a file called 'misc' in someone's home directory! What a surprise, it's not a valid XKB file! Let's fail miserably! SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR.
* xkbcomp: Take a device ID argumentDaniel Stone2008-04-171-1/+10
| | | | Allows the user to set maps (or whatever) on arbitrary devices.
* xkbcomp 1.0.4xkbcomp-1.0.4Adam Jackson2008-03-061-2/+1
|
* Bug #7645: Fix a conditional that always evaluates to FALSE.Adam Jackson2008-02-291-2/+1
| | | | Since it's if (0 || foo), simplify to if (foo).
* Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.amAlan Coopersmith2008-01-221-1/+1
| | | | <http://bugs.freedesktop.org/show_bug.cgi?id=14185>
* Revert "Also mark xkbparse.h as a generated file."Matthieu Herrb2008-01-061-1/+1
| | | | | | Apparently only yacc generates it. This reverts commit 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002.
* Also mark xkbparse.h as a generated file.Matthieu Herrb2008-01-061-1/+1
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-51/+10
|
* Ignore *.o and ylwrap.Tilman Sauerbeck2007-09-231-0/+2
|
* Fixed a bunch of const correctness bugs.Tilman Sauerbeck2007-09-2317-54/+55
|
* Fixed an invalid memory access.Tilman Sauerbeck2007-09-231-1/+2
| | | | | Some keynames are less than 3 characters long (not counting the terminator). We're now also initializing all of the keyName array.
* Bug #11025: xkbcomp COPYING fileDaniel Drake2007-09-071-8/+86
| | | | X.Org Bugzilla #11025 <https://bugs.freedesktop.org/show_bug.cgi?id=11025>
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* Rename .cvsignore to .gitignoreJames Cloos2007-08-231-0/+0
|
* bump to 1.0.3xkbcomp-1.0.3Daniel Stone2006-11-081-1/+1
|
* compat: avoid use of uninitialised variable (bug #8846)Etsushi Kato2006-11-081-1/+1
| | | | | si.interp.match may be unused, so just clobber it, which means we don't end up with stuff like LevelOneOnlyMask wandering in.
* parser: accept negative numbers in geometry co-ordinates (bug #8763)Andriy Gapon2006-10-291-2/+6
| | | | Accept negative co-ordinates for geometry, per the spec.
* Bump to 1.0.2xkbcomp-1_0_2XORG-7_1Adam Jackson2006-04-262-1/+6
|
* Bug #4851: Fix up have-no-file test.Daniel Stone2006-04-032-1/+6
|
* Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0Kevin E Martin2005-12-212-1/+6
|
* Stub COPYING filesAdam Jackson2005-12-191-0/+12
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Another pass at .cvsignores for apps.Eric Anholt2005-11-211-0/+3
|
* Add/improve .cvsignore files for apps.Eric Anholt2005-11-201-0/+18
|
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-171-1/+1
| | | | work better with BSD make
* Have generated files be cleaned by maintainer in order to passKevin E Martin2005-10-152-5/+8
| | | | check-tarball test.
* Use sed to fill in variables in man pageAlan Coopersmith2005-10-142-1/+33
|
* Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the rightKristian Høgsberg2005-09-012-1/+6
| | | | place.
* Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they areKeith Packard2005-08-022-0/+11
| | | | regenerated after 'make clean' and to make parallel builds work right.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Use YACC to compile xkbparse.y.Daniel Stone2005-07-222-3/+4
|
* Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson2005-07-202-5/+5
| | | | configure cache, you cache it, and the cached value is probably wrong.
* Add xkbcomp data to symlink.sh. Some fixes to xkbcomp/Makefile.amSøren Sandmann Pedersen2005-07-161-0/+3
|