torusrxxx
01dba2c707
Add detach and exit to exit dialog
2022-03-26 19:48:17 +08:00
Duncan Ogilvie
78b77fa333
Merge pull request #2849 from mobile46/patch-1
...
Fix for printable characters
2022-03-24 10:46:20 +01:00
Duncan Ogilvie
af07ddfa7a
Merge pull request #2850 from torusrxxx/patch000000d3
...
Remember some window settings, copy old value, UI enhancement
2022-03-24 10:45:44 +01:00
Duncan Ogilvie
2219a4019e
Merge pull request #2852 from torusrxxx/patch000000d4
...
Add "Ignore First-Chance" button to ignore all exceptions
2022-03-17 17:49:33 +01:00
torusrxxx
05cf6a2b0d
Add "Ignore First-Chance" button to ignore all exceptions
2022-03-17 23:27:00 +08:00
torusrxxx
10c26e783b
Remember some window settings, copy old value, UI enhancement
2022-03-16 23:59:13 +08:00
Mobile46
626bbf0909
Fix for printable characters
2022-03-12 19:20:23 +03:00
torusrxxx
a6313b45f5
Modified Simplified Chinese readme
2022-03-02 22:47:39 +08:00
fairycn
4a7269f81b
Add readme Simplified Chinese document
...
Translated from the readme.md file
2022-02-27 08:35:24 +08:00
Duncan Ogilvie
612b95b430
Some minor changes
2022-02-24 15:06:23 +01:00
Duncan Ogilvie
a216adb21c
Improve constant searching algorithm to match non sign-extended values too
...
Closes #2824
2022-02-24 15:02:01 +01:00
Duncan Ogilvie
048825e30a
Merge pull request #2817 from rajkumarananthu/feature_search_in_log
...
Adding search action in LogView
2022-02-24 14:44:50 +01:00
Duncan Ogilvie
07d60083bb
Improve ASCII string detection algorithm
...
Closes #2835
2022-02-24 14:40:42 +01:00
谭九鼎
952257670f
Use https for links ( #2839 )
...
# Conflicts:
# CONTRIBUTING.md
2022-02-24 14:40:32 +01:00
谭九鼎
c89877707c
Use https for links ( #2839 )
...
* Use https for links
* change subdomain back to http
2022-02-24 14:36:50 +01:00
Rajkumar Ananthu
9dddf68b83
Updating the search in log feature changes as per the review comments
...
- Ran the format.bat on the changes
- Using ConfigColor() instead of QColor
- Implementing the search similar to notepad find(find, find next, find previous).
2022-02-21 19:35:22 +05:30
Duncan Ogilvie
3370207f03
Add some more unusual instructions
2022-02-14 23:35:46 +01:00
Duncan Ogilvie
80d6f6002c
Allow dumping consecutive selected memory ranges
2022-02-14 23:35:22 +01:00
Duncan Ogilvie
bc94635cef
Merge pull request #2822 from SirHerpDerp/asmdlg_opcode_pos
...
AssembleDialog - OpCode to newline
2022-02-14 19:10:43 +01:00
Duncan Ogilvie
72af1d2d35
Translate opcode bytes label
2022-02-14 18:44:42 +01:00
Josh Brown
d32d44258f
Add [color@#aaaaaa] block formatter for log
2022-02-11 23:22:44 -08:00
torusrxxx
2d78e115fe
fixed mnemonic brief not shown
2022-01-21 16:44:38 +08:00
Duncan Ogilvie
e2f3c4a26e
Make all child dialogs respect the DarkTitleBar setting
2022-01-19 01:12:15 +01:00
John
d4a2e9ffd4
opcodes to newline in AsmDlg
...
put the genereted OpCode (AssembleDialog) to a new line so for optical purposes so it does not look squeezed
2022-01-18 15:34:00 +01:00
Duncan Ogilvie
30ce2fe778
Fix a bunch of error on /std:c++latest
...
Closes #2820
2022-01-17 10:18:54 +01:00
Duncan Ogilvie
58de91b229
Automatically sync with gitee
2022-01-14 15:46:52 +01:00
Torusrxxx
fddef539c4
Fixed blurry disassembly text ( #2819 )
2022-01-13 03:21:08 +00:00
Rajkumar Ananthu
1b6289eaa4
Adding search action in LogView
...
To increase flexibility for user to search for a pattern
inside the log instead of copying to some other tool.
2022-01-06 12:50:06 +05:30
Duncan Ogilvie
bd2638f662
Fix undefined behavior in new getAutoComment function
2022-01-05 13:01:00 +01:00
Duncan Ogilvie
c66bf1689a
Improve rich text painting rendering performance (hopefully)
2022-01-05 13:01:00 +01:00
Duncan Ogilvie
caaf241467
Actually allow enabling the new string algorithm 🤦♂️
2022-01-05 01:52:21 +01:00
Duncan Ogilvie
59f19f54b2
Fix VEH/VCH enumeration on Windows 10
...
Closes #2814
2022-01-04 08:43:19 +01:00
Duncan Ogilvie
1b09ed07a6
Fix a bug with Shift+3 in the ShortcutEdit (thanks gzfuqun!)
2022-01-03 06:58:46 +01:00
Duncan Ogilvie
f0712b4988
Use relative paths for submodules
2022-01-03 06:58:04 +01:00
Duncan Ogilvie
b4fc237823
Only use the new string detection algorithm in certain code pages
2022-01-03 05:20:09 +01:00
Duncan Ogilvie
f2ab218eb1
Prioritize labels over strings in the dump address view
2022-01-03 04:41:34 +01:00
Duncan Ogilvie
a43d7b2e19
Fix Ctrl+Shift+Tab in ShortcutEdit #2176
2022-01-03 04:11:42 +01:00
Duncan Ogilvie
e0b350358e
Fix Ctrl+N
2022-01-03 04:11:42 +01:00
Duncan Ogilvie
c77b899840
Improve Handle wrapper class
2022-01-03 04:11:42 +01:00
Duncan Ogilvie
16d3b5ea2b
Allow the chd command without arguments to reset the current directory
2022-01-03 04:11:42 +01:00
Duncan Ogilvie
56c6233baa
Simplify wow64 check
2022-01-03 04:11:42 +01:00
Duncan Ogilvie
f0dc28020d
Merge pull request #2807 from torusrxxx/patch000000d0
...
Add support for printing floating point numbers in XMM/YMM
2022-01-01 20:03:48 +01:00
torusrxxx
bbfd31970c
Fixed precision of printing double pointer
2022-01-01 16:44:21 +01:00
Duncan Ogilvie
831cba592f
Merge pull request #2810 from torusrxxx/patch000000d2
...
copy and paste breakpoint conditions
2022-01-01 16:40:02 +01:00
Duncan Ogilvie
bee655771c
Merge pull request #2808 from torusrxxx/patch000000d1
...
Add autocomment for conditional breakpoint
2021-12-28 22:00:31 +01:00
torusrxxx
9ae281de20
copy and paste breakpoint conditions
2021-12-28 22:56:50 +08:00
torusrxxx
8309cedcf3
fixed comments added twice
2021-12-26 17:39:08 +08:00
torusrxxx
3817686d95
Add autocomment for breakpoint
2021-12-26 17:24:00 +08:00
torusrxxx
d7d9e95272
Add support for printing floating point numbers in XMM/YMM
2021-12-25 17:36:29 +08:00
Duncan Ogilvie
025fcf5125
Merge pull request #2805 from torusrxxx/patch000000cf
...
Eenhanced floating point support
2021-12-22 16:20:49 +01:00