summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser: Initialise geometry elements for VarDeclbaserock/morphDaniel Stone2012-12-061-3/+3
* state: rename state->cur to state->componentsRan Benita2012-11-111-68/+70
* state: don't keep the previous state components in xkb_stateRan Benita2012-11-111-7/+9
* keymap: wrap the layout parameter if it is out of range for the keyRan Benita2012-11-114-10/+29
* Only distribute .tar.xz archivesDaniel Stone2012-11-091-1/+1
* Don't use trailing enum comma in public headersRan Benita2012-11-071-8/+8
* test/keysym: '\e' is non-standardRan Benita2012-11-071-1/+1
* doc: clarify that keysym_to_utf8 returns size including '\0'Ran Benita2012-11-061-3/+3
* keysym-utf: mark keysymtab array as staticRan Benita2012-11-051-1/+1
* keysym-utf: also translate special keysyms like Tab and ReturnRan Benita2012-11-052-27/+27
* Add some explanations on consumed modifiersRan Benita2012-11-041-2/+43
* action: don't allow private actions with a known typeRan Benita2012-10-302-2/+21
* build: Require xorg macros 1.16Damien Lespiau2012-10-301-1/+1
* build: Make autoreconf honour ACLOCAL_FLAGSDamien Lespiau2012-10-301-1/+1
* test/keyseq: add test for setting depressed groupRan Benita2012-10-291-0/+46
* state, context: allow passing NULL to *_unref()Ran Benita2012-10-294-2/+13
* state: don't use xkb_keymap_num_layouts internallyRan Benita2012-10-261-5/+3
* doc: fix wrong commentRan Benita2012-10-261-1/+1
* state: don't use xkb_state_serialize_* internallyRan Benita2012-10-261-9/+3
* Makefile.am: move test.h to libtest_la_SOURCESRan Benita2012-10-261-3/+3
* Makefile.am: split sed script into multiple linesRan Benita2012-10-261-1/+4
* configure.ac: don't tramp on user's CFLAGSRan Benita2012-10-261-1/+1
* configure.ac: add explicit PKG_PROG_PKG_CONFIGRan Benita2012-10-261-0/+1
* test: add key processing benchmarkRan Benita2012-10-243-1/+100
* state: fix possible index-out-of-bounds in action dispatch tableRan Benita2012-10-241-0/+11
* More READMEDaniel Stone2012-10-241-1/+4
* README updatesDaniel Stone2012-10-241-2/+2
* Bump to 0.2.0xkbcommon-0.2.0Daniel Stone2012-10-241-1/+1
* doc: various fixesRan Benita2012-10-231-46/+49
* doc: move include_path functions to a separate groupRan Benita2012-10-231-25/+38
* test/interactive: use num_layouts_for_key()Ran Benita2012-10-231-2/+3
* keymap: use plain array for keymap->group_namesRan Benita2012-10-234-24/+18
* state: fix typo in state component copyingRan Benita2012-10-231-1/+1
* autogen: use --force instead of --symlinkDaniel Stone2012-10-241-1/+1
* Change update_mask arguments to read 'depressed' instead of 'base'Ran Benita2012-10-221-2/+2
* test/interactive: add option to show state changesRan Benita2012-10-221-6/+43
* Report which components of the state have changedRan Benita2012-10-222-43/+90
* state: add struct state_componentsRan Benita2012-10-221-68/+72
* Split the mods, layout, leds parts of xkb_state_componentsRan Benita2012-10-229-106/+161
* doc: add note about X11 vs. extended keycodesRan Benita2012-10-221-0/+20
* Silence a couple of warningsRan Benita2012-10-212-1/+4
* Move _text() functions from keymap-dump to text.cRan Benita2012-10-183-77/+81
* Remove a couple more uses of static char buffersRan Benita2012-10-182-6/+5
* Contextualize GetBuffer()Ran Benita2012-10-186-32/+35
* Clean up xkb_sym_interpret a bitRan Benita2012-10-185-60/+32
* Commit and distribute ks_tables.hRan Benita2012-10-174-9/+4685
* utils: add and use ARRAY_SIZE macroRan Benita2012-10-163-7/+7
* Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann2012-10-167-18/+133
* makekeys: replace helper with python script and binary searchRan Benita2012-10-167-394/+60
* Finish first round of API documentationRan Benita2012-10-132-146/+521