psemek/libs/ui/source
2021-03-06 10:56:22 +03:00
..
box_shape.cpp UI library prototype wip 2021-02-25 09:07:39 +03:00
button.cpp Separate ui::button into button & rich_button 2021-03-05 22:57:39 +03:00
container_impl.cpp Add ui::container interface, move old container to helper class 2021-02-26 18:00:56 +03:00
controller.cpp UI: send events to children in reverse order 2021-03-06 10:56:22 +03:00
default_element_factory.cpp UI spinbox implementation 2021-03-05 23:33:19 +03:00
default_fonts.cpp Convert default font to PNG 2021-02-27 19:45:27 +03:00
element.cpp UI element::post uses movable function 2021-03-04 14:30:46 +03:00
element_factory.cpp UI spinbox implementation 2021-03-05 23:33:19 +03:00
frame.cpp UI elements should explicitly reset parent for their children 2021-03-04 13:58:15 +03:00
grid_layout.cpp UI elements should explicitly reset parent for their children 2021-03-04 13:58:15 +03:00
image_view.cpp Add ui::image_view element 2021-02-27 16:38:58 +03:00
label.cpp Add app::ui_scene helper base class 2021-03-03 12:24:45 +03:00
monospace_font.cpp Fonts are guaranteed to preserve space symbols when shaping 2021-02-26 12:19:38 +03:00
painter_impl.cpp Add triangle painting to ui::painter 2021-03-05 23:13:27 +03:00
rich_button.cpp Separate ui::button into button & rich_button 2021-03-05 22:57:39 +03:00
rich_image_view.cpp Rich image view set_zoom changes zoom instantly 2021-03-05 20:27:06 +03:00
screen.cpp UI elements should explicitly reset parent for their children 2021-03-04 13:58:15 +03:00
slider.cpp Add ui slider element 2021-03-05 15:51:17 +03:00
spinbox.cpp UI spinbox implementation 2021-03-05 23:33:19 +03:00
style.cpp Add ui::style::ref_height 2021-03-05 22:34:30 +03:00
triangle_shape.cpp Add ui::triangle_shape 2021-03-05 22:50:09 +03:00