1
0
Fork 0
Commit Graph

52 Commits

Author SHA1 Message Date
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 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 ab3cf76115 DBG+GUI: updated register context structures (for plugin mingw compatibility) 2014-12-30 03:57:58 +01:00
Mr. eXoDia bc4149b866 GUI: fixed 'follow in disassembler' and 'follow in dump' not possible with EDX/RDX 2014-12-26 13:04:08 +01:00
Mr. eXoDia 4d469f3742 GUI: YMM registers inside the FPU section 2014-12-08 22:22:38 +01:00
dreg_fr33project 4c38c7c348 last ymm support 2014-11-11 09:14:25 +01:00
dreg_fr33project 676942ed80 FIXED x87r7 access in TOP in stack inc and dec 2014-11-10 17:55:18 +01:00
Mr. eXoDia 6c33a17858 DBG+BRIDGE+GUI: no more TitanEngine in the bridge (added separate structures + translation functions) 2014-11-10 14:36:46 +01:00
Mr. eXoDia 6cc28a1c95 GUI: better register view code, no more working with offset + X 2014-11-10 12:20:16 +01:00
dreg_fr33project ce1064c7cc Added a real PUSHBUTTON to switch FPU view 2014-11-02 17:21:07 +01:00
dreg_fr33project 2082be74ac new tunning button 2014-11-02 03:32:35 +01:00
dreg_fr33project fe593d12b7 fixed the size selection in special fpu fields 2014-11-02 03:16:49 +01:00
dreg_fr33project 89b7910352 eflags fix and button tunning in registers 2014-11-02 03:11:10 +01:00
Mr. eXoDia 6d9a4520c0 simple custom-drawn button in registersview 2014-11-02 02:50:09 +01:00
Mr. eXoDia 29576b4bf5 GUI: prettified some stings 2014-11-02 02:34:18 +01:00
dreg_fr33project 537735827c finish FPU support 2014-11-02 01:30:29 +01:00
dreg_fr33project acce7800fb last fpu changes - ended basic first version 2014-11-02 00:31:21 +01:00
dreg_fr33project 0d65cf39fa more fpu stuff 2014-11-01 02:05:16 +01:00
dreg_fr33project 5bf857b6e4 more fpu changes 2014-10-27 08:02:42 +01:00
dreg_fr33project c874ee04d6 all fpu read done. 2014-10-26 19:19:33 +01:00
dreg_fr33project 0705384dbe last fpu changes 2014-10-26 02:24:57 +02:00
dreg_fr33project a1a0d02c8b last fpu support 2014-10-21 21:04:55 +02:00
dreg_fr33project 08b367e661 basic FPU support + bug fixes in registersview + titanengine update + new get context stuff 2014-09-30 14:50:43 +02:00
dreg_fr33project fde41cf541 New feature: now the user can copy the label in registers view. 2014-09-22 21:40:00 +02:00
Mr. eXoDia 00a7b3eb96 GUI: removed unused mouse wheel code 2014-09-13 13:05:11 +02:00
dreg_fr33project 1401059016 commented mousewheel, with the new scrollarea it is not necessary 2014-09-13 07:54:45 +02:00
dreg_fr33project db91383a9e registers view new scroll area and new size for big symbol names, more registers in one tab etc.. 2014-09-12 06:33:17 +02:00
dreg_fr33project d50209f221 change in eflags order 2014-08-28 14:43:28 +02:00
dreg_fr33project 8f286f9716 new registers view for eflags and segment registers 2014-08-28 09:06:53 +02:00
Mr. eXoDia 8f7f34a317 GUI: refactor finished 2014-08-18 14:30:12 +02:00
Mr. eXoDia 0f8e1998da GUI: first step of refactoring 2014-08-18 12:57:16 +02:00
Mr. eXoDia 9b31f0ce7b GUI: fixed a bug in the RegistersView context menu (now HW BP on [RSP] is back) thanks to DragonLoft for reporting! 2014-08-15 22:57:35 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
Mr. eXoDia f6c1cae989 GUI: fixed a bug with shortcut contexts
LAUNCHER: fixed a clean compile bug (removed bridge inclusion)
EXE: removed unused include
2014-08-01 23:27:00 +02:00
Mr. eXoDia 99bfd47bce GUI: no more copy beep + fixed some doubleclick events 2014-07-30 15:49:55 +02:00
Mr. eXoDia 850ad8a1fe GUI: shortcuts now fully customizable 2014-07-30 03:48:32 +02:00
Mr. eXoDia b8a6f2da3d GUI: moved all QAction->setShortcut into separate functions + fixed a bug with shortcuts in the register view + fixed a bug with copying in the register view 2014-07-30 02:13:29 +02:00
Mr. eXoDia 0e1c1449ce PROJECT: some formatting 2014-07-25 22:57:11 +02:00
Mr. eXoDia 859b01fa1c GUI: WordEditDialog now allows entering in signed and unsigned too 2014-07-24 22:16:37 +02:00
Mr. eXoDia bc3db1d2e2 GUI: fonts now fully customizable (resolved issue #132) 2014-07-21 03:56:24 +02:00
Mr. eXoDia 67513f78f9 GUI: double click on CIP will show the instruction pointer in the disassembly window 2014-07-21 00:08:57 +02:00
Mr. eXoDia 7b8c865607 GUI: fixed some context menu bugs in RegistersView + follow in stack option 2014-07-07 15:58:09 +02:00
Mr. eXoDia 97abb21408 GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
Mr. eXoDia 5f23a25f95 GUI: resolved issue #94 + re-enabled autocomments + fixed spelling mistake 2014-06-24 00:16:41 +02:00
Mr. eXoDia 4ef1fc9e40 GUI: fixed a small bug in the registersview 2014-06-21 00:51:41 +02:00
Mr. eXoDia 9aa1ae95ed GUI: removed unneeded painter->save() and painter->restore() 2014-06-21 00:14:21 +02:00
Mr. eXoDia dcfec774c3 GUI: IDA-like highlighting (press CTRL + click token to highlight) (resolved issue #91) + better default colors + code formatting (AStyle) 2014-06-14 05:02:46 +02:00