Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -58/+0 | |
| | |||||
* | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 1 | -1/+2 | |
| | |||||
* | Use `instant` to fix Wasm target | 2023-01-12 | 1 | -1/+1 | |
| | |||||
* | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -0/+6 | |
| | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | Fix latest `clippy` lints | 2022-08-17 | 1 | -1/+1 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 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!) | ||||
* | Add window::Event::Moved | 2021-07-26 | 1 | -0/+8 | |
| | |||||
* | Add `CloseRequested` variant to `window::Event` | 2021-03-30 | 1 | -0/+6 | |
| | |||||
* | Split `window::Event::Focused` into two variants | 2021-01-15 | 1 | -4/+7 | |
| | |||||
* | add focus event | 2021-01-15 | 1 | -0/+3 | |
| | |||||
* | Produce new window file events in `iced_winit` | 2020-01-16 | 1 | -3/+3 | |
| | |||||
* | Add file events to `iced_native::window::Event` | 2020-01-16 | 1 | -1/+21 | |
| | |||||
* | Add `window::Event::Resized` to `iced_native` | 2020-01-10 | 1 | -0/+12 | |