index
:
xorg/lib/libxkbcommon
for-weston-0.85
master
Keyboard handling library using XKB data (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxkbcommon)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xkbcomp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-09
Widen keycode range to 8/255 if possible (bug #63390)
Daniel Stone
1
-0
/
+7
2013-04-01
Replace flex scanner with a hand-written one
Ran Benita
9
-373
/
+647
2013-04-01
utils: add {un,}map_file to read an entire file
Ran Benita
1
-23
/
+7
2013-04-01
Add scanner-utils.h for common scanner functions
Ran Benita
2
-95
/
+149
2013-04-01
keymap: add xkb_keymap_new_from_buffer()
David Herrmann
3
-0
/
+69
2013-04-01
xkbcomp/keymap: silence a gcc warning
Ran Benita
1
-1
/
+1
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
keymap: rename xkb_kt_map_entry to xkb_key_type_entry
Ran Benita
3
-14
/
+14
2013-03-18
Fix pointer style nit
Ran Benita
4
-4
/
+4
2013-03-18
Remove file_id entirely
Ran Benita
2
-2
/
+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
2
-51
/
+50
2013-03-18
keycodes: don't do unnecessary copies while merging
Ran Benita
1
-49
/
+52
2013-03-18
Move a couple of general keymap functions from keycodes.c
Ran Benita
4
-81
/
+6
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
1
-1
/
+1
2013-03-18
keymap: abstract a bit over the keymap format
Ran Benita
3
-92
/
+717
2013-03-18
More spelling errors
Ran Benita
4
-5
/
+5
2013-03-18
parser: also skip 'section' ELEMENT
Ran Benita
1
-1
/
+1
2013-03-18
ast-build: remove malloc_or_die
Ran Benita
1
-82
/
+93
2013-03-18
keycodes: fix spelling in error message
Ran Benita
1
-1
/
+1
2013-03-18
ast: add error handling to XkbFileFromComponents
Ran Benita
1
-24
/
+32
2013-03-18
Fix dead assignments
Ran Benita
4
-22
/
+17
2013-03-18
Change some log functions to take ctx instead of keymap
Ran Benita
3
-10
/
+10
2013-03-18
keycodes: some minor style
Ran Benita
1
-18
/
+25
2013-03-18
action: s/hndlrType/handler_type
Ran Benita
1
-5
/
+5
2013-03-18
compat: make it clear which 'dflt' is meant
Ran Benita
1
-19
/
+21
2013-03-18
symbols: make it clear which 'dflt' is meant
Ran Benita
1
-18
/
+18
2013-03-18
ast: constify argument
Ran Benita
2
-2
/
+2
2013-03-18
symbols: fix bad 'merge' assignment
Ran Benita
1
-1
/
+1
2013-03-18
Change 'indicator' to 'led' everywhere possible
Ran Benita
7
-186
/
+178
2012-12-06
Parser: Initialise geometry elements for VarDecl
Daniel Stone
1
-3
/
+3
2012-10-30
action: don't allow private actions with a known type
Ran Benita
1
-1
/
+20
2012-10-23
keymap: use plain array for keymap->group_names
Ran Benita
1
-2
/
+3
2012-10-22
Split the mods, layout, leds parts of xkb_state_components
Ran Benita
1
-2
/
+2
2012-10-21
Silence a couple of warnings
Ran Benita
2
-1
/
+4
2012-10-18
Remove a couple more uses of static char buffers
Ran Benita
1
-2
/
+3
2012-10-18
Contextualize GetBuffer()
Ran Benita
2
-3
/
+3
2012-10-18
Clean up xkb_sym_interpret a bit
Ran Benita
2
-35
/
+21
2012-10-16
Add xkb_keysym_from_name() flags argument for case-insensitive search
David Herrmann
2
-2
/
+2
2012-10-11
ast: simplify AppendStmt
Ran Benita
1
-13
/
+9
2012-10-11
keymap: rename keymap->sym_interpret -> sym_interprets
Ran Benita
2
-4
/
+4
[next]