Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-24 | qfc: guard against unlikely division by zero | Stanislaw Halik | |
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-18 | qfc: elide NaN values | Stanislaw Halik | |
2015-10-08 | qfc: save retval's absolute value | Stanislaw Halik | |
Closes #249 | |||
2015-10-07 | qfc: move var to outer scope | Stanislaw Halik | |
2015-10-07 | qfc: no need to load lazily, it's received immediately | Stanislaw Halik | |
2015-10-07 | qfc: try harder to fill all memoized buckets | 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-10-02 | nix warnings on osx clang build | Stanislaw Halik | |
2015-09-05 | qfc: more gray colors when graph is disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc, mapping: disallow editing and change color when checkbox disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc: don't allow editing when disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-08-28 | qfc: also draw line from function start while moving | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-11 | qfc: type mismatch | Stanislaw Halik | |
2015-08-11 | qfc: add comment | Stanislaw Halik | |
2015-07-27 | qfc: move division last | Stanislaw Halik | |
2015-07-26 | fix OSX build | 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 | 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-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-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 | |