summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-21rules: fix mlvo-not-used warningRan Benita1-9/+11
2014-09-21quick-guide: fix xkb_state_key_get_syms() exampleRan Benita1-1/+1
2014-09-21quick-guide: fix Java-esque array syntaxRan Benita1-1/+1
2014-09-20rules: warn when an RMLVO component isn't usedRan Benita1-32/+69
2014-09-20parser: use "atom" instead of "sval" in yylvalRan Benita2-4/+4
2014-09-19doc: reorder "Keymap Components" functionsRan Benita2-38/+38
2014-09-19doc: move consumed modifier description to its own sectionRan Benita1-24/+33
2014-09-18doc: order the modules betterRan Benita1-3/+5
2014-09-18x11, doc: fix typoRan Benita1-1/+1
2014-09-18x11, doc: add overviewRan Benita1-0/+55
2014-09-11test/keyseq: add testRan Benita1-0/+10
2014-09-11configure.ac: add -WdocumentationRan Benita1-0/+1
2014-09-11doc: fix @param display for xkb_x11_setup_xkb_extension()Ran Benita1-2/+6
2014-09-11symbols: use darray_foreach_from for nicer loopRan Benita1-3/+4
2014-09-10Remove compatibility symbolsRan Benita2-190/+0
2014-09-10build: use symbol versioningJan Engelhardt3-0/+84
2014-09-10keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita3-3/+1344
2014-09-10ast-build: fix leak in error pathRan Benita1-1/+7
2014-09-06test: make most tests portable by copying linux/input.h locallyRan Benita5-13/+599
2014-09-06Remove <linux/input.h> include from test/x11comp.cPino Toscano1-1/+0
2014-09-02Merge pull request #11 from michaelforney/masterRan Benita1-1/+1
2014-09-01Fix typo in default-variant configure optionMichael Forney1-1/+1
2014-09-01test/x11comp: don't hang if Xvfb is not availableRan Benita1-2/+6
2014-08-24keymap: fix typoRan Benita1-1/+1
2014-08-24keymap: fix description of xkb_keymap_key_get_syms_by_level()David Herrmann1-1/+1
2014-08-19Bump version to 0.4.3xkbcommon-0.4.3upstream-gitRan Benita1-1/+1
2014-08-19Update NEWSRan Benita1-0/+23
2014-08-18test/state: add test_update_mask() testRan Benita1-0/+70
2014-08-18state: make sure the mods are fully resolved after xkb_state_update_mask()Ran Benita1-0/+21
2014-08-18Make the effective mod mask calculation available to other filesRan Benita3-9/+26
2014-08-18state: no need for loop in xkb_state_update_mask()Ran Benita1-16/+7
2014-08-18test/x11comp: server writes \n to displayfdRan Benita1-1/+3
2014-08-09test/x11-keyseq: new testRan Benita4-1/+1849
2014-08-09x11/keymap: handle private actionsRan Benita1-0/+14
2014-08-09utils: add a STATIC_ASSERT macroRan Benita1-0/+4
2014-08-09keymap: remove "flags" field of xkb_private_actionRan Benita1-1/+0
2014-08-08x11/keymap: be more defensive about the number of modifiersRan Benita1-2/+4
2014-08-08x11/keymap: don't forget to add the vmod offset in get_vmodsRan Benita1-2/+3
2014-07-28docs: move keysym-transformations page to a better positionRan Benita1-6/+7
2014-07-28docs: fix self-referenceRan Benita1-1/+1
2014-07-27interactive-evdev: don't use sysexits.hRan Benita1-2/+1
2014-07-27ast-build: make sure InterpDef is freeableRan Benita3-0/+9
2014-07-26parser: silence bison "unused value" warningsRan Benita1-5/+5
2014-07-26parser: don't leak AST nodes for discarded symbolsRan Benita1-0/+10
2014-07-26test: add file with a syntax errorRan Benita2-0/+1815
2014-07-26Replace darray_mem with a new darray_stealRan Benita6-27/+25
2014-07-26ast-build: use cast instead of ->commonRan Benita1-1/+1
2014-07-25types: refactor CopyKeyTypesToKeymapRan Benita1-25/+26
2014-07-25keycodes: split CopyKeyInfoToKeymap to several functionsRan Benita1-31/+60
2014-06-30parser: don't shadow "str"Ran Benita3-5/+7