| .. |
|
asymmetric.cpp
|
Add ui::asymmetric element that supports width_first() reshaping
|
2022-05-16 12:09:58 +03:00 |
|
bmfont.cpp
|
Add rapidjson, msdf & bitmap fonts support and bmfont parser
|
2022-12-18 14:43:57 +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
|
Support arbitrary post-draw effect in ui::controller
|
2022-05-29 19:27:28 +03:00 |
|
default_element_factory.cpp
|
Support retrieving caption label from ui::window
|
2022-12-08 17:53:55 +03:00 |
|
default_fonts.cpp
|
Add rapidjson, msdf & bitmap fonts support and bmfont parser
|
2022-12-18 14:43:57 +03:00 |
|
edit.cpp
|
Make ui::edit::numeric validators accept max value length
|
2022-05-30 22:13:28 +03:00 |
|
element.cpp
|
Make ui::find_element_by_id traverse children in reverse order
|
2022-05-28 15:52:13 +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
|
Add rapidjson, msdf & bitmap fonts support and bmfont parser
|
2022-12-18 14:43:57 +03:00 |
|
label.cpp
|
Add rapidjson, msdf & bitmap fonts support and bmfont parser
|
2022-12-18 14:43:57 +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 |
|
msdf_font.cpp
|
Add rapidjson, msdf & bitmap fonts support and bmfont parser
|
2022-12-18 14:43:57 +03:00 |
|
null_shape.cpp
|
Add ui::null_shape
|
2022-02-19 13:00:31 +03:00 |
|
painter_impl.cpp
|
Add rapidjson, msdf & bitmap fonts support and bmfont parser
|
2022-12-18 14:43:57 +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
|
Support moving ui::screen child to top
|
2022-05-27 19:59:03 +03:00 |
|
scroller.cpp
|
Fix ui::scroller size constraints
|
2022-05-29 11:59:30 +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
|
Refactor ui::tagged_text to use allocated strings instead of string_views
|
2022-05-28 20:08:57 +03:00 |
|
triangle_shape.cpp
|
Add ui::triangle_shape
|
2021-03-05 22:50:09 +03:00 |