summaryrefslogtreecommitdiffhomepage
path: root/qfunctionconfigurator/qfunctionconfigurator.h
AgeCommit message (Collapse)Author
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-20all: update copyright where appropriateStanislaw Halik
2015-10-02nix warnings on osx clang buildStanislaw Halik
2015-09-05qfc: more gray colors when graph is disabledStanislaw Halik
Sponsored-by: TrackHat
2015-09-05qfc, mapping: disallow editing and change color when checkbox disabledStanislaw Halik
Sponsored-by: TrackHat
2015-07-26qfc: disallow placing new points if too close to existing onesStanislaw Halik
2015-07-08retab and reformat onlyStanislaw Halik
2014-10-25stupid useless timer broke hoveringStanislaw Halik
2014-10-19fix link errors on win32 -only-Stanislaw Halik
2014-10-19decruft moreStanislaw Halik
2014-10-12copyright in header onlyStanislaw Halik
2014-10-12spline editor needs discard changes on cancelStanislaw Halik
2014-10-04flush before windows breaks and data lossageStanislaw Halik
2014-09-22core: plugin-api.hpp now exclusively provides interfaceStanislaw Halik
2014-09-19cleanup mapping codeopentrack-2.2-end-of-alphaStanislaw 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-18cleanup qfcStanislaw Halik
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
2014-09-17nix explicit mallocStanislaw Halik
simplifies, allows for copy operator
2014-09-13nix comment cancerStanislaw Halik
2014-02-10don't load spline config twiceStanislaw Halik
2014-01-12fix qfc display artifacts & bugsStanislaw Halik
2014-01-12refactor QFCStanislaw Halik
2014-01-12qfc: simplifyStanislaw Halik
2013-12-26while here, allow floats as qfc resolutionStanislaw Halik
2013-10-17get rid of QFC artifactsStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17simplify color stuffiesStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-15correct some obsolete stuffStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-11clarify copyrightStanislaw Halik
Please see facetracknoir/develop: 336fc06ebe550d2c5fefae7dc1f967377eef998d https://sourceforge.net/p/facetracknoir/codegit/ci/336fc06ebe550d2c5fefae7dc1f967377eef998d/tree/ % git clone http://git.code.sf.net/p/facetracknoir/codegit Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-09use native background color in spline dialogStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-19qfc: pass -Wall -pedantic -WextraStanislaw Halik
2013-09-15Fix MSVC build. Also, minor reformatStanislaw Halik
2013-09-14QFC: cleanup logic and unused stuffStanislaw Halik
2013-09-14throttle QFunctionConfigurator updatesStanislaw Halik
Don't consume whole CPU time when the spline editor control points are being dragged.
2013-09-14refactor QFunctionConfiguratorStanislaw Halik
While the API is more clear now and withstands config changes properly, there's a performance degradation while moving a spline point. It now refreshes whole spline.
2013-07-16Remove dead codeStanislaw Halik
2013-05-09Remove reset button from curve dialogStanislaw Halik
2013-04-13Don't reference same thing twice, including a possibly stale pointer. Apply ↵Stanislaw Halik
more defensive coding
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik
2013-04-02merge continuesStanislaw Halik