iced/widget/src
Bingus 633f405f3f
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
# Conflicts:
#	Cargo.toml
#	core/src/window/icon.rs
#	core/src/window/id.rs
#	core/src/window/position.rs
#	core/src/window/settings.rs
#	examples/integration/src/main.rs
#	examples/integration_opengl/src/main.rs
#	glutin/src/application.rs
#	native/src/subscription.rs
#	native/src/window.rs
#	runtime/src/window/action.rs
#	src/lib.rs
#	src/window.rs
#	winit/Cargo.toml
#	winit/src/application.rs
#	winit/src/icon.rs
#	winit/src/settings.rs
#	winit/src/window.rs
2023-07-12 12:23:18 -07:00
..
canvas Introduce custom backend-specific primitives 2023-06-29 07:18:20 +02:00
image Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
lazy fix: request redraw in component overlay 2023-07-09 12:46:43 -07:00
overlay Make overlay::Menu publish messages on selection 2023-06-14 11:25:05 +02:00
pane_grid Introduce drop helper to pane_grid::State 2023-07-06 07:57:24 +02:00
text_input Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
button.rs Merge pull request #1845 from bungoboingo/feat/offscreen-rendering 2023-06-27 20:37:19 +02:00
canvas.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
checkbox.rs Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
column.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
container.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
helpers.rs Enable doc_auto_cfg when generating documentation 2023-05-11 17:28:51 +02:00
image.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
lazy.rs Update ouroboros dependency 2023-06-21 01:56:27 +02:00
lib.rs Enable doc_auto_cfg when generating documentation 2023-05-11 17:28:51 +02:00
mouse_area.rs Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
overlay.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
pane_grid.rs Remove useless conversion in widget::pane_grid 2023-07-06 08:26:46 +02:00
pick_list.rs Make overlay::Menu publish messages on selection 2023-06-14 11:25:05 +02:00
progress_bar.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
qr_code.rs Introduce custom backend-specific primitives 2023-06-29 07:18:20 +02:00
radio.rs Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
row.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
rule.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
scrollable.rs Remove unnecessary cursor unavailability logic in scrollable 2023-07-12 10:13:15 +02:00
slider.rs Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00
space.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
svg.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
text.rs Write missing documentation in iced_widget 2023-05-11 15:40:57 +02:00
text_input.rs Merge remote-tracking branch 'origin/master' into feat/multi-window-support 2023-07-12 12:23:18 -07:00
toggler.rs Add touch support for toggler. (#1935) 2023-06-29 06:14:21 +00:00
tooltip.rs Remove useless conversions in widget::tooltip 2023-07-12 03:48:26 +02:00
vertical_slider.rs Take Rectangle by value in Cursor API 2023-06-08 20:16:46 +02:00