summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-14setxkbmap 1.3.2setxkbmap-1.3.2Alan Coopersmith
2019-06-09Correct error messages for missing/invalid file passed to -configAlan Coopersmith
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2015-04-16setxkbmap 1.3.1setxkbmap-1.3.1Alan Coopersmith
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2014-06-02config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith
2013-08-30Fixing a small mistake in the man page -- s/comp/map/.Benno Schulenberg
2013-08-30Printing the program's version number on -version.Benno Schulenberg
2013-07-02Ensure consistency between the manpage and the output of the -h optionStéphane Aulery
2013-02-12Use C99 struct initializer for cmdNames in applyComponentNamesAlan Coopersmith
2013-02-12Make len a size_t instead of converting back & forth to an intAlan Coopersmith
2013-02-12Move global rules variable into applyRules, the only function that uses itAlan Coopersmith
2012-03-22setxkbmap 1.3.0setxkbmap-1.3.0Alan Coopersmith
2012-03-05Mention xkeyboard-config(7) in setxkbmap(1)Mehdi Dogguy
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-02-28Minor style changes in help message.Van de Bugger
2011-02-28Few messages added for easier troubleshooting.Van de Bugger
2011-02-28Consistent handling of memory allocation errors.Van de Bugger
2011-02-25Removed unused arg subdir in function findFileInPath()Alexandr Shadchin
2011-02-23Minor style fixes.Van de Bugger
2011-02-23Set of macros converted to enum type.Lev Nezhdanov
2011-02-23man: multiple layouts can be specified (#34118)Peter Hutterer
2011-02-17Refactoring the help message.Van de Bugger
2011-02-16Bug in searching config files fixed.Van de Bugger
2011-02-15Data refactored: list_t introduced to keep list and its sizes together.Van de Bugger
2011-02-15Data refactored: 3 separate arrays and set of macros merged into a struct.Van de Bugger
2011-02-15Tabs replaced with spaces; trailing spaces deleted.Van de Bugger
2011-02-13assigned value never used: "next" set at setxkbmap.c(654)Alan Coopersmith
2011-02-13Use snprintf instead of trying to pre-measure sprintf result sizes.Alan Coopersmith
2011-02-13Bug 34151: Potential bug and buffer overflow due to misused rules filenameAlan Coopersmith
2011-02-13Bug 34117: setxkbmap -I dir not accepted, despite man pageAlan Coopersmith
2011-01-20config: move man pages into their own directoryGaetan Nadon
2011-01-19Fix crash when when -device is specified without argumentStuart Kreitman
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
2010-09-22setxkbmap 1.2.0setxkbmap-1.2.0Alan Coopersmith
2010-09-22config: remove AC_SUBST of CFLAGS & LIBS that PKG_CHECK_MODULES handlesAlan Coopersmith
2010-09-22config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provideAlan Coopersmith
2010-09-22config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-07-23config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
2010-01-13COPYING: replace stub with actual copyright noticeGaetan 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-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon