index
:
msc-tool
main
Interactive research tool for visualizing mulditimensional data.
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
barchart.cpp
Age
Commit message (
Expand
)
Author
2023-06-06
BarChart, Wayland.
Samuel Fadel
2023-05-23
Massive changes in initial port away from Qt.
Samuel Fadel
2016-04-12
BarChart, Scatterplot, VoronoiSplat: removed unnecessary resize()s.
Samuel Fadel
2016-03-17
BarChart: brushing informs the value of the item.
Samuel Fadel
2016-03-03
BarChart is now also updated during rewinding.
Samuel Fadel
2016-03-02
Improvements related to ColorScale and screenshots.
Samuel Fadel
2016-02-12
Code cleanup: enums & properties renamed/added.
Samuel Fadel
2016-02-11
BarChart: correctly displays current selection.
Samuel Fadel
2016-02-09
Slightly reworked rewinding; added values rewinding.
Samuel Fadel
2016-01-28
BarChart: handle right clicks (clear selection).
Samuel Fadel
2016-01-28
BarChart: bugfix related to brushing & no. of elems.
Samuel Fadel
2016-01-27
Scatterplot & BarChart brushing functional.
Samuel Fadel
2016-01-26
Scatterplot & BarChart: initial brushing mechanism.
Samuel Fadel
2016-01-25
BarChart: updated index resetting algorithm (using std::iota).
Samuel Fadel
2016-01-21
Added selection linking. Needs more tests.
Samuel Fadel
2016-01-21
BarChart: added selection mechanisms.
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
BarChart: update() when values change and added hover hints.
Samuel Fadel
2016-01-18
BarChart & Scatterplot: added hints for vertex data upload.
Samuel Fadel
2016-01-18
Added observer to update values displayed based on some metric.
Samuel Fadel
2016-01-18
BarChart: updated to scale properly when component is resized.
Samuel Fadel
2016-01-17
BarChart: commented out some unused code.
Samuel Fadel
2016-01-17
BarChart: Added color scale support.
Samuel Fadel
2016-01-16
BarChart: commented hover events activation for BarChart.
Samuel Fadel
2016-01-14
BarChart: handle empty data.
Samuel Fadel
2016-01-13
BarChart: values are now sorted in descreasing order.
Samuel Fadel
2016-01-11
BarChart: Added const to relevant method(s).
Samuel Fadel
2016-01-07
BarChart: fixed signed/unsigned comparisons.
Samuel Fadel
2016-01-07
Added a bar chart.
Samuel Fadel