summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spelling/wording issuesAlan Coopersmith2020-07-237-11/+11
* Don't pretend unresolved symbols are an errorPeter Hutterer2020-06-051-1/+1
* For -R and after chdir, add the current directory to the pathPeter Hutterer2020-06-051-4/+7
* xkbcomp 1.4.3xkbcomp-1.4.3Matt Turner2020-02-201-1/+1
* Don't compare with string literalsDimitry Andric2020-02-191-5/+5
* Error out if we have no default pathPeter Hutterer2019-06-131-4/+0
* xkbcomp Fix missing support for "affect" and incorrect modifier handling for ...Andreas Wettstein2019-06-081-15/+37
* Fix invalid error report on F_Accel fieldMiroslav Koškár2019-06-081-0/+1
* configure: Remove unused AC_SUBST([REQUIRED_MODULES])Andreas Boll2019-02-121-4/+1
* pkgconfig: Remove unneeded Requires.privateAndreas Boll2019-02-111-1/+0
* Suppress high-keycode warnings at the default warning levelAdam Jackson2018-12-111-2/+2
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-11-211-1/+1
* xkbcomp 1.4.2xkbcomp-1.4.2Peter Hutterer2018-06-081-1/+1
* Ignore xkb_keycodes.maximum of > 255Peter Hutterer2018-06-081-1/+9
* xkbcomp 1.4.1xkbcomp-1.4.1Adam Jackson2018-03-011-1/+1
* pkgconfig: add the exec_prefix substitutionPeter Hutterer2018-02-131-0/+1
* pkgconfig: Add our bindir to xkbcomp.pcAdam Jackson2017-11-061-0/+1
* xkbcomp 1.4.0xkbcomp-1.4.0Daniel Stone2017-05-011-1/+1
* keycodes: Ignore high keycodesDaniel Stone2017-04-111-8/+20
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* When a file contains several maps, look for a default mapRan Benita2016-01-081-4/+25
* When overriding a key, adjust also its number of levels (#57242).Benno Schulenberg2015-11-091-7/+8
* xkbcomp 1.3.1xkbcomp-1.3.1Peter Hutterer2015-11-051-1/+1
* symbols: increase the warning level for shortening a key typePeter Hutterer2015-11-041-1/+1
* Adjust a NUL-string assignment to avoid const issues.Matthew Green2015-07-291-2/+2
* Define WIN32_LEAN_AND_MEAN when building on Win32Jon TURNEY2015-04-091-0/+1
* Stop including <X11/Xalloca.h> in parseutils.cAlan Coopersmith2015-03-031-1/+0
* xkbcomp 1.3.0xkbcomp-1.3.0Peter Hutterer2014-11-211-1/+1
* xkbcomp: Improved -w option parsingVincent Lefevre2014-10-301-6/+26
* Initialize nMatch even if WIN32 is definedAlan Coopersmith2014-03-101-1/+1
* Remove useless assignment to 'outline' variableAlan Coopersmith2014-03-101-1/+0
* Don't dereference the pointer whose allocation failedAlan Coopersmith2014-03-102-2/+2
* Remove useless checks for NULL before free in OverlayKeyCreate()Alan Coopersmith2014-03-101-4/+2
* man: replace default include directory with the one from configurePeter Hutterer2014-02-052-1/+3
* Fix many const char * warnings from gccAlan Coopersmith2013-11-019-33/+33
* Convert remaining sprintf calls to snprintfAlan Coopersmith2013-11-014-12/+13
* Remove unused uASSERT macroAlan Coopersmith2013-11-011-9/+0
* Remove unused function entry/exit tracking frameworkAlan Coopersmith2013-11-013-120/+0
* compat: don't warn about redefinition when nothing is defined yetPeter Hutterer2013-08-291-1/+1
* Making sure that a copied string is always null-terminated (#66345).Benno Schulenberg2013-08-291-12/+2
* Parse -w1 flag correctly (#66344)Peter Hutterer2013-07-181-2/+2
* Always terminate the scanBuf string (#66345)Peter Hutterer2013-07-181-1/+10
* Add #include <stdlib.h> to xkbscan.cLaura2013-07-131-0/+1
* Protect config.h like usual.Thomas Klausner2013-06-041-0/+2
* man: document -help/-?, -em1, -emp, -emlPeter Hutterer2013-05-211-0/+12
* Use DEBUG, not DEBUG_ON to determine whether debugging is enabledPeter Hutterer2013-04-091-1/+1
* config: Add missing AC_CONFIG_SRCDIRbaserock/morphAlan Coopersmith2013-01-221-2/+5
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-01-161-2/+3