Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -4/+3 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -3/+5 | |
|/ | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -1/+1 | |
| | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -0/+2 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -1/+1 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Add application feature, which allows to build freestanding wgpu app | 2022-09-26 | 1 | -0/+2 | |
| | |||||
* | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 1 | -2/+0 | |
| | | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | ||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -5/+13 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -2/+2 | |
|\ | |||||
| * | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -2/+2 | |
| | | |||||
| * | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -1/+1 | |
| | | |||||
* | | Expose `system` module through feature flag | 2022-04-30 | 1 | -1/+3 | |
| | | |||||
* | | Add function helper in `iced_winit::system` | 2022-04-26 | 1 | -0/+1 | |
|/ | |||||
* | Use commit hash in `html_logo_url` | 2021-12-09 | 1 | -1/+1 | |
| | |||||
* | Added icon in docs | 2021-12-09 | 1 | -0/+3 | |
| | |||||
* | Implement `move_to` and `resize` commands for `window` | 2021-09-02 | 1 | -0/+1 | |
| | |||||
* | 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 | |