WerWolv
|
56e7c15064
|
impr: Refactor and modularize data information view
|
2024-02-21 00:06:52 +01:00 |
|
WerWolv
|
01c934f53a
|
impr: Rework setting change listeners
|
2024-02-18 11:29:18 +01:00 |
|
Nik
|
bcbcb1f23c
|
impr: Various web build improvements, API cleanup (#1541)
|
2024-02-10 23:31:05 +01:00 |
|
WerWolv
|
a03e8dd879
|
impr: Harden settings system to not crash ImHex when having outdated configs
Fixes #1514
|
2024-02-03 12:16:36 +01:00 |
|
WerWolv
|
069544eb93
|
feat: Added Minimap to Hex Editor
|
2024-01-28 15:28:55 +01:00 |
|
Nik
|
d005b5d2d9
|
feat: Allow toolbar icons to be modified (#1509)
|
2024-01-21 18:39:32 +01:00 |
|
Nik
|
a13b5bf8c0
|
feat: Implement Myers' diffing algorithm (#1508)
|
2024-01-21 18:39:13 +01:00 |
|
WerWolv
|
82a3017629
|
feat: Added always on top and fullscreen mode toggle
|
2024-01-15 20:52:08 +01:00 |
|
WerWolv
|
bfafc692db
|
impr: Added icons to all menu items
|
2024-01-08 21:51:48 +01:00 |
|
Nik
|
84bfd10416
|
build: Restructured entire custom plugin system (#1469)
|
2023-12-22 23:39:38 +01:00 |
|
WerWolv
|
c7ab4a4569
|
refactor: Get rid of this->m_
|
2023-12-19 13:10:25 +01:00 |
|
WerWolv
|
dd4be3b772
|
refactor: Make sure unlocalized strings are always actually unlocalized
|
2023-12-19 12:22:28 +01:00 |
|
WerWolv
|
91230ba438
|
feat: Added workspaces
|
2023-12-11 15:54:22 +01:00 |
|
WerWolv
|
09a148b8a5
|
impr: Add hint text about font size when no custom font is selected
|
2023-12-09 12:14:45 +01:00 |
|
Nik
|
095da62250
|
feat: Add Markdown Report export option (#1441)
|
2023-11-22 07:26:31 +00:00 |
|
WerWolv
|
909f4b7fe8
|
refactor: Rename and update localization system
|
2023-11-21 14:38:01 +01:00 |
|
WerWolv
|
1249eb3261
|
impr: Optimize includes in often used header files
|
2023-11-18 14:34:33 +01:00 |
|
WerWolv
|
33e20df511
|
impr: Make sidebars disableable and resizable
|
2023-11-14 15:55:25 +01:00 |
|
WerWolv
|
3aacf0f1fb
|
feat: Added Experiments
|
2023-11-10 14:48:26 +01:00 |
|
WerWolv
|
407ec1ceb6
|
build: Use custom jthread implementation if standard one is not available
|
2023-11-02 20:21:38 +01:00 |
|
WerWolv
|
9617212ef1
|
impr: Allow visualizers to have optional parameters
|
2023-10-31 10:56:20 +01:00 |
|
WerWolv
|
c3825fff65
|
fix: Actually fix dropdown default values
|
2023-10-22 17:51:00 +02:00 |
|
WerWolv
|
c51db87c34
|
fix: Language setting not defaulting to English anymore
|
2023-10-22 17:31:53 +02:00 |
|
Nik
|
7fe9a768d4
|
impr: Rewrote entire settings API and UI (#1378)
|
2023-10-21 21:07:33 +00:00 |
|
iTrooz
|
d15bd4771d
|
feat: Support for building ImHex for the web (#1328)
Co-authored-by: WerWolv <werwolv98@gmail.com>
Co-authored-by: AnnsAnn <git@annsann.eu>
|
2023-10-04 12:00:32 +02:00 |
|
WerWolv
|
86c4c8fa96
|
feat: Added new pattern inline visualizers
|
2023-07-04 22:18:06 +02:00 |
|
WerWolv
|
cb3b71e2f3
|
fix: Typo in content registry comment
|
2023-06-21 23:59:40 +02:00 |
|
WerWolv
|
da11c47693
|
impr: Better sorting of hex cell visualizers
|
2023-06-21 17:48:51 +02:00 |
|
WerWolv
|
34732a1ee7
|
fix: Corrected some memory leaks
|
2023-06-11 10:47:17 +02:00 |
|
WerWolv
|
903d1fb555
|
impr: Analyze file content of newly loaded files only when they are selected
|
2023-06-08 17:02:16 +02:00 |
|
WerWolv
|
ae48ae659b
|
impr: Move various settings from settings window to hex editor and pattern data view
|
2023-06-05 09:07:58 +02:00 |
|
WerWolv
|
c006062540
|
feat: Added basic network interface support
|
2023-05-15 11:30:24 +02:00 |
|
WerWolv
|
aaeebd3fe9
|
fix: Various pattern execution race conditions
|
2023-05-12 15:46:13 +02:00 |
|
WerWolv
|
0649e0dcd3
|
impr: Clean up old layout stuff
|
2023-05-11 23:21:52 +02:00 |
|
WerWolv
|
6c122e5fbe
|
patterns: Updated to new API
|
2023-04-18 10:06:47 +02:00 |
|
WerWolv
|
99a736df27
|
impr: Replace horrible pattern extra data class with a more modular system
|
2023-04-17 16:18:48 +02:00 |
|
WerWolv
|
21f38974a8
|
impr: Use smart pointers to allocate Views
|
2023-04-08 12:08:45 +02:00 |
|
WerWolv
|
57a62d0544
|
impr: Clean up entire API and added doc comments
|
2023-03-21 15:33:43 +01:00 |
|
WerWolv
|
a4dfaba03f
|
fix: All menu item shortcuts being global
|
2023-03-20 15:12:12 +01:00 |
|
WerWolv
|
6e23560e80
|
feat: Added all menu items to command palette
|
2023-03-20 14:11:43 +01:00 |
|
WerWolv
|
39e8d557e8
|
sys: Completely revamped main menu item system
|
2023-03-20 13:11:43 +01:00 |
|
WerWolv
|
1f8645fd43
|
fix: Occasional crash when multiple threads are reading data from a file provider
|
2023-03-17 11:43:50 +01:00 |
|
WerWolv
|
0017cd2e40
|
feat: Added binary hex cell visualizer
Closes #939
|
2023-02-18 22:20:02 +01:00 |
|
WerWolv
|
89a96c6d25
|
sys: Improve pattern visualizer API
|
2023-02-07 14:18:59 +01:00 |
|
WerWolv
|
8e759d9b5f
|
feat: Added basic 3D visualizer, moved visualizers to separate file
|
2023-01-20 21:16:28 +01:00 |
|
WerWolv
|
ef12798fe2
|
feat: Allow custom hashes to be saved to projects
|
2023-01-18 14:30:56 +01:00 |
|
WerWolv
|
3b94a42783
|
lang: Updated localization system to use a more versatile json format
|
2022-12-02 12:00:04 +01:00 |
|
WerWolv
|
1eb9858f62
|
sys: Moved libimhex-rust out of project
|
2022-10-21 14:55:01 +02:00 |
|
WerWolv
|
8b39c8f219
|
feat: Make all tool windows be detachable
|
2022-10-13 10:47:38 +02:00 |
|
Nik
|
9c484e7b57
|
fix: Various clang / clang-tidy warnings (#764)
|
2022-10-02 17:30:26 +02:00 |
|