| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 123 | -362/+2895 |
|\ |
|
| * | Provide actual bounds to `Shader` primitives | Héctor Ramón Jiménez | 2023-11-28 | 3 | -24/+24 |
| * | Merge pull request #2141 from arslee07/patch-1 | Héctor Ramón | 2023-11-21 | 1 | -1/+1 |
| |\ |
|
| | * | Use the correct GIF for the progress bar example | arslee07 | 2023-11-22 | 1 | -1/+1 |
| * | | Fix `modal` and `toast` examples | Héctor Ramón Jiménez | 2023-11-21 | 2 | -0/+3 |
| |/ |
|
| * | Update `itertools` dependency for `game_of_life` example | Héctor Ramón Jiménez | 2023-11-15 | 1 | -1/+1 |
| * | Remove unused import in `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 1 | -1/+0 |
| * | Move `textures` directory outside of `src` in `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 8 | -7/+7 |
| * | Improve module hierarchy of `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 9 | -126/+121 |
| * | Remove `Default` implementation in `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 1 | -10/+7 |
| * | Rename `cubes` to `scene` in `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 2 | -31/+31 |
| * | Use a single source for amount of cubes in `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 1 | -4/+1 |
| * | Export `wgpu` crate in `shader` module in `iced_widget` | Héctor Ramón Jiménez | 2023-11-14 | 7 | -2/+11 |
| * | Create `shader` function helper in `iced_widget` | Héctor Ramón Jiménez | 2023-11-14 | 1 | -4/+3 |
| * | Re-organize `custom` module as `pipeline` module | Héctor Ramón Jiménez | 2023-11-14 | 2 | -10/+16 |
| * | Fix `clippy` lints :crab: | Héctor Ramón Jiménez | 2023-11-14 | 3 | -7/+7 |
| * | Update `wgpu` in `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 2 | -8/+17 |
| * | Added support for custom shader widget for iced_wgpu backend. | Bingus | 2023-11-14 | 20 | -0/+1620 |
| * | Add missing `'static` lifetimes to constant slices | Héctor Ramón Jiménez | 2023-11-12 | 3 | -3/+4 |
| * | Refactor texture image filtering | Héctor Ramón Jiménez | 2023-11-11 | 1 | -7/+37 |
| * | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+3 |
| |\ |
|
| | * | Update `wgpu` to `0.18` and `cosmic-text` to `0.10` | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+3 |
| * | | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 1 | -5/+5 |
| * | | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 23 | -90/+76 |
| |\| |
|
| | * | Fix lint in `screenshot` example | Héctor Ramón Jiménez | 2023-10-18 | 1 | -4/+1 |
| | * | Revert "Chore: Apply clippy map transformations" | Héctor Ramón Jiménez | 2023-09-20 | 2 | -5/+6 |
| | * | Run `cargo fmt` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| | * | Fix `clippy::unused_async` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -11/+20 |
| | * | Fix `clippy::manual_let_else` | Héctor Ramón Jiménez | 2023-09-20 | 6 | -22/+9 |
| | * | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -3/+3 |
| | * | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 7 | -11/+13 |
| | * | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -19/+12 |
| | * | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 5 | -5/+5 |
| | * | Merge pull request #2092 from nyurik/clippy | Héctor Ramón | 2023-09-19 | 2 | -2/+2 |
| | |\ |
|
| | | * | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 2023-09-19 | 2 | -2/+2 |
| | * | | Merge pull request #2090 from nyurik/mapping | Héctor Ramón | 2023-09-19 | 2 | -6/+5 |
| | |\ \ |
|
| | | * | | Chore: Apply clippy map transformations | Yuri Astrakhan | 2023-09-19 | 2 | -6/+5 |
| | | |/ |
|
| | * / | Chore: Inline format args for ease of reading | Yuri Astrakhan | 2023-09-19 | 5 | -12/+10 |
| | |/ |
|
| | * | Fix styling of horizontal scrollbar in `scrollable` example | Héctor Ramón Jiménez | 2023-09-14 | 1 | -2/+2 |
| * | | Add `text` helper method for `text_editor::Content` | Héctor Ramón Jiménez | 2023-09-22 | 1 | -18/+1 |
| * | | Introduce more themes to `iced_highlighter` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+5 |
| * | | Remove `syntect` dependency from `editor` example | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+0 |
| * | | Introduce new `iced_highlighter` subcrate | Héctor Ramón Jiménez | 2023-09-19 | 2 | -238/+15 |
| * | | Save file on `Cmd+S` in `editor` example | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+14 |
| * | | Simplify `editor` example | Héctor Ramón Jiménez | 2023-09-19 | 1 | -6/+6 |
| * | | Use `Font::MONOSPACE` in `editor` example | Héctor Ramón Jiménez | 2023-09-18 | 1 | -1/+1 |
| * | | Remove unnecessary `monospaced` flag in `Font` | Héctor Ramón Jiménez | 2023-09-18 | 1 | -4/+1 |
| * | | Fix `clippy` lints | Héctor Ramón Jiménez | 2023-09-18 | 1 | -4/+4 |
| * | | Flesh out the `editor` example a bit more | Héctor Ramón Jiménez | 2023-09-18 | 3 | -26/+269 |
| * | | Implement theme selector in `editor` example | Héctor Ramón Jiménez | 2023-09-18 | 1 | -19/+82 |