Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | gui/keyboard: fix binding keys | Stanislaw Halik | |
2018-11-03 | fix build on Linux | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-25 | cleanup only | Stanislaw Halik | |
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp | |||
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-10-05 | gui/init: handle -msse2 -mno-sse3 | Stanislaw Halik | |
2018-10-05 | use attributes only at declaration, not definition | Stanislaw Halik | |
2018-07-13 | appease analyzer | Stanislaw Halik | |
2018-07-11 | gui/init: sprinkle some `static' | Stanislaw Halik | |
2018-07-08 | options: fix 2 issues | Stanislaw Halik | |
1. Calling valueChanged didn't invoke machinery in value<t>, only base_value aka value_. There's a fast path in value<t>::type() despite the pessimization. 2. Split global scope stuff into options::globals from the options::globals stuff 3. Adjust usages | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-06-13 | gui/init: DAZ is enough for SSE | Stanislaw Halik | |
2018-06-09 | gui: update Chinese translation | Wei Shuai | |
2018-05-28 | gui/cmake: cleanup | Stanislaw Halik | |
2018-05-27 | gui: fix link error due to differing prototype | Stanislaw Halik | |
Reported-by: Artem Sobolev | |||
2018-05-27 | gui, qxt: use pkgconfig wrapper | Stanislaw Halik | |
2018-05-27 | gui: appease linter | Stanislaw Halik | |
2018-03-14 | gui/correlation-calibrator: fix i18n for real this time | Stanislaw Halik | |
2018-03-14 | gui/correlation-calibrator: fix i18n | Stanislaw Halik | |
2018-03-12 | gui/i18n: update | Stanislaw Halik | |
2018-03-10 | gui/correlation-calibrator: add stub widget | Stanislaw Halik | |
2018-02-27 | add Chinese Lang | Wei Shuai | |
2018-02-16 | gui/init: fix translations even harder | Stanislaw Halik | |
Issue: #748 | |||
2018-02-16 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into unstable | mrsanchos | |
2018-02-16 | Add new translation strings | mrsanchos | |
2018-02-16 | gui/init: shorten to `OTR_FORCE_LANG'opentrack-2.3.49-pipeline-fix-backup | Stanislaw Halik | |
2018-02-16 | gui/init: allow forcing locale via env | Stanislaw Halik | |
Issue: #748 | |||
2018-02-16 | gui: attach parent console harder | Stanislaw Halik | |
2018-02-15 | clean up "static" and "constexpr" types | Stanislaw Halik | |
- use `static constexpr inline' to avoid requiring explicit declarations in object code - use `const Foo* const' to maybe put into readonly binary segment (at least for ELF DSOs) - `constexpr' in function scope has storage, avoid `static' - don't use `constexpr' where there's no advantage, like arrays We'd like to avoid overhead of atomic initialization for each function call. No idea how `static constexpr' requiring storage in the standard plays with atomic initialization requirement. Hearsay points that `constexpr' without `static' in block scope behaves more to our liking. It's all hazy though. I'm not 100% sure if `static inline constexpr' has any storage. Hopefully none, like a #define, and stuff bigger than registers gets coalesced within the same module, with small stuff being immediates. | |||
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-02-12 | modules: stop saving line information | Stanislaw Halik | |
Now i18n regen won't make a mess. | |||
2018-02-09 | update translation source files -- #743 | Stanislaw Halik | |
2018-02-08 | Update nl_NL.ts | Mathijs Groothuis | |
Updated some incorrect words and Russian pieces in the file. | |||
2018-01-26 | gui: add missing header | Stanislaw Halik | |
2018-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
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 |