summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-01-18compat: split/cleanup util.hppStanislaw Halik
Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp.
2018-01-18compat: move powerset.hpp to qxt-mini/Stanislaw Halik
2018-01-18cmake: fix setting default install prefix on startupStanislaw Halik
2018-01-18tracker/pt: split impl and algorithmStanislaw Halik
Issue: #718
2018-01-17proto/libevdev: fix buildStanislaw Halik
Issue: #726
2018-01-17proto/libevdev: build if found, don't ask in cacheStanislaw Halik
2018-01-17gui/init: remove logspamStanislaw Halik
2018-01-17tracker/pt: remove MSVC debug pragmaStanislaw Halik
2018-01-17fix build (4)Stanislaw Halik
Issue: #721
2018-01-17fix build (3)Stanislaw Halik
2018-01-17compat: get rid of string literal operatorStanislaw Halik
2018-01-17fix build (2)Stanislaw Halik
2018-01-17fix buildStanislaw Halik
2018-01-17gui/settings: fix variant buildStanislaw Halik
2018-01-16spline/widget: no need to round pixel ratioStanislaw Halik
2018-01-16main-window: fix linux compile errorStanislaw Halik
2018-01-16cv/video-frame, tracker/pt: add hidpi preview supportStanislaw Halik
2018-01-16fix buildStanislaw Halik
2018-01-16spline: fix widget for hidpi displaysStanislaw Halik
2018-01-16cleanupStanislaw Halik
2018-01-16trackmouse: more workStanislaw Halik
2018-01-16gui, variant/default: move default UIStanislaw Halik
2018-01-16gui: fix paths prior to moving into variant/defaultStanislaw Halik
2018-01-16gui: don't export the main windowStanislaw Halik
2018-01-16cmake: split variant handling to each variantStanislaw Halik
2018-01-16gui/main-window: sysexists(3) isn't appropriateStanislaw Halik
2018-01-16gui/main-window: fix more build errors on non-win32Stanislaw Halik
Issue: #721
2018-01-16add missing copyright statementStanislaw Halik
2018-01-16proto/mouse: must move settings to separate fileStanislaw Halik
Otherwise the UI file isn't slurped when #including this header.
2018-01-16logic/mappings: fix silly ctorStanislaw Halik
2018-01-16qt: scale according to screen DPIStanislaw Halik
Previously, as a dpi-unaware app we scaled the whole window, including fonts, making them blurry. Given we now have layouts set all over the program, it Just Works when enabling proper scaling. Except for The Octopus, but you can forget it a bad hair day, can you?
2018-01-16filter/accela: modernize c++Stanislaw Halik
2018-01-16tracker/pt: make pt_settings header-onlyStanislaw Halik
We'd like to change the settings without linking to the tracker-pt library.
2018-01-16logic: get rid of extension logspamStanislaw Halik
2018-01-16logic, spline: get rid of using namespace in headerStanislaw Halik
2018-01-16gui/main-window: reformat max right columnStanislaw Halik
2018-01-16proto/freetrack: typedefs are volatile, cleanupStanislaw Halik
2018-01-15Merge pull request #724 from PhilippMuenzel/patch-1Stanisław Halik
Fix XPluginEnable
2018-01-14Fix XPluginEnablePhilipp Ringler
This fixes the plugin loading in an undefined state. See https://forums.x-plane.org/index.php?/forums/topic/138529-psa-check-your-int-xpluginenable-function-definition/ for more information
2018-01-14mehStanislaw Halik
2018-01-14gui/main-window: don't crash with no trayStanislaw Halik
2018-01-14proto/freetrack: rename following npclient changeStanislaw Halik
2018-01-14variant/trackmouse: flushStanislaw Halik
2018-01-14gui/keyboard: fix Linux/OSX buildStanislaw Halik
Class renaming broke this. Reported: https://github.com/opentrack/opentrack/issues/721#issuecomment-357457084
2018-01-14gui: fix trayStanislaw Halik
2018-01-14gui/spline: change horizontal/vertical guide countStanislaw Halik
The amount depends on the max value on X/Y scales.
2018-01-13gui/spline: reduce spline widget snap to gridStanislaw Halik
Issue: #722
2018-01-13variant/trackmouse: random flushStanislaw Halik
2018-01-13cmake: variant workStanislaw Halik
2018-01-13proto/libevdev: buffer flush, WIPStanislaw Halik