Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-18 | migration: fix possible bitrot | Stanislaw Halik | |
Don't include current settings headers. Once they change the old migration needs rewriting. Rewrite it now and make it a point not to include current headers. The old Accela migration is pointless given that settings changed max values. | |||
2018-01-18 | logic: change relative translation triggering | Stanislaw Halik | |
Relative translation mode now has three states: - disabled - always enabled - enabled when not aiming In the third mode, looking very close to center disables reltrans. The exact values aren't final. | |||
2018-01-18 | cmake/mingw-w64: update | Stanislaw Halik | |
2018-01-18 | cmake/msvc: don't want -Zc:throwingNew | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-18 | cmake: add my defaults | Stanislaw Halik | |
2018-01-18 | cmake: make per-user defaults more useful | Stanislaw Halik | |
2018-01-18 | cmake/hier: add comment | Stanislaw Halik | |
2018-01-18 | cmake: fix otr_module(x SUBDIRS ...) | Stanislaw Halik | |
2018-01-18 | cmake: change up OPENTRACK_BASE_PATH handling | Stanislaw Halik | |
2018-01-18 | cmake/msvc: remove argument set to default value | Stanislaw Halik | |
2018-01-18 | tracker/pt: simplify makefile | Stanislaw Halik | |
2018-01-18 | fix -Wall -Wextra -Wpedantic | Stanislaw Halik | |
2018-01-18 | compat: split/cleanup util.hpp | Stanislaw 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-18 | compat: move powerset.hpp to qxt-mini/ | Stanislaw Halik | |
2018-01-18 | cmake: fix setting default install prefix on startup | Stanislaw Halik | |
2018-01-18 | tracker/pt: split impl and algorithm | Stanislaw Halik | |
Issue: #718 | |||
2018-01-17 | proto/libevdev: fix build | Stanislaw Halik | |
Issue: #726 | |||
2018-01-17 | proto/libevdev: build if found, don't ask in cache | Stanislaw Halik | |
2018-01-17 | gui/init: remove logspam | Stanislaw Halik | |
2018-01-17 | tracker/pt: remove MSVC debug pragma | Stanislaw Halik | |
2018-01-17 | fix build (4) | Stanislaw Halik | |
Issue: #721 | |||
2018-01-17 | fix build (3) | Stanislaw Halik | |
2018-01-17 | compat: get rid of string literal operator | Stanislaw Halik | |
2018-01-17 | fix build (2) | Stanislaw Halik | |
2018-01-17 | fix build | Stanislaw Halik | |
2018-01-17 | gui/settings: fix variant build | Stanislaw Halik | |
2018-01-16 | spline/widget: no need to round pixel ratio | Stanislaw Halik | |
2018-01-16 | main-window: fix linux compile error | Stanislaw Halik | |
2018-01-16 | cv/video-frame, tracker/pt: add hidpi preview support | Stanislaw Halik | |
2018-01-16 | fix build | Stanislaw Halik | |
2018-01-16 | spline: fix widget for hidpi displays | Stanislaw Halik | |
2018-01-16 | cleanup | Stanislaw Halik | |
2018-01-16 | trackmouse: more work | Stanislaw Halik | |
2018-01-16 | gui, variant/default: move default UI | Stanislaw Halik | |
2018-01-16 | gui: fix paths prior to moving into variant/default | Stanislaw Halik | |
2018-01-16 | gui: don't export the main window | Stanislaw Halik | |
2018-01-16 | cmake: split variant handling to each variant | Stanislaw Halik | |
2018-01-16 | gui/main-window: sysexists(3) isn't appropriate | Stanislaw Halik | |
2018-01-16 | gui/main-window: fix more build errors on non-win32 | Stanislaw Halik | |
Issue: #721 | |||
2018-01-16 | add missing copyright statement | Stanislaw Halik | |
2018-01-16 | proto/mouse: must move settings to separate file | Stanislaw Halik | |
Otherwise the UI file isn't slurped when #including this header. | |||
2018-01-16 | logic/mappings: fix silly ctor | Stanislaw Halik | |
2018-01-16 | qt: scale according to screen DPI | Stanislaw 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-16 | filter/accela: modernize c++ | Stanislaw Halik | |
2018-01-16 | tracker/pt: make pt_settings header-only | Stanislaw Halik | |
We'd like to change the settings without linking to the tracker-pt library. | |||
2018-01-16 | logic: get rid of extension logspam | Stanislaw Halik | |
2018-01-16 | logic, spline: get rid of using namespace in header | Stanislaw Halik | |
2018-01-16 | gui/main-window: reformat max right column | Stanislaw Halik | |
2018-01-16 | proto/freetrack: typedefs are volatile, cleanup | Stanislaw Halik | |