summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Apply scaling during `Frame::fill_text` in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2024-01-171-8/+24
| * | | Apply scaling during `Frame::fill_text` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-01-171-6/+34
| * | | Add `vectorial_text` exampleLibravatar Héctor Ramón Jiménez2024-01-172-0/+184
|/ / /
* | | Merge pull request #2169 from iced-rs/update-winitLibravatar Héctor Ramón2024-01-1735-1234/+1875
|\ \ \
| * | | Fine-tune event loop of `multi-window` applicationsLibravatar Héctor Ramón Jiménez2024-01-171-96/+123
| * | | Use `SmolStr` for `text` field in `KeyPressed` eventLibravatar Héctor Ramón Jiménez2024-01-164-5/+6
| * | | Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-1624-461/+1277
| * | | Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-1693-973/+1645
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2203 from iced-rs/update-glyphonLibravatar Héctor Ramón2024-01-164-23/+5
|\ \ \ \
| * | | | Update `rfd` to `0.13`Libravatar Héctor Ramón Jiménez2024-01-151-1/+1
| * | | | Update `glyphon` to `0.4`Libravatar Héctor Ramón Jiménez2024-01-153-22/+4
|/ / / /
* | | | Merge pull request #2192 from iced-rs/fix/layout-inconsistenciesLibravatar Héctor Ramón2024-01-1273-792/+1314
|\ \ \ \
| * | | | Fix `websocket` exampleLibravatar Héctor Ramón Jiménez2024-01-111-1/+1
| * | | | Make `Button` sizing strategy adaptiveLibravatar Héctor Ramón Jiménez2024-01-113-13/+20
| * | | | Loosen cross axis constraint for main axis fills in `flex` layoutLibravatar Héctor Ramón Jiménez2024-01-111-9/+4
| * | | | Use multiple squares instead of `vertical_space` in `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-4/+14
| * | | | Showcase more layouts in `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-102-14/+132
| * | | | Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-105-21/+60
| * | | | Add `explain` toggle to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-102-11/+56
| * | | | Use `flatten` instead of `filter_map` in `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-1/+1
| * | | | Add basic controls to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-103-15/+84
| * | | | Use first-class functions in `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-60/+83
| * | | | Fix `cross` calculation in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-103-22/+16
| * | | | Fix broken doc links in `layout::Node` APILibravatar Héctor Ramón Jiménez2024-01-101-2/+2
| * | | | Fix unnecessary `into` call in `Container::new`Libravatar Héctor Ramón Jiménez2024-01-101-1/+1
| * | | | Make `column` and `row` take an `IntoIterator`Libravatar Héctor Ramón Jiménez2024-01-103-10/+8
| * | | | Fix `size_hint` for `keyed_column`Libravatar Héctor Ramón Jiménez2024-01-103-28/+27
| * | | | Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-1026-131/+193
| * | | | Reduce `padding` of `scrollable` exampleLibravatar Héctor Ramón Jiménez2024-01-101-1/+1
| * | | | Fix `cross` axis calculation in `flex` layoutLibravatar Héctor Ramón Jiménez2024-01-101-0/+1
| * | | | Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-1042-275/+212
| * | | | Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-1017-124/+211
| * | | | Create `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-105-2/+135
| * | | | Use `max_cross` if all elements are fluid in `layout::flex`Libravatar Héctor Ramón Jiménez2024-01-041-4/+3
| * | | | Fix available space provided to children with non-fill main axis but fill cro...Libravatar Héctor Ramón Jiménez2024-01-041-3/+6
| * | | | Determine cross-axis max length based on contents if `Shrink`Libravatar Héctor Ramón Jiménez2024-01-041-17/+29
| * | | | Fix needless borrow in `row::layout`Libravatar Héctor Ramón Jiménez2024-01-041-1/+1
| * | | | Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-0446-274/+265
* | | | | Merge pull request #2199 from iced-rs/fix/clip-text-input-selectionLibravatar Héctor Ramón2024-01-121-23/+31
|\ \ \ \ \
| * | | | | Fix clipping of `TextInput` selectionLibravatar Héctor Ramón Jiménez2024-01-121-23/+31
|/ / / / /
* | | | | Merge pull request #2158 from iced-rs/feature/raw-text-primitiveLibravatar Héctor Ramón2024-01-128-4/+131
|\ \ \ \ \
| * | | | | Introduce `RawText` to `Primitive` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-12-058-4/+131
* | | | | | Merge pull request #2197 from tzemanovic/wgpu-renderer-sendLibravatar Héctor Ramón2024-01-111-2/+2
|\ \ \ \ \ \
| * | | | | | wgpu: require `Send` on stored pipelinesLibravatar Tomáš Zemanovič2024-01-111-2/+2
|/ / / / / /
* | | | | | Merge pull request #2196 from iced-rs/fix/paragraph_grapheme_positionLibravatar Héctor Ramón2024-01-111-10/+15
|\ \ \ \ \ \
| * | | | | | Avoid division by zero in `grapheme_position`Libravatar Héctor Ramón Jiménez2024-01-111-1/+1
| * | | | | | Fix `grapheme_position` when ligatures are presentLibravatar Héctor Ramón Jiménez2024-01-111-10/+15
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2189 from Calastrophe/masterLibravatar Héctor Ramón2024-01-095-1/+70
|\ \ \ \ \ \
| * | | | | | Small documentation typo fixedLibravatar Calastrophe2024-01-091-1/+1
| * | | | | | Implemented fetch_maximized and fetch_minimizedLibravatar Calastrophe2024-01-094-0/+69