summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use `bitflags` for `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2021-07-126-72/+78
|
* Move `menu` module from `iced_native` to `iced_core`Libravatar Héctor Ramón Jiménez2021-07-124-6/+6
|
* Make `Menu` API a bit more functionalLibravatar Héctor Ramón Jiménez2021-07-125-62/+70
|
* Update `winit` dependency in `iced-rs`Libravatar Héctor Ramón Jiménez2021-07-121-1/+1
|
* Initial menu implementationLibravatar Richard2021-07-0514-8/+487
|
* Update `winit` and `glutin` to latest `master`Libravatar Héctor Ramón Jiménez2021-06-302-2/+2
|
* Install `libxkbcommon-dev` for `ubuntu-latest` in CILibravatar Héctor Ramón Jiménez2021-06-262-0/+11
|
* Merge pull request #927 from diegodox/fix-typoLibravatar Héctor Ramón2021-06-261-1/+1
|\ | | | | Fix typo in documentation of `canvas::Program`
| * fix-typoLibravatar Diego Fujii2021-06-241-1/+1
| |
* | Merge pull request #917 from derezzedex/macos-urlLibravatar Héctor Ramón2021-06-258-3/+134
|\ \ | | | | | | Enable receiving URLs on MacOS
| * | Use `winit` and `glutin` forks in `iced-rs` orgLibravatar Richard2021-06-255-10/+25
| | |
| * | Use new enum variant and new winit repoLibravatar Richard2021-06-256-18/+41
| | |
| * | Added events for url handling and create exampleLibravatar Richard2021-06-256-0/+93
|/ /
* | Merge pull request #919 from Imberflur/winit-0.25Libravatar Héctor Ramón2021-06-242-2/+2
|\ \ | |/ |/| Bump winit to 0.25
| * Bump winit to 0.25Libravatar Imbris2021-06-232-2/+2
| |
* | Merge pull request #915 from yusdacra/docs/update-linksLibravatar Héctor Ramón2021-06-2210-34/+34
|\ \ | | | | | | docs: update all 0.2 github links to 0.3
| * | docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-1410-34/+34
| |/
* | Merge pull request #920 from clarkmoody/feature/pane-grid-title-bar-overlayLibravatar Héctor Ramón2021-06-222-9/+16
|\ \ | | | | | | Pane Grid Title Bar Overlay
| * | Use `match` statement in `Content::overlay`Libravatar Héctor Ramón Jiménez2021-06-221-5/+4
| | | | | | | | | | | | ... to improve readability a bit.
| * | Allow overlay from pane grid title barLibravatar Clark Moody2021-06-172-8/+16
| |/
* | Merge pull request #925 from PolyMeilex/masterLibravatar Héctor Ramón2021-06-224-73/+21
|\ \ | |/ |/| Update `wgpu` to `0.9`
| * Use vertex_attr_array macroLibravatar Poly2021-06-223-71/+19
| |
| * Update wgpu 0.9Libravatar Poly2021-06-221-2/+2
|/
* Merge pull request #646 from mtsr/disable-buttonLibravatar Héctor Ramón2021-06-102-0/+47
|\ | | | | Disabled button docs and consistent behavior
| * Revert changes in `tour` exampleLibravatar Héctor Ramón2021-06-101-12/+8
| |
| * Update disabled example of `Button` in docsLibravatar Héctor Ramón2021-06-102-16/+28
| |
| * Fix failing doctestsLibravatar Jonas Matser2021-06-102-2/+18
| |
| * Adds doc comment for disabled buttonLibravatar Jonas Matser2021-06-103-8/+31
| | | | | | | | Makes disabled button behavior consistent in web
* | Merge pull request #818 from thenlevy/check_boundsLibravatar Héctor Ramón2021-06-101-2/+2
|\ \ | |/ |/| Prevent scissor_rect region to be larger than the target texture in wgpu::Backend::flush
| * Revert "Attempt to fix scissor_rect validation error"Libravatar Héctor Ramón2021-06-091-10/+1
| | | | | | | | This reverts commit 656dc357f87849f2506ce402f8484a7d7484f250.
| * Floor `width` and `height` in `Rectangle::floor`Libravatar Héctor Ramón2021-06-091-2/+2
| |
| * Attempt to fix scissor_rect validation errorLibravatar nlevy2021-06-091-1/+10
|/ | | | | | Update wgpu/src/backend.rs Cargo fmt
* Merge pull request #607 from yusdacra/scrollable_programmaticallyLibravatar Héctor Ramón2021-06-072-29/+177
|\ | | | | Add methods to control `Scrollable` programmatically
| * Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón2021-06-041-4/+32
| |
| * Introduce `on_scroll` event in `Scrollable`Libravatar Héctor Ramón2021-06-041-1/+47
| |
| * Add buttons to control scrolling in `scrollable` exampleLibravatar Héctor Ramón2021-06-041-12/+40
| |
| * Introduce `snap_to` and `unsnap` to `scrollable::State`Libravatar Héctor Ramón2021-06-041-184/+139
| |
| * feat(native): Make scrollable programmatically scrollable for some use ↵Libravatar Yusuf Bera Ertan2021-06-041-90/+181
|/ | | | cases, add snap_to_bottom by default
* Merge pull request #535 from Kaiden42/togglerLibravatar Héctor Ramón2021-06-0317-14/+797
|\ | | | | Implement `Toggler` widget for iced_native
| * Add some horizontal padding to `toggler` section in `tour` exampleLibravatar Héctor Ramón2021-06-031-5/+8
| |
| * Use intra-doc links in `Toggler` docsLibravatar Héctor Ramón2021-06-031-23/+0
| |
| * Rename `text_align` to `text_alignment` in `Toggler`Libravatar Héctor Ramón2021-06-031-8/+6
| |
| * Fix formatLibravatar Kaiden422021-06-031-20/+23
| |
| * Add `Toggler` widget to `iced_web`Libravatar Kaiden422021-06-033-0/+215
| |
| * Update documentation of `Toggler`Libravatar Kaiden422021-06-031-1/+1
| |
| * Add `Toggler` to tour exampleLibravatar Kaiden422021-06-031-1/+28
| |
| * Add `Toggler` to styling exampleLibravatar Kaiden422021-06-031-9/+64
| |
| * Change label of `Toggler` to optionalLibravatar Kaiden422021-06-033-32/+53
| |
| * Add alignment of `Toggler` label.Libravatar Kaiden422021-06-031-1/+25
| |
| * fix formatLibravatar Kaiden422021-06-031-2/+2
| |