| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 3 | -59/+76 |
* | Merge branch 'master' into update-winit | Héctor Ramón Jiménez | 2024-01-16 | 36 | -447/+498 |
|\ |
|
| * | Merge pull request #2192 from iced-rs/fix/layout-inconsistencies | Héctor Ramón | 2024-01-12 | 34 | -406/+390 |
| |\ |
|
| | * | Make `Button` sizing strategy adaptive | Héctor Ramón Jiménez | 2024-01-11 | 2 | -13/+8 |
| | * | Add `Theme` selector to `layout` example | Héctor Ramón Jiménez | 2024-01-10 | 2 | -4/+4 |
| | * | Fix `cross` calculation in `layout::flex` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -1/+0 |
| | * | Fix unnecessary `into` call in `Container::new` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -1/+1 |
| | * | Make `column` and `row` take an `IntoIterator` | Héctor Ramón Jiménez | 2024-01-10 | 3 | -10/+8 |
| | * | Fix `size_hint` for `keyed_column` | Héctor Ramón Jiménez | 2024-01-10 | 2 | -20/+26 |
| | * | Introduce useful helpers in `layout` module | Héctor Ramón Jiménez | 2024-01-10 | 17 | -84/+50 |
| | * | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 31 | -195/+152 |
| | * | Introduce `Widget::size_hint` and fix further layout inconsistencies | Héctor Ramón Jiménez | 2024-01-10 | 6 | -32/+99 |
| | * | Create `layout` example | Héctor Ramón Jiménez | 2024-01-10 | 2 | -2/+2 |
| | * | Fix needless borrow in `row::layout` | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+1 |
| | * | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 24 | -115/+111 |
| * | | Fix clipping of `TextInput` selection | Héctor Ramón Jiménez | 2024-01-12 | 1 | -23/+31 |
| * | | Fix doc to include missing feature tags | William Shere | 2024-01-05 | 1 | -0/+3 |
| |/ |
|
| * | Merge pull request #2168 from jhff/fix/pane_grid_top_edge_click | Héctor Ramón | 2024-01-04 | 2 | -18/+68 |
| |\ |
|
| | * | Add deadband distance before initiating drag action on pane grid | Joao Freitas | 2023-12-15 | 2 | -18/+68 |
| * | | added text::Shaping to Tooltip | Giuliano Bellini s294739 | 2023-12-23 | 1 | -0/+6 |
| |/ |
|
* / | Update `winit` to `0.29.4` | Héctor Ramón Jiménez | 2023-12-15 | 4 | -35/+37 |
|/ |
|
* | Added the ability to change the style of a TextEditor | Bingus | 2023-12-06 | 1 | -0/+9 |
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | Héctor Ramón | 2023-12-05 | 2 | -4/+4 |
|\ |
|
| * | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 48 | -745/+3405 |
| |\ |
|
| * | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 1 | -1/+1 |
* | | | Fix `clippy` lint | Héctor Ramón Jiménez | 2023-12-01 | 1 | -1/+1 |
* | | | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 11 | -70/+84 |
| |/
|/| |
|
* | | Provide actual bounds to `Shader` primitives | Héctor Ramón Jiménez | 2023-11-28 | 1 | -1/+0 |
* | | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidation | Héctor Ramón | 2023-11-21 | 1 | -1/+9 |
|\ \ |
|
| * | | Invalidate layout when `Tooltip` changes `overlay` | Héctor Ramón Jiménez | 2023-11-21 | 1 | -1/+9 |
* | | | Fix `Overlay` composition | Héctor Ramón Jiménez | 2023-11-21 | 5 | -5/+11 |
|/ / |
|
* | | Improve module hierarchy of `custom_shader` example | Héctor Ramón Jiménez | 2023-11-14 | 1 | -0/+1 |
* | | Export `wgpu` crate in `shader` module in `iced_widget` | Héctor Ramón Jiménez | 2023-11-14 | 1 | -0/+1 |
* | | Create `shader` function helper in `iced_widget` | Héctor Ramón Jiménez | 2023-11-14 | 1 | -0/+11 |
* | | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-11-14 | 2 | -3/+3 |
* | | Use `Instant` from `iced_core` instead of `std` | Héctor Ramón Jiménez | 2023-11-14 | 1 | -2/+1 |
* | | Enable `iced_renderer/wgpu` feature in `iced_widget` | Héctor Ramón Jiménez | 2023-11-14 | 1 | -1/+1 |
* | | Re-organize `custom` module as `pipeline` module | Héctor Ramón Jiménez | 2023-11-14 | 4 | -1/+312 |
* | | Reexport Transformation from widget::shader | Bingus | 2023-11-14 | 1 | -1/+1 |
* | | Added support for custom shader widget for iced_wgpu backend. | Bingus | 2023-11-14 | 2 | -0/+4 |
* | | Refactor texture image filtering | Héctor Ramón Jiménez | 2023-11-11 | 2 | -9/+25 |
* | | Fix clippy + fmt | Remmirad | 2023-11-11 | 1 | -1/+1 |
* | | Implement texture filtering options | Remmirad | 2023-11-11 | 1 | -1/+1 |
* | | Improve `TextEditor` scroll interaction with a touchpad | Héctor Ramón Jiménez | 2023-10-27 | 1 | -1/+1 |
* | | Implement missing debug implementations in `iced_widget` | Héctor Ramón Jiménez | 2023-10-27 | 2 | -1/+18 |
* | | Write documentation for the new text APIs | Héctor Ramón Jiménez | 2023-10-27 | 2 | -6/+34 |
* | | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 23 | -135/+127 |
|\ \ |
|
| * | | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -11/+6 |
| * | | Fix `clippy::filter_map_next` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -14/+11 |
| * | | Fix `clippy::redundant-closure-for-method-calls` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |