summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: don't rebuild everything for libtest.laRan Benita2014-10-021-1/+0
* scanner-utils: optimize str()/lit()Ran Benita2014-10-011-1/+1
* keymap: rename XkbKeyGroupWidth to XkbKeyNumLevelsRan Benita2014-09-255-10/+9
* symbols: improve FindKeyForSymbol()Ran Benita2014-09-251-29/+23
* symbols: use correct max valueRan Benita2014-09-251-1/+1
* doc: disable alphabetical data structure indexRan Benita2014-09-221-1/+1
* doc: disable BRIEF_MEMBER_DESCRan Benita2014-09-221-1/+1
* doc: disable tree viewRan Benita2014-09-221-1/+1
* doc: linkify some referencesRan Benita2014-09-221-2/+2
* x11, doc: add note about Key{Press,Release}->state fieldRan Benita2014-09-221-3/+9
* x11, doc: add note about per-client flags like detectable autorepeatRan Benita2014-09-221-0/+4
* keymap-dump: combine modifier_map's with the same modifierRan Benita2014-09-223-35/+26
* rules: fix mlvo-not-used warningRan Benita2014-09-211-9/+11
* quick-guide: fix xkb_state_key_get_syms() exampleRan Benita2014-09-211-1/+1
* quick-guide: fix Java-esque array syntaxRan Benita2014-09-211-1/+1
* rules: warn when an RMLVO component isn't usedRan Benita2014-09-201-32/+69
* parser: use "atom" instead of "sval" in yylvalRan Benita2014-09-202-4/+4
* doc: reorder "Keymap Components" functionsRan Benita2014-09-192-38/+38
* doc: move consumed modifier description to its own sectionRan Benita2014-09-191-24/+33
* doc: order the modules betterRan Benita2014-09-181-3/+5
* x11, doc: fix typoRan Benita2014-09-181-1/+1
* x11, doc: add overviewRan Benita2014-09-181-0/+55
* test/keyseq: add testRan Benita2014-09-111-0/+10
* configure.ac: add -WdocumentationRan Benita2014-09-111-0/+1
* doc: fix @param display for xkb_x11_setup_xkb_extension()Ran Benita2014-09-111-2/+6
* symbols: use darray_foreach_from for nicer loopRan Benita2014-09-111-3/+4
* Remove compatibility symbolsRan Benita2014-09-102-190/+0
* build: use symbol versioningJan Engelhardt2014-09-103-0/+84
* keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita2014-09-103-3/+1344
* ast-build: fix leak in error pathRan Benita2014-09-101-1/+7
* test: make most tests portable by copying linux/input.h locallyRan Benita2014-09-065-13/+599
* Remove <linux/input.h> include from test/x11comp.cPino Toscano2014-09-061-1/+0
* Merge pull request #11 from michaelforney/masterRan Benita2014-09-021-1/+1
|\
| * Fix typo in default-variant configure optionMichael Forney2014-09-011-1/+1
|/
* test/x11comp: don't hang if Xvfb is not availableRan Benita2014-09-011-2/+6
* keymap: fix typoRan Benita2014-08-241-1/+1
* keymap: fix description of xkb_keymap_key_get_syms_by_level()David Herrmann2014-08-241-1/+1
* Bump version to 0.4.3xkbcommon-0.4.3Ran Benita2014-08-191-1/+1
* Update NEWSRan Benita2014-08-191-0/+23
* test/state: add test_update_mask() testRan Benita2014-08-181-0/+70
* state: make sure the mods are fully resolved after xkb_state_update_mask()Ran Benita2014-08-181-0/+21
* Make the effective mod mask calculation available to other filesRan Benita2014-08-183-9/+26
* state: no need for loop in xkb_state_update_mask()Ran Benita2014-08-181-16/+7
* test/x11comp: server writes \n to displayfdRan Benita2014-08-181-1/+3
* test/x11-keyseq: new testRan Benita2014-08-094-1/+1849
* x11/keymap: handle private actionsRan Benita2014-08-091-0/+14
* utils: add a STATIC_ASSERT macroRan Benita2014-08-091-0/+4
* keymap: remove "flags" field of xkb_private_actionRan Benita2014-08-091-1/+0
* x11/keymap: be more defensive about the number of modifiersRan Benita2014-08-081-2/+4
* x11/keymap: don't forget to add the vmod offset in get_vmodsRan Benita2014-08-081-2/+3