psemek/libs/ui/source
2022-05-22 11:16:01 +03:00
..
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 Remove ui::painter::draw_glyph, introduce ui::painter::color_mode used for switching between mix/multiply in draw_image 2022-05-19 12:15:16 +03:00
element.cpp Make ui::element store style as non-const 2022-05-15 13:17:20 +03:00
element_factory.cpp Remove toggle_button, make checkbox support children by default 2022-05-17 22:03:40 +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 Support color tag in ui::label 2022-05-22 11:16:01 +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 Remove ui::painter::draw_glyph, introduce ui::painter::color_mode used for switching between mix/multiply in draw_image 2022-05-19 12:15:16 +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 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 Remove label font_type setting & move it to style 2022-05-19 21:33:48 +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