aboutsummaryrefslogtreecommitdiff
path: root/utils/plot_ui
AgeCommit message (Collapse)Author
2021-08-31fix regression in class lookupvanhauser-thc
2021-08-20add newline at endhexcoder
2021-08-09Removed HEIGHT and WIDTH since the windows will anyways start maximizedDMaroo
2021-08-08Added resizable panes instead of static separators in afl-plot-uiDMaroo
The different plots can now be resized using dragging the panes. The resizing isn't completely smooth from the visual POV (I'm guessing this is because of embedding GNUplot), but once the position of the panels are set, the rest of the visual experience is as smooth as it was before.
2021-08-07Updated README with build and install instructionsDMaroo
2021-08-07Start plot UI window maximized on launchDMaroo
2021-08-06Added README to describe the working of afl-plot-uiDMaroo
2021-08-06Added Makefile for building and installing afl-plot-uiDMaroo
Currently, it offers make and make clean functionality only
2021-08-06Added usage info and command line help flag supportDMaroo
TODO: Prevent standalone execution