WerWolv
19e5aafc85
fix: String truncating being completely borken
2024-06-28 18:29:10 +02:00
WerWolv
ed56b3dd12
impr: Limit string length by cutting out part of the middle instead
2024-06-28 11:12:41 +02:00
WerWolv
91f6aae9ef
impr: Make Win32 API properly use unicode support
2024-06-28 11:12:17 +02:00
WerWolv
b642c493d7
fix: Opening files with unicode paths in external program/explorer not working
2024-06-27 23:12:20 +02:00
WerWolv
a950796306
fix: Recent file entry name encoding being broken
2024-06-27 22:40:19 +02:00
WerWolv
af3680649c
patterns: Updated pattern language
2024-06-27 17:10:48 +02:00
WerWolv
b1b54a5fe7
impr: Drastically optimize event handler
2024-06-27 17:10:01 +02:00
WerWolv
ced3af3935
fix: Revert pattern include path back to the original paths
2024-06-27 17:09:48 +02:00
WerWolv
e5c782ebe9
impr: Further optimize ImGui text rendering
2024-06-27 17:09:20 +02:00
WerWolv
e132adad5d
impr: Add short delay before a hover tooltip appears
2024-06-26 20:38:06 +02:00
WerWolv
1eadb77722
fix: Item tooltips being sized incorrectly
2024-06-26 19:11:59 +02:00
WerWolv
95f71bcb10
fix: Sub windows being used incorrectly
2024-06-26 19:11:31 +02:00
WerWolv
e1a4707569
impr: Make sure assertion handler doesn't get called too often
2024-06-26 19:10:43 +02:00
WerWolv
c6a569ed88
impr: Don't reconstruct toolbar items list every frame
2024-06-25 23:14:05 +02:00
WerWolv
95166ccfb8
impr: Further cleanup hex editor footer
2024-06-25 21:19:59 +02:00
WerWolv
c56667b0dd
patterns: Updated pattern language
2024-06-25 20:57:45 +02:00
WerWolv
f754560bca
patterns: Allow bitfield fields to be edited properly, improve type formatting
2024-06-25 16:14:28 +02:00
WerWolv
b54bb6cd56
patterns: Updated pattern language
2024-06-25 14:30:03 +02:00
WerWolv
bb7e6c9775
patterns: Updated pattern language
2024-06-25 13:54:55 +02:00
WerWolv
4bc724791d
impr: Optimize frame times
2024-06-25 13:54:46 +02:00
WerWolv
ba7c10f4b1
feat: Fix sub menus, allow recent items to be collapsed
2024-06-25 13:54:29 +02:00
WerWolv
91a0be2d78
impr: Better UI/UX for interactive help
2024-06-24 23:01:46 +02:00
WerWolv
1f27530241
impr: Optimize event processing
2024-06-24 22:53:45 +02:00
WerWolv
e236872af3
feat: Added simple interactive help system
2024-06-24 22:53:25 +02:00
WerWolv
d4a2de3b23
patterns: Updated pattern language
2024-06-24 14:27:32 +02:00
WerWolv
e85746ddba
fix: Data paths being stored in config paths instead
2024-06-24 14:27:24 +02:00
WerWolv
a002eb1bc1
fix: Mixed path separators in default paths
2024-06-23 15:03:36 +02:00
WerWolv
a9915579a0
impr: Better detection of Intel GPUs with really bad driver bugs
2024-06-22 22:58:58 +02:00
WerWolv
24621e6612
fix: Build issues on Linux due to unused parameter
2024-06-22 12:02:19 +02:00
WerWolv
1b383bdcf1
patterns: Updated pattern language
2024-06-22 11:56:17 +02:00
WerWolv
f36d9831bb
patterns: Updated pattern language
2024-06-22 10:45:03 +02:00
WerWolv
b60a262b58
fix: Replace old defaults path system with a new one
...
#1767
2024-06-22 10:44:55 +02:00
WerWolv
c5f5973a9d
feat: Added per-byte highlights to the hex editor minimap
2024-06-20 11:21:20 +02:00
WerWolv
3bfb0096e6
fix: Undefined behaviour when sending empty arguments to main instance
2024-06-20 11:09:57 +02:00
WerWolv
ca5763650b
patterns: Updated pattern language
2024-06-19 13:59:58 +02:00
SparkyTD
9b594d81bd
feat: Added CSV, TSV and JSON as export options for Find results ( #1673 )
...
### Problem description
The default result export functionality of the Find tool is limited to
only exporting data in a nonstandard text format. This PR adds support
for exporting the results in CSV, TSV or JSON format. The PR also
removes the old format.
### Implementation description
I added the classes `ExportFormatter`, `ExportFormatterCsv`,
`ExportFormatterTsv` and `ExportFormatterJson`, with similar
implementations to the pattern data exporters.
~~I also moved the `ViewFind::Occurrence` class into
`hex/helpers/types.hh`, so the exporters can access it.~~
### Screenshots
![image](https://github.com/WerWolv/ImHex/assets/45818400/c7a1016b-6494-416d-a963-86484952837c )
### Additional things
Another small change I made is moving the "{} entries found" line on the
same line as the Search and Reset buttons. I think it looks cleaner this
way, but if anyone disagrees, I can revert it.
---------
Co-authored-by: WerWolv <werwolv98@gmail.com>
2024-06-18 20:57:55 +00:00
WerWolv
3e347fb6d4
impr: Improve icon scaling a bit
2024-06-18 22:10:02 +02:00
WerWolv
f49715c7a0
impr: Better font loading logic
2024-06-16 22:41:16 +02:00
WerWolv
deee76e455
patterns: Updated pattern language
2024-06-16 15:42:04 +02:00
WerWolv
3ce9dbb278
fix: Alt and Ctrl being swapped in the text editor on macOS
2024-06-16 14:59:48 +02:00
WerWolv
bee4b906fb
fix: Crash when closing providers
2024-06-16 14:48:31 +02:00
WerWolv
b3b79b3ee8
impr: Show document edited icon in close button on macOS
2024-06-12 19:51:12 +02:00
WerWolv
99716eff1e
impr: Make sure floating windows don't get reopened after restart
2024-06-09 20:11:21 +02:00
WerWolv
74205d5438
impr: Make sure icon input text boxes are the expected width
2024-06-09 14:56:56 +02:00
WerWolv
0136877978
fix: Bookmark "Open in View" tooltip not being displayed
...
Fixes #1749
2024-06-09 14:56:40 +02:00
WerWolv
2ef256ee74
impr: Show full error message for custom data inspector row errors
2024-06-08 13:40:39 +02:00
WerWolv
cb475c471d
build: Updated libwolv
2024-06-08 00:39:12 +02:00
WerWolv
72a3a1acab
build: Updated libwolv
2024-06-07 23:48:57 +02:00
WerWolv
18e2b0eaa2
fix: Regex crashes with too long input strings
2024-06-07 23:12:18 +02:00
WerWolv
ffe3dae7b2
build: Updated ImGui to v1.90.8
2024-06-07 22:12:50 +02:00