paxcut
d8dd287cdf
fix: Fixed ImHex crashing when using ctrl-backspace on empty file. ( #2433 )
...
Editor was attempting to delete non-existent chars which is UB. Fixed by
checking before deleting. Also fixed was a problem created by having to
press enter to change the search string which advanced the selection to
the first match. In the next step one would expect that pressing enter
on the replace field would replace the selected item but was replacing
the item found after he first.
This was fixed by always replacing the current selection first. If the
replacement is the same as the searched term then replacing won't
advance the cursor, but if they are different then the current match
will no longer exist so it would search fora new one.
2025-09-05 02:28:11 -07:00
paxcut
d62b64c27a
Fixes for next release. ( #2430 )
...
I forgot I also had comments switched to italics done easily thanks to
WerWolv's addition that lets you push and pop them.
2025-09-02 17:29:33 -07:00
paxcut
52952652de
Fixes for next release. ( #2429 )
...
Attempt to fix WerWolv's strange off by one problem when using the
mouse. Added a popup question for files that contain long lines (>1024
bytes). Also improved the handling of large lines, so it won't stall the
app. May also contain other smaller issue fixes.
2025-09-02 15:30:50 -07:00
WerWolv
790c19a1cd
patterns: Go back to working pattern language
2025-09-01 22:54:51 +02:00
WerWolv
4598fc098d
fix: ImGui ID not getting popped correctly
2025-08-31 22:17:36 +02:00
WerWolv
16dc199431
fix: Achievement popup setting only being read once at startup
2025-08-31 17:31:16 +02:00
WerWolv
715e970d99
fix: Last column in text editor not being selectable
2025-08-31 16:59:40 +02:00
WerWolv
4cfdbb8095
patterns: Updated pattern language
2025-08-31 13:52:02 +02:00
WerWolv
fe4cb8575f
impr: Sort View menu alphabetically
2025-08-31 11:22:40 +02:00
WerWolv
06ac7eb85f
impr: Make Hex Editor view always be focused by default
2025-08-31 11:22:26 +02:00
paxcut
c8caf6124e
Fix: Very long lines in text editor could make it hang. ( #2426 )
...
Fixed by only processing text that's visible.
Also fixed the cursor jumping to breakpoint line when selected by
clicking the line number and added highlighting of the current editing
line. An optimization that caches the number of utf-8 chars in each line
was included as well.
Finally, an error that caused ImHex to crash if a pattern was saved as
itself was also fixed.
2025-08-30 20:01:05 -07:00
WerWolv
76bb0e420d
fix: Rename font_size setting to not cause issues during upgrade
2025-08-30 18:11:06 +02:00
WerWolv
90f26d53d3
impr: Make viable pattern search properly abortable
2025-08-30 10:51:05 +02:00
WerWolv
9135153dc9
impr: Throw error if no data could be read with read node
2025-08-30 10:32:24 +02:00
WerWolv
c70b505b3a
fix: Make RGBA8 visualizer node only copy the data it needs
2025-08-30 10:32:24 +02:00
WerWolv
cde9dc37e5
fix: Wrong localization for Add button in hashes view
2025-08-30 10:32:24 +02:00
WerWolv
aec9f7a145
impr: Use more muted colors in advanced text encoding column
2025-08-28 23:22:50 +02:00
WerWolv
bf08ed563a
feat: Added Hex Editor "Decode as Encoding" option
2025-08-28 23:22:26 +02:00
WerWolv
ff70518882
fix: Hang when setting window title from non-main-thread
2025-08-28 23:22:02 +02:00
WerWolv
72364db768
fix: Build errors
2025-08-28 22:31:27 +02:00
WerWolv
92fa72eac7
fix: More hashes view layout issues
2025-08-28 22:29:30 +02:00
WerWolv
9e2c1de0f5
fix: Provider dirtying not changing window title
2025-08-28 22:20:39 +02:00
WerWolv
57ac73b9d4
impr: Properly vertically center search icon in search bar
2025-08-28 22:17:19 +02:00
WerWolv
2757c577e4
impr: Modernize yara view
2025-08-28 21:44:59 +02:00
WerWolv
704af30421
impr: Clean up hashes view
2025-08-28 21:22:47 +02:00
WerWolv
1e8a005d0e
impr: Make data inspector view more compact
2025-08-28 20:13:51 +02:00
WerWolv
8a04d2f477
feat: Added fixed-point row to data inspector
2025-08-28 19:57:51 +02:00
WerWolv
a7c37bfb93
fix: Load ImHex logo at correct resolution
2025-08-28 17:28:13 +02:00
WerWolv
8515cd43fa
impr: Added note to Advanced Yara Information section if no matches were found
2025-08-28 17:24:51 +02:00
WerWolv
8a4cdbb371
impr: Slightly nicer layout for data information view
2025-08-28 17:24:14 +02:00
WerWolv
228385ceaa
fix: Undefined behaviour when setting task bar progress
2025-08-28 00:01:49 +02:00
WerWolv
a063eb96c6
fix: Markdown elements overflowing window width
2025-08-27 21:27:47 +02:00
WerWolv
145c8ff804
impr: Update about page
2025-08-27 21:27:06 +02:00
WerWolv
56b5d026df
fix: Patterns only starting to execute when pattern editor was visible
2025-08-25 21:45:20 +02:00
WerWolv
40ccbd0d86
feat: Added pattern-provided file information to information view
2025-08-25 21:44:59 +02:00
WerWolv
c1a14cb4d4
impr: Ensure that wrapped text doesn't end up wrapping at every character
2025-08-25 21:22:43 +02:00
Nik
ca323c392b
fix: Format string security issue
2025-08-25 07:27:08 +02:00
WerWolv
395dd37d33
fix: Pattern data section context menu not opening correctly
2025-08-24 22:13:01 +02:00
WerWolv
e91689a715
impr: Unlock frame rate during blocking task progress
2025-08-24 21:38:24 +02:00
WerWolv
861988f8dc
fix: Compile errors
2025-08-24 21:35:50 +02:00
WerWolv
f26f1298cf
impr: Added localization for save editor view
2025-08-24 21:24:39 +02:00
WerWolv
66efcf91d3
feat: Added file information command line option and fullscreen view
2025-08-24 21:21:34 +02:00
WerWolv
0178ba014a
fix: Region picker widget overflowing in many views
2025-08-24 16:29:36 +02:00
WerWolv
3808b78487
impr: Add styles and colors from newer ImGui versions to theme system
2025-08-24 14:11:38 +02:00
WerWolv
a80c35aa94
fix: Icon offsets being scaled incorrectly
2025-08-24 13:55:02 +02:00
WerWolv
d0f51d0462
fix: Undo invalid scaling
2025-08-24 13:31:45 +02:00
WerWolvTranslationBot
013fa85c1c
lang: Updated localization ( #2412 )
...
Translations update from [Weblate](https://weblate.werwolv.net ) for
[ImHex/Builtin](https://weblate.werwolv.net/projects/imhex/builtin/ ).
It also includes following components:
* [ImHex/Diffing](https://weblate.werwolv.net/projects/imhex/diffing/ )
* [ImHex/Yara
Rules](https://weblate.werwolv.net/projects/imhex/yara-rules/ )
*
[ImHex/Disassembler](https://weblate.werwolv.net/projects/imhex/disassembler/ )
* [ImHex/Fonts](https://weblate.werwolv.net/projects/imhex/fonts/ )
* [ImHex/Hashes](https://weblate.werwolv.net/projects/imhex/hashes/ )
* [ImHex/Remote](https://weblate.werwolv.net/projects/imhex/remote/ )
* [ImHex/Script
Loader](https://weblate.werwolv.net/projects/imhex/script-loader/ )
* [ImHex/UI](https://weblate.werwolv.net/projects/imhex/ui/ )
*
[ImHex/Visualizers](https://weblate.werwolv.net/projects/imhex/visualizers/ )
* [ImHex/Windows](https://weblate.werwolv.net/projects/imhex/windows/ )
Current translation status:

Co-authored-by: Weblate <noreply@weblate.org >
Co-authored-by: OctopuSSX <vladik0701@gmail.com >
2025-08-24 13:07:16 +02:00
WerWolv
fcda856198
fix: Font being scaled too large if main screen DPI is higher than secondary screen DPIs
...
#2419
2025-08-24 12:57:56 +02:00
WerWolv
d1a0f8ec97
impr: Use faster way of finding matching pattern files for loaded file
2025-08-24 10:54:27 +02:00
WerWolv
d02e147dc3
impr: Move most of the implementations of the pattern editor view to the cpp file
2025-08-24 10:34:07 +02:00