Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose additional helpers in `iced::pure` | 2022-02-13 | 2 | -5/+30 | |
| | |||||
* | Introduce lifetime to `on_change` handler for `Toggler` | 2022-02-13 | 1 | -2/+2 | |
| | |||||
* | Implement `Toggler` in `iced_pure` | 2022-02-13 | 3 | -0/+138 | |
| | |||||
* | Implement `Slider` in `iced_pure` | 2022-02-13 | 4 | -167/+503 | |
| | |||||
* | Implement `Image` in `iced_pure` | 2022-02-13 | 4 | -25/+134 | |
| | |||||
* | Add `max_width` to `Column` in `iced_pure` | 2022-02-12 | 2 | -2/+23 | |
| | |||||
* | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in ↵ | 2022-02-12 | 2 | -2/+42 | |
| | | | | `iced_pure` | ||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 18 | -95/+916 | |
| | | | | | | | | 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`. | ||||
* | Implement `TextInput` in `iced_pure` | 2022-02-12 | 3 | -448/+730 | |
| | |||||
* | Implement `Scrollable` in `iced_pure` | 2022-02-12 | 5 | -378/+810 | |
| | |||||
* | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 3 | -2/+97 | |
| | |||||
* | Reuse `Text` widget from `iced_native` in `iced_pure` | 2022-02-12 | 3 | -116/+19 | |
| | |||||
* | Implement `Container` widget in `iced_pure` | 2022-02-12 | 3 | -22/+305 | |
| | |||||
* | Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure` | 2022-02-11 | 2 | -4/+2 | |
| | |||||
* | Implement `Row` in `iced_pure` | 2022-02-11 | 2 | -0/+229 | |
| | |||||
* | Complete `Button` in `iced_pure` | 2022-02-11 | 1 | -2/+32 | |
| | |||||
* | Expose reusable `Button` logic | 2022-02-11 | 5 | -247/+228 | |
| | | | | ... and reuse it in `iced_pure`! | ||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 11 | -98/+103 | |
| | |||||
* | Expose function helpers to build widgets in `pure::widget` | 2022-02-11 | 3 | -7/+25 | |
| | | | | | `button("Hello")` is easier to write and read than `Button::new("Hello")`. | ||||
* | Expose `iced_pure` through a `pure` feature in `iced` | 2022-02-11 | 7 | -14/+344 | |
| | | | | | | 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 | 15 | -15/+16 | |
| | | | | `virtual` is a reserved keyword in Rust :grimacing: | ||||
* | Implement `Into<Element>` for `&'static str` in `iced_virtual` | 2022-02-10 | 5 | -14/+27 | |
| | |||||
* | Draft virtual `Button`, `Column`, and `Text` | 2022-02-10 | 15 | -101/+1177 | |
| | | | | ... as well as a very naive diffing strategy! | ||||
* | Draft `iced_virtual` subcrate | 2022-02-09 | 6 | -0/+223 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | 39 | -41/+39 | |
| | |||||
* | Add `index.html` to `counter` example | 2022-02-09 | 1 | -0/+12 | |
| | |||||
* | Merge pull request #1217 from SynergyBest/master | 2022-02-08 | 23 | -779/+42 | |
|\ | | | | | Fix links | ||||
| * | [ImgBot] Optimize images | 2022-02-07 | 14 | -739/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Total -- 967.49kb -> 703.99kb (27.24%) /docs/images/radio.png -- 5.29kb -> 1.58kb (70.18%) /docs/images/text_input.png -- 3.18kb -> 1.27kb (60.17%) /docs/images/checkbox.png -- 5.56kb -> 2.22kb (60.17%) /examples/color_palette/screenshot.png -- 102.74kb -> 43.75kb (57.42%) /examples/tour/images/ferris.png -- 32.29kb -> 15.91kb (50.73%) /docs/graphs/ecosystem.png -- 124.13kb -> 67.44kb (45.67%) /docs/graphs/iced.png -- 97.75kb -> 53.27kb (45.5%) /docs/graphs/native.png -- 57.90kb -> 33.67kb (41.85%) /docs/images/text.png -- 4.95kb -> 2.99kb (39.61%) /docs/graphs/foundations.png -- 18.19kb -> 11.19kb (38.46%) /examples/scrollable/screenshot.png -- 144.78kb -> 102.53kb (29.18%) /examples/svg/resources/tiger.svg -- 67.02kb -> 64.50kb (3.76%) /docs/logo.svg -- 1.37kb -> 1.35kb (1.57%) /docs/images/todos_desktop.jpg -- 302.36kb -> 302.33kb (0.01%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> | ||||
| * | Fix links | 2022-02-07 | 9 | -40/+40 | |
|/ | | | | | | Change dead links to updated ones. Change/Convert all file links to relative links so they are branch agnostic. | ||||
* | Merge pull request #1231 from ↵ | 2022-02-07 | 1 | -0/+8 | |
|\ | | | | | | | | | TannerRogalsky/allow-the-creation-of-unconnected-clipboard Allow the creation of a clipboard without a window. | ||||
| * | Allow the creation of a clipboard without a window. | 2022-02-05 | 1 | -0/+8 | |
|/ | |||||
* | Merge pull request #1225 from tarkah/feat/canvas-line-dash | 2022-02-04 | 5 | -10/+80 | |
|\ | | | | | Add line dash API | ||||
| * | Access `lyon_algorithms` indirectly through `lyon` | 2022-02-03 | 2 | -7/+3 | |
| | | |||||
| * | Ask for a slice of segments instead of ownership in `LineDash` | 2022-02-03 | 5 | -26/+26 | |
| | | |||||
| * | Fix examples, no longer Copy | 2022-01-27 | 1 | -2/+2 | |
| | | |||||
| * | Increase gap in example | 2022-01-27 | 1 | -1/+1 | |
| | | |||||
| * | Remove vec allocation | 2022-01-27 | 1 | -35/+36 | |
| | | |||||
| * | Add line dash API | 2022-01-27 | 6 | -3/+76 | |
| | | |||||
* | | Differentiate between question and discussion in issue templates | 2022-02-02 | 1 | -3/+6 | |
| | | |||||
* | | Make titles of issue templates more relatable | 2022-02-02 | 2 | -6/+6 | |
| | | |||||
* | | Remove `codebase` from bug report template | 2022-02-02 | 1 | -1/+1 | |
| | | | | | | | | | | ... since a bug report may not necessarily indicate an issue in the codebase. | ||||
* | | Improve description of `Discussion` contact link | 2022-02-02 | 1 | -1/+1 | |
| | | |||||
* | | Improve titles of issue templates | 2022-02-02 | 2 | -2/+2 | |
| | | |||||
* | | Add `config.yml` to `.github/ISSUE_TEMPLATE` | 2022-02-02 | 1 | -0/+8 | |
| | | |||||
* | | Fix capitalization of `title` in bug report template | 2022-02-02 | 1 | -1/+1 | |
| | | |||||
* | | Fix duplicate `label` field in bug report template | 2022-02-02 | 1 | -1/+1 | |
| | | |||||
* | | Remove newlines from bug report template | 2022-02-02 | 1 | -14/+6 | |
| | | |||||
* | | Fix missing closing backtick in bug report template | 2022-02-02 | 1 | -1/+1 | |
| | | |||||
* | | Add issue template for bug reports | 2022-02-02 | 1 | -0/+90 | |
| | | |||||
* | | Fix `default` backend in `iced_futures` | 2022-02-01 | 3 | -3/+18 | |
| | | | | | | | | Fixes #1228. |