psemek/libs/ui/source
2022-03-02 23:02:39 +03:00
..
box_shape.cpp UI library prototype wip 2021-02-25 09:07:39 +03:00
button.cpp Fix button mouseover handling 2021-10-15 22:31:56 +03:00
checkbox.cpp Fix ui::checkbox::set_value 2022-02-07 13:39:40 +03:00
container_impl.cpp Add container_impl::size 2022-03-02 20:22:52 +03:00
controller.cpp Make ui controller root_proxy post on_reshape instead of calling it directly 2022-02-05 12:38:35 +03:00
default_element_factory.cpp Make image_view use texture_view instead of owning a texture 2022-02-17 18:54:14 +03:00
default_fonts.cpp Add new non-monospace font 2022-02-15 16:24:42 +03:00
element.cpp Fix element reshape caching 2022-03-01 14:17:56 +03:00
element_factory.cpp Introduce ui::toggle_button - a button that can be turned on/off 2022-02-17 18:55:00 +03:00
event_interceptor.cpp Make ui::event_interceptor only intercept mouse events when mouseover 2022-03-01 14:18:38 +03:00
frame.cpp UI elements should explicitly reset parent for their children 2021-03-04 13:58:15 +03:00
grid_layout.cpp Fix grid_layout remembering bounding box 2022-03-01 14:18:12 +03:00
image_view.cpp Make image_view respect style scale 2022-02-18 11:51:37 +03:00
kerned_font.cpp Fix kerned_font handling spaces 2022-02-16 11:33:14 +03:00
label.cpp Fix label stretch with lines ending in newline 2022-03-02 23:02:39 +03:00
monospace_font.cpp Fonts are guaranteed to preserve space symbols when shaping 2021-02-26 12:19:38 +03:00
null_shape.cpp Add ui::null_shape 2022-02-19 13:00:31 +03:00
painter_impl.cpp Log max batch count in ui painter 2022-02-19 19:40:19 +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 Finish scroller implementation: add scroll bars & scroll clamping 2022-02-20 13:51:19 +03:00
slider.cpp Add non-notifying versions of slider methods 2022-02-19 23:04:36 +03:00
spinbox.cpp UI spinbox implementation 2021-03-05 23:33:19 +03:00
style.cpp Add ui::style::scale 2022-02-15 11:23:14 +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