| .. |
|
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 |
|
checkbox.cpp
|
Add ui::checkbox interface & default implementation
|
2021-07-17 17:46:17 +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
|
Support ui::element::post_draw invoked after children draw
|
2021-10-15 21:37:13 +03:00 |
|
default_element_factory.cpp
|
Implement bevels in default_element_factory frame
|
2021-10-13 23:16:25 +03:00 |
|
default_fonts.cpp
|
Use io::stream for png input
|
2021-04-20 15:11:41 +03:00 |
|
element.cpp
|
Support non-propagating styles in ui elements
|
2021-10-13 22:52:45 +03:00 |
|
element_factory.cpp
|
Move make_arrow_button to element_factory interface
|
2021-10-14 21:49:54 +03:00 |
|
frame.cpp
|
UI elements should explicitly reset parent for their children
|
2021-03-04 13:58:15 +03:00 |
|
grid_layout.cpp
|
Add grid layout child adding helpers
|
2021-10-13 22:51:44 +03:00 |
|
image_view.cpp
|
Add ui::image_view element
|
2021-02-27 16:38:58 +03:00 |
|
label.cpp
|
Support non-propagating styles in ui elements
|
2021-10-13 22:52: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
|
Support stencils in ui::painter
|
2021-10-15 21:37:48 +03:00 |
|
rich_button.cpp
|
Forbid downscaling rich_button icon
|
2021-07-17 17:43:32 +03:00 |
|
rich_image_view.cpp
|
Support non-propagating styles in ui elements
|
2021-10-13 22:52:45 +03:00 |
|
screen.cpp
|
ui::screen::add_child should reshape
|
2021-04-25 23:18:55 +03:00 |
|
slider.cpp
|
Support cyclic ui::slider
|
2021-07-20 14:03:39 +03:00 |
|
spinbox.cpp
|
UI spinbox implementation
|
2021-03-05 23:33:19 +03:00 |
|
style.cpp
|
Add bevel style properties
|
2021-10-13 23:16:03 +03:00 |
|
triangle_shape.cpp
|
Add ui::triangle_shape
|
2021-03-05 22:50:09 +03:00 |