summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-02BSD MakefileobsdMatthieu Herrb
2024-07-13WriteXKMIndicators: dereference pointer after checking for NULL, not beforeHEADmasterAlan Coopersmith
2024-04-22Assume target platforms have strcasecmp nowAlan Coopersmith
2024-03-18Document XkbRF_VarDefsRec and some related functionsAlexander Golubev
2024-03-18Add XkbRF_FreeVarDefs() a destructor for XkbRF_VarDefsRec.Alexander Golubev
2024-02-21CI: add workflow rulesPeter Hutterer
2024-02-04libxkbfile 1.1.3libxkbfile-1.1.3Alan Coopersmith
2023-11-08Add a meson build systemAlan Coopersmith
2023-10-08Fix -Wsign-compare warnings in xkbtext.c & xkmread.cAlan Coopersmith
2023-10-08XkbIndentText: Fix -Wsign-compare warningAlan Coopersmith
2023-10-08xkbtext.c: Add tbGetBufferString helper functionAlan Coopersmith
2023-10-08DefaultParser: avoid -Wimplicit-fallthrough warningsAlan Coopersmith
2023-10-08XkbWriteCFile: stop leaking header file ifdef nameAlan Coopersmith
2023-10-08XkbCFReportError: avoid -Wformat-nonliteral warningAlan Coopersmith
2023-10-08XkbChangeAtomDisplay: stop leaking atom nameAlan Coopersmith
2023-10-08_XkbInitAtoms: check for malloc() failureAlan Coopersmith
2023-10-08_XkbMakeAtom: remove check for impossible caseAlan Coopersmith
2023-03-25Set close-on-exec when opening filesAlan Coopersmith
2023-03-06configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith
2022-12-08libxkbfile 1.1.2libxkbfile-1.1.2Matt Turner
2022-11-29configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner
2022-10-17libxkbfile 1.1.1libxkbfile-1.1.1Alan Coopersmith
2022-08-20Fix check for appending '|' character when applying rulesRan Benita
2022-07-17gitlab CI: add a basic build testAlan Coopersmith
2022-07-17Fix spelling/wording issuesAlan Coopersmith
2022-07-17Build xz tarballs instead of bzip2Alan Coopersmith
2022-06-05fix an off-by-one error in copying the name of a virtual modifierBenno Schulenberg
2020-09-02unifdef NOTYETPeter Hutterer
2020-06-19Escape non-printable characters correctlyPeter Hutterer
2019-03-29Convert check for strcasecmp to normal autoconf styleAlan Coopersmith
2019-03-29Use strndup if available to avoid -Wstringop-overflow warning from gcc 9Alan Coopersmith
2019-03-16libxkbfile 1.1.0libxkbfile-1.1.0Alan Coopersmith
2019-03-16Add description of libxkbfile to README.mdAlan Coopersmith
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-19Update README for gitlab migrationAlan Coopersmith
2018-11-10Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith
2018-03-24correcting mathematical nonsenseMartin Burggraf
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
2016-01-01Fix mistyped argument of sizeofAndreas Wettstein
2016-01-01Add support for genKeyEvent flagAndreas Wettstein
2016-01-01Add missing support for NoLock and NoUnlock flagsAndreas Wettstein
2015-04-30libxkbfile 1.0.9libxkbfile-1.0.9Alan Coopersmith
2014-11-27Remove unnecessary check.Jörg Sonnenberger
2014-11-08Remove check to see if SEEK_SET is defined before using itAlan Coopersmith
2013-10-28Constify atom name argument to XkbInternAtomAlan Coopersmith
2013-10-28Convert sprintf calls to snprintfAlan Coopersmith
2013-10-28Don't dereference xkb pointer until after checking it for NULLAlan Coopersmith
2013-10-28unifdef -UXKB_IN_SERVERAlan Coopersmith