projects
/
platform
/
upstream
/
libxkbcommon.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use our own keysyms
[platform/upstream/libxkbcommon.git]
/
src
/
2012-05-09
Kristian Høgsberg
Use our own keysyms
tree
|
commitdiff
2012-05-01
Ran Benita
Merge src/alloc.c and src/malloc.c
tree
|
commitdiff
2012-05-01
Ran Benita
Remove unused stuff from xkbrules.h
tree
|
commitdiff
2012-05-01
Ran Benita
Remove unused stuff from XKBcommonint.h
tree
|
commitdiff
2012-05-01
Ran Benita
Remove unused 'which' and 'merge' arguments
tree
|
commitdiff
2012-04-30
Ran Benita
Remove unused 'compiled' field in XkbFile
tree
|
commitdiff
2012-04-30
Ran Benita
Remove unused debugging function
tree
|
commitdiff
2012-04-30
Ran Benita
Remove unused function XkbcNameMatchesPattern
tree
|
commitdiff
2012-04-30
Ran Benita
Use stdbool.h
tree
|
commitdiff
2012-04-30
Ran Benita
Fix formatting in xkbcomp headers
tree
|
commitdiff
2012-04-26
Daniel Stone
Dump include paths when we can't find rules
tree
|
commitdiff
2012-04-26
Alan Coopersmith
Include strings.h in XKBcommonint.h for strcasecmp etc
tree
|
commitdiff
2012-04-09
Ran Benita
Reformat actionHandler dispatch table
tree
|
commitdiff
2012-04-09
Ran Benita
Add xkb_state_get_map()
tree
|
commitdiff
2012-04-09
Ran Benita
Implicitly include config.h in all files
tree
|
commitdiff
2012-04-09
Ran Benita
Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
tree
|
commitdiff
2012-04-09
Ran Benita
Constify the syms_out argument to xkb_key_get_syms()
tree
|
commitdiff
2012-04-09
Ran Benita
Implement missing xkb_state_ref and add return value
tree
|
commitdiff
2012-04-09
Ran Benita
Do not enable yacc trace facility unconditionally
tree
|
commitdiff
2012-04-09
Ran Benita
Constify a global table and function arguments
tree
|
commitdiff
2012-04-09
Ran Benita
Remove unused struct definition
tree
|
commitdiff
2012-04-09
Ran Benita
Replace remaining use of Atom instead of xkb_atom_t
tree
|
commitdiff
2012-04-09
Ran Benita
Fix possible overflow in scanner
tree
|
commitdiff
2012-04-09
Ran Benita
Fix KeyInfo's syms array size calculation
tree
|
commitdiff
2012-04-09
Ran Benita
Fix compiler warnings
tree
|
commitdiff
2012-04-09
Daniel Stone
Rename xkb_desc to xkb_keymap
tree
|
commitdiff
2012-04-09
Daniel Stone
Eliminate remaining gcc warnings
tree
|
commitdiff
2012-04-03
Daniel Stone
Don't parse nonsense Unicode/hex keycodes
tree
|
commitdiff
2012-04-03
Daniel Stone
Remove unused device_spec
tree
|
commitdiff
2012-04-03
Daniel Stone
include resets group compatibility modifiers #43091
tree
|
commitdiff
2012-04-02
Ran Benita
Constify a global table
tree
|
commitdiff
2012-04-02
Ran Benita
Make temporary fix for stale xkb_atoms
tree
|
commitdiff
2012-04-02
Ran Benita
Fix bugs to allow multiple keymaps in one process
tree
|
commitdiff
2012-04-02
Ran Benita
Remove useless check from xkb_intern_atom
tree
|
commitdiff
2012-04-02
Ran Benita
Avoid leak in CompileKeymap error path
tree
|
commitdiff
2012-04-02
Ran Benita
Add a NULL check before before strcmp'ing
tree
|
commitdiff
2012-04-02
Ran Benita
Use straight strtok_r instead of wrapper
tree
|
commitdiff
2012-04-02
Ran Benita
Avoid use of partly initialized VModInfo in error path
tree
|
commitdiff
2012-03-29
Daniel Stone
Fail gracefully on failure to find component include
tree
|
commitdiff
2012-03-29
Daniel Stone
Full support for multiple keysyms per level
tree
|
commitdiff
2012-03-29
Daniel Stone
Parsing support for multiple keysyms per entry
tree
|
commitdiff
2012-03-29
Daniel Stone
Don't leak strings in merge declarations
tree
|
commitdiff
2012-03-29
Daniel Stone
Don't leak include_paths in context
tree
|
commitdiff
2012-03-28
Daniel Stone
Remove unused rtrnValue declaration
tree
|
commitdiff
2012-03-27
Ran Benita
Make parser and scanner reentrant
tree
|
commitdiff
2012-03-27
Daniel Stone
Use xkb_contexts in keymap compilation
tree
|
commitdiff
2012-03-27
Daniel Stone
Add new context API
tree
|
commitdiff
2012-03-27
Daniel Stone
Update xkb_filter_group_lock_func for xkb_key_direction
tree
|
commitdiff
2012-03-27
Daniel Stone
Fix build for X11 modifier masks
tree
|
commitdiff
2012-03-27
Ran Benita
Handle group lock actions
tree
|
commitdiff
2012-03-27
Ran Benita
Make build non-recursive
tree
|
commitdiff
2012-03-27
Ran Benita
Define our own NoSymbol value and use it
tree
|
commitdiff
2012-03-27
Ran Benita
Define our own None atom value
tree
|
commitdiff
2012-03-27
Ran Benita
Fix all -Wsign-compare warnings
tree
|
commitdiff
2012-03-27
Ran Benita
Silence -Wcast-qual warnings
tree
|
commitdiff
2012-03-27
Ran Benita
Use strcasecmp consistently instead of uStrCaseCmp
tree
|
commitdiff
2012-03-27
Ran Benita
Move utility macro from XKBcommonint.h to utils.h
tree
|
commitdiff
2012-03-27
Ran Benita
Remove some more useless stuff
tree
|
commitdiff
2012-03-27
Ran Benita
Rewrite recalloc to the correct type
tree
|
commitdiff
2012-03-27
Ran Benita
Remove useless stuff from utils
tree
|
commitdiff
2012-03-27
Daniel Stone
Remove fallback strcasecmp/strncasecmp
tree
|
commitdiff
2012-03-27
Ran Benita
Move utils.{c,h} to be used by the entire project
tree
|
commitdiff
2012-03-27
Ran Benita
Fix a scanf type mismatch
tree
|
commitdiff
2012-03-27
Ran Benita
Fix incorrect usage of && instead of &
tree
|
commitdiff
2012-03-27
Ran Benita
Fix latin8 upper/lower case check
tree
|
commitdiff
2012-03-27
Ran Benita
Properly free xkb_state's
tree
|
commitdiff
2012-03-27
Daniel Stone
Remove internal API from xkbcommon.h
tree
|
commitdiff
2012-03-27
Daniel Stone
Add enum xkb_key_direction instead of bool
tree
|
commitdiff
2012-03-27
Daniel Stone
Add state serialisation API
tree
|
commitdiff
2012-03-27
Daniel Stone
Cosmetic coding style fixups
tree
|
commitdiff
2012-03-22
Daniel Stone
Rename keymap allocation API
tree
|
commitdiff
2012-03-22
Daniel Stone
Add LED state API
tree
|
commitdiff
2012-03-22
Daniel Stone
LEDs: Fix string comparison bug
tree
|
commitdiff
2012-03-22
Daniel Stone
Check for invalid indices in mod/group state API
tree
|
commitdiff
2012-03-22
Daniel Stone
Fix documentation bugs with mod/group state API
tree
|
commitdiff
2012-03-21
Daniel Stone
Round out new state API
tree
|
commitdiff
2012-03-21
Daniel Stone
Fix (correct, but harmless) const warning
tree
|
commitdiff
2012-03-21
Daniel Stone
Add new state API
tree
|
commitdiff
2012-03-21
Daniel Stone
Remove some rogue fprintfs
tree
|
commitdiff
2012-03-21
Daniel Stone
Don't clear real mods in action modmask
tree
|
commitdiff
2012-03-21
Daniel Stone
Remove unnecessary allocation in expr.c
tree
|
commitdiff
2012-03-20
Daniel Stone
Small constification
tree
|
commitdiff
2012-03-16
Daniel Stone
Also print group name in keysym error
tree
|
commitdiff
2012-03-16
Daniel Stone
More useful errors for invalid keysyms
tree
|
commitdiff
2012-03-16
Daniel Stone
Fix non-useModMapMods action masks
tree
|
commitdiff
2012-03-15
Daniel Stone
Plug leaks in geometry parsing
tree
|
commitdiff
2012-03-15
Daniel Stone
Remove more float support
tree
|
commitdiff
2012-03-15
Daniel Stone
Also update vmod -> indicator maps
tree
|
commitdiff
2012-03-14
Daniel Stone
Update modifiers after building keymap
tree
|
commitdiff
2012-03-14
Daniel Stone
Convert interp action from xkb_any_action to xkb_action
tree
|
commitdiff
2012-03-14
Daniel Stone
Add xkb_get_syms_by_level
tree
|
commitdiff
2012-03-14
Daniel Stone
Fix leak in xkbcomp.c
tree
|
commitdiff
2012-03-14
Daniel Stone
Remove component listing code
tree
|
commitdiff
2012-03-13
Daniel Stone
Add xkb_key_get_syms API
tree
|
commitdiff
2012-03-13
Daniel Stone
Revert "Use XKB_COMMON_* modifier defines in ExprResolv...
tree
|
commitdiff
2012-03-10
Daniel Stone
Use XKB_COMMON_* modifier defines in ExprResolveModMask
tree
|
commitdiff
2012-03-10
Daniel Stone
Remove overlay support as well
tree
|
commitdiff
2012-03-10
Daniel Stone
Remove half-implemented radio groups
tree
|
commitdiff
2012-03-10
Daniel Stone
Handle XkbFiles without a name
tree
|
commitdiff
2012-03-10
Daniel Stone
Move allocation of xkb_desc into CompileKeymap
tree
|
commitdiff
next