summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-18ast-build: remove malloc_or_dieRan Benita1-82/+93
2013-03-18keycodes: fix spelling in error messageRan Benita1-1/+1
2013-03-18Remove list.hRan Benita2-490/+0
2013-03-18Makefile.am: don't create INSTALL and ChangeLogRan Benita2-13/+1
2013-03-18keymap-dump: move writing 'key {}' in symbols to its own functionRan Benita1-100/+107
2013-03-18keymap-dump: remove some ugly empty linesRan Benita2-9/+6
2013-03-18keymap-dump: don't indent after xkb_keymap {Ran Benita2-1956/+1956
2013-03-18keymap-dump: style cleanupsRan Benita1-74/+45
2013-03-18ast: add error handling to XkbFileFromComponentsRan Benita1-24/+32
2013-03-18Fix dead assignmentsRan Benita4-22/+17
2013-03-18keysym: print unicode keysyms uppercase and 0-paddedRan Benita4-28/+34
2013-03-18Change some log functions to take ctx instead of keymapRan Benita3-10/+10
2013-03-18keycodes: some minor styleRan Benita1-18/+25
2013-03-18action: s/hndlrType/handler_typeRan Benita1-5/+5
2013-03-18compat: make it clear which 'dflt' is meantRan Benita1-19/+21
2013-03-18symbols: make it clear which 'dflt' is meantRan Benita1-18/+18
2013-03-18ast: constify argumentRan Benita2-2/+2
2013-03-18symbols: fix bad 'merge' assignmentRan Benita1-1/+1
2013-03-18Change 'indicator' to 'led' everywhere possibleRan Benita13-227/+218
2013-03-18test/interactive: change variable name for 'xkb' to 'keymap'Ran Benita1-2/+3
2013-03-18state: fix unbound virtual modifier bugRan Benita3-2/+1553
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