Age | Commit message (Expand) | Author |
2016-02-02 | Changes to make code more portable across different compilers. | Samuel Fadel |
2016-02-02 | Using std::numeric_limits where appropriate. | Samuel Fadel |
2016-02-02 | Removed tabs in numericrange.h | Samuel Fadel |
2016-01-29 | More informative splat parameters. | Samuel Fadel |
2016-01-29 | Changed default color scale to a rainbow variant. | Samuel Fadel |
2016-01-29 | Fixed issue #18. | Samuel Fadel |
2016-01-29 | Fixed screenshot functionality and splat visibility. | Samuel Fadel |
2016-01-29 | Renamed ForceScheme source file to lowercase. | Samuel Fadel |
2016-01-29 | Removed unused old files. | Samuel Fadel |
2016-01-28 | Simplified layout & options. | Samuel Fadel |
2016-01-28 | ProjectionObserver: small change in setType(). | Samuel Fadel |
2016-01-28 | ProjectionObsever now responds to selection changes....* Scatterplot: small fix to selection updates
* ProjectionObserver: whenever CP selection changes, compute
influence of CPs over all RPs. Whenever RP selection changes,
compute influence of RPs by all CPs.
* ProjectionObserver: with empty selections, go back to normal mode
| Samuel Fadel |
2016-01-28 | Scatterplot: set default glyph color (white) when no color is available. | Samuel Fadel |
2016-01-28 | BarChart: handle right clicks (clear selection). | Samuel Fadel |
2016-01-28 | Scatterplot: handle right clicks (clear selection) and absence of color data. | Samuel Fadel |
2016-01-28 | ManipulationHandler: changed numeric range type to match arma::uvec. | Samuel Fadel |
2016-01-28 | BarChart: bugfix related to brushing & no. of elems. | Samuel Fadel |
2016-01-27 | Scatterplot: using the quadtree to perform selection. | Samuel Fadel |
2016-01-27 | Scatterplot: now possible to use brush to select points. | Samuel Fadel |
2016-01-27 | Scatterplot: reduced search space for brushing. | Samuel Fadel |
2016-01-27 | Scatterplot: efficient brushing....* Brushing now finds the nearest point within a tolerance radius
| Samuel Fadel |
2016-01-27 | Regular points now visible by default (and quite small). | Samuel Fadel |
2016-01-27 | Scatterplot & BarChart brushing functional....Scatterplot brushing needs some improvement, feels clumsy.
| Samuel Fadel |
2016-01-26 | Scatterplot & BarChart: initial brushing mechanism....* Both components now support brushing (support in Scatterplot for
activating a brush is still incomplete, though it can be brushed
on by other components)
* Added a handler for linking the brushing between components
* Added crosshair geometry handler to geometry lib
* Fixed issue #15
| Samuel Fadel |
2016-01-26 | VoronoiSplat & main(): moved all skelft to VoronoiSplat. | Samuel Fadel |
2016-01-25 | Scatterplots & splat now share the same scaling. | Samuel Fadel |
2016-01-25 | VoronoiSplat: added methods & signals for dealing with scales. | Samuel Fadel |
2016-01-25 | BarChart: updated index resetting algorithm (using std::iota). | Samuel Fadel |
2016-01-25 | LinearScale: additional helper methods. | Samuel Fadel |
2016-01-21 | Added selection linking. Needs more tests. | Samuel Fadel |
2016-01-21 | Added second bar chart....Bar charts are now exclusive to the type of points they are assigned
to (either CPs or RPs).
| Samuel Fadel |
2016-01-21 | BarChart: added selection mechanisms. | Samuel Fadel |
2016-01-20 | ProjectionObserver: fixed the diff to prev values. | Samuel Fadel |
2016-01-20 | Previous commit added a build error, fixing. | Samuel Fadel |
2016-01-20 | BarChart: moved code from updatePaintNode to other helper functions. | Samuel Fadel |
2016-01-20 | Added a few comments in main.h | Samuel Fadel |
2016-01-20 | main(): better code for loading CP data. | Samuel Fadel |
2016-01-20 | Added color scale selection and aggregate error....* Projection metrics can be shown as current, diff to previous and
diff to original (original seems bugged, beware)
| Samuel Fadel |
2016-01-20 | BarChart: update() when values change and added hover hints. | Samuel Fadel |
2016-01-19 | Updated options & hacks to change color scales. | Samuel Fadel |
2016-01-19 | Scatterplot: one more case where update() should be called. | Samuel Fadel |
2016-01-19 | Colormap: texture update fixed. | Samuel Fadel |
2016-01-18 | ColorScale & ContinuousColorScale: minor code standardization. | Samuel Fadel |
2016-01-18 | Smaller colormap view. | Samuel Fadel |
2016-01-18 | Removed unused menus. | Samuel Fadel |
2016-01-18 | BarChart & Scatterplot: added hints for vertex data upload....* BarChart: additionally, removed hover event handler and added a
movement event handler
* Scatterplot: changed selected/unselected outline colors;
unselected is now black, selected is a really bright blue
| Samuel Fadel |
2016-01-18 | ProjectionObserver & dist(): using more cores in computations. | Samuel Fadel |
2016-01-18 | Scatterplot: added more padding so that no parts of the plot are cropped out ... | Samuel Fadel |
2016-01-18 | VoronoiSplat: Fixed issue #8. | Samuel Fadel |
2016-01-18 | Added observer to update values displayed based on some metric....* Modified main() function to connect signals/slots to display
calculated values
* Color scales are no longer shared; they are also normalized to
each component's own data
* Stub mouse handling in BarChart (changes cursor shape)
| Samuel Fadel |