index
:
libxkbcommon
for-weston-0.85
master
Keyboard handling library using XKB data (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxkbcommon)
daniels
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-11
xkbcommon has moved to GitHub
HEAD
master
Daniel Stone
1
-113
/
+6
2013-06-03
Bump version to 0.3.1
Daniel Stone
1
-1
/
+1
2013-05-09
Add keycode min/max and iteration API
Matthias Clasen
3
-0
/
+85
2013-05-09
Widen keycode range to 8/255 if possible (bug #63390)
Daniel Stone
3
-0
/
+21
2013-04-01
Replace flex scanner with a hand-written one
Ran Benita
13
-412
/
+659
2013-04-01
utils: add {un,}map_file to read an entire file
Ran Benita
5
-24
/
+124
2013-04-01
Add scanner-utils.h for common scanner functions
Ran Benita
3
-95
/
+150
2013-04-01
Bump version to 0.3.0
xkbcommon-0.3.0
Daniel Stone
1
-1
/
+1
2013-04-01
keymap: add xkb_keymap_new_from_buffer()
David Herrmann
11
-0
/
+233
2013-04-01
xkbcomp/keymap: silence a gcc warning
Ran Benita
1
-1
/
+1
2013-04-01
Add key-sequence checking to rulescomp
Daniel Stone
2
-62
/
+139
2013-03-19
test: Add va_list variant of test_key_seq
Daniel Stone
2
-6
/
+17
2013-03-19
Allow NULL rmlvo for xkb_keymap_new_from_names
Daniel Stone
2
-7
/
+13
2013-03-19
test: Add environment checking to rulescomp
Daniel Stone
1
-3
/
+45
2013-03-19
test: Suppress RMLVO environment inheritance by default
Daniel Stone
2
-1
/
+16
2013-03-19
Add environment overrides for default RMLVO
Daniel Stone
6
-13
/
+126
2013-03-19
test: Use test_get_context() in log.c
Daniel Stone
1
-1
/
+1
2013-03-19
test: Add flags argument to test_get_context()
Daniel Stone
13
-13
/
+17
2013-03-19
test: Move test_key_seq to common.c
Daniel Stone
3
-104
/
+109
2013-03-18
rules: be more paranoid in scanner
Ran Benita
1
-16
/
+9
2013-03-18
rules: quiet a gcc warning
Ran Benita
1
-0
/
+1
2013-03-18
keyseq: add a couple of tests
Ran Benita
1
-0
/
+29
2013-03-18
state: use stdbool in filters
Ran Benita
1
-32
/
+32
2013-03-18
doc: use README as doxygen main page overview
Ran Benita
2
-6
/
+6
2013-03-18
doc: update Doxyfile template to one from newer version
Ran Benita
1
-28
/
+94
2013-03-18
doc: some improvements
Ran Benita
1
-38
/
+50
2013-03-18
keymap: rename xkb_kt_map_entry to xkb_key_type_entry
Ran Benita
6
-25
/
+25
2013-03-18
Fix pointer style nit
Ran Benita
4
-4
/
+4
2013-03-18
Remove file_id entirely
Ran Benita
4
-14
/
+0
2013-03-18
symbols: remove file_id
Ran Benita
1
-26
/
+18
2013-03-18
compat: remove file_id
Ran Benita
1
-32
/
+16
2013-03-18
types: remove file_id
Ran Benita
1
-17
/
+10
2013-03-18
types: put all copy-to-keymap code in one function
Ran Benita
1
-32
/
+31
2013-03-18
keycodes: remove KeyNamesInfo::merge
Ran Benita
1
-3
/
+1
2013-03-18
keycodes: unwrap KeyNameInfo
Ran Benita
1
-32
/
+24
2013-03-18
keycodes: remove file_id
Ran Benita
1
-27
/
+13
2013-03-18
keymap: don't use darray for key aliases
Ran Benita
4
-58
/
+56
2013-03-18
keycodes: don't do unnecessary copies while merging
Ran Benita
1
-49
/
+52
2013-03-18
state: small style fix
Ran Benita
1
-11
/
+13
2013-03-18
Move a couple of general keymap functions from keycodes.c
Ran Benita
7
-87
/
+47
2013-03-18
keycodes: remove unneeded alias conflict check
Ran Benita
1
-67
/
+35
2013-03-18
xkbcomp: handle XKB file include's better
Ran Benita
6
-117
/
+75
2013-03-18
Build cleanly with clang
Ran Benita
3
-8
/
+1
2013-03-18
Don't try to build linux-specific tests on non-linux
Ran Benita
3
-7
/
+18
2013-03-18
keymap: abstract a bit over the keymap format
Ran Benita
10
-121
/
+268
2013-03-18
text: some style changes
Ran Benita
1
-57
/
+53
2013-03-18
text: clean up and fix the *MaskText functions
Ran Benita
4
-77
/
+57
2013-03-18
More spelling errors
Ran Benita
5
-16
/
+16
2013-03-18
test/rmlvo-to-kccgst: free memory before exit
Ran Benita
1
-0
/
+6
2013-03-18
parser: also skip 'section' ELEMENT
Ran Benita
1
-1
/
+1
[next]