summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Document XkbRF_VarDefsRec and some related functionsHEADmasterAlexander Golubev1-15/+62
2024-03-18Add XkbRF_FreeVarDefs() a destructor for XkbRF_VarDefsRec.Alexander Golubev2-1/+39
2024-02-21CI: add workflow rulesPeter Hutterer1-0/+4
2024-02-04libxkbfile 1.1.3libxkbfile-1.1.3Alan Coopersmith2-2/+2
2023-11-08Add a meson build systemAlan Coopersmith5-13/+159
2023-10-08Fix -Wsign-compare warnings in xkbtext.c & xkmread.cAlan Coopersmith2-9/+8
2023-10-08XkbIndentText: Fix -Wsign-compare warningAlan Coopersmith1-1/+1
2023-10-08xkbtext.c: Add tbGetBufferString helper functionAlan Coopersmith1-20/+21
2023-10-08DefaultParser: avoid -Wimplicit-fallthrough warningsAlan Coopersmith1-32/+34
2023-10-08XkbWriteCFile: stop leaking header file ifdef nameAlan Coopersmith1-3/+4
2023-10-08XkbCFReportError: avoid -Wformat-nonliteral warningAlan Coopersmith1-15/+15
2023-10-08XkbChangeAtomDisplay: stop leaking atom nameAlan Coopersmith1-5/+6
2023-10-08_XkbInitAtoms: check for malloc() failureAlan Coopersmith1-6/+4
2023-10-08_XkbMakeAtom: remove check for impossible caseAlan Coopersmith1-2/+1
2023-03-25Set close-on-exec when opening filesAlan Coopersmith1-4/+9
2023-03-06configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-1/+2
2022-12-08libxkbfile 1.1.2libxkbfile-1.1.2Matt Turner1-1/+1
2022-11-29configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner1-0/+3
2022-10-17libxkbfile 1.1.1libxkbfile-1.1.1Alan Coopersmith1-2/+3
2022-08-20Fix check for appending '|' character when applying rulesRan Benita1-1/+1
2022-07-17gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-07-17Fix spelling/wording issuesAlan Coopersmith2-2/+2
2022-07-17Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-06-05fix an off-by-one error in copying the name of a virtual modifierBenno Schulenberg1-1/+1
2020-09-02unifdef NOTYETPeter Hutterer2-25/+0
2020-06-19Escape non-printable characters correctlyPeter Hutterer1-1/+1
2019-03-29Convert check for strcasecmp to normal autoconf styleAlan Coopersmith3-5/+3
2019-03-29Use strndup if available to avoid -Wstringop-overflow warning from gcc 9Alan Coopersmith2-3/+10
2019-03-16libxkbfile 1.1.0libxkbfile-1.1.0Alan Coopersmith1-1/+1
2019-03-16Add description of libxkbfile to README.mdAlan Coopersmith1-0/+3
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-24/+20
2018-11-10Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith1-63/+63
2018-03-24correcting mathematical nonsenseMartin Burggraf1-3/+11
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
2016-01-01Fix mistyped argument of sizeofAndreas Wettstein1-3/+3
2016-01-01Add support for genKeyEvent flagAndreas Wettstein1-0/+2
2016-01-01Add missing support for NoLock and NoUnlock flagsAndreas Wettstein1-2/+46
2015-04-30libxkbfile 1.0.9libxkbfile-1.0.9Alan Coopersmith1-1/+1
2014-11-27Remove unnecessary check.Jörg Sonnenberger1-1/+1
2014-11-08Remove check to see if SEEK_SET is defined before using itAlan Coopersmith1-4/+0
2013-10-28Constify atom name argument to XkbInternAtomAlan Coopersmith2-3/+3
2013-10-28Convert sprintf calls to snprintfAlan Coopersmith3-114/+128
2013-10-28Don't dereference xkb pointer until after checking it for NULLAlan Coopersmith1-8/+8
2013-10-28unifdef -UXKB_IN_SERVERAlan Coopersmith9-124/+0
2013-10-20Convert to X.Org standard indentation styleAlan Coopersmith14-7630/+8130
2013-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-4/+2
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3