ImHex/lib/libimhex/source/helpers
iTrooz 49bbe7dc77
build: remove IMHEX_PLUGINS_IN_SHARE option + only allow AppImage to load plugins from inside itself
Rationale: The `IMHEX_PLUGINS_IN_SHARE` is a hack to prevent the appimage from loading plugin from system imhex installation, like /usr/lib/imhex/

In reality, I do not think people compile plugins specifically for the AppImage (plugins must be compiled for the specific imhex & compiler version the imhex binary is used), and this lets us remove the hack
2025-12-14 18:29:00 +01:00
..
binary_pattern.cpp fix: Build issues on clang 2025-12-03 19:51:35 +01:00
crypto.cpp build: Add preliminary build support for mbedTLS 4 2025-12-05 20:20:11 +01:00
debugging.cpp feat: Added option to enable debug features in release builds 2025-01-25 15:38:57 +01:00
default_paths.cpp build: remove IMHEX_PLUGINS_IN_SHARE option + only allow AppImage to load plugins from inside itself 2025-12-14 18:29:00 +01:00
encoding_file.cpp feat: Added Hex Editor "Decode as Encoding" option 2025-08-28 23:22:26 +02:00
fs.cpp build: Refactor ImHexAPI into multiple separate files 2025-08-14 20:16:40 +02:00
http_requests.cpp impr: Remove hex::format, improve format and logging type safety 2025-08-06 20:02:23 +02:00
http_requests_emscripten.cpp impr: Remove dependencies on curl, mbedTLS and GLFW in the SDK 2025-02-03 20:50:11 +01:00
http_requests_native.cpp impr: Remove hex::format, improve format and logging type safety 2025-08-06 20:02:23 +02:00
imgui_hooks.cpp tests: Integrated ImGui Test Engine 2025-05-29 23:44:49 +02:00
keys.cpp fix: Build error when including file in ObjC code 2025-02-06 13:04:36 +01:00
logger.cpp impr: Significantly reduce memory usage 2025-08-12 18:00:47 +02:00
macos_menu.m build: Update ImGui to v1.92.1 (#2325) 2025-07-10 10:00:39 +02:00
magic.cpp impr: Less unnecessary copying 2025-10-17 23:23:48 +02:00
opengl.cpp impr: Allow post-processing shaders to be set dynamically 2025-08-14 17:11:37 +02:00
patches.cpp impr: Added icons to providers, improved the quick settings 2025-08-06 21:37:57 +02:00
scaling.cpp build: Refactor ImHexAPI into multiple separate files 2025-08-14 20:16:40 +02:00
semantic_version.cpp fix: Semantic version comparison only working in one direction 2025-08-23 11:04:41 +02:00
tar.cpp impr: Remove hex::format, improve format and logging type safety 2025-08-06 20:02:23 +02:00
udp_server.cpp fix: Potential hang when closing UDP Servers after a client connected 2025-07-07 00:00:49 +02:00
utils.cpp fix: String inspector rows not displaying the correctly decoded value 2025-12-01 22:38:56 +01:00
utils_linux.cpp impr: General code cleanup 2023-11-10 20:47:08 +01:00
utils_macos.m fix: Use modern notification API on macOS 2025-08-17 23:35:48 +02:00