-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule melatonin_inspector
updated
18 files
+16 −12 | .github/workflows/ci.yml | |
+7 −4 | CMakeLists.txt | |
+32 −6 | README.md | |
+9 −8 | melatonin/component_model.h | |
+2 −2 | melatonin/components/color_picker.h | |
+6 −3 | melatonin/components/colour_property_component.h | |
+19 −15 | melatonin/components/component_tree_view_item.h | |
+42 −15 | melatonin/components/fps_meter.h | |
+2 −1 | melatonin/components/overlay.h | |
+30 −10 | melatonin/components/preview.h | |
+1 −0 | melatonin/components/properties.h | |
+5 −5 | melatonin/helpers/overlay_mouse_listener.h | |
+54 −43 | melatonin/inspector_component.h | |
+28 −13 | melatonin_inspector.h | |
+53 −0 | tests/member_disabled.cpp | |
+54 −0 | tests/member_enabled.cpp | |
+55 −0 | tests/unique_ptr_disabled.cpp | |
+0 −0 | tests/unique_ptr_enabled.cpp |