summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation example of `Canvas`Libravatar Héctor Ramón Jiménez2022-11-031-5/+9
| | | | ... so it makes sense when seen from the `iced` crate.
* Refactor imports in `widget::canvas` in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-11-031-4/+3
|
* Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2022-11-0310-98/+72
|
* Export `Gradient` in `iced_graphics` rootLibravatar Héctor Ramón Jiménez2022-11-031-0/+1
|
* Remove blank line if `layer::mesh` in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-11-031-1/+0
|
* Refactor exports in `graphics::layer`Libravatar Héctor Ramón Jiménez2022-11-031-5/+7
|
* Refactor imports in `solar_system` exampleLibravatar Héctor Ramón Jiménez2022-11-031-11/+12
|
* Move `Position` and `Location` to `gradient` moduleLibravatar Héctor Ramón Jiménez2022-11-032-90/+92
|
* Merge branch 'master' into fear/linear-gradientsLibravatar Héctor Ramón Jiménez2022-11-0326-62/+799
|\
| * Merge pull request #1400 from nicksenger/lazy/cachedLibravatar Héctor Ramón2022-11-038-1/+677
| |\ | | | | | | `Lazy` widget
| | * Rename `cached` example to `lazy`Libravatar Héctor Ramón Jiménez2022-11-033-1/+150
| | |
| | * Rename `SortOrder` to `Order` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-20/+15
| | |
| | * Rename `iced_lazy::Cached` to `Lazy` :tada:Libravatar Héctor Ramón Jiménez2022-11-033-40/+50
| | |
| | * Improve layout of `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-27/+32
| | |
| | * Increase default `padding` of `TextInput`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
| | |
| | * Add `padding` to main `column` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+2
| | |
| | * Move declaration of `SortOrder` in `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-19/+19
| | |
| | * Remove `iced_native` dependency from `cached` exampleLibravatar Héctor Ramón Jiménez2022-11-031-1/+0
| | |
| | * Rename `pure_cached` example to `cached`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
| | |
| | * Implement `Widget::operate` for `lazy::Cached`Libravatar Héctor Ramón Jiménez2022-11-031-1/+17
| | |
| | * Diff children only when hash differs in `lazy::Cached`Libravatar Héctor Ramón Jiménez2022-11-031-5/+7
| | |
| | * lintLibravatar Nick Senger2022-11-031-2/+2
| | |
| | * add exampleLibravatar Nick Senger2022-11-033-0/+153
| | |
| | * feat: implement `Cached` widgetLibravatar Nick Senger2022-11-032-0/+346
| | |
| * | Merge pull request #1502 from icedrocket/masterLibravatar Héctor Ramón2022-11-031-0/+1
| |\ \ | | |/ | |/| fix: enable `application` feature required in `iced_glutin`
| | * fix: enable `application` feature required in `iced_glutin`Libravatar icedrocket2022-11-021-0/+1
| | |
| * | Merge pull request #1471 from pop-os/cosmic-window-controlsLibravatar Héctor Ramón2022-11-033-0/+52
| |\ \ | | |/ | |/| feat: Additional actions for window controls
| | * feat: Add window minimize supportLibravatar Michael Aaron Murphy2022-10-113-0/+12
| | |
| | * feat: Add window maximize supportLibravatar Michael Aaron Murphy2022-10-113-0/+24
| | |
| | * feat: Add window drag support from winitLibravatar Michael Aaron Murphy2022-10-113-0/+16
| | | | | | | | | | | | Exposes access to the winit window's window_drag method as an action.
| * | Merge pull request #1497 from ids1024/once_cellLibravatar Héctor Ramón2022-11-016-17/+13
| |\ \ | | | | | | | | Use `once_cell` instead of `lazy_static`
| | * | Remove patch version from `once_cell` dependencyLibravatar Héctor Ramón Jiménez2022-11-012-2/+2
| | | |
| | * | Use `once_cell` instead of `lazy_static`Libravatar Ian Douglas Scott2022-10-286-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`).
| * | | Merge pull request #1462 from wyatt-herkamp/masterLibravatar Héctor Ramón2022-11-015-11/+14
| |\ \ \ | | | | | | | | | | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
| | * | | Fix inconsistent version format for `raw-window-handle` dependencyLibravatar Héctor Ramón Jiménez2022-11-011-1/+1
| | | | |
| | * | | Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez2022-11-012-5/+3
| | | | |
| | * | | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-015-11/+16
| |/ / /
| * | | Reset `is_pasting` for `TextInput` even when unfocusedLibravatar Héctor Ramón Jiménez2022-10-291-0/+2
| | | |
| * | | Keep keyboard modifiers always in sync in `TextInput`Libravatar Héctor Ramón Jiménez2022-10-291-3/+1
| | | |
| * | | Merge pull request #1496 from tarkah/fix/dropdown-scrollableLibravatar Héctor Ramón2022-10-291-3/+3
| |\ \ \ | | |/ / | |/| | Fix drop down not closing when inside scrollable
| | * | Fix drop down not closing when inside scrollableLibravatar Cory Forsstrom2022-10-271-3/+3
| |/ / | | | | | | | | | | | | | | | | | | and user clicks outside the scrollable. This is because the scrollable sets -1.0 on cursor.y for any events where cursor is outside it's bounds. I'm not sure why picklist had this logic to stay open on -1.0 / -1.0, any click outside the overlay should close it.
| * | Merge pull request #1480 from tarkah/more-pane-grid-fixesLibravatar Héctor Ramón2022-10-192-20/+29
| |\ \ | | | | | | | | More pane grid fixes
| | * | Use child layoutLibravatar Cory Forsstrom2022-10-191-2/+4
| | | |
| | * | Eliminate unnecessary allocationLibravatar Cory Forsstrom2022-10-191-23/+23
| | | |
| | * | Render picked pane lastLibravatar Cory Forsstrom2022-10-171-1/+6
| | | |
| | * | Fix pane grid mouse interactionsLibravatar Cory Forsstrom2022-10-172-2/+4
| |/ / | | | | | | | | | | | | - Use `grabbing` interaction while dragging - Ignore grab interaction when dragging is disabled
| * | Merge pull request #1463 from tarkah/fix/pane-grid-render-orderLibravatar Héctor Ramón2022-10-171-7/+7
| |\ \ | | |/ | |/| Render pane grid titlebar after body
| | * Render pane grid titlebar after bodyLibravatar Cory Forsstrom2022-10-071-7/+7
| |/
* | Reuse last set pipeline for `triangle` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-11-033-2/+33
| |
* | Rename `buffers` module to `buffer`Libravatar Héctor Ramón Jiménez2022-11-037-66/+66
| | | | | | | | ... and move `StaticBuffer` to nested `static` module