1
0
mirror of synced 2025-01-09 13:11:38 +01:00
ImHex/plugins/ui/source
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
..
ui feat: Added support for inline visualizers in custom data inspectors (#1966) 2024-11-29 17:20:28 +01:00
library_ui.cpp impr: Move plugin unload logging to plugins 2024-01-09 10:53:50 +01:00