WerWolv
|
c922d9ceec
|
fix: Updater executable not being launched correctly when path had spaces in it
Fixes #1780
|
2024-07-09 07:12:25 +02:00 |
|
WerWolv
|
ad235fad25
|
impr: Further try to improve window resize flickering on Windows
|
2024-06-29 23:17:59 +02:00 |
|
WerWolv
|
dffb7e95e3
|
build: Bumped version to 1.35.3
|
2024-06-29 21:33:34 +02:00 |
|
WerWolv
|
916c1b7d4b
|
fix: ImHex hanging at startup in certain cases
|
2024-06-29 21:33:12 +02:00 |
|
WerWolv
|
2743b04f50
|
fix: Don't delete font atlas after passing it to ImGui
|
2024-06-29 21:33:07 +02:00 |
|
WerWolv
|
dbe8bfd75f
|
fix: Standard magic file not getting bundled into executable correctly
|
2024-06-29 19:43:40 +02:00 |
|
WerWolv
|
c6c599c75b
|
build: Bumped version to 1.35.2
|
2024-06-29 19:26:00 +02:00 |
|
WerWolv
|
c2b7b4a11e
|
fix: Default folders still not being created correctly on Linux
|
2024-06-29 19:25:20 +02:00 |
|
WerWolv
|
495255484e
|
build: Bumped version to 1.35.1
|
2024-06-29 18:50:10 +02:00 |
|
WerWolv
|
b92b0922d5
|
fix: Default folders not being created correctly anymore
|
2024-06-29 18:50:01 +02:00 |
|
WerWolv
|
ac1a28311c
|
build: Bumped version to 1.35.0
|
2024-06-29 11:27:24 +02:00 |
|
WerWolv
|
01d1938fea
|
git: Update macOS version requirement in readme
#1647
|
2024-06-29 10:34:41 +02:00 |
|
WerWolv
|
802694ec68
|
build: Silence macOS CI build warnings
|
2024-06-28 22:29:38 +02:00 |
|
WerWolv
|
2aef5e4eef
|
build: Lock install path in rpath behind an option
|
2024-06-28 22:21:10 +02:00 |
|
WerWolv
|
9a0a4d47dc
|
build: Disable source_date_epoch_from_changelog
|
2024-06-28 21:53:34 +02:00 |
|
WerWolv
|
96b7366d53
|
build: Try fixing fedora build spec again
|
2024-06-28 21:29:49 +02:00 |
|
WerWolv
|
90ac96298a
|
impr: Only re-render frame once during window resize or move operations
|
2024-06-28 21:27:35 +02:00 |
|
WerWolv
|
a6e5040e8f
|
fix: Build issues on Fedora due to missing Changelog value
|
2024-06-28 18:29:24 +02:00 |
|
WerWolv
|
19e5aafc85
|
fix: String truncating being completely borken
|
2024-06-28 18:29:10 +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
|
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
|
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
|
d9cecbbb5f
|
impr: Don't flash bang people when the ImHex main window appears
|
2024-06-27 17:11:28 +02:00 |
|
WerWolv
|
6e186e7d6a
|
impr: Clean up .NET script loader error messages
|
2024-06-27 17:11:28 +02:00 |
|
WerWolv
|
af3680649c
|
patterns: Updated pattern language
|
2024-06-27 17:10:48 +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
|
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
|
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
|
e132adad5d
|
impr: Add short delay before a hover tooltip appears
|
2024-06-26 20:38:06 +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
|
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 |
|