WerWolv
|
9f2f01c17d
|
fix: Modification highlighting not working correctly when provider data was moved
|
2024-02-15 22:09:37 +01:00 |
|
WerWolv
|
12ba05385b
|
fix: Saving not removing red highlighting
|
2024-02-15 21:54:41 +01:00 |
|
WerWolv
|
2f88994c37
|
fix: Data inspector not updating correctly when data has changed
Fixes #1545
|
2024-02-15 13:01:34 +01:00 |
|
WerWolv
|
2fd81c7ffd
|
impr: Better UI for the main about screen page
|
2024-02-11 00:35:10 +01:00 |
|
Nik
|
bcbcb1f23c
|
impr: Various web build improvements, API cleanup (#1541)
|
2024-02-10 23:31:05 +01:00 |
|
Nik
|
5e5714baeb
|
patterns: Merged in new pattern language refactor (#1533)
|
2024-02-04 14:03:42 +01:00 |
|
WerWolv
|
7709f4e307
|
feat: Allow setting language through the command line
|
2024-02-01 10:58:45 +01:00 |
|
Nik
|
339541a56f
|
impr: Restructure various components much better (#1520)
|
2024-01-28 22:14:59 +01:00 |
|
paxcut
|
1957d6f432
|
feat: Added find-replace to pattern editor (#1465)
|
2024-01-27 14:52:20 +01:00 |
|
PerikiyoXD
|
11f75f72ee
|
feat: Add search options for string encoding and endianness (#1490)
Added search options for string encoding (UTF-8, UTF-16, UTF-32) and
endianness (Little, Big) in the hex editor. This enhancement allows
users to customize the search process based on different string
encodings and byte orders.
Affected files:
- `plugins/builtin/romfs/lang/de_DE.json`
- `plugins/builtin/romfs/lang/en_US.json`
- `plugins/builtin/romfs/lang/es_ES.json`
- `plugins/builtin/romfs/lang/it_IT.json`
- `plugins/builtin/romfs/lang/ja_JP.json`
- `plugins/builtin/romfs/lang/ko_KR.json`
- `plugins/builtin/romfs/lang/pt_BR.json`
- `plugins/builtin/romfs/lang/zh_CN.json`
- `plugins/builtin/romfs/lang/zh_TW.json`
- `plugins/builtin/source/content/views/view_hex_editor.cpp`
Resolves: #1325
---------
Co-authored-by: Nik <werwolv98@gmail.com>
|
2024-01-27 14:13:41 +01:00 |
|
WerWolv
|
919110b024
|
impr: Make data information view have per-provider state
|
2024-01-25 22:49:56 +01:00 |
|
WerWolv
|
9c25a1609e
|
feat: Add more magic information to the information view
|
2024-01-25 22:49:22 +01:00 |
|
Nik
|
58603ed12a
|
impr: Better experience when first starting ImHex (#1510)
|
2024-01-21 18:39:51 +01:00 |
|
Nik
|
a13b5bf8c0
|
feat: Implement Myers' diffing algorithm (#1508)
|
2024-01-21 18:39:13 +01:00 |
|
WerWolv
|
0d0dd7d57c
|
fix: Make syncing pattern code not erase pattern code as often
|
2024-01-11 21:56:54 +01:00 |
|
WerWolv
|
72f4331703
|
feat: Added virtual files to the pattern language
|
2024-01-11 20:11:22 +01:00 |
|
WerWolv
|
58441634d6
|
fix: Provider information in information view always showing info from current provider
|
2024-01-09 16:48:49 +01:00 |
|
WerWolv
|
3a068b9719
|
impr: Use ImGui's built-in drag n drop support for bookmarks
|
2024-01-08 10:56:53 +01:00 |
|
WerWolv
|
24e90f0f20
|
feat: Added simple HTTP request tool
|
2024-01-04 00:38:21 +01:00 |
|
WerWolv
|
ed8934882e
|
impr: Make sure detached windows always have an appropriate size
|
2024-01-03 18:26:25 +01:00 |
|
WerWolv
|
8cb833eca9
|
impr: Improve Documentation AI UX
|
2023-12-31 13:53:44 +01:00 |
|
WerWolv
|
2f7da91a73
|
fix: Remove unused update parameter
|
2023-12-28 21:51:31 +01:00 |
|
WerWolv
|
74b5c93caf
|
impr: Code style improvements
|
2023-12-27 16:33:49 +01:00 |
|
WerWolv
|
83fa024fab
|
feat: Added Base64 provider
|
2023-12-26 23:42:22 +01:00 |
|
WerWolv
|
65e2f1b5af
|
fix: Synchronized scrolling not working correctly
|
2023-12-24 00:06:16 +01:00 |
|
WerWolv
|
fe24db7c57
|
feat: Move hashes into plugin, merged in extra hashes plugin
|
2023-12-23 22:01:47 +01:00 |
|
Nik
|
61bfe10bc2
|
refactor: Rework features that use external libraries into optional plugins (#1470)
|
2023-12-23 21:09:41 +01:00 |
|
Nik
|
84bfd10416
|
build: Restructured entire custom plugin system (#1469)
|
2023-12-22 23:39:38 +01:00 |
|
WerWolv
|
538e79183c
|
fix: Build because i64 is not the same as ImS64 somehow
|
2023-12-22 21:34:11 +01:00 |
|
WerWolv
|
b934ca6ad3
|
impr: Allow a entire 64 bit address space to be displayed in the hex editor
|
2023-12-22 16:58:50 +01:00 |
|
Justus Garbe
|
ad8e3e38f0
|
Revert pattern language until it's stable again (#1468)
- Revert pattern language
|
2023-12-21 22:01:07 +01:00 |
|
WerWolv
|
5bc8e5c57c
|
impr: Only display background color of patterns that have a color
|
2023-12-21 16:40:08 +01:00 |
|
WerWolv
|
5b3ae56912
|
patterns: Update all pattern language code to use new API
|
2023-12-20 10:08:40 +01:00 |
|
WerWolv
|
2b5789631f
|
feat: Added basic toast popups
|
2023-12-19 23:21:20 +01:00 |
|
WerWolv
|
96db2074c6
|
feat: Add ignore case and UTF16 search options to sequence searching
|
2023-12-19 14:34:35 +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
|
edc4b18975
|
impr: Add plugin table to about page
|
2023-12-18 11:21:33 +01:00 |
|
WerWolv
|
7a0680c2cb
|
impr: Add warning to disk provider if ImHex is not running elevated
|
2023-12-17 23:16:55 +01:00 |
|
WerWolv
|
f2a795c51e
|
fix: Provider loader interface being closable and not resizing correctly
|
2023-12-17 23:15:52 +01:00 |
|
WerWolv
|
a315ecb831
|
fix: Flickering of selection frame in hex editor view when scrolling
|
2023-12-17 18:26:36 +01:00 |
|
WerWolv
|
b5df20d7c6
|
feat: Exposed demangling of symbols to CLI
|
2023-12-15 08:11:51 +01:00 |
|
WerWolv
|
f000b6bc0a
|
feat: Added basic introduction tutorial
|
2023-12-13 23:03:39 +01:00 |
|
WerWolv
|
346f1362c6
|
impr: Allow more popups to be closed with Escape
|
2023-12-13 15:08:27 +01:00 |
|
WerWolv
|
92043a3d23
|
feat: Added tutorials view
|
2023-12-13 13:04:59 +01:00 |
|
WerWolv
|
1a8a9e53e1
|
impr: More information view UI improvements
|
2023-12-12 13:20:51 +01:00 |
|
WerWolv
|
e080164305
|
fix: Restart imhex popup not working correctly
|
2023-12-11 23:05:47 +01:00 |
|
WerWolv
|
1ba34c233e
|
fix: Various scaling issues
|
2023-12-10 22:37:26 +01:00 |
|
WerWolv
|
878f45dd80
|
fix: Various build errors
|
2023-12-08 16:22:36 +01:00 |
|
WerWolv
|
b4813660b5
|
refactor: Better interface for the event system
|
2023-12-08 10:29:44 +01:00 |
|