| Commit message (Expand) | Author | Age | Files | Lines |
* | Add scrollable `Viewport` | Cory Forsstrom | 2023-04-17 | 1 | -3/+3 |
* | Add `scroll_to` operation for absolute scroll | Cory Forsstrom | 2023-04-14 | 1 | -2/+2 |
* | Fix Wasm target for `integration_wgpu` | Héctor Ramón Jiménez | 2023-04-13 | 1 | -1/+2 |
* | Update `env_logger` in `integration_wgpu` example | Héctor Ramón Jiménez | 2023-04-13 | 1 | -1/+1 |
* | Get surface capabilities only once in `iced_wgpu` | Héctor Ramón Jiménez | 2023-04-13 | 1 | -5/+4 |
* | Update `wgpu` to `0.15` | Elham Aryanpur | 2023-04-13 | 1 | -14/+23 |
* | Remove `text_input` example | Héctor Ramón Jiménez | 2023-04-12 | 3 | -120/+0 |
* | Rename `on_change` to `on_input` for `TextInput` | Héctor Ramón Jiménez | 2023-04-12 | 11 | -16/+16 |
* | Introduce disabled state for `TextInput` | Dan Mishin | 2023-04-12 | 13 | -66/+166 |
* | Use `Result::is_err` in `websocket` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
* | Use `127.0.0.1` instead of `localhost` in `websocket` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
* | Implement `subscription::channel` and simplify `unfold` | Héctor Ramón Jiménez | 2023-04-11 | 2 | -58/+59 |
* | Fix `current` step in `tour` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
* | Move `ICON_FONT` constant in `tour` to `text_input` helper | Héctor Ramón Jiménez | 2023-04-11 | 1 | -5/+5 |
* | Collapse `Font` import in `tour` example | Héctor Ramón Jiménez | 2023-04-11 | 1 | -2/+1 |
* | Rename `IconPosition` to `Side` in `text_input` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
* | Move `Icon` layout logic to `layout` in `text_input` | Héctor Ramón Jiménez | 2023-04-11 | 1 | -2/+3 |
* | Use `f32` for `Icon::size` and remove unnecessary conversions | Héctor Ramón Jiménez | 2023-04-11 | 1 | -1/+1 |
* | Removed text_input example in favor for Tour | Casper Storm | 2023-04-11 | 5 | -124/+66 |
* | Changed `Handle` to `Icon` to be consistent | Casper Storm | 2023-04-11 | 1 | -9/+9 |
* | feat: added handle to text_input | Casper Storm | 2023-04-11 | 4 | -0/+112 |
* | Merge pull request #1669 from GyulyVGC/master | Héctor Ramón | 2023-03-27 | 1 | -11/+25 |
|\ |
|
| * | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | Héctor Ramón Jiménez | 2023-03-27 | 1 | -11/+25 |
* | | Fix `clippy` lints for Rust 1.68 | Héctor Ramón Jiménez | 2023-03-14 | 2 | -14/+6 |
* | | Use correct package name in checkbox example docs | lupd | 2023-03-08 | 1 | -1/+1 |
* | | Expose `window` commands for Wasm builds | Héctor Ramón Jiménez | 2023-03-03 | 1 | -11/+4 |
* | | Added example of toggling fullscreen to TODOs. | Bingus | 2023-03-02 | 1 | -2/+28 |
* | | Remove `Fill` variant for `Alignment` | Héctor Ramón Jiménez | 2023-02-27 | 3 | -4/+6 |
|/ |
|
* | Use `f32` in `Length::Units` and rename it to `Fixed` | Héctor Ramón Jiménez | 2023-02-17 | 14 | -38/+34 |
* | image: Allow any kind of data that implements `AsRef<[u8]>` for the image data | Sebastian Dröge | 2023-02-17 | 1 | -1/+1 |
* | Merge pull request #1665 from Jedsek/patch-2 | Héctor Ramón | 2023-02-17 | 1 | -5/+7 |
|\ |
|
| * | Run `cargo fmt` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -1/+1 |
| * | Update main.rs | Jedsek | 2023-01-20 | 1 | -1/+1 |
| * | Update main.rs | Jedsek | 2023-01-20 | 1 | -5/+7 |
* | | Added the ability to change checkbox icon | Casper Storm | 2023-02-16 | 4 | -0/+84 |
* | | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 2023-01-27 | 14 | -23/+20 |
* | | Merge pull request #1655 from tarkah/feat/group-overlay | Héctor Ramón | 2023-01-24 | 2 | -0/+680 |
|\ \
| |/
|/| |
|
| * | Rename method to is_over | Cory Forsstrom | 2023-01-17 | 1 | -5/+1 |
| * | Add toast example | Cory Forsstrom | 2023-01-17 | 2 | -0/+684 |
* | | Fix `#[default]` in `preset` for `game_of_life` example | Héctor Ramón | 2023-01-19 | 1 | -1/+1 |
* | | Update preset.rs | Jedsek | 2023-01-19 | 1 | -7/+2 |
|/ |
|
* | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | Héctor Ramón | 2023-01-13 | 4 | -29/+26 |
|\ |
|
| * | Implement `window::frames` subscription | Héctor Ramón Jiménez | 2023-01-12 | 1 | -2/+1 |
| * | Draft `Shell:request_redraw` API | Héctor Ramón Jiménez | 2023-01-12 | 3 | -27/+25 |
* | | feat: provide `&Dependency` to `Lazy` widget `View` | Nick Senger | 2023-01-11 | 1 | -1/+1 |
* | | clippy | Nick Senger | 2023-01-10 | 1 | -3/+9 |
* | | add overlays to `Lazy` example | Nick Senger | 2023-01-10 | 1 | -24/+130 |
* | | cleanup `Lazy` examples | Nick Senger | 2023-01-10 | 3 | -150/+1 |
|/ |
|
* | Add some missing `spacing` to `scrollable` example | Héctor Ramón Jiménez | 2023-01-08 | 1 | -0/+2 |
* | Introduce `RelativeOffset` type in `scrollable` | Héctor Ramón Jiménez | 2023-01-08 | 2 | -9/+9 |