Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | all: split "api" into "api" and "logic" | Stanislaw Halik | |
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough. | |||
2016-06-14 | api/shortcuts: use unsigned index where able | Stanislaw Halik | |
2015-11-22 | api/shortcuts: add missing win32 delete key definition | Stanislaw Halik | |
2015-10-25 | win32: try win_key with modifier first | Stanislaw Halik | |
2015-10-25 | shortcuts: remove obsolete code on win32 | Stanislaw Halik | |
Now that dinput catches keystrokes, it's not needed | |||
2015-10-25 | shortcuts: allow for numpad on win32 | Stanislaw Halik | |
Closes #259 | |||
2015-10-25 | shortcuts: allow for numlock on win32 | Stanislaw Halik | |
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-17 | shortcuts: actually print screen binding works | Stanislaw Halik | |
It works only if Dropbox doesn't hook the key Issue: #257 | |||
2015-10-17 | shortcuts: allow for binding scroll lock and pause/break | Stanislaw Halik | |
Print screen doesn't seem to work. Issue: #257 | |||
2015-10-02 | shortcuts: implement dinput -> qt conversion | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-07-28 | move header to right place | Stanislaw Halik | |
2015-07-28 | shortcuts: whole is _WIN32, don't check twice nested | Stanislaw Halik | |
2015-07-27 | shortcuts: extract key without modifiers for remap | Stanislaw Halik | |
2015-07-27 | shortcuts: add missing win32 binding | Stanislaw Halik | |
2015-07-25 | rename to win32-shortcuts.cpp | Stanislaw Halik | |