WerWolv
|
91230ba438
|
feat: Added workspaces
|
2023-12-11 15:54:22 +01:00 |
|
WerWolv
|
7a4358a5ec
|
feat: Added automatic backups
|
2023-12-11 11:42:33 +01:00 |
|
WerWolv
|
ef7898ea8d
|
impr: Add support for specifying filtering mode when loading textures
|
2023-12-09 22:00:35 +01:00 |
|
WerWolv
|
878f45dd80
|
fix: Various build errors
|
2023-12-08 16:22:36 +01:00 |
|
WerWolv
|
0cbaf40747
|
build: Allow for better stacktraces on Linux
|
2023-12-08 14:00:32 +01:00 |
|
WerWolv
|
b4813660b5
|
refactor: Better interface for the event system
|
2023-12-08 10:29:44 +01:00 |
|
WerWolv
|
470bc8a049
|
fix: Adjust sidebar items to look better with new layout
|
2023-12-07 23:47:25 +01:00 |
|
WerWolv
|
f5cbcce112
|
impr: Add close button to toolbar
|
2023-12-07 11:53:16 +01:00 |
|
WerWolv
|
00a24bc84b
|
impr: Remove "ImHex" from title bar if a file is loaded
|
2023-12-07 11:19:08 +01:00 |
|
WerWolv
|
370ca740e3
|
feat: Allow layouts to be locked
|
2023-12-06 13:49:58 +01:00 |
|
WerWolv
|
0b71568d97
|
impr: Better UI handling when window is very small
|
2023-12-06 11:05:02 +01:00 |
|
WerWolv
|
37ac1b66dd
|
refactor: Task Manager related code
|
2023-12-06 11:04:35 +01:00 |
|
Nik
|
f9a9ed4846
|
impr: Vastly improved 3D Visualizer (#1456)
Based entirely on @paxcut's amazing PR #1443
---------
Co-authored-by: paxcut <paxcut@outlook.com>
Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>
|
2023-12-05 10:49:51 +01:00 |
|
WerWolv
|
19f3da556c
|
fix: Native theme detection on Linux not working properly
|
2023-12-04 23:35:48 +01:00 |
|
WerWolv
|
4fd3167bb3
|
feat: Added minimal layout
|
2023-12-02 14:35:44 +01:00 |
|
WerWolv
|
866cb5706d
|
feat: Added highlighting rules
|
2023-12-02 11:09:32 +01:00 |
|
WerWolv
|
2cf642a2a4
|
build: Updated libwolv
|
2023-12-01 14:07:10 +01:00 |
|
WerWolv
|
8ee234e5a6
|
impr: Optimize api includes
|
2023-11-30 11:23:12 +01:00 |
|
WerWolv
|
e370fdb0fc
|
build: Add support for unity builds
|
2023-11-30 10:22:15 +01:00 |
|
WerWolv
|
09904b77eb
|
feat: Add support for bold and italic fonts
|
2023-11-29 23:47:37 +01:00 |
|
WerWolv
|
4ddd293210
|
fix: Properly delete font atlas when we're done with it
|
2023-11-28 10:07:02 +01:00 |
|
WerWolv
|
813a95d283
|
fix: Various font loading issues
|
2023-11-28 09:49:38 +01:00 |
|
WerWolv
|
c02c27b63d
|
refactor: Moved over to more flexible font loader
|
2023-11-28 01:55:41 +01:00 |
|
WerWolv
|
f6d4d5ab22
|
refactor: More init sequence refactors
|
2023-11-28 00:47:03 +01:00 |
|
WerWolv
|
284f8534ab
|
refactor: Move the builtin plugin specific init tasks to the plugin
|
2023-11-28 00:19:42 +01:00 |
|
WerWolv
|
494223fff6
|
fix: Provider load interface not opening
|
2023-11-27 15:34:05 +01:00 |
|
WerWolv
|
3c36ef2c69
|
impr: Disable some more menu items when they're not useful
|
2023-11-24 20:57:37 +01:00 |
|
WerWolv
|
920c6f6507
|
impr: Remove old splash screen graphic
|
2023-11-24 20:01:23 +01:00 |
|
WerWolv
|
96a3a74e08
|
fix: New font settings not applying correctly
|
2023-11-24 20:01:02 +01:00 |
|
WerWolv
|
d34ad33c3c
|
feat: Added setting for font bold, italic and antialiasing
|
2023-11-24 11:29:05 +01:00 |
|
WerWolv
|
59b363d9b2
|
impr: Move custom font setting behind a enable checkbox
|
2023-11-23 23:15:42 +01:00 |
|
WerWolv
|
b619744093
|
fix: Command palette not appearing on Linux
|
2023-11-23 09:33:47 +01:00 |
|
WerWolv
|
de4ea4081a
|
fix: Popup positions when viewports are disabled
|
2023-11-23 09:19:51 +01:00 |
|
paxcut
|
ae24ccdfe6
|
fix: Writing X coord of window position to settings (#1442)
The entry is "hex.builtin.setting.interface.window." but I think it
should be "hex.builtin.setting.interface.window.x"
|
2023-11-22 12:47:28 +01:00 |
|
Nik
|
095da62250
|
feat: Add Markdown Report export option (#1441)
|
2023-11-22 07:26:31 +00:00 |
|
WerWolv
|
909f4b7fe8
|
refactor: Rename and update localization system
|
2023-11-21 14:38:01 +01:00 |
|
WerWolv
|
c89a870fe9
|
refactor: Streamline entire view system
|
2023-11-21 13:47:50 +01:00 |
|
WerWolv
|
fc23efdb25
|
impr: Move OpenGL loaders into header to avoid issues in the future
|
2023-11-20 23:58:49 +01:00 |
|
WerWolv
|
ee681b5053
|
fix: Opening files with non-ASCII paths through the command line
Fixes #1380, Fixes #1435
Thanks a lot to @kyle-sylvestre
|
2023-11-19 12:24:31 +01:00 |
|
WerWolv
|
37f9f5619c
|
impr: Respect keyboard layouts for shortcuts again
|
2023-11-18 15:18:33 +01:00 |
|
WerWolv
|
14f728ab76
|
refactor: Give API files more consistent names
|
2023-11-18 14:50:43 +01:00 |
|
WerWolv
|
1249eb3261
|
impr: Optimize includes in often used header files
|
2023-11-18 14:34:33 +01:00 |
|
WerWolv
|
2d45dce075
|
fix: Shortcuts not working correctly with non-western keyboards
|
2023-11-17 20:27:42 +01:00 |
|
WerWolv
|
cec925bcdc
|
feat: Add shortcut editor to settings
|
2023-11-17 14:46:21 +01:00 |
|
iTrooz
|
39252dfe48
|
refactor: Move custom ImGui functions to ImGuiExt namespace (#1427)
Co-authored-by: Nik <werwolv98@gmail.com>
|
2023-11-16 22:24:06 +01:00 |
|
WerWolv
|
75df797b41
|
impr: Unlock framerate for the first few seconds to load UI quickly
|
2023-11-16 21:14:55 +01:00 |
|
WerWolv
|
22eee94436
|
impr: Better UI for the Welcome screen
|
2023-11-16 09:32:24 +01:00 |
|
WerWolv
|
1f109ff59b
|
fix: Auto disabling of "Load all unicode glyph" setting on error not working
|
2023-11-14 21:13:51 +01:00 |
|
WerWolv
|
10217b5530
|
fix: "Load all unicode glyphs" setting not working
|
2023-11-14 21:12:09 +01:00 |
|
WerWolv
|
5e523f4cd8
|
impr: Hide sidebar if all items are disabled
|
2023-11-14 16:09:26 +01:00 |
|