iced/native/src
Sebastian Zivota c3643eaf6d Add step member to slider widgets
Both the native and the web slider now have a member `step` to control
the least possible change of the slider's value. It defaults to 1.0
for all sliders and can be adjusted with the step method.
2020-06-11 00:18:24 +02:00
..
debug Write documentation for new iced_winit API 2020-05-28 02:49:32 +02:00
layout Implement padding support for Container 2020-03-31 01:21:51 +02:00
mouse Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
program Request a redraw only on relevant events 2020-06-09 15:45:57 +02:00
renderer Make Font an associated type of text_input::Renderer 2020-05-29 15:37:25 -04:00
subscription Make subscription::Recipe cross-platform 2020-03-26 14:55:02 +01:00
widget Add step member to slider widgets 2020-06-11 00:18:24 +02:00
window Refactor Viewport and Compositor 2020-05-20 20:28:35 +02:00
clipboard.rs Allow clipboard access in Widget::on_event 2019-12-18 07:45:49 +01:00
element.rs Make Font an associated type of text::Renderer 2020-04-23 22:17:11 +02:00
event.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
hasher.rs Create iced_core and iced_native 2019-09-20 19:15:31 +02:00
keyboard.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
layout.rs Move Debugger and Windowed to a better location 2020-01-10 01:58:55 +01:00
lib.rs Fix iced_native mention of old window::Backend 2020-05-28 21:30:33 +02:00
mouse.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
program.rs Write documentation for iced_glutin 2020-05-28 02:57:03 +02:00
renderer.rs Make layout bounds explicit in UserInterface 2020-01-10 03:10:58 +01:00
runtime.rs Add Application::Executor associated type 2020-01-20 04:47:36 +01:00
subscription.rs Add Application::Executor associated type 2020-01-20 04:47:36 +01:00
user_interface.rs Draft new iced_graphics crate 🎉 2020-05-19 17:15:44 +02:00
widget.rs Add examples to iced_native::Widget 2020-04-02 03:44:14 +02:00
window.rs Refactor Viewport and Compositor 2020-05-20 20:28:35 +02:00