Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 6 | -72/+78 | |
| | |||||
* | Move `menu` module from `iced_native` to `iced_core` | 2021-07-12 | 4 | -6/+6 | |
| | |||||
* | Make `Menu` API a bit more functional | 2021-07-12 | 5 | -62/+70 | |
| | |||||
* | Update `winit` dependency in `iced-rs` | 2021-07-12 | 1 | -1/+1 | |
| | |||||
* | Initial menu implementation | 2021-07-05 | 14 | -8/+487 | |
| | |||||
* | Update `winit` and `glutin` to latest `master` | 2021-06-30 | 2 | -2/+2 | |
| | |||||
* | Install `libxkbcommon-dev` for `ubuntu-latest` in CI | 2021-06-26 | 2 | -0/+11 | |
| | |||||
* | Merge pull request #927 from diegodox/fix-typo | 2021-06-26 | 1 | -1/+1 | |
|\ | | | | | Fix typo in documentation of `canvas::Program` | ||||
| * | fix-typo | 2021-06-24 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #917 from derezzedex/macos-url | 2021-06-25 | 8 | -3/+134 | |
|\ \ | | | | | | | Enable receiving URLs on MacOS | ||||
| * | | Use `winit` and `glutin` forks in `iced-rs` org | 2021-06-25 | 5 | -10/+25 | |
| | | | |||||
| * | | Use new enum variant and new winit repo | 2021-06-25 | 6 | -18/+41 | |
| | | | |||||
| * | | Added events for url handling and create example | 2021-06-25 | 6 | -0/+93 | |
|/ / | |||||
* | | Merge pull request #919 from Imberflur/winit-0.25 | 2021-06-24 | 2 | -2/+2 | |
|\ \ | |/ |/| | Bump winit to 0.25 | ||||
| * | Bump winit to 0.25 | 2021-06-23 | 2 | -2/+2 | |
| | | |||||
* | | Merge pull request #915 from yusdacra/docs/update-links | 2021-06-22 | 10 | -34/+34 | |
|\ \ | | | | | | | docs: update all 0.2 github links to 0.3 | ||||
| * | | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 10 | -34/+34 | |
| |/ | |||||
* | | Merge pull request #920 from clarkmoody/feature/pane-grid-title-bar-overlay | 2021-06-22 | 2 | -9/+16 | |
|\ \ | | | | | | | Pane Grid Title Bar Overlay | ||||
| * | | Use `match` statement in `Content::overlay` | 2021-06-22 | 1 | -5/+4 | |
| | | | | | | | | | | | | ... to improve readability a bit. | ||||
| * | | Allow overlay from pane grid title bar | 2021-06-17 | 2 | -8/+16 | |
| |/ | |||||
* | | Merge pull request #925 from PolyMeilex/master | 2021-06-22 | 4 | -73/+21 | |
|\ \ | |/ |/| | Update `wgpu` to `0.9` | ||||
| * | Use vertex_attr_array macro | 2021-06-22 | 3 | -71/+19 | |
| | | |||||
| * | Update wgpu 0.9 | 2021-06-22 | 1 | -2/+2 | |
|/ | |||||
* | Merge pull request #646 from mtsr/disable-button | 2021-06-10 | 2 | -0/+47 | |
|\ | | | | | Disabled button docs and consistent behavior | ||||
| * | Revert changes in `tour` example | 2021-06-10 | 1 | -12/+8 | |
| | | |||||
| * | Update disabled example of `Button` in docs | 2021-06-10 | 2 | -16/+28 | |
| | | |||||
| * | Fix failing doctests | 2021-06-10 | 2 | -2/+18 | |
| | | |||||
| * | Adds doc comment for disabled button | 2021-06-10 | 3 | -8/+31 | |
| | | | | | | | | Makes disabled button behavior consistent in web | ||||
* | | Merge pull request #818 from thenlevy/check_bounds | 2021-06-10 | 1 | -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" | 2021-06-09 | 1 | -10/+1 | |
| | | | | | | | | This reverts commit 656dc357f87849f2506ce402f8484a7d7484f250. | ||||
| * | Floor `width` and `height` in `Rectangle::floor` | 2021-06-09 | 1 | -2/+2 | |
| | | |||||
| * | Attempt to fix scissor_rect validation error | 2021-06-09 | 1 | -1/+10 | |
|/ | | | | | | Update wgpu/src/backend.rs Cargo fmt | ||||
* | Merge pull request #607 from yusdacra/scrollable_programmatically | 2021-06-07 | 2 | -29/+177 | |
|\ | | | | | Add methods to control `Scrollable` programmatically | ||||
| * | Add scrolling progress indicators to `scrollable` example | 2021-06-04 | 1 | -4/+32 | |
| | | |||||
| * | Introduce `on_scroll` event in `Scrollable` | 2021-06-04 | 1 | -1/+47 | |
| | | |||||
| * | Add buttons to control scrolling in `scrollable` example | 2021-06-04 | 1 | -12/+40 | |
| | | |||||
| * | Introduce `snap_to` and `unsnap` to `scrollable::State` | 2021-06-04 | 1 | -184/+139 | |
| | | |||||
| * | feat(native): Make scrollable programmatically scrollable for some use ↵ | 2021-06-04 | 1 | -90/+181 | |
|/ | | | | cases, add snap_to_bottom by default | ||||
* | Merge pull request #535 from Kaiden42/toggler | 2021-06-03 | 17 | -14/+797 | |
|\ | | | | | Implement `Toggler` widget for iced_native | ||||
| * | Add some horizontal padding to `toggler` section in `tour` example | 2021-06-03 | 1 | -5/+8 | |
| | | |||||
| * | Use intra-doc links in `Toggler` docs | 2021-06-03 | 1 | -23/+0 | |
| | | |||||
| * | Rename `text_align` to `text_alignment` in `Toggler` | 2021-06-03 | 1 | -8/+6 | |
| | | |||||
| * | Fix format | 2021-06-03 | 1 | -20/+23 | |
| | | |||||
| * | Add `Toggler` widget to `iced_web` | 2021-06-03 | 3 | -0/+215 | |
| | | |||||
| * | Update documentation of `Toggler` | 2021-06-03 | 1 | -1/+1 | |
| | | |||||
| * | Add `Toggler` to tour example | 2021-06-03 | 1 | -1/+28 | |
| | | |||||
| * | Add `Toggler` to styling example | 2021-06-03 | 1 | -9/+64 | |
| | | |||||
| * | Change label of `Toggler` to optional | 2021-06-03 | 3 | -32/+53 | |
| | | |||||
| * | Add alignment of `Toggler` label. | 2021-06-03 | 1 | -1/+25 | |
| | | |||||
| * | fix format | 2021-06-03 | 1 | -2/+2 | |
| | |