1
0
mirror of synced 2025-01-09 13:11:38 +01:00
ImHex/plugins
paxcut 9de3dd89c5
feat: Added support for inline visualizers in custom data inspectors (#1966)
### Problem description
This PR aims at making inline visualizers work on the data inspector so
that more rgb encodings can be added as custom pattern language
inspector rows. This was never setup to work because the inline
visualizer rendering function was a private member function.

### Implementation description
In order to be accessible from the inspector class the rendering
function was made public.

### Additional things
Missing still is the tooltip to make it behave like other color entries.
2024-11-29 17:20:28 +01:00
..
builtin feat: Added support for inline visualizers in custom data inspectors (#1966) 2024-11-29 17:20:28 +01:00
decompress fix: LZMA decompressor memory errors (#1873) 2024-09-15 15:20:17 +02:00
diffing lang: Update Chinese (Simplified) translations (#1894) 2024-09-15 15:17:25 +02:00
disassembler fix: Task names not displaying correctly anymore 2024-07-27 14:09:52 +02:00
fonts fix: Crash on exit when using custom font from file (#1815) 2024-07-15 22:22:02 +02:00
hashes fix: Segfault when hashing regions spanning multiple MiBs (#1804) 2024-07-21 20:35:38 +02:00
script_loader impr: Reserve space to avoid multiple allocations when loading scripts (#1929) 2024-11-24 11:28:45 +01:00
ui feat: Added support for inline visualizers in custom data inspectors (#1966) 2024-11-29 17:20:28 +01:00
visualizers build: Updated ImGui to v1.91.5 2024-11-24 18:55:56 +01:00
windows lang: Update Chinese (Simplified) translations (#1894) 2024-09-15 15:17:25 +02:00
yara_rules fix: Task names not displaying correctly anymore 2024-07-27 14:09:52 +02:00