summaryrefslogtreecommitdiffstats
path: root/examples/pokedex/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-12Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez1-9/+10
2024-07-12Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez1-5/+5
2024-07-09Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez1-7/+7
If you need to run a `Task` during boot, use `run_with` instead!
2024-06-19Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez1-1/+1
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-7/+7
2024-05-03Introduce `center` widget helperLibravatar Héctor Ramón Jiménez1-7/+2
... 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.
2024-05-01Make `image::Id` actually opaqueLibravatar Héctor Ramón Jiménez1-1/+1
2024-03-18fix: run `cargo fmt`Libravatar Richard Custodio1-3/+1
2024-03-18refactor: replace `text(format!(` with `text` macroLibravatar Richard Custodio1-1/+1
2024-03-17Move `Program` to `application` moduleLibravatar Héctor Ramón Jiménez1-1/+1
2024-03-16Reuse `Pokedex` search `Command` in `update` logicLibravatar Héctor Ramón Jiménez1-3/+3
2024-03-16Implement `Program::load` to specify startup `Command`Libravatar Héctor Ramón Jiménez1-9/+9
2024-03-16Introduce `Program` APILibravatar Héctor Ramón Jiménez1-9/+6
2024-03-04Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez1-4/+2
2023-09-07Update example dependenciesLibravatar Héctor Ramón Jiménez1-1/+1
2023-07-13Fix new `clippy` lint in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-02-17image: Allow any kind of data that implements `AsRef<[u8]>` for the image dataLibravatar Sebastian Dröge1-1/+1
It's not required anywhere for it to be a plain slice or a `Vec` and this makes it possible to use data allocated in a different way without copying.
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-5/+3
2022-07-27Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-69/+46
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-2/+1
... and check those in CI as well!
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-2/+2
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-28/+8
RFC: https://github.com/iced-rs/rfcs/pull/6
2021-12-07Remove unused fields in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-4/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Button`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-18Wire up styling to `Button` in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez1-6/+6
2021-09-20Introduce and use `CrossAlign` enum for `Column` and `Row`Libravatar Héctor Ramón Jiménez1-6/+6
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-7/+3
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
2021-04-12Run cargo fmtLibravatar Dispersia1-1/+4
2021-03-11Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez1-3/+7
2020-12-18Use `image::Viewer` in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-3/+8
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-1/+1
2020-09-08Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez1-1/+1
2020-03-31Implement `padding` support for `Container`Libravatar Héctor Ramón Jiménez1-1/+1
2020-03-30Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez1-1/+2
2020-02-06Add `font-family` to `Text` style in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+1
2020-02-06Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez1-6/+1
2020-02-05Make `pokedex` example work on WasmLibravatar Héctor Ramón Jiménez1-9/+30
2020-02-05Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-7/+7
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez1-0/+243