ZehMatt
|
2179aa1467
|
Fix Script::Label::GetInfo never returning anything
|
2021-07-19 21:42:33 +03:00 |
ZehMatt
|
c85d52b0d6
|
Add temporary label support for scripting
|
2021-07-19 18:36:11 +03:00 |
torusrxxx
|
932666671b
|
Don't clear filter on list refresh (#2317)+ fix icon table text overflow
|
2021-07-19 20:54:42 +08:00 |
torusrxxx
|
5405088ad9
|
Add shortcuts in Goto dialog
|
2021-07-19 20:45:21 +08:00 |
morsisko
|
df70ef868b
|
GUI: Changed types in WordEditDialog
|
2021-07-18 21:32:39 +02:00 |
morsisko
|
2b67312331
|
GUI: Fixed displaying signed/unsigned values of size other than duint, partially fixes #2665
|
2021-07-18 20:34:15 +02:00 |
morsisko
|
cd30562222
|
GUI: Added function that allows conversion to dword string
|
2021-07-18 20:32:37 +02:00 |
torusrxxx
|
78398ea26c
|
Add copy menu to ScriptView
|
2021-07-18 17:02:54 +08:00 |
torusrxxx
|
c705f84f86
|
Add support for mouse with horizontal scrolling capability
|
2021-07-14 20:28:51 +08:00 |
torusrxxx
|
1aa5027ccf
|
CTRL+wheel to resize fonts
|
2021-07-14 20:13:57 +08:00 |
Duncan Ogilvie
|
4176de66c7
|
Merge pull request #2681 from ZehMatt/fix-expr-bug
Fix expressions not passing correct arguments
|
2021-07-09 23:28:19 +02:00 |
ZehMatt
|
31bec6102a
|
Fix expressions not passing correct arguments
|
2021-07-09 20:45:27 +03:00 |
Duncan Ogilvie
|
f444626b45
|
Merge pull request #2678 from CaledoniaProject/patch-1
Update SettingsDialog.ui
|
2021-07-04 16:17:12 +02:00 |
CaledoniaProject
|
0ef3b52f99
|
Update SettingsDialog.ui
Use the same title "Preferences" as in the main window menu
|
2021-07-04 08:37:09 +08:00 |
Duncan Ogilvie
|
774db10fb3
|
Include the size in the selection->end of the memory map
|
2021-07-01 22:59:13 +02:00 |
Duncan Ogilvie
|
65625d9de5
|
Return zero instead of an undefined value when using Script::Memory::ReadXXX on an invalid address
|
2021-07-01 13:32:43 +02:00 |
Duncan Ogilvie
|
bb6959843d
|
Support start/end selection in memory map for plugins
|
2021-06-29 23:48:28 +02:00 |
Duncan Ogilvie
|
da085fe84f
|
Attempt to fix a potential deadlock in rare conditions while unloading plugins
|
2021-06-29 23:19:12 +02:00 |
Duncan Ogilvie
|
a0ec113979
|
Simplify and improve process creation handling
Delays the CB_CREATEPROCESS callback until after the main thread is created
|
2021-06-14 16:26:32 +02:00 |
Duncan Ogilvie
|
e0ed301085
|
Merge pull request #2661 from torusrxxx/patch000000bf
Break when there is an error in conditional breakpoint or tracing
|
2021-06-12 12:04:39 +02:00 |
Duncan Ogilvie
|
061b9428ea
|
Merge pull request #2673 from thejanit0r/patch-1
hActiveThread is now being updated in cbDebugEvent (Issue #2663)
|
2021-06-12 12:02:56 +02:00 |
the_janitor
|
71ee2aa12d
|
hActiveThread is now being updated in cbDebugEvent (Issue #2663)
|
2021-06-12 06:37:58 +02:00 |
torusrxxx
|
c1b9464884
|
Allow the user to cancel reloading plugin
|
2021-05-11 18:32:27 +08:00 |
torusrxxx
|
fc59b0919b
|
Break when there is an error in conditional breakpoint or tracing
|
2021-05-11 18:20:47 +08:00 |
Duncan Ogilvie
|
2ed439677e
|
Show ordinal names in the undecorated symbol column
Thanks to @dmex for the suggestion
|
2021-05-08 14:06:57 +02:00 |
Duncan Ogilvie
|
e608f9346c
|
Merge pull request #2646 from torusrxxx/patch000000be
Fix QMetaObject::connectSlotsByName: No matching signal for on_txtAsc…
|
2021-04-18 14:50:30 +02:00 |
torusrxxx
|
a96e88b7c6
|
Fix QMetaObject::connectSlotsByName: No matching signal for on_txtAscii_clicked()
|
2021-04-18 10:47:35 +08:00 |
Duncan Ogilvie
|
18b949ee51
|
Merge pull request #2645 from morsisko/fix_call_stack_column_sort
GUI: Disabled possibilty to sort content in call stack tab, fixed #2637
|
2021-04-17 18:19:17 +02:00 |
morsisko
|
600b195457
|
GUI: Disabled possibilty to sort content in call stack tab, fixed #2637
|
2021-04-17 16:20:19 +02:00 |
Duncan Ogilvie
|
b29aba22f6
|
Merge pull request #2506 from ioncodes/nt-status-code
Implement NT status codes for EAX
|
2021-04-16 13:26:28 +02:00 |
Layle
|
f5e51a665c
|
Implement NT status codes for EAX
|
2021-04-16 13:03:58 +02:00 |
Duncan Ogilvie
|
a896e3e16c
|
Merge pull request #2619 from eltociear/patch-1
Fix typo in TraceBrowser.cpp
|
2021-04-16 10:43:01 +02:00 |
Duncan Ogilvie
|
236dd4fa5a
|
Merge pull request #2631 from Yakov5776/development
Add an Option to hide seasonal icons
|
2021-04-16 10:42:10 +02:00 |
Duncan Ogilvie
|
193f46bee8
|
Merge pull request #2641 from torusrxxx/patch000000bd
Correct mask register display for "vaddps zmm1{k2},zmm2,zmm3"
|
2021-04-16 10:40:52 +02:00 |
Duncan Ogilvie
|
d084dc48a5
|
Merge pull request #2627 from torusrxxx/patch000000bb
UI improvements
|
2021-04-16 10:39:36 +02:00 |
torusrxxx
|
ce3269b931
|
Correct mask register display for "vaddps zmm1{k2},zmm2,zmm3"
|
2021-04-14 11:14:43 +08:00 |
torusrxxx
|
99822d832b
|
Add copy menu to trace info box
|
2021-04-13 21:45:56 +02:00 |
Duncan Ogilvie
|
62c47cb3ab
|
Merge pull request #2634 from torusrxxx/patch000000bc
Add module name to import symbols
|
2021-04-13 21:43:25 +02:00 |
torusrxxx
|
2ca68df4a0
|
Add module name to import symbols
|
2021-04-10 18:25:13 +08:00 |
Yakov5776
|
75d70b545b
|
Only show checkbox when seasonal
|
2021-04-06 14:52:26 -04:00 |
Yakov5776
|
ad208cdf31
|
Add isSeasonal()
|
2021-04-06 14:49:11 -04:00 |
Yakov5776
|
cbb4269488
|
Move position of setChecked
|
2021-04-06 14:34:27 -04:00 |
Yakov5776
|
49bfc2f37f
|
Fix Name
|
2021-04-05 19:43:45 -04:00 |
Yakov5776
|
7331e3b1aa
|
Register checkbox events
|
2021-04-05 19:15:14 -04:00 |
Yakov5776
|
2f3f4b20a6
|
Add an Option to hide seasonal icons
|
2021-04-05 18:51:44 -04:00 |
Duncan Ogilvie
|
654f1195b3
|
DBG: Fix a minor correctness issue in the utf8 and utf16 expression functions
|
2021-04-05 01:52:12 +02:00 |
Duncan Ogilvie
|
d6d3b740e2
|
GUI: Fix hex byte stream implementation in the HexEditDialog
|
2021-04-05 01:51:50 +02:00 |
torusrxxx
|
997072a9f6
|
Add splitter to patch dialog
|
2021-04-04 14:02:45 +08:00 |
torusrxxx
|
6216125222
|
Hide sidebar area in graph mode
|
2021-04-04 13:42:26 +08:00 |
torusrxxx
|
7810eb369c
|
Apply action to entire selection (SymbolsView)
|
2021-04-04 13:18:47 +08:00 |