Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-09 | Removed HEIGHT and WIDTH since the windows will anyways start maximized | DMaroo | |
2021-08-08 | Added resizable panes instead of static separators in afl-plot-ui | DMaroo | |
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-07 | Updated README with build and install instructions | DMaroo | |
2021-08-07 | Start plot UI window maximized on launch | DMaroo | |
2021-08-06 | Added README to describe the working of afl-plot-ui | DMaroo | |
2021-08-06 | Added Makefile for building and installing afl-plot-ui | DMaroo | |
Currently, it offers make and make clean functionality only | |||
2021-08-06 | Added usage info and command line help flag support | DMaroo | |
TODO: Prevent standalone execution |