2014-04-22 |
Ran Benita | xkbcomp: don't align enum values |
tree | commitdiff |
2014-04-22 |
Ran Benita | xkbcomp: use straight assignment instead of CopyModSet |
tree | commitdiff |
2014-04-22 |
Ran Benita | keymap, keycodes, compat: don't use darray for LEDs |
tree | commitdiff |
2014-04-22 |
Ran Benita | keymap: don't use darray in xkb_mod_set |
tree | commitdiff |
2014-04-22 |
Ran Benita | keymap: add and use xkb_mods_{foreach,enumerate}() |
tree | commitdiff |
2014-04-22 |
Ran Benita | keymap: rename xkb_foreach_key to xkb_keys_foreach |
tree | commitdiff |
2014-04-19 |
Ran Benita | symbols: use xkb_mod_set instead of entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | types: use xkb_mod_set instead of entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | compat: use xkb_mod_set instead of entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | vmod: take xkb_mod_set instead of the entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | action: take xkb_mod_set instead of the entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | expr: take xkb_mod_set instead of the entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | text: take xkb_mod_set instead of the entire keymap |
tree | commitdiff |
2014-04-19 |
Ran Benita | Add struct xkb_mod_set |
tree | commitdiff |
2014-04-19 |
Ran Benita | keymap: move ModNameToIndex from text.c and use it... |
tree | commitdiff |
2014-04-17 |
Ran Benita | symbols: separate ctx |
tree | commitdiff |
2014-04-17 |
Ran Benita | compat: separate ctx |
tree | commitdiff |
2014-04-16 |
Ran Benita | types: separate ctx |
tree | commitdiff |
2014-04-16 |
Ran Benita | action: convert a few missed unsigned -> enum xkb_actio... |
tree | commitdiff |
2014-04-16 |
Ran Benita | expr: fix handling of unknown integer binary operator |
tree | commitdiff |
2014-02-22 |
Ran Benita | symbols, keycodes: fix int return type when bool is... |
tree | commitdiff |
2014-02-22 |
Ran Benita | symbols: cleanup SetSymbolsField |
tree | commitdiff |
2014-02-22 |
Ran Benita | symbols: fix possible use of uninitialized value |
tree | commitdiff |
2014-02-16 |
Ran Benita | action: unify SetLatch and Lock handler functions |
tree | commitdiff |
2014-02-16 |
Ran Benita | action: add a common CheckBooleanFlag function |
tree | commitdiff |
2014-02-16 |
Ran Benita | keymap: change action flag NO_ACCEL -> ACCEL |
tree | commitdiff |
2014-02-16 |
Ran Benita | action: fix SwitchScreen "same" field handling |
tree | commitdiff |
2014-02-15 |
Ran Benita | keymap-dump: add missing support for NoLock and NoUnloc... |
tree | commitdiff |
2014-02-15 |
Ran Benita | keymap-dump: don't print "affect=lock" in PtrLock |
tree | commitdiff |
2014-02-15 |
Ran Benita | keymap-dump: unbreak some complex lines |
tree | commitdiff |
2014-02-15 |
Ran Benita | expr: simplify ExprResolveButton |
tree | commitdiff |
2014-02-15 |
Ran Benita | action: don't pass a keymap where a ctx is sufficient |
tree | commitdiff |
2014-02-15 |
Ran Benita | action: add missing array_ndx checks |
tree | commitdiff |
2014-02-15 |
Ran Benita | action: move array_ndx errors into the Check functions |
tree | commitdiff |
2014-02-15 |
Ran Benita | action: fix missing support for "affect" field |
tree | commitdiff |
2014-02-13 |
Ran Benita | ast: cast to ParseCommon explictly instead of using... |
tree | commitdiff |
2014-02-13 |
Ran Benita | action: simplify Check* functions |
tree | commitdiff |
2014-02-12 |
Ran Benita | vmod: bring back support for direct vmod -> real mod... |
tree | commitdiff |
2014-02-10 |
Ran Benita | Move src/xkbcomp/scanner-utils.h to src/ |
tree | commitdiff |
2014-02-10 |
Ran Benita | scanner: sort out scanner logging functions |
tree | commitdiff |
2014-02-10 |
Ran Benita | rules: always %-expand kccgst values |
tree | commitdiff |
2014-02-10 |
Ran Benita | rules: print full path in error messages |
tree | commitdiff |
2014-02-10 |
Ran Benita | rules: include the path in failed-to-map error message |
tree | commitdiff |
2014-02-09 |
Ran Benita | ast: remove unneeded 'ctx' param to XkbFileCreate |
tree | commitdiff |
2014-02-09 |
Ran Benita | symbols: steal keys and modmaps when merging if possible |
tree | commitdiff |
2014-02-09 |
Ran Benita | compat: steal interps and leds when merging if possible |
tree | commitdiff |
2014-02-09 |
Ran Benita | types: steal types when merging if possible |
tree | commitdiff |
2014-02-09 |
Ran Benita | doc: move some file comments into txt files in doc/ |
tree | commitdiff |
2014-02-08 |
Ran Benita | scanner: make line and column unsigned |
tree | commitdiff |
2014-02-08 |
Ran Benita | rules: get rid of struct location |
tree | commitdiff |
2014-02-08 |
Ran Benita | Use (1u << idx) instead of (1 << idx) where appropriate |
tree | commitdiff |
2014-02-08 |
Ran Benita | Use unsigned int for saving darray_size return value |
tree | commitdiff |
2014-02-08 |
Ran Benita | action: fix misleading cast |
tree | commitdiff |
2014-02-08 |
Ran Benita | action: fix printing of underflowed value in error... |
tree | commitdiff |
2014-02-08 |
Ran Benita | scanner-utils: add some likely/unlikely annotations |
tree | commitdiff |
2014-02-08 |
Ran Benita | Partially revert "ast: pack the ParseCommon struct" |
tree | commitdiff |
2014-02-07 |
Ran Benita | ast: use more suitable types in a few ast nodes |
tree | commitdiff |
2014-02-07 |
Ran Benita | Fix sign-compare warnings |
tree | commitdiff |
2014-02-07 |
Ran Benita | symbols: reduce some loop iterators scope |
tree | commitdiff |
2014-02-07 |
Ran Benita | parser: fix unrecognized keysym handling |
tree | commitdiff |
2014-02-07 |
Ran Benita | darray: cleanup |
tree | commitdiff |
2014-02-07 |
Ran Benita | ast: make symsMapIndex unsigned |
tree | commitdiff |
2014-02-07 |
Ran Benita | action: Use ResolveInteger for PtrBtn.count, not Resolv... |
tree | commitdiff |
2014-02-07 |
Ran Benita | action: check range of MovePtr X,Y values |
tree | commitdiff |
2014-02-07 |
Ran Benita | scanner: avoid strlen in keyword lookup, we know the len |
tree | commitdiff |
2014-01-13 |
Ran Benita | keymap: move XkbEscapeMapName() to keymap.c. |
tree | commitdiff |
2014-01-12 |
Ran Benita | context: remove mostly useless log wrappers |
tree | commitdiff |
2014-01-12 |
Ran Benita | parser: shutup some 'may be used uninitialized' warnings |
tree | commitdiff |
2014-01-12 |
Ran Benita | action, types: remove unused Report functions |
tree | commitdiff |
2014-01-11 |
Ran Benita | Fix some cppcheck warnings |
tree | commitdiff |
2013-12-14 |
Ran Benita | ast: pack the ParseCommon struct |
tree | commitdiff |
2013-12-01 |
Ran Benita | expr: make Expr creation naming and file location consi... |
tree | commitdiff |
2013-12-01 |
Ran Benita | expr: add wrapper macro for ExprCreate |
tree | commitdiff |
2013-12-01 |
Ran Benita | expr: split expression types and allocate them separately |
tree | commitdiff |
2013-12-01 |
Ran Benita | parser, symbols: drop unnecessary casts |
tree | commitdiff |
2013-12-01 |
Ran Benita | expr: use ExprCreate in more places |
tree | commitdiff |
2013-12-01 |
Ran Benita | parser: remove 'uval' yylval type |
tree | commitdiff |
2013-12-01 |
Ran Benita | expr: add constructor for boolean expressions |
tree | commitdiff |
2013-12-01 |
Ran Benita | expr: add constructors for more expression types |
tree | commitdiff |
2013-11-30 |
Ran Benita | expr: add 'ident' value to ExprDef union |
tree | commitdiff |
2013-11-27 |
Ran Benita | Resolve keysyms early in parser |
tree | commitdiff |
2013-11-27 |
Ran Benita | scanner: restore lost DIVIDE token |
tree | commitdiff |
2013-11-27 |
Ran Benita | symbols: modernize LookupKeysym |
tree | commitdiff |
2013-11-27 |
Ran Benita | symbols: rename info.modMaps -> modmaps |
tree | commitdiff |
2013-11-09 |
Alan Coopersmith | Make XkbFileCreate argument types match between header... |
tree | commitdiff |
2013-10-27 |
Ran Benita | scanner-utils: remove outdated comment |
tree | commitdiff |
2013-10-14 |
Ran Benita | rules: fix scanning of line-continuation without leadin... |
tree | commitdiff |
2013-10-14 |
Ran Benita | Replace ctype.h functions with ascii ones |
tree | commitdiff |
2013-10-10 |
Ran Benita | keymap: call strlen on keymap string instead of SIZE_MAX |
tree | commitdiff |
2013-10-10 |
Ran Benita | rules: simplify a bit of code |
tree | commitdiff |
2013-10-10 |
Ran Benita | rules: use strlen_safe |
tree | commitdiff |
2013-10-10 |
Ran Benita | rules: improve error logging macros |
tree | commitdiff |
2013-10-10 |
Ran Benita | rules: reduce variable scopes |
tree | commitdiff |
2013-10-10 |
Ran Benita | scanner: remove unnecessary cast |
tree | commitdiff |
2013-10-03 |
Ran Benita | symbols: fix use of uninitialized variable |
tree | commitdiff |
2013-09-28 |
Ran Benita | parser: add some notes about byacc working |
tree | commitdiff |
2013-09-28 |
Ran Benita | parser: add a workaround for byacc |
tree | commitdiff |
2013-09-28 |
Ran Benita | parser: don't use %locations |
tree | commitdiff |
2013-09-28 |
Ran Benita | parser: drop %name-prefix, use -p yacc argument instead |
tree | commitdiff |
2013-09-28 |
Ran Benita | parser: use %pure-parser instead of %define api.pure |
tree | commitdiff |
next |