summaryrefslogtreecommitdiff
path: root/src/xkbcomp/action.c
Commit message (Expand)AuthorAgeFilesLines
* xkbcomp: use memcpy over strncpy to avoid analyzer warningsPeter Hutterer2021-03-301-4/+5
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* action: make a note that we may not null-terminate private stringsPeter Hutterer2018-08-011-0/+1
* action: take xkb_mod_set instead of the entire keymapRan Benita2014-04-191-113/+115
* expr: take xkb_mod_set instead of the entire keymapRan Benita2014-04-191-1/+2
* action: convert a few missed unsigned -> enum xkb_action_typeRan Benita2014-04-161-5/+5
* action: unify SetLatch and Lock handler functionsRan Benita2014-02-161-54/+33
* action: add a common CheckBooleanFlag functionRan Benita2014-02-161-52/+32
* keymap: change action flag NO_ACCEL -> ACCELRan Benita2014-02-161-2/+3
* action: fix SwitchScreen "same" field handlingRan Benita2014-02-161-2/+3
* action: don't pass a keymap where a ctx is sufficientRan Benita2014-02-151-59/+59
* action: add missing array_ndx checksRan Benita2014-02-151-4/+9
* action: move array_ndx errors into the Check functionsRan Benita2014-02-151-75/+44
* action: fix missing support for "affect" fieldRan Benita2014-02-151-18/+34
* action: simplify Check* functionsRan Benita2014-02-141-68/+34
* action: fix misleading castRan Benita2014-02-081-1/+1
* action: fix printing of underflowed value in error messageRan Benita2014-02-081-2/+2
* Fix sign-compare warningsRan Benita2014-02-081-1/+1
* action: Use ResolveInteger for PtrBtn.count, not ResolveButtonRan Benita2014-02-071-6/+5
* action: check range of MovePtr X,Y valuesRan Benita2014-02-071-2/+11
* action, types: remove unused Report functionsRan Benita2014-01-121-11/+0
* Fix some cppcheck warningsRan Benita2014-01-111-6/+2
* expr: split expression types and allocate them separatelyRan Benita2013-12-011-34/+40
* expr: add constructor for boolean expressionsRan Benita2013-12-011-2/+2
* expr: add 'ident' value to ExprDef unionRan Benita2013-11-301-1/+1
* Fix pointer style nitRan Benita2013-03-181-1/+1
* Move a couple of general keymap functions from keycodes.cRan Benita2013-03-181-1/+0
* More spelling errorsRan Benita2013-03-181-1/+1
* action: s/hndlrType/handler_typeRan Benita2013-03-181-5/+5
* action: don't allow private actions with a known typeRan Benita2012-10-301-1/+20
* expr: unify the real and virtual modifier functionsRan Benita2012-10-061-1/+1
* Use our types instead of int/uint32_t in a few placesRan Benita2012-10-061-1/+1
* Don't use %z printf formatRan Benita2012-09-301-2/+2
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-241-3/+3
* Rename ACTION_TYPE_LAST to _ACTION_TYPE_NUM_ENTRIESRan Benita2012-09-141-3/+2
* Copyright updatesDaniel Stone2012-09-121-0/+27
* actions: Remove PointerDefault affect fieldDaniel Stone2012-09-101-5/+3
* kbproto unentanglement: action flagsDaniel Stone2012-09-101-31/+29
* kbproto unentanglement: action typesDaniel Stone2012-09-101-30/+30
* Remove deprecated actionsDaniel Stone2012-09-101-331/+1
* kbproto unentanglement: XkbNumVirtualModsDaniel Stone2012-09-101-1/+1
* kbproto untanglement: XkbKeyNameLengthDaniel Stone2012-09-101-1/+1
* Unify some string tables from xkbcomp, text and keymap-dumpRan Benita2012-09-031-103/+4
* expr: make ResolveString return an atomRan Benita2012-09-031-2/+6
* action: fix LookupEntry for "lockdevbtn"Ran Benita2012-09-031-1/+1
* action: remove redundant checkRan Benita2012-09-031-7/+0
* action: keep array of default actions, instead of list of changesRan Benita2012-09-031-78/+44
* action: disallow setting an action_field default for all typesRan Benita2012-09-031-13/+8
* action: clean up formatting of extern functionsRan Benita2012-09-031-48/+62
* expr: move op_type/value_type_to_string functions to astRan Benita2012-09-021-1/+1