1
0
Fork 0
x64dbg/src/gui/Src/Gui
Duncan Ogilvie 7c0d122ee4
DBG: add breakpointexceptionaddress variable
2017-12-28 20:27:23 +01: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 GUI: use more ArchValue in the AppearanceDialog 2017-08-19 15:58:05 +02:00
AppearanceDialog.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
AppearanceDialog.ui GUI: use layout for the color picker grid 2017-07-03 11:56:04 +02:00
AssembleDialog.cpp GUI: fixed dumb compile error in AssembleDialog 2017-08-03 16:51:18 +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 Improved attach dialog and messages bps (#1589) 2017-05-15 23:35:15 +02:00
AttachDialog.h config command (#1355) 2016-12-11 09:04:40 +01:00
AttachDialog.ui config command (#1355) 2016-12-11 09:04:40 +01:00
BreakpointMenu.cpp Trace recording (#1736) 2017-10-16 20:00:26 +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 GUI: minimize changes for struct in lambda MSVC 2017 compile fix 2017-11-04 21:25:46 +01:00
BreakpointsView.h GUI: added back the remove all option in the BreakpointsView 2017-09-05 17:29:19 +02:00
BrowseDialog.cpp Browse dialog and goto dialog support auto-complete (#1738) 2017-11-07 20:24:51 +01: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 GUI: slight performance improvements with useless QString allocations 2017-04-20 10:55:06 +02:00
CPUArgumentWidget.h GUI: slight performance improvements with useless QString allocations 2017-04-20 10:55:06 +02:00
CPUArgumentWidget.ui GUI: various window titles 2016-09-27 17:14:53 +02:00
CPUDisassembly.cpp GUI: hide the "Disable Branch Destination Preview" menu + symbol menu in system modules only 2017-12-18 02:15:44 +01:00
CPUDisassembly.h GUI: implement OllyDbg's Find all names in current module (Ctrl+N) 2017-12-08 03:10:10 +01:00
CPUDump.cpp Add memory read breakpoint to context menu 2017-11-17 13:00:32 +01:00
CPUDump.h Add memory read breakpoint to context menu 2017-11-17 13:00:32 +01:00
CPUInfoBox.cpp GUI: improve InfoBox for bigger memory sizes 2017-12-03 22:27:47 +01:00
CPUInfoBox.h Add NTSTATUS fmt;show str in locals tab;fix div by 0 in data copy dlg. 2017-11-07 20:24:01 +01:00
CPUMultiDump.cpp graph history;follow children or parent in graph 2017-09-01 13:58:33 +02:00
CPUMultiDump.h GUI: fixed plugin menus in other dump tabs 2017-08-10 21:43:37 +02:00
CPUSideBar.cpp Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
CPUSideBar.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
CPUStack.cpp GUI: put current selection in the initial goto dialog expression 2017-11-14 16:49:51 +01:00
CPUStack.h graph history;follow children or parent in graph 2017-09-01 13:58:33 +02:00
CPUWidget.cpp Fixed issue with detached dumps (#1623) 2017-06-16 14:14:44 +02:00
CPUWidget.h Some minor cpu info box enhancements (#1583) 2017-05-09 19:27:34 +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 GUI: better clickable columns (thanks to ali56s for reporting!) 2017-09-04 22:57:49 +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: fixed truncating dialogs when translated 2016-09-07 11:11:37 +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
CommandHelpView.cpp GUI: better clickable columns (thanks to ali56s for reporting!) 2017-09-04 22:57:49 +02:00
CommandHelpView.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CommandHelpView.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
CommandLineEdit.cpp DBG+GUI: minor improvements 2017-03-19 10:41:02 +01:00
CommandLineEdit.h GUI: same font as log in CommandLineEdit 2016-08-27 21:52:55 +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
DataCopyDialog.cpp Add NTSTATUS fmt;show str in locals tab;fix div by 0 in data copy dlg. 2017-11-07 20:24:01 +01:00
DataCopyDialog.h Copy hash 2017-11-04 21:24:40 +01:00
DataCopyDialog.ui Add NTSTATUS fmt;show str in locals tab;fix div by 0 in data copy dlg. 2017-11-07 20:24:01 +01:00
DebugStatusLabel.cpp GUI: save cpu widget layout (#1122 #1230) 2016-12-28 23:55:43 +01:00
DebugStatusLabel.h GUI: separated DebugStatusLabel from LogStatusLabel 2016-09-27 16:05:13 +02:00
DisassemblerGraphView.cpp GUI: do not render instructions that are not visible on the screen + remove timer 2017-11-19 23:57:08 +01:00
DisassemblerGraphView.h GUI: do not render instructions that are not visible on the screen + remove timer 2017-11-19 23:57:08 +01:00
DisassemblyPopup.cpp GUI: some less repeating of getSymbolicName 2016-12-05 22:04:58 +01:00
DisassemblyPopup.h GUI: some less repeating of getSymbolicName 2016-12-05 22:04:58 +01:00
EditBreakpointDialog.cpp DBG+GUI: small improvements to breakpoint log defaults 2017-06-29 15:45:52 +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 fix issue 1127 (#1130) 2016-09-30 18:01:09 +02:00
EditFloatRegister.h Registers view enhancements (#1098) 2016-09-18 18:58:06 +02:00
EditFloatRegister.ui Highlight segment register from reg view (#1376) 2016-12-16 12:22:54 +01:00
EntropyDialog.cpp don't restore window pos invisible; clean up msgbox (#1632) 2017-06-29 18:38:51 +02:00
EntropyDialog.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
EntropyDialog.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04: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 Fixed conditions in favourite tools 2017-09-06 12:40:47 +08: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
GotoDialog.cpp GUI: autocompletion works much nicer now 2017-11-17 16:46:18 +01: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 clickable columns (thanks to ali56s for reporting!) 2017-09-04 22:57:49 +02:00
HandlesView.h Switch to xrefs in InfoBox and some XrefBrowseDialog improvements (#1585) 2017-05-15 23:32:31 +02:00
HexEditDialog.cpp don't restore window pos invisible; clean up msgbox (#1632) 2017-06-29 18:38:51 +02:00
HexEditDialog.h codepage hex editor (#1062) 2016-09-08 16:55:03 +02:00
HexEditDialog.ui GUI: fixed default button in HexEditDialog 2017-03-12 06:33:33 +01:00
HexLineEdit.cpp codepage hex editor (#1062) 2016-09-08 16:55:03 +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 can enter floating point number (#1661) 2017-07-27 18:24:55 +02:00
LineEditDialog.h can enter floating point number (#1661) 2017-07-27 18:24:55 +02:00
LineEditDialog.ui GUI: added to option to convert text from a codepage in HexEditDialog + save last code page in CodepageSelectionDialog 2016-06-06 13:44:20 +02:00
LocalVarsView.cpp Add NTSTATUS fmt;show str in locals tab;fix div by 0 in data copy dlg. 2017-11-07 20:24:01 +01:00
LocalVarsView.h Local variables view improved (#1560) 2017-04-21 11:06:14 +02:00
LogStatusLabel.cpp GUI: fixed race conditions in the optimized logging 2016-12-11 12:56:35 +01:00
LogStatusLabel.h GUI: fixed race conditions in the optimized logging 2016-12-11 12:56:35 +01:00
LogView.cpp cannot paste when clipboard is empty 2017-11-04 21:25:03 +01:00
LogView.h GUI: better flush log behavior 2017-03-19 10:41:08 +01:00
MainWindow.cpp GUI: save and restore deleted tab state 2017-12-18 02:03:14 +01:00
MainWindow.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
MainWindow.ui GUI: revamp of the menu system 2017-12-18 03:07:27 +01:00
MemoryMapView.cpp GUI: autocompletion works much nicer now 2017-11-17 16:46:18 +01:00
MemoryMapView.h Add memory read breakpoint to context menu 2017-11-17 13:00:32 +01: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 PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
NotepadView.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
NotesManager.cpp DBG+BRIDGE+GUI: more performance improvements related to GuiSetDebugState 2017-04-20 12:06:54 +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 underline relocated bytes in disassembly view (#1683) 2017-08-14 00:17:47 +02:00
PatchDialog.h underline relocated bytes in disassembly view (#1683) 2017-08-14 00:17:47 +02:00
PatchDialog.ui GUI: fixed compile warning with PatchDialog 2016-05-23 02:35:07 +02: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 BRIDGE+GUI: implemented GuiGetActiveView (issue #917, #927) 2016-09-29 19:37:33 +02:00
ReferenceManager.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
RegistersView.cpp DBG: add breakpointexceptionaddress variable 2017-12-28 20:27:23 +01:00
RegistersView.h DBG+BRIDGE+GUI: deprecate DbgGetRegDump 2017-10-29 02:18:06 +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 cannot paste when clipboard is empty 2017-11-04 21:25:03 +01:00
ScriptView.h GUI: recent files in ScriptView 2017-03-14 10:46:26 +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 added settings to hide ptr sizes and defualt segments 2017-11-14 16:04:43 +01:00
SettingsDialog.h added settings to hide ptr sizes and defualt segments 2017-11-14 16:04:43 +01:00
SettingsDialog.ui added settings to hide ptr sizes and defualt segments 2017-11-14 16:04:43 +01:00
ShortcutsDialog.cpp Overriding a non global hotkey by a non global hotkey now asks user for confirmation 2017-11-04 21:23:49 +01:00
ShortcutsDialog.h Add auto-scrolling to tables etc (#1035) 2016-09-02 16:47:32 +02:00
ShortcutsDialog.ui GUI: fixed bug in ShortcutsDialog when binding Alt+C or Alt+S 2016-09-29 19:44:08 +02:00
SimpleTraceDialog.cpp don't restore window pos invisible; clean up msgbox (#1632) 2017-06-29 18:38:51 +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: fix cip not displaying correctly in the reference view 2017-12-18 02:02:35 +01:00
SourceView.h use dynamic casting 2017-09-01 18:51:20 +02:00
SourceViewerManager.cpp GUI: fixed annoying focus issue when source debugging is enabled 2017-05-27 01:41:28 +02:00
SourceViewerManager.h GUI: close all source tabs on termination (closes #1443) 2017-01-30 18:08:05 +01:00
StructWidget.cpp Graph improvements (#1493) 2017-03-12 02:59:21 +01: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 GUI: implement OllyDbg's Find all names in current module (Ctrl+N) 2017-12-08 03:10:10 +01:00
SymbolView.h GUI: implement OllyDbg's Find all names in current module (Ctrl+N) 2017-12-08 03:10:10 +01:00
SymbolView.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
TabBar.cpp Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
TabBar.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
TabWidget.cpp Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
TabWidget.h Tab switch using history stack (#1807) 2017-11-17 14:40:08 +01:00
ThreadView.cpp Added context menu icons for thread view (#1796) 2017-11-05 00:51:41 +01:00
ThreadView.h GUI: code recuction + intelligent following of addresses 2016-09-09 09:31:29 +02:00
TimeWastedCounter.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +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: better clickable columns (thanks to ali56s for reporting!) 2017-09-04 22:57:49 +02:00
WatchView.h modify value of watch item (#1197) 2016-10-29 16:05:49 +02:00
WordEditDialog.cpp GUI: autocompletion works much nicer now 2017-11-17 16:46:18 +01:00
WordEditDialog.h clean up (#926) 2016-08-13 13:59:26 +02:00
WordEditDialog.ui GUI: removed QDialogButtonBox 2016-10-01 18:50:32 +02:00
XrefBrowseDialog.cpp GUI: AStyle 2017-05-15 23:37:41 +02:00
XrefBrowseDialog.h Switch to xrefs in InfoBox and some XrefBrowseDialog improvements (#1585) 2017-05-15 23:32:31 +02:00
XrefBrowseDialog.ui GUI: removed QDialogButtonBox 2016-10-01 18:50:32 +02:00
YaraRuleSelectionDialog.cpp GUI: fixed truncating dialogs when translated 2016-09-07 11:11:37 +02:00
YaraRuleSelectionDialog.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
YaraRuleSelectionDialog.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00