Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump versions :tada: | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Update `README` | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -10/+10 | |
| | |||||
* | Merge pull request #1505 from ids1024/weak-dep-feature | 2022-11-08 | 1 | -4/+1 | |
|\ | | | | | Combine `glow_default_system_font` and `default_system_font` features | ||||
| * | Combine `glow_default_system_font` and `default_system_font` features | 2022-11-03 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | Apparently "weak dependency features" have been stable since Rust 1.60.0, allowing a feature to enable a feature of a dependency only if that dependency is enabled elsewhere. So having a separate feature for this with glow is unnecessary now. Also remove the `resolver` setting which is redundant on edition 2021. | ||||
* | | Update `image` dependency to `0.24` | 2022-11-05 | 1 | -1/+1 | |
| | | |||||
* | | Add image/svg support to `iced_glow` | 2022-11-05 | 1 | -2/+2 | |
|/ | | | | | | | | | | https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API. | ||||
* | Merge branch 'master' into fear/linear-gradients | 2022-11-03 | 1 | -0/+1 | |
|\ | |||||
| * | Rename `cached` example to `lazy` | 2022-11-03 | 1 | -1/+1 | |
| | | |||||
| * | add example | 2022-11-03 | 1 | -0/+1 | |
| | | |||||
* | | Merge branch 'master' into fear/linear-gradients | 2022-10-07 | 1 | -0/+1 | |
|\| | |||||
| * | Working multitouch example | 2022-10-04 | 1 | -0/+1 | |
| | | |||||
* | | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -1/+0 | |
| | | |||||
* | | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -0/+1 | |
|/ | |||||
* | Remove `application` feature from `iced` crate | 2022-09-26 | 1 | -4/+2 | |
| | |||||
* | Add application feature, which allows to build freestanding wgpu app | 2022-09-26 | 1 | -1/+3 | |
| | |||||
* | Merge pull request #1174 from daladim/icon_from_file | 2022-09-23 | 1 | -1/+6 | |
|\ | | | | | Added convenience functions for window::icon::Icon | ||||
| * | Added convenience functions for window::icon::Icon | 2022-03-01 | 1 | -1/+6 | |
| | | |||||
* | | Implement sierpinski-triangle example | 2022-09-23 | 1 | -0/+1 | |
| | | |||||
* | | Remove old pure feature from docs.rs build metadata | 2022-08-31 | 1 | -1/+1 | |
| | | |||||
* | | Enable `arc` example | 2022-07-27 | 1 | -0/+1 | |
| | | |||||
* | | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -14/+0 | |
| | | |||||
* | | add pure version of color_palette example | 2022-07-27 | 1 | -0/+1 | |
| | | |||||
* | | Add custom profile release-opt | 2022-07-14 | 1 | -0/+10 | |
| | | |||||
* | | Add and purify `arc` example by @ThatsNoMoon | 2022-07-10 | 1 | -0/+1 | |
| | | |||||
* | | Merge branch 'master' into dev/system-information | 2022-05-04 | 1 | -12/+13 | |
|\ \ | |||||
| * | | Bump version :tada: | 2022-05-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Bump version in `README` | 2022-05-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Bump versions :tada: | 2022-05-02 | 1 | -11/+11 | |
| | | | |||||
| * | | Enable `pure` feature in `docs.rs` | 2022-05-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Implemented Tooltip as Pure | 2022-04-22 | 1 | -0/+1 | |
| | | | |||||
* | | | Sort workspace members in `Cargo.toml` | 2022-05-04 | 1 | -2/+2 | |
| | | | |||||
* | | | Expose `system` module through feature flag | 2022-04-30 | 1 | -0/+2 | |
| | | | |||||
* | | | Simplify the `QueryInformation` Action | 2022-04-27 | 1 | -2/+0 | |
| | | | |||||
* | | | Add `system_information` example | 2022-04-26 | 1 | -0/+1 | |
| | | | |||||
* | | | Add `sysinfo` crate through feature flag | 2022-04-26 | 1 | -0/+2 | |
|/ / | |||||
* | | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 1 | -0/+1 | |
| | | |||||
* | | Implement `pure` version of `game_of_life` example :tada: | 2022-03-09 | 1 | -0/+1 | |
| | | |||||
* | | Implement `pure` version of `Canvas` widget | 2022-03-09 | 1 | -1/+1 | |
| | | |||||
* | | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -8/+6 | |
| | | | | | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | | Implement `pure` version of `component` example | 2022-02-17 | 1 | -0/+1 | |
| | | |||||
* | | Implement `pure` version of `pick_list` example :tada: | 2022-02-16 | 1 | -0/+1 | |
| | | |||||
* | | Implement `pure` version of the `tour` example :tada: | 2022-02-13 | 1 | -0/+1 | |
| | | |||||
* | | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. | ||||
* | | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: | ||||
* | | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -2/+2 | |
| | | | | | | | | `virtual` is a reserved keyword in Rust :grimacing: | ||||
* | | Draft virtual `Button`, `Column`, and `Text` | 2022-02-10 | 1 | -0/+1 | |
| | | | | | | | | ... as well as a very naive diffing strategy! | ||||
* | | Draft `iced_virtual` subcrate | 2022-02-09 | 1 | -0/+1 | |
|/ | | | | | | | | | | | | | | | | | | | | | The idea here is to expose a set of "virtual widgets" that can be used with a `Virtual` widget and its `virtual::State`. A virtual widget is a widget that does not contain any state, but instead is a "virtual" representation of the "real" widget. The real widgets are stored in the `virtual::State`. Every time a new virtual widget tree is created during `view`, it is compared to the previous one and "real" widgets are added / removed to the `virtual::State`. Effectively, this removes the need to keep track of local widget state in the application state and allows `view` to take an immutable reference to `self`. To summarize, using this crate should allow users to remove `State` structs in their application state. Eventually, the strategy used here may be adopted generally and, as a result, all of the widgets in `iced_native` would be replaced! | ||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -6/+5 | |
| |