iced/native/src
2023-03-14 11:05:41 -07:00
..
command Merge remote-tracking branch 'origin/master' into feat/multi-window-support 2023-02-15 14:55:02 -08:00
debug Fix: Clippy lint 'uninlined_format_args' 2023-01-27 14:02:48 -07:00
layout Remove Fill variant for Alignment 2023-02-27 16:54:28 +01:00
mouse Implement time module for wasm-bindgen backend in iced_futures 2022-01-28 21:37:17 +07:00
overlay Fix height of overlay::Menu 2023-02-18 08:45:54 +01:00
program Return ignored events in program::State::update 2022-09-28 19:36:55 +02:00
renderer Use Pixels for Text::size 2023-02-17 15:47:51 +01:00
system New short OS Version field; update doc strings 2022-09-23 15:41:47 -05:00
widget Merge remote-tracking branch 'origin/master' into feat/multi-window-support 2023-02-20 10:04:36 -08:00
window Added simpler MW example 2023-03-14 11:05:41 -07:00
clipboard.rs Use FnOnce in Command::perform 2022-08-17 15:54:31 +02:00
command.rs Annotate Command and Subscription with #[must_use] 2023-01-26 16:10:45 -08:00
element.rs Introduce custom method to widget::Operation trait 2023-01-14 03:20:30 +01:00
event.rs add window::Id to Event and Action 2023-01-09 11:27:04 -08:00
hasher.rs Address Clippy lints 2022-07-09 17:07:38 +02:00
image.rs Remove Clone bound for Bytes::new in image 2023-02-18 21:55:49 +01:00
keyboard.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
layout.rs Remove trait-specific draw logic in iced_native 2021-10-14 16:07:22 +07:00
lib.rs Bump versions 🎉 2023-02-18 12:04:40 +01:00
mouse.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
overlay.rs Fix some minor documentation inconsistencies 2023-01-24 01:59:34 +01:00
program.rs Replace stateful widgets with new iced_pure API 2022-07-27 06:49:20 +02:00
renderer.rs Fix: Clippy lint 'needless_lifetimes' 2023-01-27 13:50:52 -07:00
runtime.rs Use recently stabilized intra-doc links 2020-11-26 02:05:43 +01:00
shell.rs Add toast example 2023-01-17 17:10:58 -08:00
subscription.rs Merge remote-tracking branch 'origin/master' into feat/multi-window-support 2023-02-23 08:15:26 -08:00
svg.rs Fix: Clippy lint 'uninlined_format_args' 2023-01-27 14:02:48 -07:00
system.rs Introduce QueryInformation to system::Action 2022-04-26 18:54:23 -03:00
text.rs Use Pixels for Text::size 2023-02-17 15:47:51 +01:00
touch.rs Turn Touch into a touch::Event enum 2020-12-15 06:38:46 +01:00
user_interface.rs Fix base cursor position during UserInterface::draw when overlay is present 2023-02-18 21:52:08 +01:00
widget.rs Bump versions 🎉 2023-02-18 12:04:40 +01:00
window.rs Code cleanup, clearer comments + removed some unnecessary dupe; 2023-03-13 14:16:45 -07:00