1
0
mirror of synced 2024-11-14 11:07:43 +01:00
Commit Graph

2031 Commits

Author SHA1 Message Date
WerWolv
8a01f3cc6b impr: Show hint if advanced data information section doesn't yield any result 2024-03-22 21:33:57 +01:00
WerWolv
2b1be7bc30 fix: Icons not being scaled correctly anymore 2024-03-22 17:53:34 +01:00
WerWolv
9df21c7952 fix: Missing include in notification toasts 2024-03-22 17:52:55 +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
33b091e9e6 fix: Decompress functions not extracting full data
Thanks a lot to tocklime
2024-03-22 17:47:25 +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
4d470385d8 fix: Right clicking reverse selected regions deselecting it 2024-03-22 17:45:02 +01:00
WerWolv
b0f010690c fix: Various issues with the virtual file system 2024-03-22 17:44:49 +01:00
WerWolv
360ae718b9 fix: Advanced data information not showing up correctly 2024-03-22 17:44:36 +01:00
WerWolv
6f45a7939a fix: Diffing option popup flickering when opening 2024-03-22 17:43:00 +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
0ce1a87cbf fix: Toasts not printing their message to the console correctly 2024-03-22 17:40:51 +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
iTrooz
1647fa9446 fix: fix ui plugin linking to pl when libimhex already does it (#1583) 2024-03-22 17:38:27 +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

![image](https://github.com/WerWolv/ImHex/assets/42669835/db796416-9cce-4aa5-ad60-c22f05b5fc73)
2024-03-02 15:57:30 +01:00
WerWolv
b448583105 build: Added precompiled headers 2024-02-29 22:17:57 +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
db11c4c791 fix: Crash when using CRC hashes 2024-02-27 22:39:28 +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
a135381b80 fix: Yara rules not being read correctly in data information section 2024-02-27 18:59:01 +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
265213bbac impr: Make hex editor minimap rows stay a fixed height 2024-02-27 18:56:53 +01:00
WerWolv
491e2dfe56 fix: Parent hover setting name being wrong 2024-02-25 14:38:26 +01:00
WerWolv
29c7b342eb impr: Make file chooser filter bar be focused by default 2024-02-25 14:34:09 +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
7434fdec6f impr: Move advanced analysis yara rules to the patterns repo 2024-02-25 11:32:05 +01:00
WerWolv
c4f3ea901a feat: Added more yara detection rules for languages, compilers and envs 2024-02-25 11:20:35 +01:00
WerWolv
58ad9f2ca8 impr: Small code layout improvements for diagrams 2024-02-25 11:20:04 +01:00
WerWolv
afede0ff9c fix: Yara rule matching not working properly with non-zero base addresses 2024-02-25 00:16:14 +01:00
WerWolv
d51b065723 fix: Yara information task not being interruptable 2024-02-25 00:09:06 +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