Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 1 | -2/+2 | ||
* | | Introduce `Layer` trait | 2020-07-08 | 1 | -0/+2 | ||
* | | Introduce `Widget::overlay` :tada: | 2020-07-08 | 1 | -1/+3 | ||
* | | Fix `iced_native` mention of old `window::Backend` | 2020-05-28 | 1 | -5/+1 | ||
* | | Write documentation for new `iced_native` API | 2020-05-28 | 1 | -1/+1 | ||
* | | Introduce `Program` and `State` | 2020-05-21 | 1 | -1/+13 | ||
* | | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -2/+2 | ||
* | | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 1 | -1/+2 | ||
* | | Move `MouseCursor` to `iced_core` | 2020-04-29 | 1 | -4/+2 | ||
* | | Fix `window::Renderer` link in `iced_winit` docs | 2020-04-02 | 1 | -2/+2 | ||
* | | Write documentation for `pane_grid` | 2020-03-19 | 1 | -3/+3 | ||
* | | Draft `Panes` widget and `panes` example | 2020-03-04 | 1 | -1/+1 | ||
|/ | ||||||
* | Move `Size` to `iced_core` | 2020-02-14 | 1 | -3/+1 | ||
* | Forbid unsafe code and Rust 2018 idioms | 2020-01-20 | 1 | -2/+2 | ||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -2/+5 | ||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -2/+5 | ||
* | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 1 | -2/+2 | ||
* | Add `window::Event::Resized` to `iced_native` | 2020-01-10 | 1 | -0/+1 | ||
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -0/+2 | ||
* | Write docs for subscriptions and reorganize a bit | 2019-12-14 | 1 | -1/+1 | ||
* | Allow listening to runtime events in subscriptions | 2019-12-08 | 1 | -3/+5 | ||
* | Draft first version of event subscriptions :tada: | 2019-12-05 | 1 | -2/+2 | ||
* | Finish `iced_native` usage section | 2019-11-22 | 1 | -1/+7 | ||
* | Uncomment missing debug implementations rule | 2019-11-22 | 1 | -1/+1 | ||
* | Write docs for `iced` and `iced_native` | 2019-11-22 | 1 | -150/+22 | ||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -51/+10 | ||
* | Implement future-based `Command` in `iced_core` | 2019-11-17 | 1 | -1/+1 | ||
* | Draft `Font` type and implement `Text::font` | 2019-11-13 | 1 | -1/+1 | ||
* | Fix doc comments and remove `Align` from `tour` | 2019-11-11 | 1 | -7/+12 | ||
* | Implement `Container` widget | 2019-11-11 | 1 | -1/+1 | ||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -0/+2 | ||
* | Draft new layout API | 2019-11-10 | 1 | -8/+1 | ||
* | Add horizontal offset to `Primitive::Clip` | 2019-11-05 | 1 | -3/+1 | ||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -1/+1 | ||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -0/+2 | ||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -5/+7 | ||
* | Move `MouseCursor` to `iced_wgpu` | 2019-10-05 | 1 | -4/+1 | ||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -4/+7 | ||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+228 |