mwerezak
mwerezak
I am unable to construct a const uuid from another uuid (i.e. making a const copy), seemingly due to the lack of a copy constructor. ```c++ class Example { public:...
Unfortunately I've become very busy with my professional work lately which means further development will be significantly delayed.
- [ ] Revisit all issues tagged 0.7 and update TODO lists. - [ ] Develop roadmap for 0.7, add new issues as needed.
**Logger** - [ ] add_logger - [ ] show_logger - [ ] set_logger_window_title - [ ] set_log_level - [ ] get_log_level - [ ] log - [ ] log_debug -...
**Color Maps** - [ ] set_color_map **Image Series** - [ ] add_image_series **Drag Lines and Points** - [ ] add_drag_line - [ ] delete_drag_line - [ ] add_drag_point - [...
**Theme** - [ ] get_theme - [ ] set_theme - [ ] set_theme_item - [ ] get_theme_item - [ ] set_global_color - [ ] set_individual_color - [ ] get_global_font_scale -...
**Input Polling** - [ ] is_key_down - [ ] is_key_pressed - [ ] is_key_released - [ ] get_mouse_drag_delta - [ ] get_mouse_pos - [ ] is_mouse_button_clicked - [ ] is_mouse_button_double_clicked...
**Basics** - [ ] Creating and adding widgets - [ ] Config properties **README features showcase** - [x] Read or modify widget properties using attributes - [x] Creating widgets -...
Would be nice to set shortcuts with: ``` menu_item.shortcut = Key.CTRL|Key.M ``` Instead of using strings.