Structured log messages with a message registry
[platform/upstream/libxkbcommon.git] / src / xkbcomp / action.c
2023-09-19 Pierre Le MarreStructured log messages with a message registry
2021-03-29 Peter Huttererxkbcomp: use memcpy over strncpy to avoid analyzer...
2019-12-27 Ran Benitabuild: include config.h manually
2018-08-01 Ran BenitaMerge pull request #66 from whot/master
2018-08-01 Peter Huttereraction: make a note that we may not null-terminate...
2014-04-19 Ran Benitaaction: take xkb_mod_set instead of the entire keymap
2014-04-19 Ran Benitaexpr: take xkb_mod_set instead of the entire keymap
2014-04-16 Ran Benitaaction: convert a few missed unsigned -> enum xkb_actio...
2014-02-16 Ran Benitaaction: unify SetLatch and Lock handler functions
2014-02-16 Ran Benitaaction: add a common CheckBooleanFlag function
2014-02-16 Ran Benitakeymap: change action flag NO_ACCEL -> ACCEL
2014-02-16 Ran Benitaaction: fix SwitchScreen "same" field handling
2014-02-15 Ran Benitaaction: don't pass a keymap where a ctx is sufficient
2014-02-15 Ran Benitaaction: add missing array_ndx checks
2014-02-15 Ran Benitaaction: move array_ndx errors into the Check functions
2014-02-15 Ran Benitaaction: fix missing support for "affect" field
2014-02-13 Ran Benitaaction: simplify Check* functions
2014-02-08 Ran Benitaaction: fix misleading cast
2014-02-08 Ran Benitaaction: fix printing of underflowed value in error...
2014-02-07 Ran BenitaFix sign-compare warnings
2014-02-07 Ran Benitaaction: Use ResolveInteger for PtrBtn.count, not Resolv...
2014-02-07 Ran Benitaaction: check range of MovePtr X,Y values
2014-01-12 Ran Benitaaction, types: remove unused Report functions
2014-01-11 Ran BenitaFix some cppcheck warnings
2013-12-01 Ran Benitaexpr: split expression types and allocate them separately
2013-12-01 Ran Benitaexpr: add constructor for boolean expressions
2013-11-30 Ran Benitaexpr: add 'ident' value to ExprDef union
2013-03-18 Ran BenitaFix pointer style nit
2013-03-18 Ran BenitaMove a couple of general keymap functions from keycodes.c
2013-03-18 Ran BenitaMore spelling errors
2013-03-18 Ran Benitaaction: s/hndlrType/handler_type
2012-10-30 Ran Benitaaction: don't allow private actions with a known type
2012-10-06 Ran Benitaexpr: unify the real and virtual modifier functions
2012-10-06 Ran BenitaUse our types instead of int/uint32_t in a few places
2012-09-30 Ran BenitaDon't use %z printf format
2012-09-23 Ran BenitaDon't use xkbcommon-compat names in internal code
2012-09-14 Ran BenitaRename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIES
2012-09-12 Daniel StoneCopyright updates
2012-09-10 Daniel Stoneactions: Remove PointerDefault affect field
2012-09-10 Daniel Stonekbproto unentanglement: action flags
2012-09-10 Daniel Stonekbproto unentanglement: action types
2012-09-10 Daniel StoneRemove deprecated actions
2012-09-10 Daniel Stonekbproto unentanglement: XkbNumVirtualMods
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-03 Ran BenitaUnify some string tables from xkbcomp, text and keymap...
2012-09-03 Ran Benitaexpr: make ResolveString return an atom
2012-09-03 Ran Benitaaction: fix LookupEntry for "lockdevbtn"
2012-09-03 Ran Benitaaction: remove redundant check
2012-09-03 Ran Benitaaction: keep array of default actions, instead of list...
2012-09-03 Ran Benitaaction: disallow setting an action_field default for...
2012-09-03 Ran Benitaaction: clean up formatting of extern functions
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-01 Ran Benitacompat: small changes
2012-09-01 Ran Benitaaction: convert action field type to enum
2012-09-01 Ran BenitaOrganize xkbcomp/ header files
2012-08-10 Ran Benitaaction: get rid of xkb_any_action
2012-08-10 Ran BenitaStore actions inside struct xkb_key
2012-08-10 Ran BenitaRemove AutoKeyNames feature
2012-08-10 Ran BenitaModernize struct xkb_mods
2012-08-07 Ran BenitaFix virtual modifiers mask extraction
2012-08-07 Ran BenitaRemove xproto build dependency
2012-08-07 Ran Benitaaction: drop global actionInitialized
2012-08-07 Ran Benitaexpr: constify function arguments
2012-07-27 Ran BenitaRemove ExprResult
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveEnum
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveMask
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveInteger
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveButton
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveGroup
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveBoolean
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveString
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveLhs
2012-07-26 Ran Benitaexpr: drop ExprResult from ResolveKeyName
2012-07-26 Ran BenitaConvert defines to enums in xkbcomp.h
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-26 Ran BenitaDrop Xkbc prefix of text functions
2012-07-26 Ran BenitaUse xkb_mod_mask_t and xkb_mask_index_t throughout
2012-07-26 Ran BenitaRemove alloc.{c,h}
2012-07-26 Ran BenitaSome atom related optimizations
2012-07-22 Ran Benitaexpr: use new log functions
2012-07-22 Ran Benitaaction: use new log functions
2012-07-22 Ran Benitautils: remove uTypedAlloc/Calloc
2012-07-18 Ran BenitaUse xkb_group_index_t for group variables throughout
2012-07-18 Ran BenitaConvert macros to inline functions
2012-07-18 Ran BenitaPass around xkb_key's instead of keycodes
2012-07-18 Ran BenitaGet rid of struct xkb_key_name
2012-07-18 Ran BenitaReplace xkb_keycode_t 'key' variable name by 'kc'
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-05-11 Daniel StoneRename 'ctx' back to 'context' in external API
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Ran BenitaShorten context to ctx
2012-05-09 Ran BenitaMake the context available for XkbcAtomText
2012-05-09 Ran BenitaMake the context available for XkbcAtomGetString
2012-05-09 Ran BenitaMake the context available to xkb_intern_atom
2012-05-09 Daniel StoneChange all 'xkb' xkb_keymap names to 'keymap'
2012-05-08 Ran BenitaRename xkbcomp/misc.h to xkbcomp-priv.h and use it
2012-05-01 Ran BenitaRemove unused 'which' and 'merge' arguments
2012-04-30 Ran BenitaUse stdbool.h
2012-04-30 Ran BenitaFix formatting in xkbcomp headers
2012-04-09 Ran BenitaReformat actionHandler dispatch table
next