summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add pub method for getting maximized valueLibravatar Cory Forsstrom2022-11-031-0/+7
|
* Remove maximized when split occursLibravatar Cory Forsstrom2022-11-031-0/+1
|
* Fix doc linksLibravatar tarkah2022-11-021-2/+8
|
* Add state::Scoped & rename Elements as ContentsLibravatar tarkah2022-11-022-94/+100
|
* Fix tests & lintsLibravatar tarkah2022-11-021-5/+6
|
* Disable drag when maximizedLibravatar Cory Forsstrom2022-11-021-2/+18
|
* Update pane_grid example w/ maximize / restoreLibravatar Cory Forsstrom2022-11-021-5/+35
|
* Add maximize / restore to PaneGridLibravatar Cory Forsstrom2022-11-022-55/+128
|
* 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
|/
* Merge pull request #1458 from AlistairKeiller/masterLibravatar Héctor Ramón2022-10-071-3/+4
|\ | | | | Fix wgpu README supported backends
| * remove icedLibravatar Alistair Keiller2022-10-061-20/+0
| |
| * add a link to wgpu supported platforms listLibravatar Alistair Keiller2022-10-061-2/+3
| |
| * remove DX11 support from wgpuLibravatar Alistair Keiller2022-10-062-1/+21
|/
* Merge pull request #1331 from ThisIsRex/masterLibravatar Héctor Ramón2022-10-054-8/+16
|\ | | | | `is_selected` property for `Radio` `StyleSheet`
| * Derive `Clone` and `Copy` for `toggler::Appearance`Libravatar MG_REX2022-10-051-1/+1
| |
| * Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2022-10-053-7/+15
|/
* Merge pull request #1305 from artursapek/canvas-touchLibravatar Héctor Ramón2022-10-048-0/+236
|\ | | | | Expose touch events in canvas widget
| * Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-10-042-21/+15
| |
| * Replace `voronoi` crate with `voronator`Libravatar Héctor Ramón Jiménez2022-10-042-24/+18
| |
| * Finish `multitouch` exampleLibravatar Héctor Ramón Jiménez2022-10-041-31/+14
| |
| * vornoi experimentLibravatar Artur Sapek2022-10-042-5/+81
| |
| * Working multitouch exampleLibravatar Artur Sapek2022-10-044-0/+179
| |
| * expose touch moduleLibravatar Artur Sapek2022-10-042-0/+3
| |
| * expose touch events in canvas widgetLibravatar Artur Sapek2022-10-042-0/+7
|/
* Merge pull request #1450 from xTeKc/readmeLibravatar Héctor Ramón2022-10-031-1/+1
|\ | | | | update: match test badge
| * update: match test badgeLibravatar xTeKc2022-10-021-1/+1
|/
* Merge pull request #1230 from kaimast/feat/ignored_eventsLibravatar Héctor Ramón2022-09-281-8/+22
|\ | | | | Pass ignored events to program
| * Return ignored events in `program::State::update`Libravatar Kai Mast2022-09-281-8/+22
|/
* Merge pull request #1196 from aentity/application_featureLibravatar Héctor Ramón2022-09-263-1/+4
|\ | | | | Add application feature, which allows to build freestanding wgpu app
| * Remove `application` feature from `iced` crateLibravatar Héctor Ramón Jiménez2022-09-262-8/+2
| |
| * Add application feature, which allows to build freestanding wgpu appLibravatar aentity2022-09-264-1/+10
| |
* | Merge pull request #1139 from thenlevy/fix_wgpu_integrationLibravatar Héctor Ramón2022-09-261-6/+6
|\ \ | |/ |/| Fix wgpu integration example
| * Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`Libravatar nlevy2022-09-261-6/+6
|/