Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-03 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
* unstable: move header to right place shortcuts: whole is _WIN32, don't check twice nested qfc: move division last | |||
2015-07-28 | move header to right place | Stanislaw Halik | |
2015-07-28 | shortcuts: whole is _WIN32, don't check twice nested | Stanislaw Halik | |
2015-07-27 | qfc: move division last | Stanislaw Halik | |
2015-07-27 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-27 | shortcuts: extract key without modifiers for remap | Stanislaw Halik | |
2015-07-27 | shortcuts: guard against modifiers pressed in different order | Stanislaw Halik | |
2015-07-27 | shortcuts: add missing win32 binding | Stanislaw Halik | |
2015-07-26 | icon-related goodness | Stanislaw Halik | |
The .ico takes too much space, let's change palette later | |||
2015-07-26 | accidentally stopped copying settings/ | Stanislaw Halik | |
2015-07-26 | trackhat icon and octopus replacement | Stanislaw Halik | |
2015-07-26 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-26 | fix OSX build | Stanislaw Halik | |
2015-07-26 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-26 | qfc: qreal isn't float, use auto | Stanislaw Halik | |
2015-07-26 | qfc: use doubles for intermediate values | Stanislaw Halik | |
We could lose precision when multiplying by integral_max with floats. For doubles, we can count on up to 2^56 - 1 to be expressible somewhat exactly. | |||
2015-07-26 | qfc: reload spline data lazily | Stanislaw Halik | |
2015-07-26 | qfc: add missing mutex | Stanislaw Halik | |
2015-07-26 | qfc: tweaks | Stanislaw Halik | |
2015-07-26 | qfc: disallow placing new points if too close to existing ones | Stanislaw Halik | |
2015-07-26 | qfc: last value is always positive or zero | Stanislaw Halik | |
2015-07-26 | qfc: use integers as storage, not floats | Stanislaw Halik | |
Float mantissa has 23 bits. 9 bits get wasted per value. Instead, use uint16_t that doesn't lose much precision, but saves half the space. | |||
2015-07-26 | qfc: we need positive retval here | Stanislaw Halik | |
2015-07-26 | qfc: interpolate the right way for negative values | Stanislaw Halik | |
2015-07-26 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-26 | qfc: sensible step when drawing | Stanislaw Halik | |
Higher step value allows more precision when spline doesn't match the control points. | |||
2015-07-26 | qfc: lift computation out of loop | Stanislaw Halik | |
2015-07-26 | qfc: abstract away internally-used data type | Stanislaw Halik | |
Also, change value_type to more sensible value | |||
2015-07-26 | qfc: reduce artifacts on high-frequency functions | Stanislaw Halik | |
2015-07-26 | cmake: remove commented-out portions | Stanislaw Halik | |
2015-07-26 | merge unstable | Stanislaw Halik | |
2015-07-26 | ui: also implicitly cancel options/mapping screens on normal close | Stanislaw Halik | |
2015-07-26 | ui: remove duplicate include | Stanislaw Halik | |
2015-07-26 | main: improve theme/qt plugin selection logic | Stanislaw Halik | |
2015-07-26 | main: simplify win32 add_program_library_path | Stanislaw Halik | |
2015-07-26 | merge unstable | Stanislaw Halik | |
2015-07-26 | pt camera: small tweaks | Stanislaw Halik | |
2015-07-26 | ui: switch initial tab, oops | Stanislaw Halik | |
2015-07-26 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-26 | pt: preventing crashing on camera manipulation | Stanislaw Halik | |
2015-07-26 | pt: stop crashing on camera ops | Stanislaw Halik | |
2015-07-26 | adjust ui | Stanislaw Halik | |
2015-07-26 | trackhat pt: style changes | Stanislaw Halik | |
2015-07-26 | pt: oops, set used model from wizard | Stanislaw Halik | |
2015-07-26 | trackhat-ui: use final images in wizard/ui | Stanislaw Halik | |
2015-07-25 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-25 | shortcuts: remove duplication | Stanislaw Halik | |
2015-07-25 | rename to win32-shortcuts.cpp | Stanislaw Halik | |
2015-07-25 | shortcuts: add missing keybindings | Stanislaw Halik | |