WerWolv
33aa2248d2
fix: Theme color alpha not being applied correctly to accented colors
2025-05-11 11:05:53 +02:00
WerWolv
b78a234fe1
impr: Make accent colors work more naturally
2025-05-10 18:23:29 +02:00
WerWolv
8081dff6b6
build: Updated libfmt ( #2234 )
2025-05-09 19:00:04 +02:00
WerWolv
d2caa1859d
fix: LayoutManager build issues
2025-04-09 07:26:45 +02:00
PietHelzel
f6c25b30ae
fix: Saving layout now picks the first path in the list ( #2208 )
...
<!--
Please provide as much information as possible about what your PR aims
to do.
PRs with no description will most likely be closed until more
information is provided.
If you're planing on changing fundamental behaviour or add big new
features, please open a GitHub Issue first before starting to work on
it.
If it's not something big and you still want to contact us about it,
feel free to do so !
-->
### Problem description
Saving a layout using the "Workspace -> Layout -> Save Layout ..."
button saved to the last writable path in the list that can be found in
the "Help -> About" menu. Instead, it should write to the first working
path encountered.
### Implementation description
Getting all of the writable paths, then picking the first one.
### Screenshots
<!-- If your change is visual, take a screenshot showing it. Ideally,
make before/after sceenshots -->
### Additional things
<!-- Anything else you would like to say -->
2025-04-08 21:47:20 +02:00
WerWolv
96afccc46c
fix: Workspaces not being updated correctly
2025-04-03 23:55:35 +02:00
WerWolv
4e582d02f5
fix: More issues with OpenGL texture deallocation
2025-02-27 21:44:42 +01:00
WerWolv
f3a9ca6d6f
fix: Only try to delete textures if OpenGL is still available
2025-02-26 16:03:37 +01:00
WerWolv
f96fa596b3
fix: Debug assertion
2025-02-24 19:52:41 +01:00
WerWolv
ccaf1e33c0
build: Make this modules stuff actually mostly work on Clang
2025-02-18 00:39:53 +01:00
WerWolv
efa50a8c39
fix: Revert accent color changes
2025-02-16 22:52:54 +01:00
WerWolv
983be04722
impr: Allow accent colors to have darker colors
2025-02-16 21:24:23 +01:00
WerWolv
e484587778
fix: Don't parse version string on every call
2025-02-16 20:08:10 +01:00
WerWolv
bf10d333cd
fix: Default scale of Web version on macOS
2025-02-16 16:35:37 +01:00
WerWolv
879e4c9d58
build: Move menu items handler into libimhex
2025-02-16 15:48:44 +01:00
WerWolv
67340e1526
impr: Make sure to only ever load plugins once
2025-02-16 15:14:23 +01:00
WerWolv
f6e3ede178
impr: Make hyperlink icons gray
2025-02-16 14:30:06 +01:00
WerWolv
870aeb34fc
feat: Added a title bar backdrop color gradient
2025-02-16 11:33:41 +01:00
WerWolv
54f3bc0262
impr: Use heuristic to determine backing scale factor on the web
2025-02-15 22:30:06 +01:00
WerWolv
e232a2b33d
fix: Web build rendering
2025-02-15 22:23:49 +01:00
WerWolv
73a3b217a4
fix: Scaling on the web version
2025-02-15 21:26:03 +01:00
WerWolv
8b2184f8e3
updater: Fixed updater not working properly on macOS
2025-02-15 17:50:29 +01:00
WerWolv
419787e17c
impr: Make auto updater work better on Windows
2025-02-15 16:46:36 +01:00
WerWolv
83e0ce0042
fix: Corporate environment detection not working correctly
2025-02-15 11:09:20 +01:00
WerWolv
b3d208e6e6
impr: Allow sidebar to be only resized from the right
2025-02-10 21:42:12 +01:00
WerWolv
e1580e51cf
build: Make ImHex fully compile with warnings enabled in MSVC
2025-02-10 09:42:35 +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
b6498b5c2d
fix: Build error when including file in ObjC code
2025-02-06 13:04:36 +01:00
WerWolv
6252fd399a
fix: Loading/Storing of shortcut keys
2025-02-05 20:09:24 +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
3f470aabe9
fix: Compile errors
2025-02-03 21:11:48 +01:00
WerWolv
0a6681ccb7
impr: Remove dependencies on curl, mbedTLS and GLFW in the SDK
2025-02-03 20:50:11 +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
5084009d62
fix: Invalid iterator dereference when removing providers
2025-02-01 20:10:13 +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
e6ab2c3b7e
impr: Various small fixes and improvements
2025-01-31 19:43:39 +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
53fc018ada
fix: --pl subcommand not working correctly anymore
2025-01-28 19:47:20 +01:00
WerWolv
19a9786bbf
impr: Make ImHex cli work more like other tools
2025-01-28 18:41:29 +01:00
WerWolv
24e7c2f3db
fix: Make sure all textures are destroyed before glfw gets uninitialized
2025-01-27 22:10:30 +01:00
WerWolv
098da20761
fix: Delete splash textures before destroying splash screen
2025-01-27 19:08:01 +01:00
WerWolv
ef2373e8c0
feat: Implement messaging support for Linux
2025-01-27 19:07:22 +01:00
Nik
bb594a459f
feat: Implemented macOS messaging support ( #2088 )
2025-01-26 18:50:19 +01:00
WerWolv
93e5d62782
fix: Web build scaling
2025-01-25 20:12:21 +01:00