Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Use correct package name in checkbox example docs | 2023-03-08 | 1 | -1/+1 | ||
| | |/ | |/| | ||||||
| * | | Expose `window` commands for Wasm builds | 2023-03-03 | 1 | -11/+4 | ||
| | | | ||||||
| * | | Added example of toggling fullscreen to TODOs. | 2023-03-02 | 1 | -2/+28 | ||
| | | | ||||||
* | | | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 2023-02-28 | 1 | -5/+3 | ||
| | | | | | | | | | | | | since it's being axed as we speak. | |||||
* | | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | 2023-02-28 | 3 | -4/+6 | ||
|\| | | | | | | | | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs | |||||
| * | | Remove `Fill` variant for `Alignment` | 2023-02-27 | 3 | -4/+6 | ||
| |/ | | | | | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options! | |||||
* | | Cargo fix | 2023-02-20 | 2 | -146/+160 | ||
| | | ||||||
* | | Iced master merge (again) | 2023-02-17 | 1 | -2/+2 | ||
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 19 | -44/+126 | ||
|\| | | | | | | | | | # Conflicts: # winit/src/window.rs | |||||
| * | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 14 | -38/+34 | ||
| | | ||||||
| * | image: Allow any kind of data that implements `AsRef<[u8]>` for the image data | 2023-02-17 | 1 | -1/+1 | ||
| | | | | | | | | | | | | It's not required anywhere for it to be a plain slice or a `Vec` and this makes it possible to use data allocated in a different way without copying. | |||||
| * | Merge pull request #1665 from Jedsek/patch-2 | 2023-02-17 | 1 | -5/+7 | ||
| |\ | | | | | | | Minor update: `example/qr_code` | |||||
| | * | Run `cargo fmt` | 2023-02-17 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Update main.rs | 2023-01-20 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Update main.rs | 2023-01-20 | 1 | -5/+7 | ||
| | | | | | | | | | The app should not render qr_code when data is empty | |||||
| * | | Added the ability to change checkbox icon | 2023-02-16 | 4 | -0/+84 | ||
| | | | ||||||
* | | | Fixed widget animations implementation | 2023-02-17 | 1 | -11/+10 | ||
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-15 | 17 | -30/+702 | ||
|\| | | | | | | | | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs | |||||
| * | | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 14 | -23/+20 | ||
| | | | ||||||
| * | | Merge pull request #1655 from tarkah/feat/group-overlay | 2023-01-24 | 2 | -0/+680 | ||
| |\ \ | | |/ | |/| | Group Overlay | |||||
| | * | Rename method to is_over | 2023-01-17 | 1 | -5/+1 | ||
| | | | ||||||
| | * | Add toast example | 2023-01-17 | 2 | -0/+684 | ||
| | | | ||||||
| * | | Fix `#[default]` in `preset` for `game_of_life` example | 2023-01-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Update preset.rs | 2023-01-19 | 1 | -7/+2 | ||
| |/ | ||||||
* | | Widget operations for multi-window. | 2023-02-15 | 1 | -5/+45 | ||
| | | ||||||
* | | Redraw request events for multiwindow. | 2023-02-15 | 1 | -1/+1 | ||
| | | ||||||
* | | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 1 | -0/+8 | ||
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 7 | -205/+165 | ||
|\| | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | |||||
| * | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | 2023-01-13 | 4 | -29/+26 | ||
| |\ | | | | | | | Widget-driven animations | |||||
| | * | Implement `window::frames` subscription | 2023-01-12 | 1 | -2/+1 | ||
| | | | | | | | | | | | | ... and use it in the `solar_system` example :tada: | |||||
| | * | Draft `Shell:request_redraw` API | 2023-01-12 | 3 | -27/+25 | ||
| | | | | | | | | | | | | ... and implement `TextInput` cursor blink :tada: | |||||
| * | | feat: provide `&Dependency` to `Lazy` widget `View` | 2023-01-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | clippy | 2023-01-10 | 1 | -3/+9 | ||
| | | | ||||||
| * | | add overlays to `Lazy` example | 2023-01-10 | 1 | -24/+130 | ||
| | | | ||||||
| * | | cleanup `Lazy` examples | 2023-01-10 | 3 | -150/+1 | ||
| |/ | ||||||
* | | Formatting | 2023-01-09 | 1 | -5/+5 | ||
| | | ||||||
* | | Implemented window title update functionality for multiwindow. | 2023-01-09 | 2 | -4/+8 | ||
| | | ||||||
* | | Fixed issue with window ID on winit | 2023-01-09 | 2 | -0/+3 | ||
| | | ||||||
* | | merged in iced master | 2023-01-09 | 1 | -1/+1 | ||
| | | ||||||
* | | remove `windows` method (use commands instead) | 2023-01-09 | 1 | -9/+4 | ||
| | | ||||||
* | | move window settings to `iced_native` | 2023-01-09 | 1 | -1/+2 | ||
| | | ||||||
* | | use `glutin/multi_window` branch | 2023-01-09 | 1 | -2/+2 | ||
| | | ||||||
* | | implement `multi_window` for `iced_glutin` | 2023-01-09 | 1 | -2/+2 | ||
| | | ||||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 3 | -3/+6 | ||
| | | ||||||
* | | Introduce `close_requested` for `multi-window` | 2023-01-09 | 1 | -0/+4 | ||
| | | ||||||
* | | Allow closing the window from user code | 2023-01-09 | 1 | -2/+7 | ||
| | | ||||||
* | | create multi-windowed `pane_grid` example | 2023-01-09 | 1 | -101/+278 | ||
| | | ||||||
* | | duplicate `pane_grid` example to `multi_window` | 2023-01-09 | 2 | -27/+355 | ||
| | | ||||||
* | | Fix `multi_window` example | 2023-01-09 | 1 | -0/+58 | ||
|/ | ||||||
* | Add some missing `spacing` to `scrollable` example | 2023-01-08 | 1 | -0/+2 | ||
| |