cutter/src/widgets
Adam Zambrzycki 336c20a955 Graph highlighting (#624)
* Add saving instruction plaintext
* Add graph highlighting
* Remove HighlightToken
2018-08-16 16:05:48 +02:00
..
BacktraceWidget.cpp Monospace fonts (#584) 2018-07-26 12:57:05 +02:00
BacktraceWidget.h Monospace fonts (#584) 2018-07-26 12:57:05 +02:00
BacktraceWidget.ui Added widget to view register values (#509) 2018-06-06 13:05:20 +02:00
BreakpointWidget.cpp Fix location of breakpoint contextmenu 2018-07-26 12:57:05 +02:00
BreakpointWidget.h Added new buttons to breakpoint widget (#548) 2018-07-26 12:57:05 +02:00
BreakpointWidget.ui Added new buttons to breakpoint widget (#548) 2018-07-26 12:57:05 +02:00
ClassesWidget.cpp Check QModelIndex/column before processing double click event (#450) 2018-04-23 09:54:06 +02:00
ClassesWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
ClassesWidget.ui Add Flags Source to ClassesWidget 2018-03-11 16:57:38 +01:00
CommentsWidget.cpp Fix some warnings 2018-06-26 18:17:03 +02:00
CommentsWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
CommentsWidget.ui Refactor CommentsWidget to use Model/View architecture (#469) 2018-05-01 20:54:34 +02:00
ConsoleWidget.cpp Disable Console QLineEdit when task is running 2018-06-24 21:16:57 +02:00
ConsoleWidget.h Run Commands from ConsoleWidget in AsyncTask 2018-06-24 21:12:22 +02:00
ConsoleWidget.ui Remove White Border from Console Input 2018-04-15 15:42:20 +02:00
CutterDockWidget.cpp Multiple graph/disasm/hexdump widgets and independent seeks (#504) 2018-05-25 16:30:59 +02:00
CutterDockWidget.h Changing coding style 2018-03-21 21:33:40 +01:00
CutterSeekableWidget.cpp Multiple graph/disasm/hexdump widgets and independent seeks (#504) 2018-05-25 16:30:59 +02:00
CutterSeekableWidget.h Multiple graph/disasm/hexdump widgets and independent seeks (#504) 2018-05-25 16:30:59 +02:00
Dashboard.cpp Button grayed out if no signatures/version info available #474 (#481) 2018-05-05 14:58:26 +02:00
Dashboard.h Add a button "Version Information" in Dashboard (iVj) #317 (#468) 2018-05-01 20:53:14 +02:00
Dashboard.ui Add a button "Version Information" in Dashboard (iVj) #317 (#468) 2018-05-01 20:53:14 +02:00
DebugToolbar.cpp Added continue until call for emulation (#599) 2018-07-30 08:55:58 +02:00
DebugToolbar.h Debugging shortcuts (#578) 2018-07-26 12:57:05 +02:00
DisassemblerGraphView.cpp Graph highlighting (#624) 2018-08-16 16:05:48 +02:00
DisassemblerGraphView.h Graph highlighting (#624) 2018-08-16 16:05:48 +02:00
DisassemblyWidget.cpp UI Improvemetnts + graph.offset implementation (#612) 2018-08-12 18:20:16 +02:00
DisassemblyWidget.h UI Improvemetnts + graph.offset implementation (#612) 2018-08-12 18:20:16 +02:00
EntrypointWidget.cpp Check QModelIndex/column before processing double click event (#450) 2018-04-23 09:54:06 +02:00
EntrypointWidget.h Changing coding style 2018-03-21 21:33:40 +01:00
EntrypointWidget.ui Set list item colors to system default 2017-12-02 20:15:12 +01:00
ExportsWidget.cpp Refactor SectionsWidget to use Model/View archictecture (#475) 2018-05-03 09:52:30 +02:00
ExportsWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
ExportsWidget.ui Add QuickFilter panel for ImportsWidget and ExportsWidget (#449) 2018-04-23 09:53:35 +02:00
FlagsWidget.cpp Check QModelIndex/column before processing double click event (#450) 2018-04-23 09:54:06 +02:00
FlagsWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
FlagsWidget.ui Add FlagsWidget Context Menu 2018-03-11 17:40:52 +01:00
FunctionsWidget.cpp Fetch Functions in Task 2018-06-25 21:28:34 +02:00
FunctionsWidget.h Fetch Functions in Task 2018-06-25 21:28:34 +02:00
FunctionsWidget.ui Added dark theme 2018-01-09 12:03:07 +01:00
GraphView.cpp Monospace fonts (#584) 2018-07-26 12:57:05 +02:00
GraphView.h Fix initialization of some attrs in GraphView 2018-06-26 22:23:10 +02:00
GraphWidget.cpp Multiple graph/disasm/hexdump widgets and independent seeks (#504) 2018-05-25 16:30:59 +02:00
GraphWidget.h Small refactor for the widgets of Cutter (#405) 2018-03-16 22:46:57 +01:00
HeadersWidget.cpp Added headers widget (#499) 2018-05-21 19:34:41 +02:00
HeadersWidget.h Added headers widget (#499) 2018-05-21 19:34:41 +02:00
HeadersWidget.ui Added headers widget (#499) 2018-05-21 19:34:41 +02:00
HexdumpWidget.cpp Set bits for analysis after loading the binary (#618) 2018-08-14 17:07:52 +02:00
HexdumpWidget.h Fix uninitialized fields in HexdumpWidget and VisualNavbar 2018-06-26 22:28:51 +02:00
HexdumpWidget.ui Hexdump and Pseudocode widgets colors Fix #410 2018-03-25 19:34:25 +02:00
ImportsWidget.cpp Add QuickFilter to RelocsWidget (#452) 2018-04-24 20:40:40 +02:00
ImportsWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
ImportsWidget.ui Add QuickFilter panel for ImportsWidget and ExportsWidget (#449) 2018-04-23 09:53:35 +02:00
JupyterWidget.cpp Changing coding style 2018-03-21 21:33:40 +01:00
JupyterWidget.h Changing coding style 2018-03-21 21:33:40 +01:00
JupyterWidget.ui Basic Jupyter Integration 2018-02-27 21:26:14 +01:00
MemoryMapWidget.cpp Debug toolbar (#521) 2018-07-26 12:57:05 +02:00
MemoryMapWidget.h Debug toolbar (#521) 2018-07-26 12:57:05 +02:00
MemoryMapWidget.ui Debug toolbar (#521) 2018-07-26 12:57:05 +02:00
Omnibar.cpp Changing coding style 2018-03-21 21:33:40 +01:00
Omnibar.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
PieView.cpp Changing coding style 2018-03-21 21:33:40 +01:00
PieView.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
PseudocodeWidget.cpp Hexdump and Pseudocode widgets colors Fix #410 2018-03-25 19:34:25 +02:00
PseudocodeWidget.h Changing coding style 2018-03-21 21:33:40 +01:00
PseudocodeWidget.ui Do not update Pseudocode on changes 2017-12-24 15:08:54 +01:00
QuickFilterView.cpp UI Improvemetnts + graph.offset implementation (#612) 2018-08-12 18:20:16 +02:00
QuickFilterView.h Changing coding style 2018-03-21 21:33:40 +01:00
QuickFilterView.ui Decouple QuickFilterView as independent class 2017-12-19 19:38:06 +01:00
RegisterRefsWidget.cpp Added context menu to register refs 2018-07-26 12:57:05 +02:00
RegisterRefsWidget.h Added context menu to register refs 2018-07-26 12:57:05 +02:00
RegisterRefsWidget.ui Added register references widget 2018-07-26 12:57:05 +02:00
RegistersWidget.cpp Added register references to registerwidget tooltip 2018-07-26 12:57:05 +02:00
RegistersWidget.h Added widget to view register values (#509) 2018-06-06 13:05:20 +02:00
RegistersWidget.ui Monospace fonts (#584) 2018-07-26 12:57:05 +02:00
RelocsWidget.cpp Fix some warnings 2018-06-26 18:17:03 +02:00
RelocsWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
RelocsWidget.ui Add QuickFilter to RelocsWidget (#452) 2018-04-24 20:40:40 +02:00
ResourcesWidget.cpp Check QModelIndex/column before processing double click event (#450) 2018-04-23 09:54:06 +02:00
ResourcesWidget.h Changing coding style 2018-03-21 21:33:40 +01:00
SdbDock.cpp More c++11 (#478) 2018-05-04 09:58:32 +02:00
SdbDock.h Changing coding style 2018-03-21 21:33:40 +01:00
SdbDock.ui Set list item colors to system default 2017-12-02 20:15:12 +01:00
SearchWidget.cpp Check QModelIndex/column before processing double click event (#450) 2018-04-23 09:54:06 +02:00
SearchWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
SearchWidget.ui Added /v search ability and usage hints in the box (#435) 2018-04-11 11:55:37 +02:00
SectionsWidget.cpp Add entropy to Section widget (#480) 2018-05-05 12:11:44 +02:00
SectionsWidget.h Add entropy to Section widget (#480) 2018-05-05 12:11:44 +02:00
SectionsWidget.ui Refactor SectionsWidget to use Model/View archictecture (#475) 2018-05-03 09:52:30 +02:00
Sidebar.cpp Use Core() everywhere (#440) 2018-04-12 08:33:30 +02:00
Sidebar.h Changing coding style 2018-03-21 21:33:40 +01:00
Sidebar.ui Removed RadareWebServer (useless) 2017-10-14 11:45:11 +02:00
SidebarWidget.cpp Fix #562, replace ?d. by aod 2018-07-03 20:15:20 -04:00
SidebarWidget.h Add information about register used in a function #381 (#442) 2018-04-18 11:13:08 +02:00
SidebarWidget.ui Add information about register used in a function #381 (#442) 2018-04-18 11:13:08 +02:00
StackWidget.cpp Added seeking, editing and colors to stack widget 2018-07-26 12:57:05 +02:00
StackWidget.h Added seeking, editing and colors to stack widget 2018-07-26 12:57:05 +02:00
StackWidget.ui Added widget to view register values (#509) 2018-06-06 13:05:20 +02:00
StringsWidget.cpp Fetch Strings asynchronously 2018-06-24 21:12:22 +02:00
StringsWidget.h Fetch Strings asynchronously 2018-06-24 21:12:22 +02:00
StringsWidget.ui Add Quick Filter to StringsWidget #162 2017-12-19 19:56:18 +01:00
SymbolsWidget.cpp Refactor SymbolsWidget to use Model/View architecture (#473) 2018-05-02 14:06:31 +02:00
SymbolsWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
SymbolsWidget.ui Refactor SymbolsWidget to use Model/View architecture (#473) 2018-05-02 14:06:31 +02:00
TypesWidget.cpp Check QModelIndex/column before processing double click event (#450) 2018-04-23 09:54:06 +02:00
TypesWidget.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
TypesWidget.ui Added typeswidget (#358) 2018-03-06 18:21:48 +01:00
VisualNavbar.cpp Optimize VisualNavbar Stats Loading 2018-07-06 18:00:26 +02:00
VisualNavbar.h Optimize VisualNavbar Stats Loading 2018-07-06 18:00:26 +02:00
VTablesWidget.cpp Added message box when r_core_file_open fails 2018-05-08 22:44:53 +02:00
VTablesWidget.h Changing coding style 2018-03-21 21:33:40 +01:00
VTablesWidget.ui Add virtual tables panel (#340) 2018-02-26 23:26:18 +01:00
ZignaturesWidget.cpp Add a panel for zignatures #463 (#505) 2018-05-24 17:37:37 +02:00
ZignaturesWidget.h Add a panel for zignatures #463 (#505) 2018-05-24 17:37:37 +02:00
ZignaturesWidget.ui Add a panel for zignatures #463 (#505) 2018-05-24 17:37:37 +02:00