| .. |
|
asymmetric.cpp
|
Add ui::asymmetric element that supports width_first() reshaping
|
2022-05-16 12:09:58 +03:00 |
|
box_shape.cpp
|
UI library prototype wip
|
2021-02-25 09:07:39 +03:00 |
|
button.cpp
|
Remove rich_button, make any button able to contain a child element
|
2022-05-17 21:25:01 +03:00 |
|
checkbox.cpp
|
Remove toggle_button, make checkbox support children by default
|
2022-05-17 22:03: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
|
Support retrieving buttons from spinbox
|
2022-05-17 23:16:26 +03:00 |
|
default_fonts.cpp
|
Add 10x12 bold font
|
2022-03-12 17:50:07 +03:00 |
|
edit.cpp
|
Fix ui::edit text rendering
|
2022-05-23 22:18:32 +03:00 |
|
element.cpp
|
Add ui::find_element_by_id
|
2022-05-25 22:55:25 +03:00 |
|
element_factory.cpp
|
Support creating labels with tagged text in ui::element_factory
|
2022-05-25 13:18:07 +03:00 |
|
event_interceptor.cpp
|
Add ui::single_container for wrapper elements
|
2022-03-10 12:21:17 +03:00 |
|
frame.cpp
|
Add ui::frame::width/height_constraints
|
2022-05-16 12:10:21 +03:00 |
|
grid_layout.cpp
|
Add ui::asymmetric element that supports width_first() reshaping
|
2022-05-16 12:09:58 +03:00 |
|
image_view.cpp
|
Refactor ui::painter interface: gather draw_image options into a struct
|
2022-05-19 11:38:09 +03:00 |
|
kerned_font.cpp
|
Support setting initial pen position & retrieving final pen position in font text shaping
|
2022-05-21 19:51:07 +03:00 |
|
label.cpp
|
Fix text wrapping in ui::label
|
2022-05-26 23:56:09 +03:00 |
|
monospace_font.cpp
|
Support setting initial pen position & retrieving final pen position in font text shaping
|
2022-05-21 19:51:07 +03:00 |
|
null_shape.cpp
|
Add ui::null_shape
|
2022-02-19 13:00:31 +03:00 |
|
painter_impl.cpp
|
Add ui::painter::draw_triangle with per-vertex colors
|
2022-05-25 22:53:20 +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
|
Make progress_bar::label const
|
2022-05-17 21:01:20 +03:00 |
|
rich_image_view.cpp
|
Refactor ui::painter interface: gather draw_image options into a struct
|
2022-05-19 11:38:09 +03:00 |
|
screen.cpp
|
Make ui::screen use new size constrains api
|
2022-05-26 23:54:15 +03:00 |
|
scroller.cpp
|
Support on_scroll event in ui::scroller
|
2022-05-03 14:24:14 +03:00 |
|
selector.cpp
|
Post mouseover callback when ui::selector is removed from it's parent
|
2022-05-23 20:41:43 +03:00 |
|
single_container.cpp
|
Call post_reshape when adding children to ui::single_container & ui::selector
|
2022-05-23 20:07:25 +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
|
Implement ui::label link tag
|
2022-05-22 19:28:14 +03:00 |
|
table.cpp
|
Add ui::table default constructor
|
2022-03-14 23:29:13 +03:00 |
|
tagged_text.cpp
|
Fix tagged text escaping & tests
|
2022-05-21 22:02:03 +03:00 |
|
triangle_shape.cpp
|
Add ui::triangle_shape
|
2021-03-05 22:50:09 +03:00 |