aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
2016-03-15Initial CUBu support & LinePlot (with bundling) component.Samuel Fadel
2016-03-10main(): shuffle() values were being ignored, now fixed.Samuel Fadel
2016-03-04main(): fixed code for init'ing CP projection.Samuel Fadel
2016-03-04main(): small change to output message.Samuel Fadel
2016-03-03BarChart is now also updated during rewinding.Samuel Fadel
2016-03-02Improvements related to ColorScale and screenshots.Samuel Fadel
2016-02-28Added colormap orientation & improved UI.Samuel Fadel
2016-02-12Refactoring of Projection{Observer,History} & ManipulationHandler.Samuel Fadel
2016-02-12Many bugfixes related to ProjectionObserver.Samuel Fadel
2016-02-11BarChart: correctly displays current selection.Samuel Fadel
2016-02-11main(): minor reoganization in signal connections.Samuel Fadel
2016-02-11Modified the way the history interacts with other components.Samuel Fadel
2016-02-11main(): Removed method call to set glyph size in rpPlot.Samuel Fadel
2016-02-10Added ProjectionHistory object for history tracking.Samuel Fadel
2016-02-10Updated signal/slot connections to function pointers.Samuel Fadel
2016-02-09Slightly reworked rewinding; added values rewinding.Samuel Fadel
2016-02-09Added TransitionControl and plot rewinding.Samuel Fadel
2016-02-08User can now select RPs & CPs, using the R & C keys.Samuel Fadel
2016-02-08main(): Better handling of absent/invalid options.Samuel Fadel
2016-02-03Removed OpenGL version request from main().Samuel 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-28ProjectionObsever now responds to selection changes.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-21Added selection linking. Needs more tests.Samuel Fadel
2016-01-21Added second bar chart.Samuel 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-19Updated options & hacks to change color scales.Samuel Fadel
2016-01-18Added observer to update values displayed based on some metric.Samuel Fadel
2016-01-17BarChart: Added color scale support.Samuel Fadel
2016-01-17Added a options panel.Samuel Fadel
2016-01-16Added the Colormap component.Samuel Fadel
2016-01-15VoronoiSplat & Scatterplot: splatting is now a separate component.Samuel Fadel
2016-01-15Main: updated visuals.Samuel Fadel
2016-01-13Scatterplot: individual glyph opacity methods & signals.Samuel Fadel
2016-01-13Subsamples/samples renamed to control points (CP) where possible.Samuel Fadel
2016-01-12Scatterplot: autoscaling & signals.Samuel Fadel
2016-01-12Removed unused code from main.cppSamuel Fadel
2016-01-11Scatterplot: new methods for setting visual attrs without issuing update()s.Samuel Fadel
2016-01-11Scatterplot: control whether splat is displayed.Samuel Fadel
2016-01-07Added a bar chart.Samuel Fadel
2015-12-19Experimenting using VoronoiSplat as a texture.Samuel Fadel
2015-12-19New rendering (VoronoiSplat) -- incomplete.Samuel Fadel
2015-11-30main.cpp: Back to random sampling.Samuel Fadel