WerWolv
|
1fa27b7f09
|
build: Fix remaining wasm build issues
|
2025-02-08 10:50:04 +01:00 |
|
WerWolv
|
18cd39270a
|
fix: Very slow processing of large pattern console outputs
|
2025-02-07 22:19:15 +01:00 |
|
WerWolv
|
ed6da7fe14
|
fix: Writing not working correctly through a provider view
|
2025-02-07 15:45:38 +01:00 |
|
WerWolv
|
96afa650d1
|
fix: Properly trigger shortcuts on selected view on macOS
|
2025-02-06 22:13:06 +01:00 |
|
WerWolv
|
930d2b4280
|
fix: Some shortcuts not working correctly on macOS
|
2025-02-06 15:58:18 +01:00 |
|
WerWolv
|
0cd557a686
|
impr: Remove frame from selectable text regions
|
2025-02-06 14:00:32 +01:00 |
|
WerWolv
|
6142bf859b
|
fix: Missing new line
|
2025-02-06 13:27:48 +01:00 |
|
WerWolv
|
b6498b5c2d
|
fix: Build error when including file in ObjC code
|
2025-02-06 13:04:36 +01:00 |
|
WerWolv
|
cd2acd73b4
|
build: Fix libpl linking
|
2025-02-06 12:08:57 +01:00 |
|
WerWolv
|
cfe06ea1b6
|
build: Statically link libpl again everywhere
|
2025-02-06 12:03:20 +01:00 |
|
WerWolv
|
6252fd399a
|
fix: Loading/Storing of shortcut keys
|
2025-02-05 20:09:24 +01:00 |
|
WerWolv
|
de571e2c2a
|
build: Updated libwolv
|
2025-02-05 20:09:12 +01:00 |
|
WerWolv
|
0cbd052b91
|
build: Updated dependencies
|
2025-02-05 15:09:09 +01:00 |
|
WerWolv
|
aa3ec3ece8
|
build: Updated dependencies
|
2025-02-05 13:49:16 +01:00 |
|
WerWolv
|
6b11028b72
|
impr: Use proper function to get environment variables
|
2025-02-05 13:47:38 +01:00 |
|
WerWolv
|
269c3e7398
|
fix: Wrong keys being loaded from settings for shortcuts
|
2025-02-05 13:47:17 +01:00 |
|
WerWolv
|
08335041f5
|
fix: Crash on Linux uf XDG_SESSION_TYPE is not set
|
2025-02-05 09:40:13 +01:00 |
|
WerWolv
|
99a2dee7a2
|
build: Updated libromfs
|
2025-02-03 22:06:43 +01:00 |
|
WerWolv
|
c94265c77b
|
build: Only add magic library dir in regular build
|
2025-02-03 21:48:13 +01:00 |
|
WerWolv
|
7ddfba1b4c
|
build: Exclude more libraries from external plugin builds
|
2025-02-03 21:46:21 +01:00 |
|
WerWolv
|
9ecdd28eea
|
build: Don't link against libcurl in external plugin builds
|
2025-02-03 21:43:57 +01:00 |
|
WerWolv
|
d8b36242f6
|
build: Don't set EXPORT_SYMBOLS when doing an external plugin build
|
2025-02-03 21:33:41 +01:00 |
|
WerWolv
|
3f470aabe9
|
fix: Compile errors
|
2025-02-03 21:11:48 +01:00 |
|
WerWolv
|
1e8dd54b3e
|
build: Don't set -Wno-unused-result on MSVC
|
2025-02-03 20:51:47 +01:00 |
|
WerWolv
|
0a6681ccb7
|
impr: Remove dependencies on curl, mbedTLS and GLFW in the SDK
|
2025-02-03 20:50:11 +01:00 |
|
WerWolv
|
0140e24822
|
build: Fixed warning in miniaudio library
|
2025-02-03 16:05:40 +01:00 |
|
WerWolv
|
9fb38922ea
|
impr: Disable main menu items for views that aren't selected right now
|
2025-02-02 22:32:24 +01:00 |
|
WerWolv
|
cfa6b706a8
|
patterns: Updated pattern language
|
2025-02-02 20:32:06 +01:00 |
|
WerWolv
|
948cbe0a9c
|
build: Updated dependencies
|
2025-02-02 13:08:08 +01:00 |
|
WerWolv
|
18669f3230
|
build: Move back to upstream lunasvg
|
2025-02-02 12:14:32 +01:00 |
|
WerWolv
|
19f9296a40
|
feat: Added blocking tasks that show a full-screen modal when active
|
2025-02-02 11:24:28 +01:00 |
|
WerWolv
|
06c019387c
|
build: Fix most remaining warnings
|
2025-02-01 22:11:19 +01:00 |
|
WerWolv
|
645b43e9cc
|
fix: Various MSVC warnings
|
2025-02-01 20:54:00 +01:00 |
|
WerWolv
|
5084009d62
|
fix: Invalid iterator dereference when removing providers
|
2025-02-01 20:10:13 +01:00 |
|
WerWolv
|
e5c003d726
|
fix: Only use __declspec on with MSVC
|
2025-02-01 19:57:39 +01:00 |
|
WerWolv
|
327a02b87d
|
fix: Plugins not having a proper entry point on MSVC
|
2025-02-01 19:14:15 +01:00 |
|
WerWolv
|
483468a6c7
|
impr: Make WorkspaceManager internals static
|
2025-02-01 16:02:45 +01:00 |
|
WerWolv
|
8039ae1b90
|
build: Make ImHex fully compile with MSVC and Clang CL
This does NOT make ImHex work yet. However it can now be compiled
|
2025-02-01 15:13:13 +01:00 |
|
WerWolv
|
3f6b5203ca
|
fix: Further MSVC compile fixes
|
2025-01-31 23:48:38 +01:00 |
|
WerWolv
|
8d1352ddff
|
fix: Remaining compile errors
|
2025-01-31 20:23:47 +01:00 |
|
WerWolv
|
e6ab2c3b7e
|
impr: Various small fixes and improvements
|
2025-01-31 19:43:39 +01:00 |
|
WerWolv
|
e603c75bd3
|
build: Updated dependencies
|
2025-01-31 19:40:58 +01:00 |
|
WerWolv
|
2062a23347
|
patterns: Updated pattern language
|
2025-01-30 22:12:04 +01:00 |
|
WerWolv
|
8c9236a066
|
patterns: Updated pattern language
|
2025-01-30 21:31:14 +01:00 |
|
WerWolv
|
6725c170ea
|
build: Updated dependencies
|
2025-01-30 20:12:19 +01:00 |
|
WerWolv
|
803ebe34ed
|
build: Update for software defined 128 bit types
|
2025-01-29 21:37:41 +01:00 |
|
WerWolv
|
e981eff1e6
|
fix: Uninitialized buffers in resize operation
|
2025-01-29 18:39:19 +01:00 |
|
WerWolv
|
aee7a09b6c
|
feat: Added new --select, --pattern and --debug-mode subcommands
|
2025-01-29 18:32:54 +01:00 |
|
WerWolv
|
e74e4e92a0
|
build: Updated libwolv
|
2025-01-29 18:32:35 +01:00 |
|
WerWolv
|
141030344b
|
fix: Crash when certain pattern language exceptions were thrown
Fixes #2091
|
2025-01-28 23:23:08 +01:00 |
|