aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-15VoronoiSplat: initializing previously uninitialized values.Samuel Fadel
2016-03-10main(): shuffle() values were being ignored, now fixed.Samuel Fadel
2016-03-10Updated README.Samuel Fadel
2016-03-10Updated README.Samuel Fadel
2016-03-10Updated README.Samuel Fadel
2016-03-10Updated README.Samuel Fadel
2016-03-10Updated README.Samuel Fadel
2016-03-10Added README.Samuel Fadel
2016-03-10CMakeLists.txt: fixed nvcc flags.Samuel Fadel
2016-03-10Removed old Qt project file.Samuel Fadel
2016-03-09Added CMakeLists.txt, still untested on Windows/Mac.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-03ProjectionHistory: fixed minor compiler warning.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-29Added dialog for saving screenshots with a prefix.Samuel Fadel
2016-02-29ProjectionHistory: removed interpolation of CP values.Samuel Fadel
2016-02-28Merge branch 'master' of bitbucket.org:fadel/pmSamuel Fadel
2016-02-28Added colormap orientation & improved UI.Samuel Fadel
2016-02-18Scatterplot: constants for mouse buttons.Samuel Fadel
2016-02-12Refactoring of Projection{Observer,History} & ManipulationHandler.Samuel Fadel
2016-02-12Many bugfixes related to ProjectionObserver.Samuel Fadel
2016-02-12Code cleanup: enums & properties renamed/added.Samuel Fadel
2016-02-11BarChart: correctly displays current selection.Samuel Fadel
2016-02-11TransitionControl: unhandled events are now ignore()'d.Samuel Fadel
2016-02-11main(): minor reoganization in signal connections.Samuel Fadel
2016-02-11RewindWorkerThread renamed to TransitionWorkerThread.Samuel Fadel
2016-02-11VoronoiSplat: even better buffer overflow checks.Samuel Fadel
2016-02-11VoronoiSplat: fixed possible buffer overflow.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-11Added the ProjectionHistory header to main.h.Samuel Fadel
2016-02-11ProjectionHistory: removed the inline qualifier from methods.Samuel Fadel
2016-02-11Scatterplot: glyph size is now a Q_PROPERTY.Samuel Fadel
2016-02-11TransitionControl: only rewind when needed.Samuel Fadel
2016-02-10Added ProjectionHistory object for history tracking.Samuel Fadel
2016-02-10ProjectionObserver: previous commit introduced regression, fixing.Samuel Fadel
2016-02-10Fixed issue #20; also removed some unused #include.Samuel Fadel
2016-02-10Updated signal/slot connections to function pointers.Samuel Fadel
2016-02-09ProjectionObserver: rewinding on values only if selections are empty.Samuel Fadel
2016-02-09Slightly reworked rewinding; added values rewinding.Samuel Fadel
2016-02-09Added TransitionControl and plot rewinding.Samuel Fadel
2016-02-09Scatterplot: brush-selecting now toggles selection state.Samuel Fadel
2016-02-09Scatterplot: brushing while merging is now more forgiving w.r.t. mistakes.Samuel Fadel
2016-02-09Scatterplot: improved interaction state changing code.Samuel Fadel
2016-02-09Revert "Scatterplot: interaction now happens only via left mouse button."Samuel Fadel
2016-02-08Scatterplot: interaction now happens only via left mouse button.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