aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-02Removed tabs in numericrange.hSamuel Fadel
2016-01-29More informative splat parameters.Samuel Fadel
2016-01-29Changed default color scale to a rainbow variant.Samuel Fadel
2016-01-29Fixed issue #18.Samuel Fadel
2016-01-29Fixed screenshot functionality and splat visibility.Samuel Fadel
2016-01-29Renamed ForceScheme source file to lowercase.Samuel Fadel
2016-01-29Removed unused old files.Samuel Fadel
2016-01-28Simplified layout & options.Samuel Fadel
2016-01-28ProjectionObserver: small change in setType().Samuel Fadel
2016-01-28ProjectionObsever now responds to selection changes.Samuel Fadel
2016-01-28Scatterplot: set default glyph color (white) when no color is available.Samuel Fadel
2016-01-28BarChart: handle right clicks (clear selection).Samuel Fadel
2016-01-28Scatterplot: handle right clicks (clear selection) and absence of color data.Samuel Fadel
2016-01-28ManipulationHandler: changed numeric range type to match arma::uvec.Samuel Fadel
2016-01-28BarChart: bugfix related to brushing & no. of elems.Samuel Fadel
2016-01-27Scatterplot: using the quadtree to perform selection.Samuel Fadel
2016-01-27Scatterplot: now possible to use brush to select points.Samuel Fadel
2016-01-27Scatterplot: reduced search space for brushing.Samuel Fadel
2016-01-27Scatterplot: efficient brushing.Samuel Fadel
2016-01-27Regular points now visible by default (and quite small).Samuel Fadel
2016-01-27Scatterplot & BarChart brushing functional.Samuel Fadel
2016-01-26Scatterplot & BarChart: initial brushing mechanism.Samuel Fadel
2016-01-26VoronoiSplat & main(): moved all skelft to VoronoiSplat.Samuel Fadel
2016-01-25Scatterplots & splat now share the same scaling.Samuel Fadel
2016-01-25VoronoiSplat: added methods & signals for dealing with scales.Samuel Fadel
2016-01-25BarChart: updated index resetting algorithm (using std::iota).Samuel Fadel
2016-01-25LinearScale: additional helper methods.Samuel Fadel
2016-01-21Added selection linking. Needs more tests.Samuel Fadel
2016-01-21Added second bar chart.Samuel Fadel
2016-01-21BarChart: added selection mechanisms.Samuel Fadel
2016-01-20ProjectionObserver: fixed the diff to prev values.Samuel Fadel
2016-01-20Previous commit added a build error, fixing.Samuel Fadel
2016-01-20BarChart: moved code from updatePaintNode to other helper functions.Samuel Fadel
2016-01-20Added a few comments in main.hSamuel Fadel
2016-01-20main(): better code for loading CP data.Samuel Fadel
2016-01-20Added color scale selection and aggregate error.Samuel Fadel
2016-01-20BarChart: update() when values change and added hover hints.Samuel Fadel
2016-01-19Updated options & hacks to change color scales.Samuel Fadel
2016-01-19Scatterplot: one more case where update() should be called.Samuel Fadel
2016-01-19Colormap: texture update fixed.Samuel Fadel
2016-01-18ColorScale & ContinuousColorScale: minor code standardization.Samuel Fadel
2016-01-18Smaller colormap view.Samuel Fadel
2016-01-18Removed unused menus.Samuel Fadel
2016-01-18BarChart & Scatterplot: added hints for vertex data upload.Samuel Fadel
2016-01-18ProjectionObserver & dist(): using more cores in computations.Samuel Fadel
2016-01-18Scatterplot: added more padding so that no parts of the plot are cropped out ...Samuel Fadel
2016-01-18VoronoiSplat: Fixed issue #8.Samuel Fadel
2016-01-18Added observer to update values displayed based on some metric.Samuel Fadel
2016-01-18Corrected colormap z value so that it is always on top.Samuel Fadel
2016-01-18Updated options.Samuel Fadel