summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-16utils: add and use ARRAY_SIZE macroRan Benita3-7/+7
2012-10-16Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann7-18/+133
2012-10-16makekeys: replace helper with python script and binary searchRan Benita7-394/+60
2012-10-13Finish first round of API documentationRan Benita2-146/+521
2012-10-13state: make mod_index_is_consumed() return -1 on invalid inputRan Benita2-4/+4
2012-10-12Change log env vars to XKB_LOG_LEVEL/VERBOSITYRan Benita4-10/+10
2012-10-11doc: use JAVADOC_AUTOBRIEFRan Benita2-43/+43
2012-10-11ast: simplify AppendStmtRan Benita1-13/+9
2012-10-11Make xkb_keymap_num_leds return the index range instead of active countRan Benita4-12/+8
2012-10-11keymap: rename keymap->sym_interpret -> sym_interpretsRan Benita5-7/+7
2012-10-11compat: add documentation for interpret'sRan Benita2-7/+76
2012-10-11compat: don't forget to copy XKB_MATCH_NONE interpret'sRan Benita1-2/+2
2012-10-10build: change to AM_MAINTAINER_MODE([enable])Ran Benita1-1/+1
2012-10-10build: honor $NOCONFIGURE in autogen.shRan Benita1-4/+6
2012-10-10stringcomp: test compilation of a dump of a keymap created from rulesRan Benita1-0/+12
2012-10-10Remove the XKB_NUM_INDICATORS limitRan Benita7-69/+75
2012-10-10keymap: don't use darray for keymap->keysRan Benita3-17/+22
2012-10-10Rename XKB_NUM_GROUPS to XKB_MAX_GROUPSRan Benita4-8/+8
2012-10-10keycodes: refactor AddIndicatorNameRan Benita1-40/+34
2012-10-10keymap, state: don't assume led index < xkb_keymap_num_ledsRan Benita4-15/+40
2012-10-09keysym: fix xkb_keysym_is_upper/lower() to work properlyRan Benita2-111/+523
2012-10-09compat: fix bad interpret predicate mods "all" calculationRan Benita1-1/+1
2012-10-06keymap: use xkb_mod_mask_t for interpret->mods and modmapRan Benita1-2/+2
2012-10-06symbols: refactor AddModMapEntryRan Benita1-48/+33
2012-10-06Replace 0xff with MOD_REAL_MASK_ALLRan Benita5-4/+6
2012-10-06expr: unify the real and virtual modifier functionsRan Benita6-48/+30
2012-10-06Remove now-unneeded mod type annotationsRan Benita7-50/+40
2012-10-06expr: share code for modifier functionsRan Benita1-68/+38
2012-10-06text: explicitly take mod_type in mod functionsRan Benita7-107/+58
2012-10-06text: share code for modifiersRan Benita2-68/+55
2012-10-06Keep real and virtual mods in the same table in the keymapRan Benita11-156/+166
2012-10-06Don't use shifted virtual modifier masksRan Benita5-40/+27
2012-10-06expr: don't expose LookupModIndexRan Benita3-6/+3
2012-10-06Remove VModInfo for nowRan Benita7-116/+81
2012-10-06vmod: don't allow to add a vmod with the name of a real modRan Benita1-0/+10
2012-10-06state: don't needlessly fetch the xkb_keyRan Benita1-4/+0