WerWolv
89111059f9
feat: Added setting to disable hex editor highlights entirely
2024-12-30 23:24:59 +01:00
WerWolv
0ae823716a
feat: Added a preview to the Edit -> Copy as options
...
Closes #2026
2024-12-30 23:16:11 +01:00
WerWolv
dab3f722e8
feat: Added "Jump to address" option to data inspector row context menu
2024-12-30 22:32:06 +01:00
WerWolv
0dc1af0747
feat: Added option to change radix of numbers in hex editor view
2024-12-30 21:00:43 +01:00
WerWolv
021206e052
impr: Added icons to pattern editor context menu
2024-12-30 12:18:55 +01:00
WerWolv
cb09cf3734
feat: Added context menu and next/previous buttons to the data inspector
2024-12-30 12:07:21 +01:00
WerWolv
5f5f6ac539
feat: Added option to move selection back to hex editor footer
...
Closes #2024
2024-12-29 21:08:08 +01:00
WerWolv
3024c79f4f
impr: Allow the favorite column in the pattern data view to be hidden
2024-12-29 20:38:51 +01:00
WerWolv
ba96d86dc2
impr: Properly align favorite icons inside of the buttons in the pattern drawer
2024-12-29 20:38:25 +01:00
WerWolv
1298f2b688
impr: Refactor previous commits to work with other environments too
2024-12-28 21:37:45 +01:00
WerWolv
c8e95cf3c3
impr: Keep default font at whole-integer sizes
2024-12-28 20:46:26 +01:00
WerWolv
c4918a963c
fix: Default font not being scaled on macOS
2024-12-28 20:45:12 +01:00
WerWolv
bf6f738d2e
impr: Make text look super pretty on macOS finally
2024-12-28 20:42:05 +01:00
WerWolv
50eea0a4f1
impr: Replace Firacode with JetbrainsMono font
2024-12-28 12:43:34 +01:00
WerWolv
0297c267e9
impr: Display "ImHex" in title bar when null provider is open
2024-12-27 23:56:14 +01:00
WerWolv
5110a7578e
fix: Rendering issues with text editor in bookmark view
2024-12-27 23:36:21 +01:00
WerWolv
efa2b781dd
impr: Better create hash popup size
2024-12-27 23:14:39 +01:00
WerWolv
979f151181
fix: Don't show library plugins in --plugins subcommand
2024-12-27 20:06:17 +01:00
WerWolv
084c17dc26
fix: Missing endian setting in ARM64 disassembler
2024-12-26 22:39:57 +01:00
WerWolv
aefc173227
fix: Wrong --reset-settings subcommand description
2024-12-26 20:05:07 +01:00
WerWolv
bf44a1cce6
feat: Added initial support for custom disassemblers
2024-12-26 20:04:45 +01:00
WerWolv
a76c6c653d
impr: Refactor disassembler system to make it more modular
2024-12-26 18:41:34 +01:00
WerWolv
58d66e3e97
fix: Added migration routine to fix shortcuts
2024-12-26 14:01:54 +01:00
WerWolv
43c88a2fab
feat: Added system to handle version migrations
2024-12-26 14:01:46 +01:00
paxcut
9ce64ec6e1
fix: Pattern Editor console scroll jumping. ( #2029 )
...
Some issues related to the padding added to scroll past the end for
console that has padding added.
Added a shortcut to scroll editors one pixel at a time.
Fixed whole lines always drawn at the top even if scroll value is chosen
so that only a portion of the top line is visible. This caused errors in
horizontal scrolling.
Fixed Ctrl-F Ctrl-G and Ctrl-H messing the editor display.
Fixed the end of the line could not be clicked with mouse
Fixed line numbers and their lines could be displayed at different
heights.
Made numbers that represented lines floats instead of integers to allow
partial line display.
2024-12-25 18:51:58 +01:00
WerWolv
0be539b8a5
feat: Added option to copy data as escaped string
...
#2026
2024-12-25 16:45:34 +01:00
WerWolv
0454a369e5
fix: Crashes when disassembling data
...
Fixes #2025
2024-12-25 16:36:53 +01:00
WerWolv
248acd5e26
fix: Properly save achievements in web version
2024-12-25 16:17:33 +01:00
WerWolv
9c1a673047
impr: Force update all installed content store items after an update
2024-12-25 14:29:41 +01:00
WerWolv
8e01da4c12
lang: Fixed settings language string in hashes view
2024-12-24 13:06:38 +01:00
WerWolv
eb8ea520c7
build: Make ImGui use old CRC algorithm
2024-12-24 11:09:45 +01:00
WerWolv
512fcd361b
impr: Modernize the disassembler, hashes and yara view
2024-12-24 10:57:09 +01:00
WerWolv
aad6f6bcbe
build: Updated ImGui to v1.91.6
2024-12-24 00:37:04 +01:00
WerWolv
2ae69e8e72
feat: Allow command palette to work with previous results
2024-12-23 23:42:45 +01:00
WerWolv
bfddf24204
impr: Added hints to various input fields
2024-12-23 23:16:55 +01:00
WerWolv
382599dcf6
fix: Better icon text input width calculation
2024-12-23 23:16:35 +01:00
WerWolv
914024c0b5
impr: Added note about adding new data inspector row
2024-12-23 21:47:16 +01:00
WerWolv
c5d3387962
impr: Replaced centered text notes with overlays
2024-12-23 21:30:31 +01:00
WerWolv
7cc99c6fc9
impr: Added better notes to the settings tabs in the pattern editor view
2024-12-23 21:26:22 +01:00
WerWolv
a29b502a33
impr: Made pattern editor resize separator taller
2024-12-23 20:15:50 +01:00
paxcut
20cb74364f
fix: Jumpy text editor scrolling ( #2023 )
...
Two major improvements:
1) see through scrollbars when not hovered.
2) un-scrollable line numbers.
Also enlarged display region by eliminating padding. There is still a
problem with lines jumping when the scrollbar is dragged but it is
limited to one line and probably due to floating point error for scroll
bar number. It is much less noticeable than the previous jumping which
could involve several pages.
---------
Co-authored-by: WerWolv <werwolv98@gmail.com>
2024-12-23 20:14:42 +01:00
WerWolv
1c5a50c8d8
impr: Added better file open error messages to the file provider
2024-12-23 14:07:35 +01:00
WerWolv
810cd40ccd
impr: Replace strerror with C++ functions
2024-12-23 01:42:06 +01:00
WerWolv
f931beb49a
impr: Make inserting bytes at the start of the file with insert mode work better
2024-12-23 01:33:52 +01:00
WerWolv
1c3dfc9b2f
fix: ID collision in Jump To menu
2024-12-23 01:00:58 +01:00
WerWolv
a1d4545e29
fix: Don't allow negative regions in region widgets
2024-12-23 01:00:41 +01:00
WerWolv
8865db2007
lang: Added missing memory file rename key
2024-12-23 01:00:13 +01:00
WerWolv
d2056d9409
fix: Crash on exit
2024-12-23 00:59:55 +01:00
WerWolv
5fcb737559
fix: Only update widgets of settings that were changed
...
Fixed crashing on exit and speeds up settings writes
2024-12-20 21:23:19 +01:00
WerWolv
9ca40d3651
build: Added ImPlot3D
2024-12-17 23:51:45 +01:00