summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-12xkbevd 1.1.5HEADxkbevd-1.1.5masterAlan Coopersmith1-2/+2
2022-10-22Add .git-blame-ignore-revs to hide whitespace commits from git blameAlan Coopersmith1-0/+18
2022-10-22eventTypeToString: remove unnecessary strcpy to static bufferAlan Coopersmith1-7/+4
2022-10-22xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT pathAlan Coopersmith1-1/+1
2022-10-22cfgscan: check if character is EOF before calling isalpha or isdigitAlan Coopersmith1-2/+2
2022-10-22Rename shadowed variablesAlan Coopersmith1-10/+11
2022-10-22Variable scope reduction as suggested by cppcheckAlan Coopersmith2-8/+7
2022-10-22gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith1-6/+0
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-24/+28
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
2015-04-16xkbevd 1.1.4xkbevd-1.1.4Alan Coopersmith1-1/+1
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-05-25Remove unused macro lowbit()Alan Coopersmith1-3/+0
2014-05-25Add xev & xkbwatch to SEE ALSO list in man pageAlan Coopersmith1-1/+4
2014-05-25Add -version option to print program versionAlan Coopersmith2-0/+8
2014-05-25Remove unnecessary cast of getenv return value to char *Alan Coopersmith1-3/+1
2014-05-25Convert sources to X.Org standard coding styleAlan Coopersmith7-1095/+1273
2014-05-25Convert sprintf calls to snprintfAlan Coopersmith3-43/+43
2014-05-25Remove unused debugging & function tracing frameworksAlan Coopersmith6-220/+0
2014-05-25Delete unused uStrCasePrefix functionAlan Coopersmith2-23/+0
2014-05-25unifdef -UnotyetAlan Coopersmith2-243/+0
2012-03-23man: whitespace fixesBjarni Ingi Gislason1-11/+11
2012-03-23man: fix broken escape sequence (\P instead of \fP)Julien Cristau1-1/+1
2012-03-22xkbevd 1.1.3xkbevd-1.1.3Alan Coopersmith1-1/+1
2011-11-27Delete unused uFatalError functionAlan Coopersmith2-27/+0
2011-11-27Fix gcc -Wwrite-strings warningsAlan Coopersmith4-11/+11
2011-11-27Replace local u*alloc wrappers with direct calls to standard funcsAlan Coopersmith5-123/+15
2011-11-27Check for strdup & strcasecmp in configure before defining our ownAlan Coopersmith2-0/+6
2011-06-16config: move pre-processor flags to AM_CPPFLAGSGaetan Nadon1-2/+3
2011-03-08config: let Automake handle Yacc dist and cleaningGaetan Nadon1-4/+2
2011-01-19config: move man pages into their own directoryGaetan Nadon4-18/+17
2010-12-08xkbevd 1.1.2xkbevd-1.1.2Alan Coopersmith1-1/+1
2010-11-20Purge RCS/CVS version tagsAlan Coopersmith11-22/+0
2010-11-20Fix errors found by gcc's printf attribute checkAlan Coopersmith1-6/+11
2010-11-20Add printf attributes to util.c functionsAlan Coopersmith1-9/+10
2010-11-20Constify arguments to utils.c functionsAlan Coopersmith2-34/+34
2010-11-20Remove trailing whitespaceAlan Coopersmith12-118/+118
2010-11-20Combine usage message into a single stringAlan Coopersmith1-13/+10
2010-11-20config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-4/+6
2010-11-01config: cfgparse.c is in the root dir and not in src dirGaetan Nadon1-1/+1
2010-11-01config: replace AC_CHECK_FILE with test -fMartin Jansa1-2/+5
2010-10-30xkbevd 1.1.1xkbevd-1.1.1Alan Coopersmith1-1/+2
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith1-4/+0