mwerezak

Results 18 issues of 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.

dearpygui 0.7

**Logger** - [ ] add_logger - [ ] show_logger - [ ] set_logger_window_title - [ ] set_log_level - [ ] get_log_level - [ ] log - [ ] log_debug -...

dearpygui 0.7

**Color Maps** - [ ] set_color_map **Image Series** - [ ] add_image_series **Drag Lines and Points** - [ ] add_drag_line - [ ] delete_drag_line - [ ] add_drag_point - [...

dearpygui 0.7

- [ ] add_additional_font - [ ] add_texture - [ ] add_image

dearpygui 0.7

**Theme** - [ ] get_theme - [ ] set_theme - [ ] set_theme_item - [ ] get_theme_item - [ ] set_global_color - [ ] set_individual_color - [ ] get_global_font_scale -...

dearpygui 0.7

**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...

dearpygui 0.7

**Basics** - [ ] Creating and adding widgets - [ ] Config properties **README features showcase** - [x] Read or modify widget properties using attributes - [x] Creating widgets -...

enhancement

Would be nice to set shortcuts with: ``` menu_item.shortcut = Key.CTRL|Key.M ``` Instead of using strings.

enhancement