.. |
preferences
|
WIP: Color scheme feature (#709)
|
2018-10-10 11:37:24 +02:00 |
AboutDialog.cpp
|
Add update check(#684) (#704)
|
2018-09-13 08:32:14 +02:00 |
AboutDialog.h
|
Add update check(#684) (#704)
|
2018-09-13 08:32:14 +02:00 |
AboutDialog.ui
|
Add update check(#684) (#704)
|
2018-09-13 08:32:14 +02:00 |
AsyncTaskDialog.cpp
|
Do not show MainWindow if loading failed
|
2018-07-07 12:39:28 +02:00 |
AsyncTaskDialog.h
|
Fix AsyncTaskDialog::interruptOnClose initialization
|
2018-06-26 22:11:26 +02:00 |
AsyncTaskDialog.ui
|
Add Timer to AsyncTask
|
2018-05-27 16:51:33 +02:00 |
AttachProcDialog.cpp
|
Attach update (#603)
|
2018-10-03 22:16:57 +02:00 |
AttachProcDialog.h
|
Attach update (#603)
|
2018-10-03 22:16:57 +02:00 |
AttachProcDialog.ui
|
Attach update (#603)
|
2018-10-03 22:16:57 +02:00 |
BreakpointsDialog.cpp
|
Added new buttons to breakpoint widget (#548)
|
2018-07-26 12:57:05 +02:00 |
BreakpointsDialog.h
|
Added new buttons to breakpoint widget (#548)
|
2018-07-26 12:57:05 +02:00 |
BreakpointsDialog.ui
|
Added new buttons to breakpoint widget (#548)
|
2018-07-26 12:57:05 +02:00 |
CommentsDialog.cpp
|
Changing coding style
|
2018-03-21 21:33:40 +01:00 |
CommentsDialog.h
|
More c++11 (#478)
|
2018-05-04 09:58:32 +02:00 |
CommentsDialog.ui
|
Fixes #157: Add support for multiline comments. (#200)
|
2017-12-10 19:13:37 +01:00 |
EditInstructionDialog.cpp
|
Astyle pass (cleaning) (#739)
|
2018-09-30 22:00:53 +02:00 |
EditInstructionDialog.h
|
Fix instruction preview dialog (#714)
|
2018-09-21 23:44:14 +02:00 |
EditInstructionDialog.ui
|
Add instruction preview to the bytes edit dialog (#696)
|
2018-09-09 19:55:13 +02:00 |
FlagDialog.cpp
|
Use Core() everywhere (#440)
|
2018-04-12 08:33:30 +02:00 |
FlagDialog.h
|
More c++11 (#478)
|
2018-05-04 09:58:32 +02:00 |
FlagDialog.ui
|
Renamed files to CamelCase
|
2017-10-01 21:16:38 +02:00 |
InitialOptionsDialog.cpp
|
Astyle pass (cleaning) (#739)
|
2018-09-30 22:00:53 +02:00 |
InitialOptionsDialog.h
|
Astyle pass (cleaning) (#739)
|
2018-09-30 22:00:53 +02:00 |
InitialOptionsDialog.ui
|
Rename OptionsDialog to InitialOptionsDialog
|
2018-08-18 18:34:58 +02:00 |
NewFileDialog.cpp
|
[NewFileDialog] filling recent projects list at startup has been added (#785)
|
2018-10-09 12:18:59 +03:00 |
NewFileDialog.h
|
adding Open Shellcode function to the New menu mode (Fix #547) (#609)
|
2018-08-10 19:12:00 +02:00 |
NewfileDialog.ui
|
adding Open Shellcode function to the New menu mode (Fix #547) (#609)
|
2018-08-10 19:12:00 +02:00 |
OpenFileDialog.cpp
|
Made a quick open file dialog (#543)
|
2018-06-20 11:24:28 +02:00 |
OpenFileDialog.h
|
Made a quick open file dialog (#543)
|
2018-06-20 11:24:28 +02:00 |
OpenFileDialog.ui
|
Made a quick open file dialog (#543)
|
2018-06-20 11:24:28 +02:00 |
R2PluginsDialog.cpp
|
C++ Plugins (#550)
|
2018-06-26 09:40:08 +02:00 |
R2PluginsDialog.h
|
More c++11 (#478)
|
2018-05-04 09:58:32 +02:00 |
R2PluginsDialog.ui
|
UI Improvemetnts + graph.offset implementation (#612)
|
2018-08-12 18:20:16 +02:00 |
RenameDialog.cpp
|
Make af from DisassemblyContextMenu more meaningful
|
2018-08-18 21:55:30 +02:00 |
RenameDialog.h
|
Make af from DisassemblyContextMenu more meaningful
|
2018-08-18 21:55:30 +02:00 |
RenameDialog.ui
|
Use default margins and spacing in dialogs
|
2017-12-03 21:59:38 +01:00 |
SaveProjectDialog.cpp
|
Use Core() everywhere (#440)
|
2018-04-12 08:33:30 +02:00 |
SaveProjectDialog.h
|
More c++11 (#478)
|
2018-05-04 09:58:32 +02:00 |
SaveProjectDialog.ui
|
Use prj.simple by default
|
2017-11-26 14:17:20 +01:00 |
SetFunctionVarTypes.cpp
|
afvn/afvt support via context menu (#708)
|
2018-10-03 22:10:53 +02:00 |
SetFunctionVarTypes.h
|
afvn/afvt support via context menu (#708)
|
2018-10-03 22:10:53 +02:00 |
SetFunctionVarTypes.ui
|
afvn/afvt support via context menu (#708)
|
2018-10-03 22:10:53 +02:00 |
SetToDataDialog.cpp
|
Add Set to Code/Data feature (#602)
|
2018-08-04 20:05:56 +02:00 |
SetToDataDialog.h
|
Add Set to Code/Data feature (#602)
|
2018-08-04 20:05:56 +02:00 |
SetToDataDialog.ui
|
Add Set to Code/Data feature (#602)
|
2018-08-04 20:05:56 +02:00 |
VersionInfoDialog.cpp
|
Astyle pass (cleaning) (#739)
|
2018-09-30 22:00:53 +02:00 |
VersionInfoDialog.h
|
More c++11 (#478)
|
2018-05-04 09:58:32 +02:00 |
VersionInfoDialog.ui
|
Add a button "Version Information" in Dashboard (iVj) #317 (#468)
|
2018-05-01 20:53:14 +02:00 |
XrefsDialog.cpp
|
Fixed highlight color in xref dialog
|
2018-07-02 11:11:06 +02:00 |
XrefsDialog.h
|
More c++11 (#478)
|
2018-05-04 09:58:32 +02:00 |
XrefsDialog.ui
|
Fix #69 (xref name resolving)
|
2017-11-27 17:05:10 +01:00 |