Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-18 | Remove useless longestPath variable. | Peter Hutterer | |
2008-08-18 | Silence valgrind warnings. | Peter Hutterer | |
"Conditional jump or move depends on uninitialised value(s)" | |||
2008-08-18 | Add some explanatory comments | Peter Hutterer | |
2008-08-12 | If we're not using XkbDesc, don't require it as a parameter. | Peter Hutterer | |
2008-08-12 | Indent fixes. | Peter Hutterer | |
indent -cbi 0 -nprs -nut -npcs -i4 -bli 0 *.c *.h | |||
2008-08-12 | Add a few explanatory comments. | Peter Hutterer | |
2008-08-12 | Remove RCS tags. | Peter Hutterer | |
2008-05-12 | Minimal man page addition for new -i option. | Matthieu Herrb | |
2008-05-09 | Bump to 1.0.5xkbcomp-1.0.5 | Daniel Stone | |
2008-04-17 | Don't scan paths which make NO SENSE WHATSOEVER TO SCAN | Daniel Stone | |
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. | |||
2008-04-17 | xkbcomp: Take a device ID argument | Daniel Stone | |
Allows the user to set maps (or whatever) on arbitrary devices. | |||
2008-03-06 | xkbcomp 1.0.4xkbcomp-1.0.4 | Adam Jackson | |
2008-02-29 | Bug #7645: Fix a conditional that always evaluates to FALSE. | Adam Jackson | |
Since it's if (0 || foo), simplify to if (foo). | |||
2008-01-22 | Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am | Alan Coopersmith | |
<http://bugs.freedesktop.org/show_bug.cgi?id=14185> | |||
2008-01-06 | Revert "Also mark xkbparse.h as a generated file." | Matthieu Herrb | |
Apparently only yacc generates it. This reverts commit 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002. | |||
2008-01-06 | Also mark xkbparse.h as a generated file. | Matthieu Herrb | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2007-09-23 | Ignore *.o and ylwrap. | Tilman Sauerbeck | |
2007-09-23 | Fixed a bunch of const correctness bugs. | Tilman Sauerbeck | |
2007-09-23 | Fixed an invalid memory access. | Tilman Sauerbeck | |
Some keynames are less than 3 characters long (not counting the terminator). We're now also initializing all of the keyName array. | |||
2007-09-07 | Bug #11025: xkbcomp COPYING file | Daniel Drake | |
X.Org Bugzilla #11025 <https://bugs.freedesktop.org/show_bug.cgi?id=11025> | |||
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-23 | Rename .cvsignore to .gitignore | James Cloos | |
2006-11-08 | bump to 1.0.3xkbcomp-1.0.3 | Daniel Stone | |
2006-11-08 | compat: avoid use of uninitialised variable (bug #8846) | Etsushi Kato | |
si.interp.match may be unused, so just clobber it, which means we don't end up with stuff like LevelOneOnlyMask wandering in. | |||
2006-10-29 | parser: accept negative numbers in geometry co-ordinates (bug #8763) | Andriy Gapon | |
Accept negative co-ordinates for geometry, per the spec. | |||
2006-04-26 | Bump to 1.0.2xkbcomp-1_0_2XORG-7_1 | Adam Jackson | |
2006-04-03 | Bug #4851: Fix up have-no-file test. | Daniel Stone | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-15 | Have generated files be cleaned by maintainer in order to pass | Kevin E Martin | |
check-tarball test. | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-09-01 | Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the right | Kristian Høgsberg | |
place. | |||
2005-08-02 | Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are | Keith Packard | |
regenerated after 'make clean' and to make parallel builds work right. | |||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- 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 | |||
2005-07-22 | Use YACC to compile xkbparse.y. | Daniel Stone | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-16 | Add xkbcomp data to symlink.sh. Some fixes to xkbcomp/Makefile.am | Søren Sandmann Pedersen | |
2005-07-15 | Build system for xkbcomp | Søren Sandmann Pedersen | |
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Addedsco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1 | Alexander Gottwald | |
mingw (Win32) port | |||
2004-09-03 | Update formatted docs.rel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_0 | Kevin E Martin | |
2004-04-23 | Merging XORG-CURRENT into trunkXORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGE | Egbert Eich | |