| .. |
|
box_shape.cpp
|
UI library prototype wip
|
2021-02-25 09:07:39 +03:00 |
|
button.cpp
|
Fix ui::button handling mouse move event
|
2022-03-29 18:11:53 +03:00 |
|
checkbox.cpp
|
Fix ui::checkbox::set_value
|
2022-02-07 13:39:40 +03:00 |
|
container_impl.cpp
|
Add ui::container_impl::clear
|
2022-03-13 17:20:34 +03:00 |
|
controller.cpp
|
Fix choosing hinted ui element if it is hidden by a non-transparent element
|
2022-04-20 18:47:09 +03:00 |
|
default_element_factory.cpp
|
Make ui::style::inner_margin a 2D vector
|
2022-03-09 19:25:56 +03:00 |
|
default_fonts.cpp
|
Add 10x12 bold font
|
2022-03-12 17:50:07 +03:00 |
|
edit.cpp
|
Remove ui::edit::own_style_updated override
|
2022-05-14 16:04:50 +03:00 |
|
element.cpp
|
Make ui::element store style as non-const
|
2022-05-15 13:17:20 +03:00 |
|
element_factory.cpp
|
Add ui::edit text input element
|
2022-04-01 17:43:35 +03:00 |
|
event_interceptor.cpp
|
Add ui::single_container for wrapper elements
|
2022-03-10 12:21:17 +03:00 |
|
frame.cpp
|
Make ui::frame a non-abstract class
|
2022-03-17 15:24:06 +03:00 |
|
grid_layout.cpp
|
Introduce ui::element::{width,height}_constraint - constraints on one dimension given the size in another dimension
|
2022-04-16 17:16:09 +03:00 |
|
image_view.cpp
|
Make image_view respect style scale
|
2022-02-18 11:51:37 +03:00 |
|
kerned_font.cpp
|
Support shaping utf32-text directly in ui::font
|
2022-04-01 17:38:39 +03:00 |
|
label.cpp
|
Mark ui::element::style_updated/own_style_updated as const
|
2022-05-14 16:05:24 +03:00 |
|
monospace_font.cpp
|
Support shaping utf32-text directly in ui::font
|
2022-04-01 17:38:39 +03:00 |
|
null_shape.cpp
|
Add ui::null_shape
|
2022-02-19 13:00:31 +03:00 |
|
painter_impl.cpp
|
Fix ui::painter_impl stencil (again)
|
2022-04-08 12:35:39 +03:00 |
|
positioner.cpp
|
Support ui::positioner clamping the positioned element within provided shape
|
2022-03-31 20:15:37 +03:00 |
|
progress_bar.cpp
|
Add ui::progress_bar
|
2022-03-07 21:47:27 +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 |
|
scroller.cpp
|
Support on_scroll event in ui::scroller
|
2022-05-03 14:24:14 +03:00 |
|
selector.cpp
|
Support selector canceled callback in ui::spawn
|
2022-05-03 20:14:14 +03:00 |
|
single_container.cpp
|
Make ui::single_container release children on destroy
|
2022-03-13 17:20:02 +03:00 |
|
slider.cpp
|
Add non-notifying versions of slider methods
|
2022-02-19 23:04:36 +03:00 |
|
spinbox.cpp
|
Support non-notifying ui::spinbox::on_value_changed
|
2022-03-29 10:13:22 +03:00 |
|
style.cpp
|
Add ui::style::bold_font
|
2022-03-12 17:50:19 +03:00 |
|
table.cpp
|
Add ui::table default constructor
|
2022-03-14 23:29:13 +03:00 |
|
toggle_button.cpp
|
Introduce ui::toggle_button - a button that can be turned on/off
|
2022-02-17 18:55:00 +03:00 |
|
triangle_shape.cpp
|
Add ui::triangle_shape
|
2021-03-05 22:50:09 +03:00 |