summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Fix xkb_keymap::vmods typeRan Benita1-1/+1
2012-08-09types: don't compute effective masks here as wellRan Benita2-27/+8
2012-08-09types: get rid of PreserveInfoRan Benita1-181/+120
2012-08-09keymap-dump: use VModMaskTextRan Benita1-66/+14
2012-08-09Fix warningRan Benita2-5/+2
2012-08-08Add xkb_map_mod_mask_remove_consumedDaniel Stone3-13/+89
2012-08-08Add xkb_log_level enum rather than using syslogDaniel Stone6-40/+59
2012-08-08Increase log verbosity in testsDaniel Stone2-1/+5
2012-08-08Rules: mmap() rules file instead of using getc()Daniel Stone1-21/+43
2012-08-08android: add build filesPekka Paalanen2-0/+61
2012-08-08stringcomp: Make test more punishingDaniel Stone1-120/+589
2012-08-08test/dump: Remove superfluous testDaniel Stone3-2000/+0
2012-08-08test/stringcomp: Perform full round-trip testDaniel Stone1-6/+31
2012-08-08stringcomp: Remove unnecessary Level1 mappingsDaniel Stone1-2/+0
2012-08-08Always have at least one level in typesDaniel Stone1-1/+1
2012-08-08IncludeStmt: Remove useless 'path' memberDaniel Stone3-4/+1
2012-08-08Remove unused vmodmask calculationDaniel Stone1-8/+0
2012-08-08test: Minimise includesDaniel Stone6-18/+2
2012-08-08stringcomp: Update input file for output changesDaniel Stone1-69/+69
2012-08-08test: Add extremely rudimentary include path testDaniel Stone1-1/+3
2012-08-08Rename xkey test to keysymDaniel Stone2-2/+2
2012-08-08Print failed include paths on failure to find rulesDaniel Stone1-5/+9
2012-08-08Move xkb_context struct to xkb-priv.hDaniel Stone2-18/+18
2012-08-08context: Maintain list of failed include pathsDaniel Stone1-10/+18
2012-08-08More useful error message on failing RMLVO -> KcCGSTDaniel Stone1-2/+5
2012-08-08Move more of xkb_map_new_from_rmlvo into compilationDaniel Stone1-23/+22
2012-08-08Staticise xkb_map_new_from_kccgstDaniel Stone4-153/+11
2012-08-08test: Use test_compile_*() in interactiveDaniel Stone1-27/+15
2012-08-08Add support for default rules/model/layoutDaniel Stone3-8/+33
2012-08-08tests: Fix uninitialised-use-of-'ret' warningDaniel Stone1-3/+4
2012-08-08test: Use test_get_context() in interactiveDaniel Stone1-1/+2
2012-08-08Warning fixesDaniel Stone2-1/+2
2012-08-08Add API to query whether a modifier is consumedRan Benita3-1/+58
2012-08-08types: remove default typeRan Benita1-111/+35
2012-08-07types: store atoms instead of strings for level and type namesRan Benita4-42/+23
2012-08-07types: use regular array for map entriesRan Benita6-19/+29
2012-08-07types: use regular array for typesRan Benita6-31/+34
2012-08-07types: remove DeleteLevel1MapEntriesRan Benita3-20/+7
2012-08-07types: move preserve directly into xkb_kt_map_entryRan Benita4-33/+10
2012-08-07Fix virtual modifiers mask extractionRan Benita4-13/+13
2012-08-07types: small changesRan Benita1-111/+158
2012-08-07Remove xproto build dependencyRan Benita4-11/+17
2012-08-07types: don't use canonical/required typesRan Benita7-286/+1059
2012-08-07types: add a general overviewRan Benita1-0/+96
2012-08-07symbols: remove support for key behaviorsRan Benita4-48/+13
2012-08-07keycodes: small changesRan Benita1-67/+63
2012-08-07Handle key names consistentlyRan Benita10-88/+81
2012-08-07keycodes: add a general overviewRan Benita1-0/+88
2012-08-07expr: make ResolveLevel return zero-based levelRan Benita2-6/+3
2012-08-07Add and use xkb_level_index_tRan Benita9-40/+46