summaryrefslogtreecommitdiffstats
path: root/pure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-083-30/+80
|\
| * Allow overriding pure text_input value during drawLibravatar Cory Forsstrom2022-06-231-0/+26
| |
| * Prevent pane grid title bar content and controls from overlappingLibravatar mtkennerly2022-06-071-28/+50
| |
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-311-1/+1
| |
* | Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-297-15/+24
| |
* | Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez2022-06-072-15/+18
| |
* | Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez2022-06-077-34/+72
| |
* | Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-073-11/+24
| |
* | Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-072-9/+18
| |
* | Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-042-1/+4
| |
* | Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-012-4/+10
| |
* | Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-012-4/+15
| |
* | Implement theme styling for `PaneGrid`Libravatar Héctor Ramón Jiménez2022-06-011-7/+18
| |
* | Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez2022-06-012-1/+4
| | | | | | | | ... and wire up theming to the `styling` example.
* | Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-272-6/+8
| |
* | Fix examples and doc-testsLibravatar Héctor Ramón Jiménez2022-05-261-1/+4
| |
* | Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez2022-05-263-16/+12
| |
* | Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez2022-05-262-13/+26
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-1427-16/+101
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Use `Borrow` instead of `AsRef` to allow easier castingLibravatar Héctor Ramón Jiménez2022-05-062-11/+22
|
* Take `AsRef<Widget>` instead of `Element` in `Tree` APILibravatar Héctor Ramón Jiménez2022-05-062-13/+27
|
* Expose pure flex module as publicLibravatar Cory Forsstrom2022-05-051-2/+1
|
* Bump version of `iced_pure` :tada:Libravatar Héctor Ramón Jiménez2022-05-051-1/+1
|
* Fix vertical rule helperLibravatar Cory Forsstrom2022-05-041-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-3/+9
|
* Forbid `unused_results` and `rust_2018_idioms` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-022-5/+4
|
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-0222-28/+477
|
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-306-23/+21
|
* Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
|
* Reuse `Tooltip` draw logic in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-241-94/+24
|
* Reuse `tooltip::Position` from `iced_native` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-04-241-20/+8
|
* Implemented Tooltip as PureLibravatar Casper Rogild Storm2022-04-223-0/+323
|
* Use State::new() for State::default()Libravatar 0x1922022-03-291-3/+1
|
* Implement `Default` for `pure::State`Libravatar 0x1922022-03-291-0/+8
| | | | Impure Applications using pure widgets can now use a struct implementing `Default`
* Loose lifetime bounds in `pure::Widget` implementationsLibravatar Héctor Ramón Jiménez2022-03-298-18/+18
|
* Forward overlay() calls in iced_pure::element::MapLibravatar Marien Zwart2022-03-261-2/+16
| | | | | | | | If Map does not override overlay(), calling map() on a pure Element breaks any pick_list inside it (its overlay does not appear). Fix it by implementing overlay() the same way iced_native::element::Map does.
* Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez2022-03-222-0/+64
|
* Use application lifetime in `Into<Element>` implementation for `&str`Libravatar Héctor Ramón Jiménez2022-03-221-2/+1
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-1619-181/+199
| | | | ... and fix collisions with the new `helpers`
* Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2022-03-145-2/+1102
|
* Implement `pure` version of `ProgressBar` widgetLibravatar Héctor Ramón Jiménez2022-03-102-0/+114
|
* Implement `pure` version of `Rule` widgetLibravatar Héctor Ramón Jiménez2022-03-102-0/+110
|
* Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-0717-151/+17
|
* Implement `pure::Component` in `iced_lazy`Libravatar Héctor Ramón Jiménez2022-02-179-21/+18
|
* Fix `overlay` translation for `Scrollable` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-161-6/+19
|
* Add `pick_list` function helper in `iced_pure::widget`Libravatar Héctor Ramón Jiménez2022-02-161-0/+15
|
* Add `overlay` support in `iced_pure` and port `PickList` :tada:Libravatar Héctor Ramón Jiménez2022-02-169-0/+353
|
* Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`Libravatar Héctor Ramón Jiménez2022-02-1616-197/+101
|
* Implement `Space` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-132-0/+133
|
* Implement `Radio` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-132-0/+141
|