Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-07 | qfc: no need to load lazily, it's received immediately | Stanislaw Halik | |
2015-10-07 | qfc: revert to floats as in rc15 | Stanislaw Halik | |
Issue: #248 Issue: #231 | |||
2015-10-06 | qfc: increase precision | Stanislaw Halik | |
Go from uint16_t to uint32_t. If it still doesn't help we have to back to using floats. Reported-by: @nanospork Issue: #231 | |||
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: 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: abstract away internally-used data type | Stanislaw Halik | |
Also, change value_type to more sensible value | |||
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-24 | qfc: allow max range as floating point | Stanislaw Halik | |
affects accela | |||
2015-07-07 | qfc: use same precision no matter the max x value | Stanislaw Halik | |
2015-07-07 | includes relative to project top directory | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-12 | spline editor needs discard changes on cancel | Stanislaw Halik | |
2014-10-05 | cleanup some useless logic | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-09-22 | core: plugin-api.hpp now exclusively provides interface | 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-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-10-19 | bah, stupido (valgrind) | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-09-17 | splines: mutex without ptr; appease -Wreorder | Stanislaw Halik | |
2013-09-15 | Fix MSVC build. Also, minor reformat | Stanislaw Halik | |
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-07-16 | Allow for removing all control points at once | Stanislaw Halik | |
2013-04-29 | Fix breakage introduced in latest commits | Stanislaw Halik | |
2013-04-13 | Fix last commit, remove duplicated code | Stanislaw Halik | |
2013-04-12 | reduce CPU usage during tracking | Stanislaw Halik | |
2013-04-02 | Draw more precisely to remove zigzagging lines on spline widget | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |
2013-04-02 | merge continues | Stanislaw Halik | |