* Implemented syntaxHighLighter
* removed PseudoWidget.ui
* buildfix
* reverted r2-submodule
* Added nowrap to the pseudocodeWidget
* changed color of functions in the pseudocode highlighter
* GraphView: Add refactored graphview with animations etc.
* GraphView: Use new graphview and render background color.
* DisassemblerGraphView: t/f navigation, zoom with +/-, bugfixes.
* Fix#148: Show elapsed time of running analysis.
* OptionsDialog: Add missing space after elapsed hours.
* OptionsDialog: Hide elapsed label when showing the dialog.
* Fix a bug that prevented comments on invalid instructions to be edited
* CommentsDialog: Support multiline comments.
* DisassemblyContextMenu: Remove base64 comment handling.
* CodeGraphic: Use RVA_INVALID instead of 0 to indicate an invalid address.
* Rename CodeGraphic/GraphicsBar to VisualNavbar
* VisualNavbar: Fix a crash, do some cleanup, fix a resizing bug.
fixed issue #179 Strings not visible as yellow on white
changed the color7&9 to RGB(255,130,0) to achieve a greater constract both in default theme and the dark one.
* Fix & extend CodeGraphic. Adds symbols, strings, etc, makes it clickable and shows the current position in the file.
* Don't use designated initializer (fails on AppVeyor).
* CodeGraphic: Change color of symbols to orange for increased contrast.
* don't refer to non-existant "cutter-small.png"
* icon renaming as requested:
https://github.com/radareorg/cutter/pull/180#issuecomment-349686261
* Fixes#174
References semi-automatically updated to track
renaming, hopefully caught them all.
(appears to have worked upon quick inspection)
* Add basic Pseudocode tab (Fixes#142)
* Add missing include to fix Windows build
* PseudocodeWidget: Move refreshPseudocode to slots to silence warning