Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-06 | api/keys: fix build | Stanislaw Halik | |
2015-12-05 | api/shortcuts: no longer keep shortcuts hardcoded | Stanislaw Halik | |
2015-11-22 | work: use the centralized keypress worker | Stanislaw Halik | |
2015-11-19 | shortcuts: nix single-use mutex | Stanislaw Halik | |
It also slept with lock held. Good riddance. | |||
2015-11-11 | shortcuts: alloy kbd mods for joystick buttons | Stanislaw Halik | |
2015-11-11 | joy: pass shortcut only if pressed, not depressed | Stanislaw Halik | |
Issue: #118 Reported-by: @Len62 | |||
2015-11-11 | allow for binding joystick buttons to shortcut functions | Stanislaw Halik | |
Win32 only Issue: #118 | |||
2015-11-01 | shortcuts: separate keybinding worker to another file | Stanislaw Halik | |
2015-10-30 | shortcuts: fix crash on Linux | Stanislaw Halik | |
2015-10-24 | shortcuts: allow for binding same key to multiple functions | Stanislaw Halik | |
Closes #258 | |||
2015-10-20 | shortcuts: fix osx/linux keystrokes persistingopentrack-2.3-rc19p2 | Stanislaw Halik | |
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-17 | shortcuts: alias right modifier keys to left modifier keys | Stanislaw Halik | |
Issue: #257 Closes #257 | |||
2015-10-11 | shortcuts: fix short keypresses | Stanislaw Halik | |
Issue: #253 | |||
2015-10-07 | shortcuts: sleep less, drop less keystrokes | Stanislaw Halik | |
2015-10-02 | shortcuts: rework KeybindingWorker for win32 | Stanislaw Halik | |
The class is now usable outside of center/zero/toggle loop. | |||
2015-07-25 | shortcuts: remove duplication | Stanislaw Halik | |
2015-07-25 | rename to win32-shortcuts.cpp | Stanislaw Halik | |
2015-07-25 | fix build | Stanislaw Halik | |
2015-07-25 | shortcuts: store .ini value as portable string | Stanislaw Halik | |
2015-07-25 | shortcuts: prototyped for Linux | Stanislaw Halik | |
2015-07-25 | shortcuts: linux work | Stanislaw Halik | |
2015-07-25 | initial impl of arbitrary keybindings | Stanislaw Halik | |
Issue: #118 Linux and OSX likely broken for now. | |||
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2014-12-06 | move shortcut dialog to ui module | Stanislaw Halik | |
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-05 | fix keyboard shortcuts on win32 change during trackingopentrack-2.3-20141105 | Stanislaw Halik | |
Used to become unusable if changed during tracking. | |||
2014-10-28 | hook up tray to build | Stanislaw Halik | |
Issue: #64 | |||
2014-10-24 | check if keycode exists first, since keystate can be outta whack | Stanislaw Halik | |
2014-10-24 | always initialize keycode et al on win32 | Stanislaw Halik | |
2014-10-22 | long fun header -> .cpp | Stanislaw Halik | |
2014-10-21 | workaround qxt-mini "shortcut failed to unregister" | Stanislaw Halik | |
2014-10-20 | refactor 2/n | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |