Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -78/+0 | ||
2023-01-09 | add `window::Id` to `Event` and `Action` | 1 | -1/+1 | ||
2022-08-17 | Fix latest `clippy` lints | 1 | -2/+2 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -1/+1 | ||
2021-06-25 | Use new enum variant and new winit repo | 1 | -4/+21 | ||
2021-06-25 | Added events for url handling and create example | 1 | -0/+4 | ||
2020-12-15 | Turn `Touch` into a `touch::Event` enum | 1 | -1/+1 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -7/+0 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-12 | Implement event capturing for `Column` | 1 | -0/+21 | ||
2020-11-12 | Implement event capturing for `Button` | 1 | -1/+1 | ||
2020-11-12 | Make `Widget::on_event` return an `event::Status` | 1 | -6/+3 | ||
2020-11-11 | Introduce `event::Status` in `iced_native` | 1 | -1/+22 | ||
2020-04-30 | Remove inconsistent `input` module in `iced_native` | 1 | -4/+1 | ||
2020-03-19 | Turn `Touch` into a struct and add finger id | 1 | -3/+3 | ||
2020-03-18 | Added initial touch events to support iOS | 1 | -1/+4 | ||
2020-01-16 | Add file events to `iced_native::window::Event` | 1 | -1/+1 | ||
2020-01-10 | Add `window::Event::Resized` to `iced_native` | 1 | -1/+7 | ||
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -0/+0 | ||
2019-09-14 | Rethink workspace structure | 1 | -0/+0 | ||
2019-09-10 | Switch to workspace layout | 1 | -0/+0 | ||
2019-09-05 | Ask users to share use cases | 1 | -0/+5 | ||
2019-07-20 | Decouple `iced` from `coffee` | 1 | -0/+11 | ||