| .. |
|
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
|
Fix ui::checkbox::set_value
|
2022-02-07 13:39:40 +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_impl::empty and resize
|
2022-03-08 13:02:18 +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
|
Don't post ui reshape if one if already posted
|
2022-02-19 16:36:17 +03:00 |
|
element_factory.hpp
|
Add ui::progress_bar
|
2022-03-07 21:47:27 +03:00 |
|
event.hpp
|
Add (unused) ui key press event
|
2021-03-03 12:15:52 +03:00 |
|
event_interceptor.hpp
|
Make ui::event_interceptor only intercept mouse events when mouseover
|
2022-03-01 14:18:38 +03:00 |
|
font.hpp
|
Add new non-monospace font
|
2022-02-15 16:24:42 +03:00 |
|
frame.hpp
|
UI elements should explicitly reset parent for their children
|
2021-03-04 13:58:15 +03:00 |
|
grid_layout.hpp
|
Make ui::grid_layout::get return shared_ptr
|
2022-02-07 21:13:41 +03:00 |
|
image_view.hpp
|
Make image_view use texture_view instead of owning a texture
|
2022-02-17 18:54:14 +03:00 |
|
kerned_font.hpp
|
Add new non-monospace font
|
2022-02-15 16:24:42 +03:00 |
|
label.hpp
|
Cache inf cached state for labels
|
2022-02-27 19:40:18 +03:00 |
|
monospace_font.hpp
|
Add new non-monospace font
|
2022-02-15 16:24:42 +03:00 |
|
null_shape.hpp
|
Add ui::null_shape
|
2022-02-19 13:00:31 +03:00 |
|
painter.hpp
|
Support drawing rotating images in ui::painter
|
2022-02-17 10:17:55 +03:00 |
|
painter_impl.hpp
|
Support drawing rotating images in ui::painter
|
2022-02-17 10:17:55 +03:00 |
|
progress_bar.hpp
|
Add ui::progress_bar
|
2022-03-07 21:47:27 +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
|
Support ui::scroller preferred direction
|
2022-03-07 01:13:13 +03:00 |
|
shape.hpp
|
UI library prototype wip
|
2021-02-25 09:07:39 +03:00 |
|
slider.hpp
|
Add non-notifying versions of slider methods
|
2022-02-19 23:04:36 +03:00 |
|
spinbox.hpp
|
UI spinbox implementation
|
2021-03-05 23:33:19 +03:00 |
|
style.hpp
|
Add ui::style::scale
|
2022-02-15 11:23:14 +03:00 |
|
toggle_button.hpp
|
Introduce ui::toggle_button - a button that can be turned on/off
|
2022-02-17 18:55:00 +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 |