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
72cf94106c
ui: Add interface scaling setting. Closes #7 , #283
2021-08-21 13:55:21 +02:00
WerWolv
2ccf8e777c
sys: Added create file and resize option
...
Fixes #172
2021-07-27 21:07:36 +02:00
WerWolv
2a7b698a3d
prv: Make data overlays work everywhere, not just in the hex editor view
2021-03-21 14:50:47 +01:00
WerWolv
eb066b3539
Refactored libimhex to and includes to better represent it as library
2021-01-13 17:28:27 +01:00
WerWolv
e770fcd197
Fixed includes on unix
2021-01-03 15:09:12 +01:00
WerWolv
5a0f965125
Use file mapping instead of of normal file IO
...
This drastically reduces disk reads and improves performance
2021-01-03 15:00:16 +01:00
WerWolv
dbbc525174
Added Plugin support ( #102 )
...
* Build refactoring and initial plugin support
* Possibly fixed linux / mac build
* Added libdl to libglad build script
* Add glfw to imgui dependencies
* Refactored common functionality into "libimhex" for plugins
* Added plugin loading and example plugin
* Added proper API for creating a custom view and a custom tools entry with plugins
2020-12-22 18:10:01 +01:00
Mary
310059f274
Support macOS
...
This allows building and running under macOS.
There is still some issues with dpi but the application compiles and run now.
2020-12-18 21:44:13 +01:00
WerWolv
7316be0bc2
Added patches display window
2020-11-29 02:06:41 +01:00
WerWolv
015ec12215
Improved byte write speed by a lot
2020-11-27 13:44:52 +01:00
WerWolv
ed572ececf
Added patching system and IPS/IPS32 patch exporting
2020-11-27 09:09:48 +01:00
WerWolv
84f80b3e06
Select region when clicking on string, disassembly or pattern data item
2020-11-23 13:10:14 +01:00
WerWolv
43f5cc622e
Allow loading of huge files efficiently
2020-11-22 19:43:35 +01:00
WerWolv
896cad1fe0
Fix linux build
2020-11-16 00:23:27 +01:00
WerWolv
cd9d0bcf34
Show more information in data information window
2020-11-15 16:06:10 +01:00
WerWolv
9e62685fd1
Fix crash when moving around certain views
2020-11-11 10:47:02 +01:00
WerWolv
362125e933
Cleanup view classes
2020-11-11 09:28:44 +01:00
WerWolv
434bb3494a
Abstracted FILE handle into a generic data provider class
2020-11-11 09:18:35 +01:00