summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_mouse/ftnoir_protocol_mouse.h
AgeCommit message (Collapse)Author
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-06mouse: decruftStanislaw Halik
Fix Qt layouts, add to comboboxen using Qt Designer
2015-07-20mouse: replace copyrightStanislaw Halik
The mouse tracker was entirely rewritten since.
2015-07-08retab and reformat onlyStanislaw Halik
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2015-03-25mouse: move mouse relative to last cursor positionStanislaw Halik
Makes mouse output actually useful for fullscreen games. Issue: #113
2015-01-05remove needless settings reload in dialogsStanislaw Halik
Options handling was fixed to pass the same bundle to all consumers. There's no need to reload it explicitly anymore.
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-08-30remove capt obvious commentsStanislaw Halik
2014-07-27Finish rename for all platformsStanislaw Halik
2014-01-01settings for mouseStanislaw Halik
2013-10-19Fix proto/filter dtor not being calledStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct
2013-10-17fix win32 build breakageStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-17proto: Correct visibilityStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-24Fix mouse protocol, remove most of the options for simplicity's sakeStanislaw Halik
2013-06-06Remove dead codeStanislaw Halik
2013-04-27Remove old way of getting the game name, which had a buffer size cap.Stanislaw Halik
2013-04-27Implement game name in the UI, lost previously due to refactoring.Stanislaw Halik
2013-04-26Cleanup: don't inherit from UI class since it's a member tooStanislaw Halik
2013-04-13Don't use axes as class/struct members. Use an array instead, and iterate ↵Stanislaw Halik
over them where applicable.
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik
2013-03-22Remove .bat files, actually finish rename this timeStanislaw Halik