1
0
Fork 0
x64dbg/src/gui/Src/Gui
Duncan Ogilvie bfe6367592 Don't restrict party to 0/1 2020-09-21 12:29:02 +02:00
..
AboutDialog.cpp GUI: small improvements to MainWindow and AboutDialog 2017-06-30 19:40:02 +02:00
AboutDialog.h GUI: small improvements to MainWindow and AboutDialog 2017-06-30 19:40:02 +02:00
AboutDialog.ui GUI: re-did the AboutDialog with layouts 2017-07-03 06:14:59 +02:00
AppearanceDialog.cpp changed example font, added MODULEPARTY enum 2020-09-14 20:06:01 +02:00
AppearanceDialog.h GUI: minor improvements to the AppearanceDialog 2020-07-11 18:28:25 +02:00
AppearanceDialog.ui changed example font, added MODULEPARTY enum 2020-09-14 20:06:01 +02:00
AssembleDialog.cpp GUI: Sanitizing input expression before assemble. 2020-06-03 11:49:57 +02:00
AssembleDialog.h GUI: temporarily remove keystone from AssembleDialog 2017-08-02 00:36:14 +02:00
AssembleDialog.ui GUI: temporarily remove keystone from AssembleDialog 2017-08-02 00:36:14 +02:00
AttachDialog.cpp WIP: new symbol gui mostly working 2018-07-01 19:28:02 +02:00
AttachDialog.h WIP: new symbol gui mostly working 2018-07-01 19:28:02 +02:00
AttachDialog.ui config command (#1355) 2016-12-11 09:04:40 +01:00
BreakpointMenu.cpp set conditional breakoint 2018-06-11 03:12:49 +02:00
BreakpointMenu.h GUI: Display and edit breakpoints in graph view (closes #1266) (#1688) 2017-08-19 15:34:53 +02:00
BreakpointsView.cpp ActionEditBreakpoint fix 2020-07-22 21:50:12 +02:00
BreakpointsView.h GUI: introduce an additional AbstractStdTable layer to prepare for the new symbol view 2018-07-01 19:27:51 +02:00
BrowseDialog.cpp Don't convert / to \\ in browse dialog (#2441) 2020-09-21 12:28:30 +02:00
BrowseDialog.h Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1 2016-07-07 12:16:34 +02:00
BrowseDialog.ui GUI: add a gui for the trace log in SimpleTraceDialog 2017-03-17 06:59:37 +01:00
CPUArgumentWidget.cpp CPU info scrollbars and button styling removed 2020-07-11 18:28:25 +02:00
CPUArgumentWidget.h GUI: refactor disassembleAt slot to make CPUDisassembly independent 2020-07-09 18:27:39 +02:00
CPUArgumentWidget.ui GUI: various window titles 2016-09-27 17:14:53 +02:00
CPUDisassembly.cpp Fixed bugs with Alt+G and GuiFocusView 2020-09-14 20:06:01 +02:00
CPUDisassembly.h Fixed bugs with Alt+G and GuiFocusView 2020-09-14 20:06:01 +02:00
CPUDump.cpp GUI: Fixed memory leak in CPUDump and SerachListView 2020-09-14 19:19:23 +02:00
CPUDump.h GUI: implement Disassembly menu in dump 2020-07-09 18:27:39 +02:00
CPUInfoBox.cpp Introduce CPURegistersView and TraceWidget 2020-07-22 21:47:22 +02:00
CPUInfoBox.h Introduce CPURegistersView and TraceWidget 2020-07-22 21:47:22 +02:00
CPUMultiDump.cpp GUI: implement Disassembly menu in dump 2020-07-09 18:27:39 +02:00
CPUMultiDump.h GUI: implement Disassembly menu in dump 2020-07-09 18:27:39 +02:00
CPURegistersView.cpp GUI: AStyle 2020-07-22 21:47:22 +02:00
CPURegistersView.h GUI: AStyle 2020-07-22 21:47:22 +02:00
CPUSideBar.cpp GUI: Added Implemented color (orange/cyan) directional differentiation for sidebar jumps. 2019-08-11 10:33:31 +02:00
CPUSideBar.h GUI: Added Implemented color (orange/cyan) directional differentiation for sidebar jumps. 2019-08-11 10:33:31 +02:00
CPUStack.cpp improve code and fix bugs 2020-09-14 20:06:01 +02:00
CPUStack.h graph history;follow children or parent in graph 2017-09-01 13:58:33 +02:00
CPUWidget.cpp Fixed bugs with Alt+G and GuiFocusView 2020-09-14 20:06:01 +02:00
CPUWidget.h Fixed bugs with Alt+G and GuiFocusView 2020-09-14 20:06:01 +02:00
CPUWidget.ui GUI: save cpu widget layout (#1122 #1230) 2016-12-28 23:55:43 +01:00
CalculatorDialog.cpp GUI: autocompletion works much nicer now 2017-11-17 16:46:18 +01:00
CalculatorDialog.h fixed 1278 (#1569) 2017-04-28 18:52:43 +02:00
CalculatorDialog.ui fixed 1278 (#1569) 2017-04-28 18:52:43 +02:00
CallStackView.cpp improve code and fix bugs 2020-09-14 20:06:01 +02:00
CallStackView.h Show suspected call stack frame, and fix a bug (#1282) 2016-11-22 19:03:57 +01:00
CloseDialog.cpp GUI: fixed truncating dialogs when translated 2016-09-07 11:11:37 +02:00
CloseDialog.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CloseDialog.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
CodepageSelectionDialog.cpp GUI: fix some weird includes 2018-07-01 19:27:51 +02:00
CodepageSelectionDialog.h GUI: implemented code page views in HexDump #629 2016-06-04 15:42:47 +02:00
CodepageSelectionDialog.ui GUI: implemented code page views in HexDump #629 2016-06-04 15:42:47 +02:00
ColumnReorderDialog.cpp Fixed random behavior when hiding / showing / reordering StdTable columns (#1421) 2017-01-18 14:42:42 +01:00
ColumnReorderDialog.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
ColumnReorderDialog.ui GUI: small changes to ColumnReorderDialog + reorder ScriptView + allow right/middle click on header to reorder 2016-06-06 11:56:33 +02:00
ComboBoxDialog.cpp GUI: format ComboBoxDialog 2017-08-25 13:03:07 +02:00
ComboBoxDialog.h GUI: format ComboBoxDialog 2017-08-25 13:03:07 +02:00
ComboBoxDialog.ui GUI: add auto completion to "Add exception breakpoint" dialog 2017-08-22 13:29:14 +02:00
CommandLineEdit.cpp Add setting to disable enter auto repeat 2020-09-14 19:31:15 +02:00
CommandLineEdit.h GUI: optimize performance of CommandLineEdit::autoCompleteAddCmd 2020-07-11 18:29:28 +02:00
CustomizeMenuDialog.cpp Merge branch 'patch0000004e' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch0000004e 2016-12-05 21:13:19 +01:00
CustomizeMenuDialog.h search for GUID (#1156) 2016-10-09 18:30:37 +02:00
CustomizeMenuDialog.ui 1179 (#1183) 2016-10-23 14:18:36 +02:00
DebugStatusLabel.cpp fix compilation for vs2013 2020-07-11 18:28:25 +02:00
DebugStatusLabel.h DebugStatusLabel styling rework 2020-07-11 18:28:25 +02:00
DisassemblerGraphView.cpp changed example font, added MODULEPARTY enum 2020-09-14 20:06:01 +02:00
DisassemblerGraphView.h mnemonic help in trace and graph, bookmark in graph 2020-09-14 19:24:42 +02:00
DisassemblyPopup.cpp GUI: rename CapstoneTokenizer to ZydisTokenizer 2018-11-04 23:14:04 +01:00
DisassemblyPopup.h GUI: some less repeating of getSymbolicName 2016-12-05 22:04:58 +01:00
EditBreakpointDialog.cpp GUI: fix some weird includes 2018-07-01 19:27:51 +02:00
EditBreakpointDialog.h GUI: singleshoot option in breakpoint editor 2016-08-30 15:36:11 +02:00
EditBreakpointDialog.ui GUI: fixed some tabstops 2017-03-11 01:24:02 +01:00
EditFloatRegister.cpp GUI: fix negative zero floating point display (#2058) 2018-11-02 15:35:13 +00:00
EditFloatRegister.h Registers view enhancements (#1098) 2016-09-18 18:58:06 +02:00
EditFloatRegister.ui GUI: minor textual improvements for new XMM display changes 2020-06-04 17:59:28 +02:00
ExceptionRangeDialog.cpp GUI: fixed truncating dialogs when translated 2016-09-07 11:11:37 +02:00
ExceptionRangeDialog.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
ExceptionRangeDialog.ui DBG+GUI: fixed various warnings + fixed up some gui tabstops and weird things 2015-11-28 19:05:25 +01:00
FavouriteTools.cpp GUI: fix some weird includes 2018-07-01 19:27:51 +02:00
FavouriteTools.h Fix enable of buttons in favourite tools dialog (#1106) 2016-09-20 17:44:09 +02:00
FavouriteTools.ui Add auto-scrolling to tables etc (#1035) 2016-09-02 16:47:32 +02:00
FileLines.h GUI: rewrite SourceView to work on 2gb+ files 2019-04-09 15:51:45 +02:00
GotoDialog.cpp DBG+GUI: implement auto completion for exports in goto dialog 2019-08-17 17:38:58 +02:00
GotoDialog.h GUI: autocompletion works much nicer now 2017-11-17 16:46:18 +01:00
GotoDialog.ui Allow resize of goto dialog (#698) 2016-06-02 06:25:56 +02:00
HandlesView.cpp GUI: better sorting behavior in the HandlesView 2019-06-26 20:25:47 +02:00
HandlesView.h WIP: new symbol gui mostly working 2018-07-01 19:28:02 +02:00
HexEditDialog.cpp GUI: save entire block preference 2020-04-20 11:42:13 +02:00
HexEditDialog.h GUI: save entire block preference 2020-04-20 11:42:13 +02:00
HexEditDialog.ui GUI: fix crash in new HexEditDialog 2018-05-17 17:05:11 +02:00
HexLineEdit.cpp GUI: fix some weird includes 2018-07-01 19:27:51 +02:00
HexLineEdit.h codepage hex editor (#1062) 2016-09-08 16:55:03 +02:00
HexLineEdit.ui GUI: Implemented a custom QLineEdit (#704) 2016-06-03 10:43:22 +02:00
LineEditDialog.cpp GUI: fix a bug in the LineEditDialog, where not editing the text made the text look empty for the user 2020-01-15 21:40:35 +01:00
LineEditDialog.h GUI: add HistoryLineEdit support in LineEditDialog 2019-11-05 00:08:45 +01:00
LineEditDialog.ui GUI: add HistoryLineEdit support in LineEditDialog 2019-11-05 00:08:45 +01:00
LocalVarsView.cpp Save columns in trace 2020-08-26 15:31:35 +02:00
LocalVarsView.h Local variables view improved (#1560) 2017-04-21 11:06:14 +02:00
LogStatusLabel.cpp LogStatusLabel styling removed 2020-07-11 18:28:25 +02:00
LogStatusLabel.h GUI: fixed race conditions in the optimized logging 2016-12-11 12:56:35 +01:00
LogView.cpp GUI: fix small bug introduced by #2243 2019-11-05 00:29:20 +01:00
LogView.h Enhanced LogView performance 2019-11-04 20:38:56 +01:00
MainWindow.cpp Show current debug engine in the version string 2020-09-20 19:59:59 +02:00
MainWindow.h Graph in CPU view 2020-07-22 21:47:22 +02:00
MainWindow.ui GUI: simplify GUI for specifying system breakpoint scripts 2020-09-18 21:45:49 +02:00
MemoryMapView.cpp improve code and fix bugs 2020-09-14 20:06:01 +02:00
MemoryMapView.h GUI: add simple 'Find references to region' in memory map 2020-04-10 03:58:43 +02:00
MessagesBreakpoints.cpp Improved attach dialog and messages bps (#1589) 2017-05-15 23:35:15 +02:00
MessagesBreakpoints.h GUI: small improvements to MessagesBreakpoints dialog 2017-04-24 02:40:58 +02:00
MessagesBreakpoints.ui Improved attach dialog and messages bps (#1589) 2017-05-15 23:35:15 +02:00
MultiItemsSelectWindow.cpp Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
MultiItemsSelectWindow.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
NotepadView.cpp GUI: refactor BridgeResult and fix a bunch of bugs in the process 2019-06-22 13:29:27 +02:00
NotepadView.h GUI: refactor BridgeResult and fix a bunch of bugs in the process 2019-06-22 13:29:27 +02:00
NotesManager.cpp GUI: refactor BridgeResult and fix a bunch of bugs in the process 2019-06-22 13:29:27 +02:00
NotesManager.h fix issue 928 2016-08-20 21:30:08 +08:00
PageMemoryRights.cpp GUI: various changes with number -> string conversion 2016-10-02 16:09:12 +02:00
PageMemoryRights.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
PageMemoryRights.ui GUI: formatting + fixed a warning 2017-09-01 18:52:06 +02:00
PatchDialog.cpp GUI: don't follow patch in disasm and dump when toggling 2019-08-22 11:33:04 +02:00
PatchDialog.h underline relocated bytes in disassembly view (#1683) 2017-08-14 00:17:47 +02:00
PatchDialog.ui GUI: fix duplicate &p in PatchDialog 2019-01-20 20:45:58 +01:00
PatchDialogGroupSelector.cpp GUI: fixed truncating dialogs when translated 2016-09-07 11:11:37 +02:00
PatchDialogGroupSelector.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
PatchDialogGroupSelector.ui DBG+GUI: fixed various warnings + fixed up some gui tabstops and weird things 2015-11-28 19:05:25 +01:00
ReferenceManager.cpp GUI: refactor BridgeResult and fix a bunch of bugs in the process 2019-06-22 13:29:27 +02:00
ReferenceManager.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
RegistersView.cpp fixed show/hide FPU bug 2020-09-14 20:06:01 +02:00
RegistersView.h Introduce TraceRegisters 2020-07-22 21:47:22 +02:00
SEHChainView.cpp GUI: better clickable columns (thanks to ali56s for reporting!) 2017-09-04 22:57:49 +02:00
SEHChainView.h GUI: code recuction + intelligent following of addresses 2016-09-09 09:31:29 +02:00
ScriptView.cpp GUI: fix bug if you execute msgyn and then an error 2020-07-29 02:20:28 +02:00
ScriptView.h GUI: allow command history in ScriptView 2019-11-05 00:09:10 +01:00
SelectFields.cpp Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
SelectFields.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
SelectFields.ui GUI: removed QDialogButtonBox 2016-10-01 18:50:32 +02:00
SettingsDialog.cpp Add previously undocumented AnimateInterval to settings; Remove AnimateInterval restrictions; Fix a bug on GuiOpenTraceFile 2020-07-05 16:02:52 +02:00
SettingsDialog.h Add previously undocumented AnimateInterval to settings; Remove AnimateInterval restrictions; Fix a bug on GuiOpenTraceFile 2020-07-05 16:02:52 +02:00
SettingsDialog.ui Add previously undocumented AnimateInterval to settings; Remove AnimateInterval restrictions; Fix a bug on GuiOpenTraceFile 2020-07-05 16:02:52 +02:00
ShortcutsDialog.cpp Fix other minor things 2019-05-19 18:09:34 +02:00
ShortcutsDialog.h Iterating QMap with ranged for. Inlined renderShortcuts. Save button now has default focus 2019-05-19 18:09:34 +02:00
ShortcutsDialog.ui Fix other minor things 2019-05-19 18:09:34 +02:00
SimpleTraceDialog.cpp Added x87stX register names and menu action to switch ordering 2018-10-16 18:15:01 +02:00
SimpleTraceDialog.h GUI: add a gui for the trace log in SimpleTraceDialog 2017-03-17 06:59:37 +01:00
SimpleTraceDialog.ui GUI: add a gui for the trace log in SimpleTraceDialog 2017-03-17 06:59:37 +01:00
SourceView.cpp GUI: update the source view if the disassembly updates 2019-04-29 01:43:21 +02:00
SourceView.h GUI: implement all the missing SourceView features from before 2019-04-12 17:50:38 +02:00
SourceViewerManager.cpp GUI: implement all the missing SourceView features from before 2019-04-12 17:50:38 +02:00
SourceViewerManager.h DBG+BRIDGE+GUI: fix source loading 2018-07-01 19:28:06 +02:00
StructWidget.cpp GUI: refactor BridgeResult and fix a bunch of bugs in the process 2019-06-22 13:29:27 +02:00
StructWidget.h Graph improvements (#1493) 2017-03-12 02:59:21 +01:00
StructWidget.ui DBG+BRIDGE+GUI: initial version of struct viewer 2016-11-27 00:51:24 +01:00
SymbolView.cpp Don't restrict party to 0/1 2020-09-21 12:29:02 +02:00
SymbolView.h DBG+BRIDGE+GUI: fix bugs and add Graph+Memory Map+Symbol Module plugin menus 2019-06-22 16:44:45 +02:00
SymbolView.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
SystemBreakpointScriptDialog.cpp GUI: simplify GUI for specifying system breakpoint scripts 2020-09-18 21:45:49 +02:00
SystemBreakpointScriptDialog.h GUI: simplify GUI for specifying system breakpoint scripts 2020-09-18 21:45:49 +02:00
SystemBreakpointScriptDialog.ui GUI: simplify GUI for specifying system breakpoint scripts 2020-09-18 21:45:49 +02:00
TabBar.cpp Fix double hotkey D 2020-09-14 20:06:01 +02:00
TabBar.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
TabWidget.cpp make graph detachable again 2020-07-26 17:32:04 +08:00
TabWidget.h make graph detachable again 2020-07-26 17:32:04 +08:00
ThreadView.cpp Jump to thread IP by double clicking. 2017-12-31 12:34:05 +01:00
ThreadView.h GUI: code recuction + intelligent following of addresses 2016-09-09 09:31:29 +02:00
TimeWastedCounter.cpp TimeWastedCounter styling removed 2020-07-11 18:28:25 +02:00
TimeWastedCounter.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
VirtualModDialog.cpp GUI: fixed truncating dialogs when translated 2016-09-07 11:11:37 +02:00
VirtualModDialog.h GUI: virtual module dialog in memory map 2016-08-17 21:21:49 +02:00
VirtualModDialog.ui GUI: virtual module dialog in memory map 2016-08-17 21:21:49 +02:00
WatchView.cpp GUI: fix negative zero floating point display (#2058) 2018-11-02 15:35:13 +00:00
WatchView.h WIP: new symbol gui mostly working 2018-07-01 19:28:02 +02:00
WordEditDialog.cpp minor forced element styling removals 2020-07-11 18:28:25 +02:00
WordEditDialog.h GUI: Fix build for latest Qt 2018-10-10 15:50:22 +02:00
WordEditDialog.ui Added ASCII field for edit registers dialog 2018-03-02 10:17:14 +01:00
XrefBrowseDialog.cpp GUI: implement Disassembly menu in dump 2020-07-09 18:27:39 +02:00
XrefBrowseDialog.h GUI: implement Disassembly menu in dump 2020-07-09 18:27:39 +02:00
XrefBrowseDialog.ui GUI: removed QDialogButtonBox 2016-10-01 18:50:32 +02:00
ZehSymbolTable.cpp Run "AStyleWhore" 2018-11-13 10:01:22 +08:00
ZehSymbolTable.h Add DLL ordinal to symbol table and fix symbol table comparator 2018-10-31 12:38:00 +01:00