summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Strip trailing whitespace from source filesHEADmasterAlan Coopersmith11-66/+66
2025-05-25man page: fix warnings from `mandoc -T lint`Alan Coopersmith3-13/+3
2025-04-15xkbvleds.man: Fix WARNING: skipping paragraph macro: PP emptyBjarni Ingi Gislason1-10/+0
2025-04-05Improve man page formattingAlan Coopersmith2-40/+31
2025-04-05Accept --help & --version as aliases to -help & -versionAlan Coopersmith3-7/+17
2025-04-05xkbwatch: add -help optionAlan Coopersmith3-7/+16
2025-04-05xkbbell, xkbvleds, xkbwatch: Print usage message for unknown argumentsAlan Coopersmith3-1/+24
2024-11-09Use _stricmp() instead of strcasecmp() on WindowsAlan Coopersmith1-0/+4
2024-05-31documentation: improve utility descriptionsAlexander Ziaee4-7/+7
2024-04-22Assume target platforms have strcasecmp nowAlan Coopersmith3-38/+1
2024-02-03xkbutils 1.0.6xkbutils-1.0.6Alan Coopersmith1-1/+1
2024-01-18Change sprintf calls to use snprintf insteadAlan Coopersmith2-6/+6
2024-01-18Remove uSetErrorFile()Alan Coopersmith4-24/+1
2023-12-08xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)Alan Coopersmith1-1/+1
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith4-4/+4
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-07-12xkbutils 1.0.5xkbutils-1.0.5Alan Coopersmith1-1/+1
2022-04-03Use _CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith2-1/+2
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-06gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-31/+26
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2014-05-31autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-05-31configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-05-31Remove unused uStrCasePrefix fallback for strncasecmpAlan Coopersmith2-26/+0
2013-12-09XkbQueryExtension returns a Bool, don't use > 0 to check itAlan Coopersmith1-1/+1
2013-02-10xkbutils 1.0.4xkbutils-1.0.4Alan Coopersmith1-1/+1
2013-01-12Declare bit to shift as unsigned to clear compiler warningAlan Coopersmith1-1/+1
2013-01-12Add -version flags to all three commandsAlan Coopersmith6-2/+49
2013-01-12Combine usage message strings/callsAlan Coopersmith2-28/+26
2013-01-12Delete more unused macros from utils.hAlan Coopersmith1-19/+0
2013-01-12Remove unused u*alloc functions from utils.cAlan Coopersmith4-93/+0
2013-01-12Remove unused uStringDup functionAlan Coopersmith2-19/+0
2013-01-12Make configure actually check for strcasecmpAlan Coopersmith2-0/+6
2013-01-12Remove unused debug & function tracing infrastructure from utils.cAlan Coopersmith4-231/+0
2013-01-12Mark uFatalError as _X_NORETURNAlan Coopersmith2-4/+4
2013-01-12Add printf attributes to utils.c printing functionsAlan Coopersmith1-9/+9
2013-01-12Declare utils.c functions as taking const char * argumentsAlan Coopersmith2-34/+34
2013-01-12config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-4/+6
2013-01-12unifdef CRAYAlan Coopersmith1-4/+0
2013-01-12Remove unused streq() macroAlan Coopersmith1-3/+0
2013-01-12Remove unused #ifdef notyet typedefAlan Coopersmith1-9/+0
2013-01-12Remove CVS version tagsAlan Coopersmith8-14/+0
2013-01-12Convert to X.Org standard coding styleAlan Coopersmith8-922/+1020
2011-05-07Fix typo in SetValues which could fail to detect a change if only width/heigh...Jeremy Huddleston1-2/+2
2011-01-19config: move man pages into their own directoryGaetan Nadon6-16/+17
2011-01-13man: remove trailing spaces and tabsGaetan Nadon3-15/+15