Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup after merge | Wojciech Siewierski | 2016-04-02 | 1 | -7/+13 |
| | | | | | | | - remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts | ||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | Update action.c | eltang | 2016-04-02 | 1 | -1/+2 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -8/+8 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -6/+6 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Update action.c | Eric-L-T | 2016-04-01 | 1 | -4/+15 |
| | |||||
* | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski | 2016-03-27 | 1 | -3/+3 |
| | |||||
* | Expose the pressed_actions_cache global variable | Wojciech Siewierski | 2016-03-15 | 1 | -4/+3 |
| | |||||
* | Always provide an implementation of process_action_nocache | Wojciech Siewierski | 2016-03-15 | 1 | -0/+5 |
| | |||||
* | process_action may be called either with key cache or without it | Wojciech Siewierski | 2016-03-13 | 1 | -0/+15 |
| | | | | | | | If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call. | ||||
* | Document the issue of stuck modifiers | Wojciech Siewierski | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Fix the layer-dependent modifiers handling | Wojciech Siewierski | 2016-03-05 | 1 | -1/+21 |
| | | | | Closes #181. | ||||
* | Fixes rolling combos for mod-tap keys | Erez Zukerman | 2015-10-28 | 1 | -3/+6 |
| | |||||
* | Remove unneeded tap delays #201 | Jun Wako | 2015-04-23 | 1 | -1/+6 |
| | |||||
* | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | 2015-04-10 | 1 | -0/+565 |