summaryrefslogtreecommitdiffstats
path: root/examples/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-212-2/+2
|
* Add helper functions for alignment to `widget` moduleLibravatar Héctor Ramón Jiménez2025-01-241-8/+4
|
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-12/+14
|
* Ask for explicit `Length` in `center_*` methodsLibravatar Héctor Ramón Jiménez2024-05-131-1/+1
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-12/+5
| | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
* Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`Libravatar Héctor Ramón Jiménez2024-03-241-1/+1
|
* Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-15/+5
|
* Use closures for `Svg::style`Libravatar Héctor Ramón Jiménez2024-03-121-6/+6
|
* Simplify theming for `Svg` widgetLibravatar Héctor Ramón Jiménez2024-03-061-4/+3
|
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-5/+3
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-1/+0
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-1/+2
| | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* Showcase color filtering in existing `svg` exampleLibravatar Héctor Ramón Jiménez2022-12-061-17/+54
| | | | ... and remove the `svg_style` example
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-5/+6
|
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* [ImgBot] Optimize imagesLibravatar ImgBotApp2022-02-071-725/+1
| | | | | | | | | | | | | | | | | | | | | *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>
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Merge branch 'master' into feature/container-paddingLibravatar Héctor Ramón Jiménez2020-03-312-6/+2
|\
| * Implement `svg::Handle::from_memory`Libravatar Héctor Ramón Jiménez2020-03-312-6/+2
| | | | | | | | Useful if you already have your SVG data in memory.
* | Implement `padding` support for `Container`Libravatar Héctor Ramón Jiménez2020-03-311-11/+10
|/
* Add `env_logger` to `svg` exampleLibravatar Héctor Ramón Jiménez2020-02-262-3/+9
|
* Create `README` files for all the examplesLibravatar Héctor Ramón Jiménez2020-02-211-0/+17
|
* Fix sample file path for svg exampleLibravatar Piaoger2020-02-201-1/+1
| | | Sample tiger.svg is move to resources after directory restructuring. This change is to correct the path
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-203-0/+771