Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-17 | gui/init: remove logspam | Stanislaw Halik | |
2018-01-17 | fix build (4) | Stanislaw Halik | |
Issue: #721 | |||
2018-01-17 | fix build (3) | Stanislaw Halik | |
2018-01-17 | gui/settings: fix variant build | Stanislaw Halik | |
2018-01-16 | cleanup | 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 | 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 | 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-14 | gui/main-window: don't crash with no tray | Stanislaw Halik | |
2018-01-14 | gui/keyboard: fix Linux/OSX build | Stanislaw Halik | |
Class renaming broke this. Reported: https://github.com/opentrack/opentrack/issues/721#issuecomment-357457084 | |||
2018-01-14 | gui: fix tray | Stanislaw Halik | |
2018-01-14 | gui/spline: change horizontal/vertical guide count | Stanislaw Halik | |
The amount depends on the max value on X/Y scales. | |||
2018-01-13 | gui/spline: reduce spline widget snap to grid | Stanislaw Halik | |
Issue: #722 | |||
2018-01-13 | cmake, main: work toward introducing alternative UI | Stanislaw Halik | |
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. | |||
2018-01-12 | main: fix build | Stanislaw Halik | |
2018-01-11 | cmake, gui, main: make user interface reusable | Stanislaw Halik | |
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class. | |||
2018-01-10 | many: get rid of trailing type specifiers | Stanislaw Halik | |
2018-01-10 | gui/main: disable denormals on win32 | Stanislaw Halik | |
2018-01-04 | main: workaround crash on exit without terminating process | Stanislaw Halik | |
2018-01-04 | gui: move checkbox to top | Stanislaw Halik | |
Users don't see it. | |||
2018-01-03 | gui/settings: allow reltrans position only | Stanislaw Halik | |
Works also for "dynamic neck". Meant to ignore tracker position output but allow reltrans to output. | |||
2018-01-03 | gui/process-detector: change separator characters | Stanislaw Halik | |
Prevent common characters from breaking the saved list. Use unprintable characters. Add migration. | |||
2017-12-18 | cmake: const correctness | Stanislaw Halik | |
2017-12-10 | gui: fix spline snap value harder | Stanislaw Halik | |
Was checking wrong variable. Issue: #707 | |||
2017-12-10 | gui: fix setting spline snap value | Stanislaw Halik | |
value<t>::valueChanged didn't fire on exact same value anymore. | |||
2017-12-10 | options: rename template | Stanislaw Halik | |
2017-12-09 | gui: cleanup dirty edits in settings dialog | Stanislaw Halik | |
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-12-02 | logic: remove center_method setting | Stanislaw Halik | |
2017-10-29 | gui: fix module on main screen not saved | Stanislaw Halik | |
2017-10-27 | gui/main-window: annoy when running as root | Stanislaw Halik | |
2017-10-27 | gui: rename source files only | Stanislaw Halik | |
2017-10-27 | gui/main-window: give ps3 eye time to stop properly | Stanislaw Halik | |
2017-10-27 | gui: must close module dialogs | Stanislaw Halik | |
Otherwise settings don't get cancelled | |||
2017-10-21 | logic/tracker: rename to pipeline | Stanislaw Halik | |
Could use a better name. | |||
2017-10-20 | gui: don't close dialog on no-op change | Stanislaw Halik | |
When profile changes but module controlling the dialog doesn't, don't close the opened dialog window. | |||
2017-10-20 | options/scoped: use raii | Stanislaw Halik | |
2017-10-20 | logic, spline: more spline work/fixes | Stanislaw Halik | |
- mapping window clamps are now value<max_clamp> in spline - clamp won't mess up saved spline content - clean up artifacts on spline widget | |||
2017-10-20 | spline: allow switch pitch mapping max Y 90/180 | Stanislaw Halik | |
2017-10-20 | migrations: perform after bundle changed hooks run | Stanislaw Halik | |
2017-10-13 | options/tie: change "tie" overloads | Stanislaw Halik | |
Adjust usages. There are ODR issues with MSVC and it doesn't support C++17 "static inline constexpr" _variables_. Otherwise, "signal_fun" could be a variable and not a function. The usages in accela/ewma2 dialog are more verbose now but the original API was silly. | |||
2017-10-10 | compat/util: remove macro and typedefs | Stanislaw Halik | |
2017-10-08 | random stuff | Stanislaw Halik | |