WerWolv
|
14bfc8af72
|
fix: Remove unnecessary touch padding
|
2024-07-04 21:18:46 +02:00 |
|
WerWolv
|
0656ab4b88
|
fix: Make sure welcome screen always stays in the background
|
2024-07-03 22:35:47 +02:00 |
|
WerWolv
|
75a62e2bde
|
fix: Wrong start/end offset and size for static array entries in pattern data view
|
2024-07-03 16:58:56 +02:00 |
|
WerWolv
|
7cd36b80eb
|
impr: Added tooltips to toolbar buttons
|
2024-07-03 16:58:25 +02:00 |
|
WerWolv
|
dc058c4cf3
|
fix: Remove interactive help debug code
|
2024-07-02 23:17:12 +02:00 |
|
WerWolv
|
4020ac9843
|
impr: Added nicer console warning when .NET runtime isn't installed
|
2024-07-02 23:15:54 +02:00 |
|
WerWolv
|
b3b7a19df4
|
fix: Wrong end address for bitfield fields in pattern data view
|
2024-07-02 17:38:53 +02:00 |
|
WerWolv
|
313e3e748f
|
impr: Improved size display in pattern data view
|
2024-07-02 17:38:39 +02:00 |
|
WerWolv
|
97bf1dc850
|
fix: Potential race condition with sorting in the pattern drawer
|
2024-07-01 23:36:17 +02:00 |
|
WerWolv
|
68e528dd3a
|
impr: Added Boost.Regex to about page
|
2024-07-01 22:01:28 +02:00 |
|
WerWolv
|
06ab1d34aa
|
build: Updated ImGui, libfmt and libyara
|
2024-07-01 22:00:08 +02:00 |
|
WerWolv
|
adc279d681
|
impr: Further try to improve window resize flickering on Windows
|
2024-06-29 23:32:44 +02:00 |
|
WerWolv
|
6fd594c1f4
|
fix: Don't delete font atlas after passing it to ImGui
|
2024-06-29 20:26:46 +02:00 |
|
WerWolv
|
b94a4288bf
|
fix: Standard magic file not getting bundled into executable correctly
|
2024-06-29 19:43:24 +02:00 |
|
WerWolv
|
4b1884944d
|
fix: Exception when opening a null provider
|
2024-06-29 18:49:23 +02:00 |
|
WerWolv
|
77301fd018
|
impr: Swap some items between File and Edit menu to fit better
|
2024-06-28 11:13:03 +02:00 |
|
WerWolv
|
91f6aae9ef
|
impr: Make Win32 API properly use unicode support
|
2024-06-28 11:12:17 +02:00 |
|
WerWolv
|
a950796306
|
fix: Recent file entry name encoding being broken
|
2024-06-27 22:40:19 +02:00 |
|
WerWolv
|
8672a2cfe0
|
fix: Content store downloads getting stuck sometimes
|
2024-06-27 19:54:45 +02:00 |
|
WerWolv
|
301e8c5a96
|
impr: Improve contrast of text in pattern data table when hovering
|
2024-06-27 19:45:49 +02:00 |
|
WerWolv
|
699a91c46b
|
fix: Path in pattern tooltip wrapping too quickly
|
2024-06-27 19:27:54 +02:00 |
|
WerWolv
|
e43016735d
|
fix: Open file in containing folder not working
|
2024-06-27 19:25:02 +02:00 |
|
WerWolv
|
6e186e7d6a
|
impr: Clean up .NET script loader error messages
|
2024-06-27 17:11:28 +02:00 |
|
WerWolv
|
82f1d08dd7
|
fix: Race condition when loading projects while other providers are loaded already
|
2024-06-27 17:10:42 +02:00 |
|
WerWolv
|
e5c782ebe9
|
impr: Further optimize ImGui text rendering
|
2024-06-27 17:09:20 +02:00 |
|
WerWolv
|
7d42742684
|
fix: Properly check return value of std::fgets
|
2024-06-26 22:46:01 +02:00 |
|
FireNX70
|
41820311cc
|
fix: Off-by-one error in "Export selection to file" (#1774)
### Problem description
Export selection to file would never finish and wouldn't export the last
byte.
### Implementation description
It was just a simple off by one when using the selection's end address
to calculate the remaining data size. Add one to the remaining size
calculation.
### Additional things
Fixes https://github.com/WerWolv/ImHex/issues/1733,
https://github.com/WerWolv/ImHex/issues/1619 and
https://github.com/WerWolv/ImHex/issues/1597.
|
2024-06-26 22:44:10 +02:00 |
|
WerWolv
|
2132e5adbf
|
feat: Added tooltip to nightly icon on welcome screen
|
2024-06-26 20:37:39 +02:00 |
|
WerWolv
|
e2d55446fe
|
impr: Get rid of more unnecessary ImGui::Text() calls
|
2024-06-26 19:41:06 +02:00 |
|
WerWolv
|
1dfce6a5c2
|
feat: Added --reset-settings command
|
2024-06-26 19:38:25 +02:00 |
|
WerWolv
|
a84db9821c
|
impr: Optimize default hex cell visualizer
|
2024-06-26 19:15:49 +02:00 |
|
WerWolv
|
ec080ad69f
|
fix: Indentation and wrapping of pattern hex editor tooltips
|
2024-06-26 19:14:43 +02:00 |
|
WerWolv
|
75cc9e4d84
|
fix: Pattern data filtering not applying correctly after rerunning pattern
|
2024-06-26 19:14:23 +02:00 |
|
WerWolv
|
d241a3ed5f
|
impr: Make PageUp and PageDown not move the selection anymore
|
2024-06-26 19:14:01 +02:00 |
|
WerWolv
|
682aab8b23
|
feat: Allow faster hex editor scrolling by holding down CTRL or SHIFT + CTRL
|
2024-06-26 19:13:42 +02:00 |
|
WerWolv
|
474862b4af
|
impr: Replace hardcoded pattern syntax highlighting colors style colors
|
2024-06-26 19:13:15 +02:00 |
|
WerWolv
|
dd02ec7a8e
|
impr: Make the highlights minimap visualizer the default
|
2024-06-26 19:12:20 +02:00 |
|
WerWolv
|
95f71bcb10
|
fix: Sub windows being used incorrectly
|
2024-06-26 19:11:31 +02:00 |
|
WerWolv
|
c6a569ed88
|
impr: Don't reconstruct toolbar items list every frame
|
2024-06-25 23:14:05 +02:00 |
|
WerWolv
|
de24453fb9
|
impr: Open windowing menu on mouse down instead of on mouse up
|
2024-06-25 22:59:46 +02:00 |
|
WerWolv
|
95166ccfb8
|
impr: Further cleanup hex editor footer
|
2024-06-25 21:19:59 +02:00 |
|
WerWolv
|
f754560bca
|
patterns: Allow bitfield fields to be edited properly, improve type formatting
|
2024-06-25 16:14:28 +02:00 |
|
WerWolv
|
b03b159907
|
impr: Better UI/UX for pattern drawer
|
2024-06-25 14:29:27 +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
|
c1561c7b6a
|
impr: Only allow scaling factors between 0.1x and 4.0x with slider
The old scaling values can still be entered by ctrl-clicking the slider and entering it manually
|
2024-06-24 23:04:20 +02:00 |
|
WerWolv
|
e236872af3
|
feat: Added simple interactive help system
|
2024-06-24 22:53:25 +02:00 |
|
WerWolv
|
a5aaa60d29
|
fix: Build error due to uninitialized variable in web builds
|
2024-06-24 21:49:59 +02:00 |
|
WerWolv
|
7d4486f407
|
fix: Remove accidentally committed test code
|
2024-06-22 23:03:54 +02:00 |
|
WerWolv
|
a9915579a0
|
impr: Better detection of Intel GPUs with really bad driver bugs
|
2024-06-22 22:58:58 +02:00 |
|