WerWolv
2b1be7bc30
fix: Icons not being scaled correctly anymore
2024-03-22 17:53:34 +01:00
Nobutaka Mantani
70b9ceba72
build: Added support patches for FreeBSD ( #1584 )
...
This pull request fixes build on FreeBSD. The changes are conditioned
with `#if defined(__FreeBSD__)` preprocessor macro and they should not
affect build for other operating systems.
---------
Co-authored-by: Nik <werwolv98@gmail.com >
Co-authored-by: iTrooz <hey@itrooz.fr >
2024-03-22 17:52:38 +01:00
WerWolv
27f3c634ba
impr: Load unifont at correct size
...
Fixes #1604
2024-03-22 17:50:45 +01:00
WerWolv
976caf53ae
fix: Prevent view providers from pointing to themselves and being saved as recent provider
...
#1607
2024-03-22 17:47:14 +01:00
WerWolv
c2bb6e37b1
fix: Crash when trying to open unopenable file
2024-03-22 17:46:50 +01:00
WerWolv
db2ad0951f
fix: File open achievement not triggering when dropping a file onto ImHex
2024-03-22 17:46:13 +01:00
WerWolv
7dfcbb15a4
fix: Infinite loop when exporting selection to file
2024-03-22 17:45:11 +01:00
WerWolv
b0f010690c
fix: Various issues with the virtual file system
2024-03-22 17:44:49 +01:00
WerWolv
e27a4df8b0
fix: Base address issues with the data inspector and copy as array option
...
Fixes #1595
2024-03-22 17:42:17 +01:00
WerWolv
84cd3f989b
fix: Denying server contact leaving crash upload option enabled
...
Fixes #1594
2024-03-22 17:41:35 +01:00
WerWolv
6a158f99d7
fix: Highlighting not updating correctly when changing bookmark region
...
Fixes #1591
2024-03-22 17:40:06 +01:00
WerWolv
77f46317f0
fix: Update all task progress not increasing correctly
2024-03-22 17:39:56 +01:00
WerWolv
4c98f6bca6
fix: View provider not saving top-level data to project file
2024-03-22 17:39:41 +01:00
WerWolv
77bc45ca17
fix: View provider not correctly saving its state to a project file
2024-03-22 17:39:17 +01:00
WerWolv
af10317bae
impr: Added testers to About screen
2024-03-02 15:59:38 +01:00
WerWolv
6cf2990808
fix: Race condition when downloading multiple elements from the content store
2024-03-02 15:58:53 +01:00
WerWolv
6cb0d4d7d8
fix: MIME based auto loading not working correctly
2024-03-02 15:58:45 +01:00
WerWolv
4b64e044f7
fix: Compile error
2024-03-02 15:57:51 +01:00
WerWolv
4a118b94cc
impr: Better recovery from exceptions thrown in main thread ( #1577 )
...
This PR improves many things which can be seen by the commit name, but
the most important thing is the addition of a popup telling the user
when an exception is thrown

2024-03-02 15:57:30 +01:00
WerWolv
d1de10c606
fix: Pressing buttons while window is unfocused not working
2024-02-29 22:17:22 +01:00
WerWolv
9ce3a9e612
fix: Inserting bytes and resizing files not working correctly
2024-02-29 22:17:15 +01:00
WerWolv
99eaca4d09
fix: MIME-based pattern loading not working correctly
...
Fixes #1574
2024-02-29 22:17:03 +01:00
WerWolv
87c254a437
fix: Read-only file toast showing up for all providers
2024-02-27 20:20:56 +01:00
WerWolv
63a4d65d96
fix: Import menu being disabled with read-only providers
...
Fixes #1573
2024-02-27 19:42:03 +01:00
WerWolv
c424e71f7e
impr: Add better error handling when loading projects
2024-02-27 18:58:50 +01:00
WerWolv
976baec753
fix: Opening project files through the command line opening them as regular files
2024-02-27 18:58:31 +01:00
WerWolv
491e2dfe56
fix: Parent hover setting name being wrong
2024-02-25 14:38:26 +01:00
WerWolv
ea601a7d03
feat: Added option to highlight pattern parents in the hex editor when hovering
2024-02-25 14:30:56 +01:00
WerWolv
4f72c60eb0
fix: Text editors highlighting doc comments when they shouldn't
2024-02-25 12:35:01 +01:00
WerWolv
58ad9f2ca8
impr: Small code layout improvements for diagrams
2024-02-25 11:20:04 +01:00
WerWolv
859574c014
impr: .0f -> .0F
2024-02-24 23:34:29 +01:00
WerWolv
0505b123a0
impr: Remove weird spinner from data information view
2024-02-24 23:34:18 +01:00
WerWolv
00b3d7809c
fix: Various issues with the digram and layered distribution diagrams
2024-02-24 23:23:53 +01:00
Nik
ec69849749
feat: Added font picker to the settings ( #1570 )
2024-02-24 22:46:52 +01:00
WerWolv
ca0b6f2c6d
fix: Digram sample size being too low and filter options inverted
2024-02-24 19:04:58 +01:00
WerWolv
5182a61fcc
fix: Interacting with popups that extend past the edge of the window
2024-02-24 18:59:01 +01:00
WerWolv
2f7b949bd1
impr: Split out digram and layered distribution in their own section
2024-02-24 18:54:35 +01:00
WerWolv
4100e48fe2
impr: Render digram and layered distribution to texture to improve frame rate
2024-02-24 18:07:20 +01:00
WerWolv
132b211796
impr: Add interactive tutorials button to the welcome screen
2024-02-24 16:10:05 +01:00
WerWolv
9d02379583
impr: Don't allow opening the same file twice
...
Fixes #1569
2024-02-24 12:06:06 +01:00
WerWolv
2049852a80
impr: More consistent naming for information sections
2024-02-24 10:06:56 +01:00
WerWolv
cdde0dedc8
impr: Make crash restore popup not show up if there's nothing to restore
2024-02-24 00:37:17 +01:00
WerWolv
6b14facd29
impr: Cleanup task progress handling
2024-02-23 22:09:57 +01:00
WerWolv
e7df0d201f
fix: Byte type distribution and entropy slider not updating
2024-02-23 18:44:41 +01:00
WerWolv
d19d62b1fc
impr: Remember find popup input per provider
...
Closes #1567
2024-02-23 18:31:58 +01:00
WerWolv
1f9d0181c9
impr: Allow opening multiple files at once
...
Closes #1566
2024-02-23 18:03:37 +01:00
WerWolv
4d91e7f347
impr: Handle read-only files more gracefully
2024-02-23 17:59:37 +01:00
WerWolv
daf74347a3
fix: Try to make menu bar always appear
2024-02-23 17:48:56 +01:00
WerWolv
61fd327aa1
fix: Focus restoring not working correctly
2024-02-23 17:48:37 +01:00
WerWolv
daf007fae7
fix: Added missing translations
2024-02-22 21:31:26 +01:00