summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-19config: move man pages into their own directoryGaetan Nadon
2011-01-13man: remove trailing spaces and tabsGaetan Nadon
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
2011-01-04Remove out-of-date copies of README.config & README.enhancingAlan Coopersmith
2010-11-01config: replace AC_CHECK_FILE with test -f as it fails to cross-compileGaetan Nadon
2010-11-01man: Improve description of device selection optionDirk Wallenstein
2010-11-01Allow uploading a keymap to a single deviceDirk Wallenstein
2010-10-30xkbcomp 1.2.0xkbcomp-1.2.0Alan Coopersmith
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-09-23config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-07-12config: allow to build tarball when yacc is missingGaetan Nadon
2010-07-12limits.h is mandated by C89, no need to check for itDaniel Stone
2010-07-12Fix signedness issue with getc() return valueJulien Cristau
2010-07-09Fix parsing of 0x1a2b3c4d-style symbolsDaniel Stone
2010-06-15Fix gcc warningsDaniel Stone
2010-06-15Don't malloc() and free() most scanned symbolsDaniel Stone
2010-06-15Fix compilation with DEBUGDaniel Stone
2010-06-15Use fread() instead of getc()Daniel Stone
2010-06-15Lazy keysym parsing (avoid XStringToKeysym)Daniel Stone
2010-06-02config: add check for yacc to insure it is installed #27973Gaetan Nadon
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston
2009-10-03xkbcomp 1.1.1xkbcomp-1.1.1Peter Hutterer
2009-08-06xkbcomp: Remove output file if closing fails.Rami Ylimaki
2009-07-09Bump to 1.1.0.xkbcomp-1.1.0Peter Hutterer
2009-05-11Use temporary buffer for generating Uxxx names to avoid overflowAlan Coopersmith
2009-03-07Allow the default XKB config root to be set from configureDan Nicholson
2009-01-22Correct a remaining of a wrong change to make some DEBUG_VAR's static.Paulo Cesar Pereira de Andrade
2009-01-21Correct make distcheck and most gcc and sparse warnings.Paulo Cesar Pereira de Andrade
2008-09-11Check for NULL strings before calling strdup.Peter Hutterer
2008-09-05sprintf -> snprintf conversionsAlan Coopersmith
2008-09-05Remove #if 0'd typedef that appears nowhere else.Alan Coopersmith
2008-09-05Remove X_NOT_POSIX #ifdefsAlan Coopersmith
2008-09-05Check for strdup & strcasecmp before assuming we need to provide our ownAlan Coopersmith
2008-08-22Don't overwrite previously assigned type indices with useless ones.Peter Hutterer
2008-08-21Remove unused merge parameter from HandleKeyNameVar.Peter Hutterer
2008-08-21Don't pass useless handlers around in HandleIncludeKeycodes.Peter Hutterer
2008-08-21More comments.Peter Hutterer
2008-08-18Remove useless longestPath variable.Peter Hutterer
2008-08-18Silence valgrind warnings.Peter Hutterer
2008-08-18Add some explanatory commentsPeter Hutterer
2008-08-12If we're not using XkbDesc, don't require it as a parameter.Peter Hutterer
2008-08-12Indent fixes.Peter Hutterer