1
0
Fork 0
x64dbg/src/gui/Src/Gui
Torusrxxx df9495cfea simplify code (#919)
* simplify code

* simplify code
2016-08-10 14:05:16 +02:00
..
AppearanceDialog.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +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: changed AppearanceDialog default tab and a misleading description 2016-05-22 17:34:33 +02:00
AssembleDialog.cpp GUI: more translations 2016-07-12 09:13:56 +02:00
AssembleDialog.h GUI: changes to AssembleDialog and handling of ValidateExpressionThread (#745) 2016-06-13 07:38:51 +02:00
AssembleDialog.ui GUI: updated AssembleDialog for Keystone support 2016-06-11 19:54:15 +02:00
AttachDialog.cpp GUI: fixed wired process refresh (#697) (#728) 2016-06-08 23:54:39 +02:00
AttachDialog.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
AttachDialog.ui GUI: AttachDialog + HandlesView ActionRefresh Configuration 2016-05-29 02:10:51 +02:00
BreakpointsView.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
BreakpointsView.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
BrowseDialog.cpp Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1 2016-07-07 12:16:34 +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 favourite tools 2016-07-06 14:40:06 +00:00
CPUArgumentWidget.cpp DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide) 2016-06-02 09:46:54 +02:00
CPUArgumentWidget.h DBG+GUI: small changes to stringformat 2016-07-20 11:47:00 +02:00
CPUArgumentWidget.ui GUI: added CPUArgumentWidget + moved scroll bar styles to Configuration 2016-05-25 05:04:21 +02:00
CPUDisassembly.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUDisassembly.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUDump.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUDump.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUInfoBox.cpp fix issue #851 (#863) 2016-07-17 16:32:56 +02:00
CPUInfoBox.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUMultiDump.cpp fix issue #851 (#863) 2016-07-17 16:32:56 +02:00
CPUMultiDump.h fix issue #851 (#863) 2016-07-17 16:32:56 +02:00
CPUSideBar.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUSideBar.h more functions&commands to enable/disable log,add favourite tools and fold disassembly for plugins&scripts. (#895) 2016-07-28 09:36:41 +02:00
CPUStack.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUStack.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUWidget.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUWidget.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CPUWidget.ui GUI: added CPUArgumentWidget + moved scroll bar styles to Configuration 2016-05-25 05:04:21 +02:00
CalculatorDialog.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CalculatorDialog.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
CalculatorDialog.ui GUI: button too small 2016-05-21 04:03:17 +00:00
CallStackView.cpp misc improvments 2016-07-25 18:36:06 +08:00
CallStackView.h misc improvments 2016-07-25 18:36:06 +08:00
CloseDialog.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +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: significant cut with icon construction length (use DIcon with just the filename from now on) 2016-07-09 10:44:11 +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 prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02: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
CommandHelpView.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +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 Added command history from #839 2016-07-22 19:50:09 +02:00
CommandLineEdit.h Added command history from #839 2016-07-22 19:50:09 +02:00
DataCopyDialog.cpp GUI: added GUID data copy format #907 2016-08-02 16:21:23 +02:00
DataCopyDialog.h GUI: added GUID data copy format #907 2016-08-02 16:21:23 +02:00
DataCopyDialog.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
DisassemblerGraphView.cpp GUI: customizable colors in the graph 2016-07-31 16:46:14 +02:00
DisassemblerGraphView.h GUI: customizable colors in the graph 2016-07-31 16:46:14 +02:00
DisassemblyPopup.cpp don't disassembly cross function boundary in the tooltip 2016-08-04 13:32:24 +02:00
DisassemblyPopup.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
EditBreakpointDialog.cpp GUI: more translations 2016-07-12 09:13:56 +02:00
EditBreakpointDialog.h Added 'Silent' option for breakpoints 2016-07-09 10:40:07 -06:00
EditBreakpointDialog.ui Added 'Silent' option for breakpoints 2016-07-09 10:40:07 -06:00
EditFloatRegister.cpp GUI: more translations 2016-07-12 09:13:56 +02:00
EditFloatRegister.h GUI: jolly good fixes to various things 2016-06-03 16:44:24 +02:00
EditFloatRegister.ui GUI: jolly good fixes to various things 2016-06-03 16:44:24 +02:00
EntropyDialog.cpp DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide) 2016-06-02 09:46:54 +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 DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide) 2016-06-02 09:46:54 +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 prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
FavouriteTools.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
FavouriteTools.ui favourite tools 2016-07-06 14:39:18 +00:00
GotoDialog.cpp GUI: GotoDialog with invalid address support (basically ExpressionDialog) 2016-06-24 07:12:17 +02:00
GotoDialog.h GUI: GotoDialog with invalid address support (basically ExpressionDialog) 2016-06-24 07:12:17 +02:00
GotoDialog.ui Allow resize of goto dialog (#698) 2016-06-02 06:25:56 +02:00
HandlesView.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
HandlesView.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
HexEditDialog.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
HexEditDialog.h 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
HexEditDialog.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
HexLineEdit.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
HexLineEdit.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
HexLineEdit.ui GUI: Implemented a custom QLineEdit (#704) 2016-06-03 10:43:22 +02:00
LineEditDialog.cpp translate this file 2016-07-07 06:16:51 +00:00
LineEditDialog.h GUI: jolly good fixes to various things 2016-06-03 16:44:24 +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
LogView.cpp more functions&commands to enable/disable log,add favourite tools and fold disassembly for plugins&scripts. (#895) 2016-07-28 09:36:41 +02:00
LogView.h Log redirection (#849) 2016-07-17 12:52:29 +02:00
MainWindow.cpp simplify code (#919) 2016-08-10 14:05:16 +02:00
MainWindow.h simplify code (#919) 2016-08-10 14:05:16 +02:00
MainWindow.ui GUI: added interface for run/step with swallow exceptions 2016-08-05 18:41:02 +02:00
MemoryMapView.cpp GUI: significant cut with icon construction length (use DIcon with just the filename from now on) 2016-07-09 10:44:11 +02:00
MemoryMapView.h GUI: highlight the CIP page in the memory map + added find address page in memory map 2016-06-23 02:51:06 +02: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 translate this file 2016-05-20 07:37:26 +00:00
NotesManager.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
PageMemoryRights.cpp GUI: more translations 2016-07-12 09:13:56 +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 DBG+GUI: fixed various warnings + fixed up some gui tabstops and weird things 2015-11-28 19:05:25 +01:00
PatchDialog.cpp GUI: significant cut with icon construction length (use DIcon with just the filename from now on) 2016-07-09 10:44:11 +02:00
PatchDialog.h Translate patch dialog, and prepare for new export format (#699) 2016-06-02 10:14:45 +02:00
PatchDialog.ui GUI: fixed compile warning with PatchDialog 2016-05-23 02:35:07 +02:00
PatchDialogGroupSelector.cpp DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide) 2016-06-02 09:46:54 +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 DBG+GUI: fixed yara reference logic 2016-07-25 23:27:21 +02:00
ReferenceManager.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
RegistersView.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
RegistersView.h push and pop actions 2016-07-30 22:40:28 +08:00
SEHChainView.cpp Fix multiple issues (#730) 2016-06-08 23:52:13 +02:00
SEHChainView.h Added SEH Viewer to GUI 2016-03-28 21:01:05 +05:30
ScriptView.cpp GUI: more translations 2016-07-12 09:13:56 +02:00
ScriptView.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
SelectFields.cpp DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide) 2016-06-02 09:46:54 +02:00
SelectFields.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
SelectFields.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
SettingsDialog.cpp DBG+GUI: removed strong language (#211) 2016-07-31 17:59:49 +02:00
SettingsDialog.h DBG+GUI: removed strong language (#211) 2016-07-31 17:59:49 +02:00
SettingsDialog.ui DBG+GUI: removed strong language (#211) 2016-07-31 17:59:49 +02:00
ShortcutsDialog.cpp GUI: more translations 2016-07-12 09:13:56 +02:00
ShortcutsDialog.h PROJECT+DBG+GUI: formatting (forgot to commit the correct formatting options for x64dbg) 2015-12-25 14:02:34 +01:00
ShortcutsDialog.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
SourceView.cpp GUI: step into/over (source) (implemented with conditional tracing) 2016-07-09 17:58:13 +02:00
SourceView.h GUI: better source debugging + better SearchListViewTable 2016-07-09 15:10:31 +02:00
SourceViewerManager.cpp GUI: better source debugging + better SearchListViewTable 2016-07-09 15:10:31 +02:00
SourceViewerManager.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
StatusLabel.cpp Fixed label bug, guarded header file for window kit 8.1, debug builds build in non-release folder (#826) 2016-07-07 12:21:23 +02:00
StatusLabel.h PROJECT: fixed line endings (hopefully for good now) 2015-11-24 01:50:17 +01:00
SymbolView.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
SymbolView.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
SymbolView.ui PROJECT: RESTRUCTURE 2015-10-17 16:35:38 -04:00
TabBar.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
TabBar.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
TabWidget.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
TabWidget.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
ThreadView.cpp CPU Time in threads view 2016-07-25 21:25:46 +08:00
ThreadView.h GUI: fixed a bug with sorting in the ThreadView (the currently active thread would change if you sorted) 2015-11-28 19:26:02 +01: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
WatchView.cpp GUI: significant cut with icon construction length (use DIcon with just the filename from now on) 2016-07-09 10:44:11 +02:00
WatchView.h Merge branch 'patch-1' of https://github.com/torusrxxx/x64dbg into torusrxxx-patch-1 2016-07-07 12:16:34 +02:00
WordEditDialog.cpp prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
WordEditDialog.h prototype of #890 (preview call or jump destination) (#910) 2016-08-04 13:16:52 +02:00
WordEditDialog.ui DBG+GUI: fixed various warnings + fixed up some gui tabstops and weird things 2015-11-28 19:05:25 +01:00
XrefBrowseDialog.cpp GUI: significant cut with icon construction length (use DIcon with just the filename from now on) 2016-07-09 10:44:11 +02:00
XrefBrowseDialog.h DBG+BRIDGE+GUI+LAUNCER: manually merged pull request #705 (thanks to @wynick27) 2016-06-03 14:47:57 +02:00
XrefBrowseDialog.ui DBG+BRIDGE+GUI+LAUNCER: manually merged pull request #705 (thanks to @wynick27) 2016-06-03 14:47:57 +02:00
YaraRuleSelectionDialog.cpp GUI: more translations 2016-07-12 09:13:56 +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