summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.5.0xkbcommon-0.5.0Ran Benita2014-10-181-1/+1
* Update NEWSRan Benita2014-10-181-0/+44
* Change initial symbol file versions to V_0.5.0Ran Benita2014-10-182-2/+2
* compose: fill @since TBDRan Benita2014-10-181-1/+1
* doc/compat.md: add compose incompatibilitiesRan Benita2014-10-181-0/+9
* Add PACKAGING fileRan Benita2014-10-182-1/+52
* Makefile.am: add symbol files to EXTRA_DISTRan Benita2014-10-181-1/+3
* README: we also accepts patches through githubRan Benita2014-10-181-0/+1
* docs: make html output have a fixed width, hide footerRan Benita2014-10-183-2/+12
* README: add notes about Compose supportRan Benita2014-10-181-2/+7
* doc/quick-guide: some improvementsRan Benita2014-10-181-5/+15
* README: remove elaborate details from the introRan Benita2014-10-181-11/+2
* doc/compat.md: we don't support more groups or mods yetRan Benita2014-10-181-2/+2
* README: move compatibility notes to their own pageRan Benita2014-10-184-42/+49
* README: link to online API docsRan Benita2014-10-181-4/+4
* README: move note about xkeyboard-config to its own sectionRan Benita2014-10-181-6/+8
* README: remove section on API stabilityRan Benita2014-10-181-8/+0
* Replace some strncmp's with memcmpRan Benita2014-10-182-4/+4
* compose/parser: save len in keysym_from_name cacheRan Benita2014-10-181-1/+4
* test/keyseq: test 'map[None] = Level2;' scenarioRan Benita2014-10-171-0/+20
* test/data: add files for model=applealu_ansi layout=usRan Benita2014-10-173-0/+288
* test/data: sync to xkeyboard-config 2.13Ran Benita2014-10-1745-1874/+2251
* state: correctly infer inactive type entriesRan Benita2014-10-171-1/+1
* symbols: don't warn about conflicting syms if they are the sameRan Benita2014-10-171-1/+14
* parser: bring back warning about includes of files with no defaultRan Benita2014-10-171-0/+6
* Merge pull request #14 from jasperla/undefinedRan Benita2014-10-161-1/+9
|\
| * disable -Wl,--no-undefined on OpenBSD for it doesn't have DT_NEEDED for libcJasper Lievisse Adriaanse2014-10-161-1/+9
|/
* Merge pull request #13 from jasperla/librtRan Benita2014-10-152-2/+7
|\
| * Make librt optional, required for at least OpenBSDJasper Lievisse Adriaanse2014-10-152-2/+7
|/
* test/compose: test include statementRan Benita2014-10-141-0/+37
* test/compose: test modifier syntaxRan Benita2014-10-141-0/+46
* compose/parser: fix parsing of multiple modifiersRan Benita2014-10-141-13/+20
* compose/parser: parse (! mods) properlyRan Benita2014-10-131-15/+91
* compose/parser: resolve keysyms in parser instead of scannerRan Benita2014-10-131-28/+38
* compose/parser: use parameter as intendedRan Benita2014-10-131-1/+1
* compose/parser: one more skip_to_eol()Ran Benita2014-10-131-3/+2
* compose/parser: fix segfault when includingRan Benita2014-10-134-6/+7
* COPYING: add copyright notice from libX11:modules/im/ximcp/imLcPrs.cRan Benita2014-10-132-0/+58
* scanner-utils: optimize one-line commentsRan Benita2014-10-084-3/+12
* bench/compose: add new benchmarkRan Benita2014-10-053-1/+80
* test/interactive-evdev: add compose supportRan Benita2014-10-054-24/+94
* test/compose: add new testRan Benita2014-10-054-1/+6419
* compose: add xkbcommon-compose - implementationRan Benita2014-10-0510-0/+1463
* compose: add xkbcommon-compose - APIRan Benita2014-10-032-1/+485
* scanner-utils: add priv memberRan Benita2014-10-031-0/+1
* darray: add darray_shrink()Ran Benita2014-10-031-0/+6
* keysym: add function to test if a keysym is for a modifierRan Benita2014-10-032-0/+15
* scanner-utils: add helper for appending an entire stringRan Benita2014-10-021-0/+11
* scanner-utils: add helper for hex string escapeRan Benita2014-10-021-0/+13
* Move benchmarks from tests to their own files in bench/Ran Benita2014-10-028-109/+157