| .. |
|
box_shape.hpp
|
UI box shape is all zeroes by default
|
2021-02-25 11:24:28 +03:00 |
|
button.hpp
|
Separate ui::button into button & rich_button
|
2021-03-05 22:57:39 +03:00 |
|
checkbox.hpp
|
Add ui::checkbox interface & default implementation
|
2021-07-17 17:46:17 +03:00 |
|
container.hpp
|
Add ui::container interface, move old container to helper class
|
2021-02-26 18:00:56 +03:00 |
|
container_impl.hpp
|
Add ui::container interface, move old container to helper class
|
2021-02-26 18:00:56 +03:00 |
|
controller.hpp
|
Support ui animations
|
2021-03-05 20:09:02 +03:00 |
|
default_element_factory.hpp
|
Implement scroller ui container
|
2021-10-15 21:38:23 +03:00 |
|
element.hpp
|
Support delaying posted callbacks until a ui element gets attached to an event loop
|
2022-02-02 22:05:40 +03:00 |
|
element_factory.hpp
|
Implement scroller ui container
|
2021-10-15 21:38:23 +03:00 |
|
event.hpp
|
Add (unused) ui key press event
|
2021-03-03 12:15:52 +03:00 |
|
font.hpp
|
UI library prototype wip
|
2021-02-25 09:07:39 +03:00 |
|
frame.hpp
|
UI elements should explicitly reset parent for their children
|
2021-03-04 13:58:15 +03:00 |
|
grid_layout.hpp
|
Add grid layout child adding helpers
|
2021-10-13 22:51:44 +03:00 |
|
image_view.hpp
|
Add ui::image_view element
|
2021-02-27 16:38:58 +03:00 |
|
label.hpp
|
Support not skipping extra spaces in ui::label
|
2022-02-02 19:45:32 +03:00 |
|
monospace_font.hpp
|
Fonts are guaranteed to preserve space symbols when shaping
|
2021-02-26 12:19:38 +03:00 |
|
painter.hpp
|
Support stencils in ui::painter
|
2021-10-15 21:37:48 +03:00 |
|
painter_impl.hpp
|
Support stencils in ui::painter
|
2021-10-15 21:37:48 +03:00 |
|
rich_button.hpp
|
Make rich_button::set_label and set_icon virtual
|
2021-07-17 17:42:56 +03:00 |
|
rich_image_view.hpp
|
Rich image view smooth zoom
|
2021-03-05 20:09:15 +03:00 |
|
screen.hpp
|
UI elements should explicitly reset parent for their children
|
2021-03-04 13:58:15 +03:00 |
|
scroller.hpp
|
Implement scroller ui container
|
2021-10-15 21:38:23 +03:00 |
|
shape.hpp
|
UI library prototype wip
|
2021-02-25 09:07:39 +03:00 |
|
slider.hpp
|
Fix ui::slider behavior if reshape occurs while user is changing value
|
2022-02-05 12:43:21 +03:00 |
|
spinbox.hpp
|
UI spinbox implementation
|
2021-03-05 23:33:19 +03:00 |
|
style.hpp
|
Add bevel style properties
|
2021-10-13 23:16:03 +03:00 |
|
triangle_shape.hpp
|
Add ui::triangle_shape
|
2021-03-05 22:50:09 +03:00 |
|
window.hpp
|
Support ui:🪟:on_close
|
2021-07-17 17:44:41 +03:00 |