1
0
mirror of synced 2025-02-02 04:17:56 +01:00

4722 Commits

Author SHA1 Message Date
WerWolv
3034d79373 build: Bumped version to 1.36.1 v1.36.1 2024-12-28 14:09:43 +01:00
WerWolv
e7daa586ba build: Switch to custom lunasvg repo to allow offline builds 2024-12-28 13:45:21 +01:00
WerWolv
3f4bdfdf61 fix: Exception being thrown when getting version parts from invalid version 2024-12-28 13:45:07 +01:00
WerWolv
ab5860dc9a impr: Display "ImHex" in title bar when null provider is open 2024-12-28 13:45:01 +01:00
WerWolv
53b2347358 impr: Allow command palette to be closed by clicking on the menu bar 2024-12-28 13:44:55 +01:00
WerWolv
a195179101 fix: Rendering issues with text editor in bookmark view 2024-12-28 13:44:48 +01:00
WerWolv
fdccc55805 fix: Ctrl sometimes getting stuck when pressing ALT GR and other keys at the same time
#2019
2024-12-28 13:44:42 +01:00
WerWolv
55dce338b2 impr: Better create hash popup size 2024-12-28 13:44:32 +01:00
WerWolv
03c217addb fix: Don't show library plugins in --plugins subcommand 2024-12-28 13:44:27 +01:00
WerWolv
a3a3f52b48 impr: Make interactive tutorials select windows when they're highlighted 2024-12-28 13:44:19 +01:00
WerWolv
477b284041 fix: Tutorial highlights not working anymore correctly 2024-12-28 13:44:12 +01:00
WerWolv
b52495bc33 build: Fix remaining build issues 2024-12-28 13:44:06 +01:00
WerWolv
46ed451712 fix: Warning on macOS about wrong format argument 2024-12-28 13:40:53 +01:00
WerWolv
963afdce96 fix: ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback -> ImGui_ImplGlfw_InstallEmscriptenCallbacks 2024-12-28 13:40:44 +01:00
WerWolv
3f18a9a536 fix: Wrong --reset-settings subcommand description 2024-12-28 13:40:36 +01:00
WerWolv
64b226e12d build: Updated more dependencies 2024-12-28 13:40:27 +01:00
WerWolv
b74dc3d8b9 build: Updated dependencies 2024-12-28 13:40:11 +01:00
WerWolv
9668a885e8 fix: Added migration routine to fix shortcuts 2024-12-26 14:03:00 +01:00
WerWolv
b7afbf4a74 feat: Added system to handle version migrations 2024-12-26 14:02:49 +01:00
paxcut
4784a82d51 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-26 14:02:43 +01:00
WerWolv
a1ff1af754 fix: Disable ImGui assert that causes random crashes on resize 2024-12-26 14:02:34 +01:00
WerWolv
5c6b20c0ec build: Updated ImGui glfw backend 2024-12-26 14:02:25 +01:00
WerWolv
79af360822 fix: Crashes when disassembling data
Fixes #2025
2024-12-25 18:25:26 +01:00
WerWolv
fb23708220 fix: Wrong localStorage key for achievements 2024-12-25 18:25:20 +01:00
WerWolv
93f6ab25e6 fix: Missing emscripten include 2024-12-25 18:25:16 +01:00
WerWolv
6faefed4f4 fix: Disable browser ctrl + S in web build 2024-12-25 18:25:10 +01:00
WerWolv
6a159be861 fix: Properly save achievements in web version 2024-12-25 18:25:00 +01:00
WerWolv
d7b43b54f9 fix: Saving files in web version not working correctly 2024-12-25 18:24:53 +01:00
WerWolv
1a92425995 impr: Force update all installed content store items after an update 2024-12-25 18:24:44 +01:00
WerWolv
347bdd9508 fix: Unused variable in wasm build 2024-12-25 18:24:31 +01:00
WerWolv
b80e8b63c9 fix: Certain shortcuts not being captured by ImHex Web 2024-12-25 18:24:23 +01:00
WerWolv
621d529682 fix: Shortcuts not working correctly in Web build 2024-12-25 18:23:54 +01:00
WerWolv
6005af1595 build: Bumped version to 1.36.0 v1.36.0 2024-12-24 13:43:04 +01:00
WerWolv
9a4329807a patterns: Updated pattern language 2024-12-24 13:07:26 +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
0af21505d7 git: Add retry mechanism for creating dmg on x86 mac 2024-12-24 00:00:22 +01:00
WerWolv
2ae69e8e72 feat: Allow command palette to work with previous results 2024-12-23 23:42:45 +01:00
WerWolv
9274fac8e1 build: Updated libwolv
Fixes #2007
2024-12-23 23:24:38 +01:00
WerWolv
e2f82c60e6 fix: Crash when using text editor as last item in a window 2024-12-23 23:17:19 +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
5f2c07f2d8 fix: Icon text inputs not being the same length as other items 2024-12-23 21:48:47 +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