Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement an opaque `Size` type | 2020-02-07 | 1 | -0/+2 | ||
* | 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 | ||
* | 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 | ||
* | 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 | ||
* | Open a window using `winit` | 2019-10-03 | 1 | -0/+1 | ||
* | Start `iced_winit` and `iced_wgpu` | 2019-10-03 | 1 | -0/+1 |