cutter/src/widgets
Akihiko Odaki d34349b49f
Use rizin instead of Qt to parse JSON (#2902)
Qt truncates integers to 52-bit, corrupting e.g. memory addresses. Use
rizin's JSON parser, which can parse integers whose size is up to 64
bits.
2022-03-14 09:04:49 +01:00
..
AddressableDockWidget.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
AddressableDockWidget.h Reset last seen memory widget during layout switching. (#2303) 2020-07-21 12:40:53 +03:00
AddressableItemList.h Apply clang-format 2021-01-24 18:34:16 +02:00
BacktraceWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
BacktraceWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
BacktraceWidget.ui Added widget to view register values (#509) 2018-06-06 13:05:20 +02:00
BoolToggleDelegate.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
BoolToggleDelegate.h Apply clang-format 2021-01-24 18:34:16 +02:00
BreakpointWidget.cpp Update Rizin to dev and use CMake config files (#2855) 2021-12-22 09:57:58 +01:00
BreakpointWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
BreakpointWidget.ui Add more breakpoint editing options (#1967) 2019-12-26 22:51:55 +02:00
CallGraph.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
CallGraph.h Apply clang-format 2021-01-24 18:34:16 +02:00
ClassesWidget.cpp Update analysis method handling for name/realname (#2843) 2021-12-01 13:11:29 +00:00
ClassesWidget.h Update analysis method handling for name/realname (#2843) 2021-12-01 13:11:29 +00:00
ClassesWidget.ui Add Actions to Create/Rename/Delete Classes 2019-02-07 14:53:14 +01:00
ColorPicker.cpp QT6 color handling changes 2021-04-24 13:13:36 +03:00
ColorPicker.h Apply clang-format 2021-01-24 18:34:16 +02:00
ColorPicker.ui Basic Block Highlight (#1533) 2019-05-23 18:22:31 +02:00
ColorThemeComboBox.cpp Complete Color Theme Lists (Fix #2672) (#2752) 2021-09-14 15:24:47 +02:00
ColorThemeComboBox.h Apply clang-format 2021-01-24 18:34:16 +02:00
ColorThemeListView.cpp Fix crash and wrong behavior caused by qt model/view changes 2021-04-24 13:13:36 +03:00
ColorThemeListView.h Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
ComboQuickFilterView.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
ComboQuickFilterView.h Add symbol exports. (#2345) 2020-08-01 17:14:30 +03:00
ComboQuickFilterView.ui Add section comboBox to StringsWidget (#938) 2018-11-17 20:17:16 +01:00
CommentsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
CommentsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
ConsoleWidget.cpp Fix stderr/stdin confusion and avoid crash on fdopen 2021-11-16 08:06:18 +01:00
ConsoleWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
ConsoleWidget.ui More R2/Radare -> Rizin renames (#2516) 2020-12-16 11:59:23 +01:00
CutterDockWidget.cpp Various fixes for functionality deprecated or removed in QT6. 2021-04-24 13:13:36 +03:00
CutterDockWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
CutterGraphView.cpp Use more approriate font mentrics in graph and hex views 2021-06-02 20:34:27 +02:00
CutterGraphView.h Use more approriate font mentrics in graph and hex views 2021-06-02 20:34:27 +02:00
CutterTreeView.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
CutterTreeView.h Apply clang-format 2021-01-24 18:34:16 +02:00
CutterTreeView.ui Allow multi selection of entries in QTreeView widgets (#903) 2018-11-10 10:17:52 +01:00
CutterTreeWidget.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
CutterTreeWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
Dashboard.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
Dashboard.h Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
Dashboard.ui Recreate hashes widgets when refreshing (#2181) 2020-05-06 20:21:51 +03:00
DebugActions.cpp Fixes for debugging (#2727) 2021-08-12 23:28:10 +02:00
DebugActions.h Add reverse debugging (#1918) 2021-02-13 17:35:57 +00:00
DecompilerWidget.cpp Add double click to seek to global var in decompiler (#2871) 2022-01-08 13:53:27 +00:00
DecompilerWidget.h Add double click to seek to global var in decompiler (#2871) 2022-01-08 13:53:27 +00:00
DecompilerWidget.ui Synchronized Decompiler and Enabling Multiple Decompiler Widgets (#2402) 2020-08-29 10:45:47 +05:30
DisassemblerGraphView.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
DisassemblerGraphView.h Move more common disassembly-previewing functionality to namaspace (#2849) 2022-02-05 08:55:10 +02:00
DisassemblyWidget.cpp Move more common disassembly-previewing functionality to namaspace (#2849) 2022-02-05 08:55:10 +02:00
DisassemblyWidget.h Move more common disassembly-previewing functionality to namaspace (#2849) 2022-02-05 08:55:10 +02:00
EntrypointWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
EntrypointWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
EntrypointWidget.ui Set list item colors to system default 2017-12-02 20:15:12 +01:00
ExportsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
ExportsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
FlagsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
FlagsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
FlagsWidget.ui Add more breakpoint editing options (#1967) 2019-12-26 22:51:55 +02:00
FlirtWidget.cpp Add signature widget for flirts (#2881) 2022-01-21 09:39:56 +01:00
FlirtWidget.h Add signature widget for flirts (#2881) 2022-01-21 09:39:56 +01:00
FlirtWidget.ui Add signature widget for flirts (#2881) 2022-01-21 09:39:56 +01:00
FunctionsWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
FunctionsWidget.h Improved function widget (#2659) 2021-07-25 09:33:51 +03:00
GlibcHeapWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
GlibcHeapWidget.h Heap widget wrapup (#2716) 2021-07-16 13:48:10 +00:00
GlibcHeapWidget.ui Heap widget wrapup (#2716) 2021-07-16 13:48:10 +00:00
GraphGridLayout.cpp Various fixes for functionality deprecated or removed in QT6. 2021-04-24 13:13:36 +03:00
GraphGridLayout.h Apply clang-format 2021-01-24 18:34:16 +02:00
GraphHorizontalAdapter.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
GraphHorizontalAdapter.h Apply clang-format 2021-01-24 18:34:16 +02:00
GraphLayout.h Apply clang-format 2021-01-24 18:34:16 +02:00
GraphView.cpp Qt6 keyboard and mouse API compatibility 2021-04-24 13:13:36 +03:00
GraphView.h Qt6 keyboard and mouse API compatibility 2021-04-24 13:13:36 +03:00
GraphvizLayout.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
GraphvizLayout.h Apply clang-format 2021-01-24 18:34:16 +02:00
GraphWidget.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
GraphWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
HeadersWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
HeadersWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
HeapBinsGraphView.cpp Fix Compatibility with Qt6 (#2767) 2021-09-20 14:35:28 +00:00
HeapBinsGraphView.h Heap widget wrapup (#2716) 2021-07-16 13:48:10 +00:00
HeapDockWidget.cpp Fix Compatibility with Qt6 (#2767) 2021-09-20 14:35:28 +00:00
HeapDockWidget.h Initial heap dock widget with glibc support (#2705) 2021-06-27 20:21:06 +00:00
HeapDockWidget.ui Initial heap dock widget with glibc support (#2705) 2021-06-27 20:21:06 +00:00
HexdumpWidget.cpp Use hash API instead of commands (#2756) 2021-09-16 13:39:05 +08:00
HexdumpWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
HexdumpWidget.ui Start making adjustment for qt6 compatibility. (#2463) 2020-11-30 09:42:13 +02:00
HexWidget.cpp Use new Rizin API instead of cmdRaw/cmdRawAt (#2770) 2021-09-23 10:15:03 +02:00
HexWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
ImportsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
ImportsWidget.h Fix crash and wrong behavior caused by qt model/view changes 2021-04-24 13:13:36 +03:00
ListDockWidget.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
ListDockWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
ListDockWidget.ui Common behaviour for lists with items that have address part 2 (#1718) 2019-09-02 00:30:25 +03:00
MemoryDockWidget.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
MemoryDockWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
MemoryMapWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
MemoryMapWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
Omnibar.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
Omnibar.h Apply clang-format 2021-01-24 18:34:16 +02:00
OverviewView.cpp Qt6 keyboard and mouse API compatibility 2021-04-24 13:13:36 +03:00
OverviewView.h Apply clang-format 2021-01-24 18:34:16 +02:00
OverviewWidget.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
OverviewWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
ProcessesWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
ProcessesWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
ProcessesWidget.ui Add processes widget for kernel and child debugging (#1894) 2019-12-14 16:44:57 +02:00
QuickFilterView.cpp Apply clang-format 2021-01-24 18:34:16 +02:00
QuickFilterView.h Apply clang-format 2021-01-24 18:34:16 +02:00
QuickFilterView.ui Light Theme (#1486) 2019-04-27 20:58:44 +03:00
RegisterRefsWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
RegisterRefsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
RegisterRefsWidget.ui Allow multi selection of entries in QTreeView widgets (#903) 2018-11-10 10:17:52 +01:00
RegistersWidget.cpp Remove additional 0x prefix in the registers widget (#2896) 2022-02-19 17:34:08 +02:00
RegistersWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
RegistersWidget.ui Monospace fonts (#584) 2018-07-26 12:57:05 +02:00
RelocsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
RelocsWidget.h Fix crash and wrong behavior caused by qt model/view changes 2021-04-24 13:13:36 +03:00
ResourcesWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
ResourcesWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
RizinGraphWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
RizinGraphWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
RizinGraphWidget.ui More R2/Radare -> Rizin renames (#2516) 2020-12-16 11:59:23 +01:00
SdbWidget.cpp Small enhancements in the SdbWidget class. (#2796) 2021-10-09 18:15:38 +02:00
SdbWidget.h Small enhancements in the SdbWidget class. (#2796) 2021-10-09 18:15:38 +02:00
SdbWidget.ui Fix SDB Browser docking problem and rename the whole thing (#1188) 2019-02-13 06:38:47 +00:00
SearchWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
SearchWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
SearchWidget.ui Common behaviour for lists with items that have address part 2 (#1718) 2019-09-02 00:30:25 +03:00
SectionsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
SectionsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
SegmentsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
SegmentsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
SimpleTextGraphView.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
SimpleTextGraphView.h Heap bins view (#2710) 2021-07-02 10:19:27 +00:00
StackWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
StackWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
StackWidget.ui Added widget to view register values (#509) 2018-06-06 13:05:20 +02:00
StringsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
StringsWidget.h Update usage of deprecated qt model and regex API. 2021-04-24 13:13:36 +03:00
StringsWidget.ui Common behaviour for lists with items that have address part 2 (#1718) 2019-09-02 00:30:25 +03:00
SymbolsWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
SymbolsWidget.h Apply clang-format 2021-01-24 18:34:16 +02:00
ThreadsWidget.cpp Use rizin instead of Qt to parse JSON (#2902) 2022-03-14 09:04:49 +01:00
ThreadsWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
ThreadsWidget.ui ThreadsWidget and r2 debugging fixes (#1846) 2019-12-14 16:44:57 +02:00
TypesWidget.cpp Remove Type Link features in light of global variables (#2775) 2021-09-23 17:57:51 +02:00
TypesWidget.h Remove Type Link features in light of global variables (#2775) 2021-09-23 17:57:51 +02:00
TypesWidget.ui Remove Type Link features in light of global variables (#2775) 2021-09-23 17:57:51 +02:00
VisualNavbar.cpp Fix VisualNavbar Crash on Haiku 2021-11-16 08:06:18 +01:00
VisualNavbar.h Fix VisualNavbar Crash on Haiku 2021-11-16 08:06:18 +01:00
VTablesWidget.cpp Fix Cutter/Rizin API naming (#2755) 2021-09-14 15:32:04 +02:00
VTablesWidget.h Rewrite layout management code (#2172) 2020-05-22 14:49:34 +03:00
VTablesWidget.ui Allow multi selection of entries in QTreeView widgets (#903) 2018-11-10 10:17:52 +01:00
WidgetShortcuts.h Qt6 keyboard and mouse API compatibility 2021-04-24 13:13:36 +03:00