This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
ImHex
Watch
1
Star
0
Fork
0
You've already forked ImHex
mirror of
synced
2024-11-12 02:00:52 +01:00
Code
Releases
Wiki
Activity
0b71568d97
ImHex
/
.gitignore
11 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Proper DPI scaling and basic custom font (#85) * add glm to arch deps After running got `None of the required 'glm' found`. This fixes that * dist/fedora: Include file magic headers Due to differences in package names between Deb based systems, Arch Linux, and RPM based systems the package containing the development headers for file were missing from the Fedora dependencies script. This includes the package `file-devel`, which is the package which resolves the issue. In Fedora, one can identify the package providing a specific file using the verb "whatprovides" with the command dnf, e.g.: [~]$ dnf whatprovides /usr/include/magic.h Last metadata expiration check: 4 days, 0:23:05 ago on Fri 04 Dec 2020 09:06:53 AM PST. file-devel-5.39-3.fc33.i686 : Libraries and header files for file development Repo : fedora Matched from: Filename : /usr/include/magic.h file-devel-5.39-3.fc33.x86_64 : Libraries and header files for file development Repo : @System Matched from: Filename : /usr/include/magic.h file-devel-5.39-3.fc33.x86_64 : Libraries and header files for file development Repo : fedora Matched from: Filename : /usr/include/magic.h If one is unsure of the specific path, globbing may be used (but must be quoted): dnf whatprovides "*/magic.h" Resolves #48 * dist: Prevent already installed packages in ArchLinux and MSYS2. Use --needed option with pacman to prevent it. * Add script to install dependencies on Debian/Ubuntu. Tested with Xubuntu 20.04 and Debian testing (in today's Docker image bitnami/minideb). Update README.md. * ci: rework (#31) * Support non standard LLVM library names (#86) This fix openSUSE and Gentoo issue mentioned in https://github.com/WerWolv/ImHex/issues/37#issuecomment-739503138. (tested on openSUSE tumbleweed via Docker) I also took the liberty of renaming llvm_lib to llvm_demangle_lib to be more specific in the ``CMakeLists.txt``. * Implement proper DPI handling * Implement basic custom font support * Fix building on windows * Hopefully fix fonts on Windows * Fix several scaling issues * Replace font renderer with freetype * Updated CI and dependency scripts * Rebuild default font atlas * Correct platform detection macro for mingw * Fixed PKGBUILD Co-authored-by: brockelmore <31553173+brockelmore@users.noreply.github.com> Co-authored-by: Brian 'Redbeard' Harrington <redbeard@dead-city.org> Co-authored-by: Biswapriyo Nath <nathbappai@gmail.com> Co-authored-by: Stéphane Gourichon <stephane.gourichon@fidergo.fr> Co-authored-by: umarcor <38422348+umarcor@users.noreply.github.com> Co-authored-by: Mary <me@thog.eu> Co-authored-by: WerWolv <werwolv98@gmail.com>
2020-12-11 14:24:42 +01:00
.vscode/
Pattern Language rewrite (#111) * Initial parser rewrite effort Lexer and Token cleanup, Parser started over * Greatly improved parser syntax * Reimplemented using declarations and variable placement parsing * Added back unions and structs * Added enums as well as mathematical expressions (+, -, *, /, <<, >>, &, |, ^) * Code style improvement * Implemented arrays and fixed memory issues * Fixed more memory issues in parser, reimplemented validator, evaluator and patterns * Fixed builtin types, arrays and reimplemented strings * Improved error messages * Made character a distinct type, used for chars and strings * Implemented padding, fixed arrays * Added bitfields * Added rvalue parsing, no evaluating yet * Added .idea folder to gitignore * Fixed build on MacOS * Added custom implementation of integral concept if not available * Rebased onto master * Fixed array variable decl crash * Added rvalues and dot syntax * Lower case all pattern language error messages * Fixed typo in variable name * Fixed bug where preprocessor would not ignore commented out directives * Reimplemented pointers * Fixed rebase issues
2021-01-02 20:27:11 +01:00
.idea/
Added hex editor and basic pattern parsing/highlighting
2020-11-10 15:26:38 +01:00
ui: Added license to about page
2022-01-22 23:11:28 +01:00
cmake-build-*/
ui: Update cheat sheet with recent changes (#278) * Add Built-in functions section to cheat sheet * Add Math Expressions section to cheat sheet * Move variable placement to follow 'Structs' section * Add undocumented built-in functions to cheat sheet
2021-08-25 19:54:59 +02:00
build*/
lang: Updated localization system to use a more versatile json format
2022-12-02 12:00:04 +01:00
venv/
Updated .gitignore
2020-11-13 13:06:57 +01:00
*.mgc
Only statically link on Windows
2020-11-15 15:48:30 +01:00
imgui.ini
ui: Update cheat sheet with recent changes (#278) * Add Built-in functions section to cheat sheet * Add Math Expressions section to cheat sheet * Move variable placement to follow 'Structs' section * Add undocumented built-in functions to cheat sheet
2021-08-25 19:54:59 +02:00
.DS_Store
build: Added CMakePresets.json file to make configuring/building easier
2023-04-30 11:46:06 +02:00
./CMakeUserPresets.json
Copy Permalink