Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | fix osx, app bundle now builds | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-07 | qfc: only prepend leading (0,0) if there's more than 1 point | Stanislaw Halik | |
2015-07-07 | qfc: use float intermediates, and consistently | Stanislaw Halik | |
2015-07-07 | qfc: use same precision no matter the max x value | Stanislaw Halik | |
2015-07-07 | qfc: don't cancel moving if points come too close | Stanislaw Halik | |
Instead, block moving but allow the user to move the other way. | |||
2015-07-07 | qfc: don't cancel moving if points come too close | Stanislaw Halik | |
Instead, block moving but allow the user to move the other way. | |||
2015-07-07 | includes relative to project top directory | Stanislaw Halik | |
2015-07-01 | qfc: always draw line to last point | Stanislaw Halik | |
2015-07-01 | qfc: adapt step size to bound | Stanislaw Halik | |
2015-04-02 | qfc: simplify | Stanislaw Halik | |
2015-03-20 | qfc: use floats consistently | Stanislaw Halik | |
2015-03-20 | qfc: remove some nonsense | Stanislaw Halik | |
The code didn't do anything sensible. | |||
2015-03-20 | qfc: start drawing control point lines from correct place | Stanislaw Halik | |
2015-02-15 | tabs | DaMichel | |
2015-02-15 | lerp ftw | DaMichel | |
2014-11-22 | don't crash with x=2^31-1 | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-10-25 | stupid useless timer broke hovering | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-17 | default to 1:1 lienar mapping | Stanislaw Halik | |
Issue: #46 | |||
2014-10-12 | copyright in header only | Stanislaw Halik | |
2014-10-12 | spline editor needs discard changes on cancel | Stanislaw Halik | |
2014-10-05 | nix cmath | Stanislaw Halik | |
2014-10-05 | cleanup some useless logic | Stanislaw Halik | |
2014-10-05 | whitespace only | Stanislaw Halik | |
2014-10-05 | mapping was set to nonsense when exceeded spline bounds | Stanislaw Halik | |
2014-10-05 | retab only | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-09-22 | const constexpr -> constexpr | Stanislaw Halik | |
2014-09-22 | core: plugin-api.hpp now exclusively provides interface | Stanislaw Halik | |
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw Halik | |
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56 | |||
2014-09-18 | qfc: don't do same thing twice | Stanislaw Halik | |
2014-09-18 | qfc: fix artifacts following cleanup | Stanislaw Halik | |
2014-09-18 | cleanup qfc | Stanislaw Halik | |
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again. | |||
2014-09-17 | nix explicit malloc | Stanislaw Halik | |
simplifies, allows for copy operator | |||
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-01-12 | display current value in qfc correctly | Stanislaw Halik | |
2014-01-12 | fix qfc display artifacts & bugs | Stanislaw Halik | |
2014-01-12 | refactor QFC | Stanislaw Halik | |
2014-01-12 | qfc: simplify | Stanislaw Halik | |
2014-01-01 | one const too many | Stanislaw Halik | |
2014-01-01 | base spline widget size on config size | Stanislaw Halik | |
2013-12-31 | qfc: delete copy ctor | Stanislaw Halik | |
2013-12-26 | qfc: use saner sub-degree precision value | Stanislaw Halik | |
2013-12-26 | qfc: prevent default to nonsense on broken config | Stanislaw Halik | |
2013-12-26 | while here, allow floats as qfc resolution | Stanislaw Halik | |
2013-12-26 | qfc: reenable mouse tracking all the time | Stanislaw Halik | |