Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write missing documentation in `iced_native` | 2021-11-05 | 1 | -1/+1 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -0/+1 | |
| | |||||
* | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -0/+1 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -0/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -1/+1 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -2/+3 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -2/+2 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 1 | -2/+2 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Write missing docs and `Debug` implementations for `native` | 2021-09-13 | 1 | -2/+2 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -3/+5 | |
| | | | | | | | | | 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!) | ||||
* | Move `menu` module from `iced_native` to `iced_core` | 2021-07-12 | 1 | -4/+2 | |
| | |||||
* | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -1/+1 | |
| | |||||
* | Initial menu implementation | 2021-07-05 | 1 | -0/+2 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 1 | -2/+2 | |
| | |||||
* | Make `Clipboard` argument in `Widget` trait mutable | 2021-03-10 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -0/+1 | |
|\ | |||||
* | | Update graphs in crate docs | 2020-11-26 | 1 | -1/+1 | |
| | | |||||
* | | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -3/+1 | |
| | | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | | Introduce `event::Status` in `iced_native` | 2020-11-11 | 1 | -1/+1 | |
| | | |||||
* | | Write documentation for the new `overlay` API | 2020-07-10 | 1 | -2/+2 | |
| | | |||||
* | | Rename `Layer` to `overlay::Content` | 2020-07-08 | 1 | -3/+1 | |
| | | |||||
* | | 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 | |
| | | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`. | ||||
* | 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 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | 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 | |
| |