Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -58/+0 | ||
2023-01-12 | Use `instant` instead of `wasm-timer` in `iced_core` | 1 | -1/+2 | ||
2023-01-12 | Use `instant` to fix Wasm target | 1 | -1/+1 | ||
2023-01-12 | Draft `Shell:request_redraw` API | 1 | -0/+6 | ||
... and implement `TextInput` cursor blink :tada: | |||||
2022-08-17 | Fix latest `clippy` lints | 1 | -1/+1 | ||
2021-09-02 | Make `Command` implementations platform-specific | 1 | -3/+2 | ||
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | |||||
2021-07-26 | Add window::Event::Moved | 1 | -0/+8 | ||
2021-03-30 | Add `CloseRequested` variant to `window::Event` | 1 | -0/+6 | ||
2021-01-15 | Split `window::Event::Focused` into two variants | 1 | -4/+7 | ||
2021-01-15 | add focus event | 1 | -0/+3 | ||
2020-01-16 | Produce new window file events in `iced_winit` | 1 | -3/+3 | ||
2020-01-16 | Add file events to `iced_native::window::Event` | 1 | -1/+21 | ||
2020-01-10 | Add `window::Event::Resized` to `iced_native` | 1 | -0/+12 | ||