summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-01-18cmake/mingw-w64: updateStanislaw Halik
2018-01-18cmake/msvc: don't want -Zc:throwingNewStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-18cmake: add my defaultsStanislaw Halik
2018-01-18cmake: make per-user defaults more usefulStanislaw Halik
2018-01-18cmake/hier: add commentStanislaw Halik
2018-01-18cmake: fix otr_module(x SUBDIRS ...)Stanislaw Halik
2018-01-18cmake: change up OPENTRACK_BASE_PATH handlingStanislaw Halik
2018-01-18cmake/msvc: remove argument set to default valueStanislaw Halik
2018-01-18tracker/pt: simplify makefileStanislaw Halik
2018-01-18fix -Wall -Wextra -WpedanticStanislaw Halik
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