summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-18test/interactive: also print the levelRan Benita1-10/+7
2013-03-18test/keyseq: re-add de(neo) level5 testRan Benita1-6/+5
2013-03-18Sync test data from xkeyboard-configRan Benita21-146/+573
2012-12-13configure.ac: add xkbcommon.com url to AC_INITRan Benita1-2/+3
2012-12-06Parser: Initialise geometry elements for VarDeclDaniel Stone1-3/+3
2012-11-11state: rename state->cur to state->componentsRan Benita1-68/+70
2012-11-11state: don't keep the previous state components in xkb_stateRan Benita1-7/+9
2012-11-11keymap: wrap the layout parameter if it is out of range for the keyRan Benita4-10/+29
2012-11-09Only distribute .tar.xz archivesDaniel Stone1-1/+1
2012-11-07Don't use trailing enum comma in public headersRan Benita1-8/+8
2012-11-07test/keysym: '\e' is non-standardRan Benita1-1/+1
2012-11-06doc: clarify that keysym_to_utf8 returns size including '\0'Ran Benita1-3/+3
2012-11-05keysym-utf: mark keysymtab array as staticRan Benita1-1/+1
2012-11-05keysym-utf: also translate special keysyms like Tab and ReturnRan Benita2-27/+27
2012-11-04Add some explanations on consumed modifiersRan Benita1-2/+43
2012-10-30action: don't allow private actions with a known typeRan Benita2-2/+21
2012-10-30build: Require xorg macros 1.16Damien Lespiau1-1/+1
2012-10-30build: Make autoreconf honour ACLOCAL_FLAGSDamien Lespiau1-1/+1
2012-10-29test/keyseq: add test for setting depressed groupRan Benita1-0/+46
2012-10-29state, context: allow passing NULL to *_unref()Ran Benita4-2/+13
2012-10-26state: don't use xkb_keymap_num_layouts internallyRan Benita1-5/+3
2012-10-26doc: fix wrong commentRan Benita1-1/+1
2012-10-26state: don't use xkb_state_serialize_* internallyRan Benita1-9/+3
2012-10-26Makefile.am: move test.h to libtest_la_SOURCESRan Benita1-3/+3
2012-10-26Makefile.am: split sed script into multiple linesRan Benita1-1/+4
2012-10-26configure.ac: don't tramp on user's CFLAGSRan Benita1-1/+1
2012-10-26configure.ac: add explicit PKG_PROG_PKG_CONFIGRan Benita1-0/+1
2012-10-24test: add key processing benchmarkRan Benita3-1/+100
2012-10-24state: fix possible index-out-of-bounds in action dispatch tableRan Benita1-0/+11
2012-10-24More READMEDaniel Stone1-1/+4
2012-10-24README updatesDaniel Stone1-2/+2
2012-10-24Bump to 0.2.0xkbcommon-0.2.0Daniel Stone1-1/+1
2012-10-23doc: various fixesRan Benita1-46/+49
2012-10-23doc: move include_path functions to a separate groupRan Benita1-25/+38
2012-10-23test/interactive: use num_layouts_for_key()Ran Benita1-2/+3
2012-10-23keymap: use plain array for keymap->group_namesRan Benita4-24/+18
2012-10-23state: fix typo in state component copyingRan Benita1-1/+1
2012-10-24autogen: use --force instead of --symlinkDaniel Stone1-1/+1
2012-10-22Change update_mask arguments to read 'depressed' instead of 'base'Ran Benita1-2/+2
2012-10-22test/interactive: add option to show state changesRan Benita1-6/+43
2012-10-22Report which components of the state have changedRan Benita2-43/+90
2012-10-22state: add struct state_componentsRan Benita1-68/+72
2012-10-22Split the mods, layout, leds parts of xkb_state_componentsRan Benita9-106/+161
2012-10-22doc: add note about X11 vs. extended keycodesRan Benita1-0/+20
2012-10-21Silence a couple of warningsRan Benita2-1/+4
2012-10-18Move _text() functions from keymap-dump to text.cRan Benita3-77/+81
2012-10-18Remove a couple more uses of static char buffersRan Benita2-6/+5
2012-10-18Contextualize GetBuffer()Ran Benita6-32/+35
2012-10-18Clean up xkb_sym_interpret a bitRan Benita5-60/+32
2012-10-17Commit and distribute ks_tables.hRan Benita4-9/+4685