summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: remove unneeded preprocessor include flagsRan Benita2017-07-314-9/+7
* build: explain why we don't AC_DEFINE a couple of constantsRan Benita2017-07-311-0/+2
* x11/keymap,test/interactive-evdev: fix a couple of clang-analyzer warningsRan Benita2017-07-312-0/+2
* test/x11comp: fix compiler warningsRan Benita2017-07-311-5/+6
* Merge pull request #48 from namandixit/patch-1Ran Benita2017-05-271-1/+1
|\
| * Fixed a minor bug in error detection in Wayland testNaman Dixit2017-05-271-1/+1
|/
* Merge pull request #46 from jwrdegoede/masterRan Benita2017-05-122-416/+420
|\
| * Sync Keysyms with recent xproto additionsHans de Goede2017-05-122-416/+420
|/
* doc/compat: correct the XKB protocol version from 1.1 to 1.0Ran Benita2017-04-291-1/+1
* test/interactive-x11: handle NULL from xcb_wait_for_eventRan Benita2017-04-281-0/+4
* state: cure boolean blindness in the filter functions' resultRan Benita2017-04-271-24/+41
* state: remove unneeded NULL checkRan Benita2017-04-271-3/+0
* state: reorder new() functions before the set() functions in the codeRan Benita2017-04-271-28/+28
* test/x11comp: be a bit more careful with kill()Ran Benita2017-04-111-2/+3
* test/interactive-wayland: mark a local function staticRan Benita2017-04-111-1/+1
* test/interactive-wayland: handle unrecognized SHM formatRan Benita2017-04-111-0/+3
* test/interactive-wayland: fix uninitialized `ret` in error pathRan Benita2017-04-111-0/+1
* Merge pull request #45 from fooishbar/xdg-shell-v6Ran Benita2017-04-116-41/+53
|\
| * interactive-wayland: Port to xdg-shell v6Daniel Stone2017-04-114-40/+51
| * Add explicit fallthrough case statementsDaniel Stone2017-04-112-1/+2
|/
* Bump version to 0.7.1xkbcommon-0.7.1Ran Benita2017-01-181-1/+1
* Update NEWSRan Benita2017-01-181-0/+14
* compose/doc: note that it is safe to pass the result of getenv() as localeRan Benita2017-01-151-1/+5
* compose: remove the keysym_from_name cacheRan Benita2016-12-031-45/+3
* doc: note that XKB_KEYSYM_CASE_INSENSITIVE does C folding onlyRan Benita2016-12-031-0/+3
* keysym: fix locale dependence in xkb_keysym_from_name()Ran Benita2016-12-025-13/+90
* utils: rename popcount to avoid conflict in NetBSDRan Benita2016-11-142-2/+3
* Bump version to 0.7.0xkbcommon-0.7.0Ran Benita2016-11-111-1/+1
* Update NEWSRan Benita2016-11-111-1/+24
* Merge pull request #31 from bluetech/consumed-modesRan Benita2016-10-3111-57/+238
|\
| * state: add GTK consumed modifiers modeRan Benita2016-10-314-4/+84
| * state: allow different modes for calculating consumed modifiersRan Benita2016-10-318-55/+142
| * utils: add popcount functionRan Benita2016-10-222-0/+14
|/
* test/state: move wrongly-placed assertRan Benita2016-10-221-2/+1
* bench: fix compilation on hurdRan Benita2016-09-192-0/+3
* bench/compose: tabs -> spacesRan Benita2016-09-161-4/+4
* README: Add basic build directionsBryce Harrington2016-09-161-0/+15
* README: Bug *reports* are welcomeBryce Harrington2016-09-161-1/+1
* bench: Check for errors opening Compose fileBryce Harrington2016-09-161-0/+6
* doc/compat: (! MODIFIER) syntax is parsed but ignoredRan Benita2016-09-011-0/+1
* doc/compat.md: xkbcomp ignores multiple-keysyms these daysRan Benita2016-09-011-2/+1
* doc: Also mention the wayland test client in the quick guideBryce Harrington2016-06-211-0/+2
* doc: Declare keymap for wayland exampleBryce Harrington2016-06-211-0/+1
* doc: Fix ctx type in exampleBryce Harrington2016-06-211-1/+1
* PACKAGING: Update for interactive-waylandDaniel Stone2016-06-211-0/+5
* test/interactive-wayland: fix control reaches end of non-void functionRan Benita2016-06-091-6/+2
* keymap-dump: use consistent order set/latch/lock (style)Ran Benita2016-06-091-1/+1
* src/state: match_mod_masks can return bool instead of intRan Benita2016-06-091-6/+4
* test/symbols-leak-test: use more portable shebangRan Benita2016-06-091-1/+1
* test/interactive-wayland: don't ignore asprintf return valueRan Benita2016-05-051-2/+4