WerWolv
c55a69c010
build: Fix objc not having certain warning flags
2022-08-05 09:00:03 +02:00
WerWolv
352df24160
build: Move another warning disable to the build script
2022-08-05 08:42:09 +02:00
WerWolv
5a41be48c3
build: Disable restrict warning
2022-08-05 08:32:08 +02:00
WerWolv
12547a7c8c
fix: Memcpy restrict error
2022-08-05 08:10:35 +02:00
iTrooz_
ddf4eb3e2b
git: Cleanup CI scripts ( #650 )
...
* RUST_PATH doesn't seem to be used on ArchLinux
* renamed jobs
* no objc code on Windows (need confirmation)
* fakeroot strace patchelf for Ubuntu : not needed ?
* try to use some system libraries on Arch
* added comments to scroll to cmake instruction easily
* No ojbC code on Ubuntu
2022-08-04 21:52:56 +02:00
WerWolv
65ed949e1b
build: Try setting osx deployment target in cmake directly
2022-08-04 20:39:07 +02:00
iTrooz_
e816b67472
build: Fix various issues for upstream Fedora compatibility ( #642 )
...
* cmake: use GNUInstallDirs to find install dirs on Linux
* install plugins to lib/imhex/plugins
* fix included files in imhex.spec
* fix the release CI + do not upload x86_64 folder for Fedora
* change rpm names
* added IMHEX_STRIP_RELEASE option to optionally strip releases files (was done all the time before)
* Customize our imhex.spec file (use online building for our Fedora package)
* added IMHEX_PLUGINS_IN_SHARE option for AppImage
* test
2022-08-04 20:37:57 +02:00
WerWolv
e2d75ad6bf
tools: Added support for Inf and NaN to the IEEE 754 tester
2022-08-04 13:24:53 +02:00
WerWolv
a1a3fcbe65
ui: Improved footer item displaying
2022-08-04 11:00:49 +02:00
WerWolv
881b633006
patterns: Updated pattern language
2022-08-04 10:52:50 +02:00
WerWolv
400bdaa52c
fix: Auto evaluate pattern code not working
2022-08-04 10:52:01 +02:00
WerWolv
0f8ac672f3
sys: Fixed compile issue on non-Windows
2022-08-04 09:51:07 +02:00
WerWolv
be37228dc6
sys: Fixed resize cursors not appearing in non-borderless window mode
2022-08-04 09:46:17 +02:00
WerWolv
de386a9927
ui: Replace forced exponential float display in hex editor with conditional one
2022-08-04 09:05:46 +02:00
WerWolv
c1da2497a7
fs: Fix paths on macOS
2022-08-04 08:56:58 +02:00
WerWolv
14150b5a04
sys: Fix macOS build issues
2022-08-03 23:48:39 +02:00
WerWolv
deabacbd50
sys: Updated ImGui, ImPlot and imnodes to latest versions
2022-08-03 23:32:34 +02:00
ogarvey
09a1e59b8c
fix: Allow Numpad Enter to work in text editor ( #645 )
...
Fixes #590
2022-08-03 19:52:45 +02:00
iTrooz_
47166db166
fix: Invalid paths being added to the default paths on Linux ( #644 )
...
* do not iterate over XDG home dir
* fixed typo
* use push_back
* same fix for getConfigPaths
2022-08-03 19:52:02 +02:00
WerWolv
90d243e0ba
build: Fixed setting variable in plugin and added version define check
2022-08-03 16:36:21 +02:00
Stefan
c34df428dc
git: Fixed typo in readme ( #643 )
2022-08-03 11:56:18 +02:00
WerWolv
c468801c6e
feat: Added support for ASCII + UTF16 string extraction
...
Closes #641
2022-08-03 11:38:36 +02:00
WerWolv
ace25d353b
fix: GLFW error on exit
2022-08-03 10:45:50 +02:00
WerWolv
0ac8fcd1eb
feat: Added binary pattern search to find view
2022-08-03 10:19:34 +02:00
WerWolv
1d9e8dbda7
fix: Always evaluate in/out variables correctly
...
Fixes #629
2022-08-02 23:36:18 +02:00
WerWolv
6de00b3a6a
ui: Fixed displaying of truncated strings in the data inspector
2022-08-02 23:07:35 +02:00
WerWolv
0a97b59228
sys: Fixed one remaining log::info occurrence
2022-08-02 23:07:12 +02:00
WerWolv
fdcce1c046
patterns: Updated pattern language
2022-08-02 22:56:07 +02:00
WerWolv
30b2378778
fs: Refactored default path handling ( #637 )
2022-08-02 22:55:01 +02:00
WerWolv
f1c61f44c6
git: Updated readme
2022-08-02 14:45:48 +02:00
WerWolv
4d7de8d466
sys: Make sure nativefiledialogs doesn't use macOS 11 frameworks
...
Fixes #597
2022-08-02 13:20:06 +02:00
WerWolv
c8edb6ec6c
sys: Revert GLSL version back to 150 on macOS
...
Fixes #632
2022-08-02 13:12:12 +02:00
Ryan Russell
55d046fa36
refactor(imgui-rs): Rust code readability improvements ( #620 )
...
* chore: bug report template readability fix
Signed-off-by: Ryan Russell <git@ryanrussell.org>
* refactor(imgui-rs): Doc aliases readability fixes
Signed-off-by: Ryan Russell <git@ryanrussell.org>
* refactor(imgui-rs): Code comment readability
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-08-02 12:11:04 +02:00
Emanuel Haupt
44bb963654
git: Add packaging information ( #630 )
...
Add a section about the availability in third party repositories.
2022-08-02 12:09:16 +02:00
WerWolv
00b7ebf9ec
build: Allow GCC 12.0.0+
2022-08-02 12:03:01 +02:00
WerWolv
69544bdf06
build: Make sure ImHex is being compiled with GCC 12.1.0 or higher
2022-08-02 11:59:29 +02:00
WerWolv
8a02103d5e
git: Added system requirements to readme
2022-08-02 11:49:27 +02:00
Thomas Lake
06332c8f40
git: Fix link to latest Fedora RPM in README ( #633 )
...
Fix required due to CI changes in df94370598
2022-08-02 11:40:33 +02:00
WerWolv
de910acbf2
sys: Revert OpenGL version back to 3.2 on macOS because Apple doesn't like 3.0
...
Fixes #632
2022-08-02 08:24:56 +02:00
WerWolv
0074b0be7e
sys: Lowered required OpenGL version to 3.0 as well
2022-08-01 23:33:35 +02:00
WerWolv
f94b36f415
sys: Lowered required GLSL version to OpenGL 3.0
2022-08-01 23:26:40 +02:00
WerWolv
59449bbe47
fix: Portable version detection not working correctly
2022-08-01 23:25:13 +02:00
WerWolv
a4c377dc08
fix: Compile issue
2022-08-01 15:06:17 +02:00
WerWolv
e194fcc9d4
git: Fixed nightly link in Readme
...
Fixes #621
2022-08-01 14:54:04 +02:00
WerWolv
b8c034f8c5
sys: Prevent portable Windows version from writing to AppData
...
Fixes #627
2022-08-01 14:51:40 +02:00
WerWolv
899f2b3fbd
build: macOS 10.4 is apparently deprecated
2022-08-01 14:50:27 +02:00
WerWolv
84e049be07
build: Fixed some issues to make porting to other systems easier
2022-08-01 14:35:25 +02:00
WerWolv
be0fe4c0d0
build: Lower the macOS deployment target to 10.4
2022-08-01 14:19:56 +02:00
WerWolv
d8a4a94565
build: Explicitly mark libfmt as -fPIC
2022-08-01 14:07:03 +02:00
WerWolv
bed9f324ce
feat: Added RGB565 color row to data inspector
2022-08-01 13:58:23 +02:00