projects
/
platform
/
upstream
/
libxkbcommon.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
keymap-dump: use consistent order set/latch/lock (style)
[platform/upstream/libxkbcommon.git]
/
src
/
xkbcomp
/
action.c
2014-04-19
Ran Benita
action: take xkb_mod_set instead of the entire keymap
blob
|
commitdiff
2014-04-19
Ran Benita
expr: take xkb_mod_set instead of the entire keymap
blob
|
commitdiff
|
diff to current
2014-04-16
Ran Benita
action: convert a few missed unsigned -> enum xkb_actio...
blob
|
commitdiff
|
diff to current
2014-02-16
Ran Benita
action: unify SetLatch and Lock handler functions
blob
|
commitdiff
|
diff to current
2014-02-16
Ran Benita
action: add a common CheckBooleanFlag function
blob
|
commitdiff
|
diff to current
2014-02-16
Ran Benita
keymap: change action flag NO_ACCEL -> ACCEL
blob
|
commitdiff
|
diff to current
2014-02-16
Ran Benita
action: fix SwitchScreen "same" field handling
blob
|
commitdiff
|
diff to current
2014-02-15
Ran Benita
action: don't pass a keymap where a ctx is sufficient
blob
|
commitdiff
|
diff to current
2014-02-15
Ran Benita
action: add missing array_ndx checks
blob
|
commitdiff
|
diff to current
2014-02-15
Ran Benita
action: move array_ndx errors into the Check functions
blob
|
commitdiff
|
diff to current
2014-02-15
Ran Benita
action: fix missing support for "affect" field
blob
|
commitdiff
|
diff to current
2014-02-13
Ran Benita
action: simplify Check* functions
blob
|
commitdiff
|
diff to current
2014-02-08
Ran Benita
action: fix misleading cast
blob
|
commitdiff
|
diff to current
2014-02-08
Ran Benita
action: fix printing of underflowed value in error...
blob
|
commitdiff
|
diff to current
2014-02-07
Ran Benita
Fix sign-compare warnings
blob
|
commitdiff
|
diff to current
2014-02-07
Ran Benita
action: Use ResolveInteger for PtrBtn.count, not Resolv...
blob
|
commitdiff
|
diff to current
2014-02-07
Ran Benita
action: check range of MovePtr X,Y values
blob
|
commitdiff
|
diff to current
2014-01-12
Ran Benita
action, types: remove unused Report functions
blob
|
commitdiff
|
diff to current
2014-01-11
Ran Benita
Fix some cppcheck warnings
blob
|
commitdiff
|
diff to current
2013-12-01
Ran Benita
expr: split expression types and allocate them separately
blob
|
commitdiff
|
diff to current
2013-12-01
Ran Benita
expr: add constructor for boolean expressions
blob
|
commitdiff
|
diff to current
2013-11-30
Ran Benita
expr: add 'ident' value to ExprDef union
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
Fix pointer style nit
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
Move a couple of general keymap functions from keycodes.c
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
More spelling errors
blob
|
commitdiff
|
diff to current
2013-03-18
Ran Benita
action: s/hndlrType/handler_type
blob
|
commitdiff
|
diff to current
2012-10-30
Ran Benita
action: don't allow private actions with a known type
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
expr: unify the real and virtual modifier functions
blob
|
commitdiff
|
diff to current
2012-10-06
Ran Benita
Use our types instead of int/uint32_t in a few places
blob
|
commitdiff
|
diff to current
2012-09-30
Ran Benita
Don't use %z printf format
blob
|
commitdiff
|
diff to current
2012-09-23
Ran Benita
Don't use xkbcommon-compat names in internal code
blob
|
commitdiff
|
diff to current
2012-09-14
Ran Benita
Rename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIES
blob
|
commitdiff
|
diff to current
2012-09-12
Daniel Stone
Copyright updates
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
actions: Remove PointerDefault affect field
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto unentanglement: action flags
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto unentanglement: action types
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
Remove deprecated actions
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto unentanglement: XkbNumVirtualMods
blob
|
commitdiff
|
diff to current
2012-09-10
Daniel Stone
kbproto untanglement: XkbKeyNameLength
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
Unify some string tables from xkbcomp, text and keymap...
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
expr: make ResolveString return an atom
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
action: fix LookupEntry for "lockdevbtn"
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
action: remove redundant check
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
action: keep array of default actions, instead of list...
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
action: disallow setting an action_field default for...
blob
|
commitdiff
|
diff to current
2012-09-03
Ran Benita
action: clean up formatting of extern functions
blob
|
commitdiff
|
diff to current
2012-09-02
Ran Benita
expr: move op_type/value_type_to_string functions to ast
blob
|
commitdiff
|
diff to current
2012-09-01
Ran Benita
compat: small changes
blob
|
commitdiff
|
diff to current
2012-09-01
Ran Benita
action: convert action field type to enum
blob
|
commitdiff
|
diff to current
2012-09-01
Ran Benita
Organize xkbcomp/ header files
blob
|
commitdiff
|
diff to current
2012-08-10
Ran Benita
action: get rid of xkb_any_action
blob
|
commitdiff
|
diff to current
2012-08-10
Ran Benita
Store actions inside struct xkb_key
blob
|
commitdiff
|
diff to current
2012-08-10
Ran Benita
Remove AutoKeyNames feature
blob
|
commitdiff
|
diff to current
2012-08-10
Ran Benita
Modernize struct xkb_mods
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
Fix virtual modifiers mask extraction
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
Remove xproto build dependency
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
action: drop global actionInitialized
blob
|
commitdiff
|
diff to current
2012-08-07
Ran Benita
expr: constify function arguments
blob
|
commitdiff
|
diff to current
2012-07-27
Ran Benita
Remove ExprResult
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveEnum
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveMask
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveInteger
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveButton
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveGroup
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveBoolean
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveString
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveLhs
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
expr: drop ExprResult from ResolveKeyName
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Convert defines to enums in xkbcomp.h
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
utils: add/replace string equality macros
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Drop Xkbc prefix of text functions
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Use xkb_mod_mask_t and xkb_mask_index_t throughout
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Remove alloc.{c,h}
blob
|
commitdiff
|
diff to current
2012-07-26
Ran Benita
Some atom related optimizations
blob
|
commitdiff
|
diff to current
2012-07-22
Ran Benita
expr: use new log functions
blob
|
commitdiff
|
diff to current
2012-07-22
Ran Benita
action: use new log functions
blob
|
commitdiff
|
diff to current
2012-07-22
Ran Benita
utils: remove uTypedAlloc/Calloc
blob
|
commitdiff
|
diff to current
2012-07-18
Ran Benita
Use xkb_group_index_t for group variables throughout
blob
|
commitdiff
|
diff to current
2012-07-18
Ran Benita
Convert macros to inline functions
blob
|
commitdiff
|
diff to current
2012-07-18
Ran Benita
Pass around xkb_key's instead of keycodes
blob
|
commitdiff
|
diff to current
2012-07-18
Ran Benita
Get rid of struct xkb_key_name
blob
|
commitdiff
|
diff to current
2012-07-18
Ran Benita
Replace xkb_keycode_t 'key' variable name by 'kc'
blob
|
commitdiff
|
diff to current
2012-07-17
Daniel Stone
Run source tree through uncrustify
blob
|
commitdiff
|
diff to current
2012-05-11
Daniel Stone
Rename 'ctx' back to 'context' in external API
blob
|
commitdiff
|
diff to current
2012-05-09
Daniel Stone
Merge remote-tracking branch 'krh/keysyms'
blob
|
commitdiff
|
diff to current
2012-05-09
Ran Benita
Shorten context to ctx
blob
|
commitdiff
|
diff to current
2012-05-09
Ran Benita
Make the context available for XkbcAtomText
blob
|
commitdiff
|
diff to current
2012-05-09
Ran Benita
Make the context available for XkbcAtomGetString
blob
|
commitdiff
|
diff to current
2012-05-09
Ran Benita
Make the context available to xkb_intern_atom
blob
|
commitdiff
|
diff to current
2012-05-09
Daniel Stone
Change all 'xkb' xkb_keymap names to 'keymap'
blob
|
commitdiff
|
diff to current
2012-05-08
Ran Benita
Rename xkbcomp/misc.h to xkbcomp-priv.h and use it
blob
|
commitdiff
|
diff to current
2012-05-01
Ran Benita
Remove unused 'which' and 'merge' arguments
blob
|
commitdiff
|
diff to current
2012-04-30
Ran Benita
Use stdbool.h
blob
|
commitdiff
|
diff to current
2012-04-30
Ran Benita
Fix formatting in xkbcomp headers
blob
|
commitdiff
|
diff to current
2012-04-09
Ran Benita
Reformat actionHandler dispatch table
blob
|
commitdiff
|
diff to current
2012-04-09
Daniel Stone
Rename xkb_desc to xkb_keymap
blob
|
commitdiff
|
diff to current
2012-04-02
Ran Benita
Make temporary fix for stale xkb_atoms
blob
|
commitdiff
|
diff to current
2012-03-27
Daniel Stone
Fix build for X11 modifier masks
blob
|
commitdiff
|
diff to current
2012-03-27
Ran Benita
Define our own NoSymbol value and use it
blob
|
commitdiff
|
diff to current
2012-03-27
Ran Benita
Define our own None atom value
blob
|
commitdiff
|
diff to current
next