Commit Graph

9 Commits

Author SHA1 Message Date
WerWolv f74eff8934 Add support for custom providers via plugins 2020-12-27 15:39:06 +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
WerWolv 16f885f469 Added read/write command to math evaluator 2020-11-30 21:45:48 +01:00
WerWolv c90ef343c1 Added math evaluator / calculator to tools window 2020-11-28 21:55:52 +01:00
WerWolv f17d6c2359 Added copy string and copy demangled string to strings window 2020-11-24 02:59:49 +01:00
WerWolv 3bd987ff2c Streamline view creation, save all view states when quitting 2020-11-23 23:57:19 +01:00
WerWolv 4452f9754e Added regex replacer and color picker to tools window 2020-11-15 21:31:04 +01:00
WerWolv 9320ffdbbd Add ASCII table to tools 2020-11-15 02:50:56 +01:00
WerWolv 2526eda0db Added tools window 2020-11-15 00:46:38 +01:00