Mr. eXoDia
77cc02f8a2
GUI: max module size setting
2015-07-13 08:21:26 +02:00
Mr. eXoDia
10ef4a841f
DBG: resolved issue #204
2015-07-13 05:55:21 +02:00
Mr. eXoDia
43554d4db6
GUI: fixed a bug with selection not automatically scrolling when needed
2015-07-13 04:48:54 +02:00
Mr. eXoDia
047e45b44e
DBG+GUI: fixed various bugs found by coverity
2015-07-11 05:18:06 +02:00
Mr. eXoDia
e1bd4a288c
GUI: fixed a performance problem in the memory map + fixed a crash in the Configuration
2015-07-11 01:58:59 +02:00
Mr. eXoDia
fa67d56ef4
GUI: added execute on gui thread function
2015-07-09 00:38:08 +02:00
Mr. eXoDia
58731fe49e
GUI: implemented add/show/close QWidget tabs
2015-07-07 17:21:10 +02:00
Mr. eXoDia
4a6c79ea46
DBG: added gui message boxes to the script api
2015-07-07 16:06:24 +02:00
Mr. eXoDia
a07618efbd
GUI: no sorting when you press the column in the script view (thanks to pusher for reporting!)
2015-06-29 22:44:31 +02:00
Mr. eXoDia
66fead6647
GUI: always loving c++ (fixed undefined behavior)
2015-06-21 00:46:44 +02:00
Mr. eXoDia
ab93b41c91
GUI: compile problems fixed (too lazy to rebuild)
2015-06-20 23:58:33 +02:00
Nukem
aa46809c93
GUI: Fix GotoDialog again (Attempt #32415 )
2015-06-15 21:41:51 -04:00
Mr. eXoDia
75026541bd
DBG+GUI: hopefully fixed issue #308 and issue #303
2015-06-16 02:00:19 +02:00
Mr. eXoDia
71b80d8a28
GUI: resolved issue #312 and issue #317 (expression thread will not restart after being stopped once)
2015-06-15 23:43:47 +02:00
Mr. eXoDia
3192bc4cdc
GUI: fixed a bug with the CalculatorDialog
2015-06-09 23:41:51 +02:00
Mr. eXoDia
4b1f054a95
GUI: fixed more thread bugs (stop thread variable instead of QThread->terminate) possibly affects issues #303 , #312 and #310
2015-06-06 22:29:34 +02:00
Mr. eXoDia
832dbf7b8d
GUI: added pascal data copy and C QWORD
2015-06-06 22:00:16 +02:00
Mr. eXoDia
0c792c96eb
GUI: fixed various bugs with QThread (should fix issue #312 , couldn't reproduce it at least)
2015-06-06 20:31:57 +02:00
Mr. eXoDia
2a60a9a5d6
PROJECT+GUI: snowman decompiler
2015-05-25 00:01:36 +02:00
Mr. eXoDia
dcd4ee548f
GUI: added goto start/end of page + added follow DWORD/QWORD in dump + shortcut for goto file offset
2015-05-24 15:50:13 +02:00
Mr. eXoDia
d10fa19b68
GUI: resolved issue #293 (tab between mnemonic and arguments)
2015-05-05 02:01:32 +02:00
Mr. eXoDia
7c9a86d8bf
GUI: double click in memory map to follow in disassembler
2015-05-05 01:09:39 +02:00
Mr. eXoDia
0f9b51e12a
GUI: customize function line color
2015-05-02 20:50:08 +02:00
Mr. eXoDia
e53e074b87
DBG: fixed auto comments + issue #292
2015-05-01 00:18:02 +02:00
Mr. eXoDia
edec2c8c3b
GUI: menu icons
2015-04-27 00:26:31 +02:00
Mr. eXoDia
8b6f1b4670
GUI: "Open Source File" in CPUDisassembly context menu
2015-04-26 03:38:03 +02:00
Mr. eXoDia
02c3d44cb8
GUI: follow in disassembler in SourceView
2015-04-26 02:50:01 +02:00
Mr. eXoDia
b8b75fd18c
GUI: very useful icons in context menu for disassembler
2015-04-26 02:02:08 +02:00
Mr. eXoDia
436c6427dc
GUI: most useful feature EVAH
2015-04-26 01:33:18 +02:00
Mr. eXoDia
9fd88d90df
GUI: "Follow in Disassembler" in dump context menu (useful for things)
2015-04-25 23:51:21 +02:00
Mr. eXoDia
6897c9dfd9
DBG: added options for disabling database compression and for saving the database in the program directory (not recommended). Resolved issue #287
2015-04-25 20:02:29 +02:00
Mr. eXoDia
8ef3cb257b
Merge branch 'master' of github.com:x64dbg/x64dbg
2015-04-25 19:18:36 +02:00
Nukem
023a9588fc
DBG: Fix comment wording
2015-04-24 15:04:00 -04:00
ApertureSecurity
b4dc90039b
Created additional shortcut to the copyAddress() function
...
Created additional shortcut to the copyAddress() function. I currently have this set as Alt+INS but if people want to change they can easily do so from the shortcut config menu.
mCopyAddress = new QAction("&Address", this);
mCopyAddress->setShortcutContext(Qt::WidgetShortcut);
this->addAction(mCopyAddress);
connect(mCopyAddress, SIGNAL(triggered()), this, SLOT(copyAddress()));
2015-04-20 14:58:49 -06:00
ApertureSecurity
9828a8ef6e
Linking the shortcut ActionCopyAddress to mCopyAddress
...
added line.
mCopyAddress->setShortcut(ConfigShortcut("ActionCopyAddress"));
2015-04-20 14:56:15 -06:00
Mr. eXoDia
1972b3384b
GUI: fixed a bug with comments incorrectly displayed in the BreakpointsView (thanks to ahmadmansoor for reporting)
2015-04-19 00:54:08 +02:00
Nukem
bc2de9da45
GUI: Fix #246 (Don't default to documents dir in patch dialog)
2015-04-11 13:07:37 -04:00
Mr. eXoDia
6ade97b1cd
"x64_dbg"->"x64dbg" + added Nukem
2015-04-10 01:53:32 +02:00
Mr. eXoDia
3dd109885c
Revert "GUI: removed useless newline"
...
This reverts commit f12b860a38 .
2015-04-06 23:51:27 +02:00
Mr. eXoDia
f12b860a38
GUI: removed useless newline
2015-04-06 23:49:59 +02:00
Mr. eXoDia
9ba3b603b5
DBG: added exeption, GUI: resolved issue #273
2015-04-06 23:07:46 +02:00
Mr. eXoDia
7be4cf8cac
GUI: resolved issue #274
2015-04-06 21:58:46 +02:00
Mr. eXoDia
5b8c17e81e
fix deadlock + crash
2015-04-06 03:02:11 +02:00
Mr. eXoDia
e6658562ca
DBG+GUI: format
2015-04-05 22:52:55 +02:00
Nukem
e389edf7b9
GUI: Fix files from previous merge(s)
2015-04-04 20:44:49 -04:00
Nukem
c1115bb203
Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
...
Conflicts:
x64_dbg_dbg/debugger.cpp
x64_dbg_dbg/debugger_commands.cpp
x64_dbg_dbg/symbolinfo.h
x64_dbg_dbg/thread.h
2015-04-04 19:20:13 -04:00
Mr. eXoDia
eb905c0287
GUI: fixed a small bug in the status label
2015-04-04 19:15:49 +02:00
Mr. eXoDia
ba3f7a1b6f
GUI: very small fix in LastError register
2015-04-04 17:19:38 +02:00
Mr. eXoDia
b9b16289ca
GUI: resolved issue #179 (last error in register view)
2015-04-04 17:06:16 +02:00
Mr. eXoDia
b9b36bf0b4
GUI: resolved issue #268 (no hotkey input with detached tabs) + fixed ambiguous Shortcut
2015-04-04 03:00:56 +02:00