Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 24 | -461/+1277 | |
| | |||||
* | Merge branch 'master' into update-winit | 2024-01-16 | 93 | -973/+1645 | |
|\ | |||||
| * | Merge pull request #2203 from iced-rs/update-glyphon | 2024-01-16 | 4 | -23/+5 | |
| |\ | | | | | | | Update `glyphon` to `0.4` | ||||
| | * | Update `rfd` to `0.13` | 2024-01-15 | 1 | -1/+1 | |
| | | | |||||
| | * | Update `glyphon` to `0.4` | 2024-01-15 | 3 | -22/+4 | |
| |/ | | | | | | | `Color` is now always in the sRGB color space. | ||||
| * | Merge pull request #2192 from iced-rs/fix/layout-inconsistencies | 2024-01-12 | 73 | -792/+1314 | |
| |\ | | | | | | | Layout consistency | ||||
| | * | Fix `websocket` example | 2024-01-11 | 1 | -1/+1 | |
| | | | |||||
| | * | Make `Button` sizing strategy adaptive | 2024-01-11 | 3 | -13/+20 | |
| | | | |||||
| | * | Loosen cross axis constraint for main axis fills in `flex` layout | 2024-01-11 | 1 | -9/+4 | |
| | | | |||||
| | * | Use multiple squares instead of `vertical_space` in `layout` example | 2024-01-10 | 1 | -4/+14 | |
| | | | |||||
| | * | Showcase more layouts in `layout` example | 2024-01-10 | 2 | -14/+132 | |
| | | | |||||
| | * | Add `Theme` selector to `layout` example | 2024-01-10 | 5 | -21/+60 | |
| | | | |||||
| | * | Add `explain` toggle to `layout` example | 2024-01-10 | 2 | -11/+56 | |
| | | | |||||
| | * | Use `flatten` instead of `filter_map` in `layout` example | 2024-01-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Add basic controls to `layout` example | 2024-01-10 | 3 | -15/+84 | |
| | | | |||||
| | * | Use first-class functions in `layout` example | 2024-01-10 | 1 | -60/+83 | |
| | | | |||||
| | * | Fix `cross` calculation in `layout::flex` | 2024-01-10 | 3 | -22/+16 | |
| | | | |||||
| | * | Fix broken doc links in `layout::Node` API | 2024-01-10 | 1 | -2/+2 | |
| | | | |||||
| | * | Fix unnecessary `into` call in `Container::new` | 2024-01-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Make `column` and `row` take an `IntoIterator` | 2024-01-10 | 3 | -10/+8 | |
| | | | |||||
| | * | Fix `size_hint` for `keyed_column` | 2024-01-10 | 3 | -28/+27 | |
| | | | |||||
| | * | Introduce useful helpers in `layout` module | 2024-01-10 | 26 | -131/+193 | |
| | | | |||||
| | * | Reduce `padding` of `scrollable` example | 2024-01-10 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix `cross` axis calculation in `flex` layout | 2024-01-10 | 1 | -0/+1 | |
| | | | |||||
| | * | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 42 | -275/+212 | |
| | | | |||||
| | * | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 17 | -124/+211 | |
| | | | |||||
| | * | Create `layout` example | 2024-01-10 | 5 | -2/+135 | |
| | | | |||||
| | * | Use `max_cross` if all elements are fluid in `layout::flex` | 2024-01-04 | 1 | -4/+3 | |
| | | | |||||
| | * | Fix available space provided to children with non-fill main axis but fill ↵ | 2024-01-04 | 1 | -3/+6 | |
| | | | | | | | | | | | | cross axis | ||||
| | * | Determine cross-axis max length based on contents if `Shrink` | 2024-01-04 | 1 | -17/+29 | |
| | | | |||||
| | * | Fix needless borrow in `row::layout` | 2024-01-04 | 1 | -1/+1 | |
| | | | |||||
| | * | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 46 | -274/+265 | |
| | | | |||||
| * | | Merge pull request #2199 from iced-rs/fix/clip-text-input-selection | 2024-01-12 | 1 | -23/+31 | |
| |\ \ | | | | | | | | | Fix clipping of `TextInput` selection | ||||
| | * | | Fix clipping of `TextInput` selection | 2024-01-12 | 1 | -23/+31 | |
| |/ / | |||||
| * | | Merge pull request #2158 from iced-rs/feature/raw-text-primitive | 2024-01-12 | 8 | -4/+131 | |
| |\ \ | | | | | | | | | Introduce `RawText` to `Primitive` in `iced_graphics` | ||||
| | * | | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 8 | -4/+131 | |
| | | | | | | | | | | | | | | | | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
| * | | | Merge pull request #2197 from tzemanovic/wgpu-renderer-send | 2024-01-11 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | wgpu: require `Send` on stored pipelines | ||||
| | * | | | wgpu: require `Send` on stored pipelines | 2024-01-11 | 1 | -2/+2 | |
| |/ / / | |||||
| * | | | Merge pull request #2196 from iced-rs/fix/paragraph_grapheme_position | 2024-01-11 | 1 | -10/+15 | |
| |\ \ \ | | | | | | | | | | | Fix `grapheme_position` when ligatures are present | ||||
| | * | | | Avoid division by zero in `grapheme_position` | 2024-01-11 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | Fix `grapheme_position` when ligatures are present | 2024-01-11 | 1 | -10/+15 | |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #2189 from Calastrophe/master | 2024-01-09 | 5 | -1/+70 | |
| |\ \ \ | | | | | | | | | | | Add functions to fetch if a window is maximized or minimized | ||||
| | * | | | Small documentation typo fixed | 2024-01-09 | 1 | -1/+1 | |
| | | | | | |||||
| | * | | | Implemented fetch_maximized and fetch_minimized | 2024-01-09 | 4 | -0/+69 | |
| | | | | | |||||
| * | | | | Merge pull request #2184 from william-shere/master | 2024-01-05 | 1 | -0/+3 | |
| |\| | | | | | | | | | | | | | Fix docs to include missing feature tags | ||||
| | * | | | Fix doc to include missing feature tags | 2024-01-05 | 1 | -0/+3 | |
| |/ / / | | | | | | | | | | | | | Helper functions behind `lazy` feature were missing the tag in the documentation. | ||||
| * | | | Merge pull request #2182 from Imberflur/remove-unused-backend-file | 2024-01-05 | 1 | -100/+0 | |
| |\ \ \ | | |/ / | |/| | | Remove unused backend.rs file in renderer crate | ||||
| | * | | Remove backend module in renderer crate that has been unused since ↵ | 2024-01-04 | 1 | -100/+0 | |
| |/ / | | | | | | | | | | https://github.com/iced-rs/iced/pull/1932 | ||||
| * | | Merge pull request #2168 from jhff/fix/pane_grid_top_edge_click | 2024-01-04 | 2 | -18/+68 | |
| |\ \ | | | | | | | | | [Fix] `PaneGrid` click interaction on the top edge | ||||
| | * | | Add deadband distance before initiating drag action on pane grid | 2023-12-15 | 2 | -18/+68 | |
| | | | |