Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle `clipboard::Action` in `iced_winit` shell | 2021-09-02 | 1 | -1/+1 | |
| | |||||
* | Improve `window::Position` API | 2021-07-21 | 1 | -0/+2 | |
| | |||||
* | Update graphs in crate docs | 2020-11-26 | 1 | -1/+1 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -0/+2 | |
| | |||||
* | Write documentation for new `iced_winit` API | 2020-05-28 | 1 | -1/+1 | |
| | |||||
* | Introduce `Program` and `State` | 2020-05-21 | 1 | -11/+3 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -4/+3 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -1/+0 | |
| | |||||
* | Avoid `Size` name collision in`iced_winit` | 2020-02-09 | 1 | -1/+0 | |
| | |||||
* | Implement an opaque `Size` type | 2020-02-07 | 1 | -0/+2 | |
| | | | | It immutably ties physical and logical sizes to a specific scale factor. | ||||
* | Make Clipboard public | 2020-02-01 | 1 | -1/+1 | |
| | |||||
* | Forbid unsafe code and Rust 2018 idioms | 2020-01-20 | 1 | -2/+2 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -1/+2 | |
| | |||||
* | Expose `window::Mode` in `iced` | 2020-01-16 | 1 | -0/+2 | |
| | | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side. | ||||
* | Allow clipboard access in `Widget::on_event` | 2019-12-18 | 1 | -3/+5 | |
| | |||||
* | Write docs for subscriptions and reorganize a bit | 2019-12-14 | 1 | -0/+1 | |
| | |||||
* | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | 2019-12-04 | 1 | -2/+5 | |
| | |||||
* | Allow `Application` configuration with `Settings` | 2019-11-25 | 1 | -0/+2 | |
| | |||||
* | Write docs for `iced_winit` | 2019-11-22 | 1 | -0/+23 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -0/+1 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Enable debug view explicitly and test it in CI | 2019-11-03 | 1 | -5/+2 | |
| | |||||
* | Implement debug view and load system fonts | 2019-11-03 | 1 | -0/+11 | |
| | |||||
* | Move `winit::Application` to its own module | 2019-10-10 | 1 | -124/+2 | |
| | |||||
* | Move `winit` conversions to `iced_winit` | 2019-10-10 | 1 | -0/+2 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -0/+126 | |
| | | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | ||||
* | Open a window using `winit` | 2019-10-03 | 1 | -0/+1 | |
| | |||||
* | Start `iced_winit` and `iced_wgpu` | 2019-10-03 | 1 | -0/+1 | |