summaryrefslogtreecommitdiffhomepage
path: root/opentrack/win32-shortcuts.cpp
AgeCommit message (Collapse)Author
2016-06-16all: 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-14api/shortcuts: use unsigned index where ableStanislaw Halik
2015-11-22api/shortcuts: add missing win32 delete key definitionStanislaw Halik
2015-10-25win32: try win_key with modifier firstStanislaw Halik
2015-10-25shortcuts: remove obsolete code on win32Stanislaw Halik
Now that dinput catches keystrokes, it's not needed
2015-10-25shortcuts: allow for numpad on win32Stanislaw Halik
Closes #259
2015-10-25shortcuts: allow for numlock on win32Stanislaw Halik
2015-10-20all: update copyright where appropriateStanislaw Halik
2015-10-17shortcuts: actually print screen binding worksStanislaw Halik
It works only if Dropbox doesn't hook the key Issue: #257
2015-10-17shortcuts: allow for binding scroll lock and pause/breakStanislaw Halik
Print screen doesn't seem to work. Issue: #257
2015-10-02shortcuts: implement dinput -> qt conversionStanislaw Halik
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-07-28move header to right placeStanislaw Halik
2015-07-28shortcuts: whole is _WIN32, don't check twice nestedStanislaw Halik
2015-07-27shortcuts: extract key without modifiers for remapStanislaw Halik
2015-07-27shortcuts: add missing win32 bindingStanislaw Halik
2015-07-25rename to win32-shortcuts.cppStanislaw Halik