WerWolv
7fbb540674
tests: Added operator test
2021-09-12 21:54:18 +02:00
WerWolv
bed5361879
tests: Added bitfield test
2021-09-12 20:29:05 +02:00
WerWolv
82cc528c49
api: Fix loading of string array settings (Recent files)
2021-09-12 20:29:05 +02:00
WerWolv
1df64031c8
patterns: Fix bitfield member access
2021-09-12 20:29:05 +02:00
WerWolv
ea2d181741
utils: Fix file wrapper
2021-09-12 20:29:05 +02:00
WerWolv
3cd177bff2
build: Fix build error when python is installed in Program Files
2021-09-12 14:33:08 +02:00
WerWolv
132fc181cd
patterns: Fix bitfields with unaligned sizes
...
Correction for #292
2021-09-12 14:28:13 +02:00
WerWolv
987840e480
sys: Fixed settings not initializing correctly
2021-09-12 13:59:23 +02:00
WerWolv
86096708da
patterns: Fixed bitfields not respecting endian setting
...
Various other improvements. Fixes #292
2021-09-12 13:08:52 +02:00
WerWolv
635f0606e0
patterns: Fixed enums not counting properly
2021-09-11 23:14:22 +02:00
WerWolv
3d15a108af
tests: Added more tests
2021-09-11 23:13:49 +02:00
WerWolv
254b204d6c
github: Don't use build matrix for analysis
2021-09-11 19:37:20 +02:00
WerWolv
ac645c63d3
github: Just run ctest manually. Added some emojis
2021-09-11 18:58:53 +02:00
WerWolv
0b9f1cc3b9
github: Run unit tests
2021-09-11 18:15:27 +02:00
WerWolv
b96fee95f3
github: Missed one
2021-09-11 18:11:59 +02:00
WerWolv
8cb7fb71d1
github: Don't look for magic dbs anymore in CI
2021-09-11 18:11:17 +02:00
WerWolv
aac6385dc6
build: Fixed unit tests on linux. Fuck cmake...
2021-09-11 18:09:15 +02:00
WerWolv
f7ee165f43
build: Removed magic database files from main repo
...
They can still be found in the ImHex-Patterns repo
2021-09-11 18:08:55 +02:00
WerWolv
7132b75ffb
build: Don't copy crypto header but just overwrite includes
2021-09-11 15:10:35 +02:00
WerWolv
bdd4854b0d
build: Try fixing file copying on runner
2021-09-11 14:58:49 +02:00
WerWolv
8396e40fa0
tests: Added initial test structure
2021-09-11 14:41:18 +02:00
WerWolv
71b06f4b20
build: Only copy yara crypto wrapper if it changed
2021-09-11 14:40:53 +02:00
WerWolv
a5274daeaa
patterns: Fixed padding not padding
2021-09-10 22:12:37 +02:00
WerWolv
36f51c427b
ui: Added "Quit ImHex" option to File menu
2021-09-10 21:48:51 +02:00
WerWolv
b3d102419b
sys: Fixed opening custom protocols in the web browser
2021-09-10 21:42:35 +02:00
WerWolv
5c304c002b
fix: Constants store page not getting cleared on reload
...
Fixes #290
2021-09-10 21:16:08 +02:00
WerWolv
f96e529230
patterns: Fixed parent keyword
2021-09-10 21:00:18 +02:00
WerWolv
717f78ce7f
patterns: Fix negative array sizes causing crashes
2021-09-10 17:33:02 +02:00
WerWolv
b224a584fb
build: Bump version to 1.9.0
2021-09-10 15:54:59 +02:00
WerWolv
31ef6173a1
lang: Updated Italian translation. Thanks to @CrustySean
2021-09-10 15:30:49 +02:00
WerWolv
f0697679f4
sys: Add local search for plugins and resources on Linux
2021-09-10 15:30:49 +02:00
WerWolv
8657cf26de
fix: Data inspector causing crashes when failing to decode UTF-16 chars
2021-09-10 15:30:49 +02:00
WerWolv
a8ed57bd65
github: Use input instead of textarea for version in issue template
2021-09-10 12:46:26 +02:00
WerWolv
bfcd01afb9
github: Added issue forms
2021-09-10 12:44:57 +02:00
WerWolv
1a9e3944dc
patterns: snake_case all built-in functions
2021-09-09 23:18:10 +02:00
WerWolv
1da2ca1eb8
ui: Added ImHex's official documentation to help menu and welcome screen
2021-09-09 23:17:55 +02:00
WerWolv
ccac2e497d
sys: Finish implementing constants view and its store
2021-09-09 12:58:44 +02:00
WerWolv
a1d9794c0e
lang: Correct spelling mistakes. Thanks to @friedkeenan
2021-09-09 10:22:58 +02:00
WerWolv
6ee8c37cf5
ui: Fixed duplicate store localization ids
2021-09-09 02:03:39 +02:00
WerWolv
c605986e8a
fix: Store download buttons only working in order
2021-09-09 01:57:11 +02:00
WerWolv
a8c9e96b72
fix: Inverted logic when checking for libmagic error
2021-09-09 01:56:48 +02:00
WerWolv
4cc637c0b2
sys: Finish up the online store
2021-09-08 17:22:54 +02:00
WerWolv
4b41ae6980
sys: Include correct file for size_t
2021-09-08 16:41:00 +02:00
WerWolv
6cf8369a24
fix: Tips don't show again checkmark inversion
2021-09-08 16:40:44 +02:00
WerWolv
e74c0f5cf5
sys: Tons of long overdue cleanup
...
- std::string -> const std::string& where needed
- Added a FileIO abstraction class
- Fixed recent files not updating
- Removed localization file from global include
- Renamed lang to pattern_language/pl
- Renamed EventFileDropped to RequestFileOpen
2021-09-08 15:18:24 +02:00
WerWolv
d7707bae62
fix: Multiple definitions of literals
2021-09-06 23:08:02 +02:00
WerWolv
680587e050
sys: Massively improve string search memory usage
2021-09-06 22:45:55 +02:00
WerWolv
ee7c6a91a7
patterns: Add optimization for arrays of statically sized types
2021-09-06 20:35:38 +02:00
WerWolv
6879cf765f
sys: Cleanup libmagic mess
2021-09-06 16:15:05 +02:00
WerWolv
f29febdc86
patterns: Fix unions causing crashes on cleanup
2021-09-03 10:30:40 +02:00