summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-20Fix check for appending '|' character when applying rulesRan Benita
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
2018-03-24correcting mathematical nonsenseMartin Burggraf
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
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
2013-10-20Convert to X.Org standard indentation styleAlan Coopersmith
2013-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2011-11-16Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-11-11Include strings.h for strcasecmpJeremy Huddleston
2011-09-16Strip trailing whitespaceAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2010-07-08Purge macro NEED_EVENTSFernando Carrijo
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
2009-05-08Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4Adam Jackson
2009-05-07Use flockfile if available.Adam Jackson
2009-05-07s/_XkbDupString/strdup/Adam Jackson
2009-01-29Janitor: distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade
2009-01-15Fix static buffer overflow in "xkbcomp -C :0"Kees Cook
2009-01-15Apply partial matches for option (#19563)Alexey Ten
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-04-12Fix offline operation.Daniel Stone
2006-04-10Really fix typos.Daniel Stone
2006-04-10Fix stupid typos. (Shang-Feng Yang)Daniel Stone
2006-04-09Coverity #265: Fix potential NULL dereference.Daniel Stone
2006-04-09Coverity #776, #777: Fix memory leaks.Daniel Stone
2006-04-07Coverity #787, 788: Fix memory leaks.Daniel Stone
2006-04-07Coverity #979, #980, #981: Avoid potential NULL dereferences.Daniel Stone
2006-04-07Coverity #982: Fix potential NULL dereference.Daniel Stone
2006-04-07Fix signed vs unsigned char hilarity. (Bill Crawford)Daniel Stone
2006-03-27Bug #3819: Fix serious botching of _XkbStrCaseCmp commit.XORG-7_0_99_901Daniel Stone
2006-03-25Bug #3819: Change open-coded _XkbStrCaseCmp to strcmp + tolower.Daniel Stone
2006-02-28Bump to 1.0.2.libxkbfile-1_0_2Adam Jackson
2006-02-28Bug #5216: Allow options to appear with other components.Daniel Stone
2005-10-03magic lives in src, so add it to EXTRA_DIST there insteadKevin E Martin
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson
2005-07-16Set soversion to 1.0.0 using -version-number.Daniel Stone
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard
2005-07-03Fix more include paths; add dix-config.h to XKB code.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Daniel Stone
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone