summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `wgpu` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-04-081-12/+15
|
* Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez2023-03-302-7/+10
|
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-03-173-15/+7
|\
| * Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez2023-03-142-14/+6
| |
| * Use correct package name in checkbox example docsLibravatar lupd2023-03-081-1/+1
| |
* | Merge branch 'master' into feature/software-rendererLibravatar Héctor Ramón Jiménez2023-03-074-5/+26
|\|
| * Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-031-11/+4
| |
| * Added example of toggling fullscreen to TODOs.Libravatar Bingus2023-03-021-2/+28
| |
| * Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez2023-02-273-4/+6
| | | | | | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options!
* | Enable renderer backends in `integration` exampleLibravatar Héctor Ramón Jiménez2023-03-071-0/+1
| |
* | Use default features in `svg` exampleLibravatar Héctor Ramón Jiménez2023-03-071-1/+1
| |
* | Implement `vector` pipeline in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-071-1/+1
| |
* | Move `webgl` feature selection for `wgpu` into `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-052-3/+3
| |
* | Remove generic `Hasher` and `Event` from `subscription::Recipe`Libravatar Héctor Ramón Jiménez2023-03-055-8/+4
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-0424-163/+143
| |
* | Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez2023-03-036-6/+6
| | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates
* | Fix `Clip` primitive translation in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-1/+1
| |
* | Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-0110-80/+100
| |
* | Fix `checkbox` exampleLibravatar Héctor Ramón Jiménez2023-02-242-9/+19
| |
* | Reuse a `RenderPass` as much as possible in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-0/+1
| |
* | Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez2023-02-241-9/+0
| | | | | | | | And get rid of the staging belt! :tada:
* | Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez2023-02-241-5/+10
| |
* | Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez2023-02-242-4/+1
| |
* | Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-2/+7
| |
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-2414-421/+3
|/
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-1714-38/+34
|
* image: Allow any kind of data that implements `AsRef<[u8]>` for the image dataLibravatar Sebastian Dröge2023-02-171-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.
* Merge pull request #1665 from Jedsek/patch-2Libravatar Héctor Ramón2023-02-171-5/+7
|\ | | | | Minor update: `example/qr_code`
| * Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
| |
| * Update main.rsLibravatar Jedsek2023-01-201-1/+1
| |
| * Update main.rsLibravatar Jedsek2023-01-201-5/+7
| | | | | | The app should not render qr_code when data is empty
* | Added the ability to change checkbox iconLibravatar Casper Storm2023-02-164-0/+84
| |
* | Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-2714-23/+20
| |
* | Merge pull request #1655 from tarkah/feat/group-overlayLibravatar Héctor Ramón2023-01-242-0/+680
|\ \ | |/ |/| Group Overlay
| * Rename method to is_overLibravatar Cory Forsstrom2023-01-171-5/+1
| |
| * Add toast exampleLibravatar Cory Forsstrom2023-01-172-0/+684
| |
* | Fix `#[default]` in `preset` for `game_of_life` exampleLibravatar Héctor Ramón2023-01-191-1/+1
| |
* | Update preset.rsLibravatar Jedsek2023-01-191-7/+2
|/
* Merge pull request #1647 from iced-rs/feature/widget-request-redrawLibravatar Héctor Ramón2023-01-134-29/+26
|\ | | | | Widget-driven animations
| * Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez2023-01-121-2/+1
| | | | | | | | ... and use it in the `solar_system` example :tada:
| * Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-123-27/+25
| | | | | | | | ... and implement `TextInput` cursor blink :tada:
* | feat: provide `&Dependency` to `Lazy` widget `View`Libravatar Nick Senger2023-01-111-1/+1
| |
* | clippyLibravatar Nick Senger2023-01-101-3/+9
| |
* | add overlays to `Lazy` exampleLibravatar Nick Senger2023-01-101-24/+130
| |
* | cleanup `Lazy` examplesLibravatar Nick Senger2023-01-103-150/+1
|/
* Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez2023-01-081-0/+2
|
* Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-082-9/+9
|
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-293-83/+57
| | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-295-186/+330
|