Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redraw request events for multiwindow. | 2023-02-15 | 3 | -6/+20 | |
| | |||||
* | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 4 | -6/+14 | |
| | |||||
* | New iced changes | 2023-01-18 | 4 | -5/+6 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 57 | -443/+812 | |
|\ | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | Merge pull request #1649 from iced-rs/generic-widget-operations | 2023-01-14 | 4 | -0/+24 | |
| |\ | | | | | | | Introduce `custom` method to `widget::Operation` trait | ||||
| | * | Introduce `custom` method to `widget::Operation` trait | 2023-01-14 | 4 | -0/+24 | |
| |/ | | | | | | | This allows users to write operations for their custom widgets. | ||||
| * | Bump leftover version in `README` | 2023-01-14 | 1 | -1/+1 | |
| | | |||||
| * | Bump versions in `README`s | 2023-01-14 | 8 | -8/+9 | |
| | | |||||
| * | Bump versions :tada: | 2023-01-14 | 27 | -83/+126 | |
| | | |||||
| * | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | 2023-01-13 | 20 | -126/+431 | |
| |\ | | | | | | | Widget-driven animations | ||||
| | * | Fix grammar of `TODO` comment in `application` modules | 2023-01-13 | 2 | -6/+4 | |
| | | | |||||
| | * | Clarify documentation of `window::frames` | 2023-01-13 | 1 | -1/+5 | |
| | | | |||||
| | * | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 11 | -13/+13 | |
| | | | |||||
| | * | Use `instant` to fix Wasm target | 2023-01-12 | 9 | -9/+12 | |
| | | | |||||
| | * | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 8 | -31/+84 | |
| | | | |||||
| | * | Rename `Focus::at` to `Focus::updated_at` in `text_input` | 2023-01-12 | 1 | -7/+14 | |
| | | | |||||
| | * | Implement `window::frames` subscription | 2023-01-12 | 4 | -4/+43 | |
| | | | | | | | | | | | | ... and use it in the `solar_system` example :tada: | ||||
| | * | Use short-hand field notation in `TextInput` | 2023-01-12 | 1 | -1/+1 | |
| | | | |||||
| | * | Avoid reblinking cursor when clicking a focused `TextInput` | 2023-01-12 | 1 | -12/+7 | |
| | | | |||||
| | * | Implement widget redraw support in `iced_glutin` | 2023-01-12 | 1 | -11/+61 | |
| | | | |||||
| | * | Draft `Shell:request_redraw` API | 2023-01-12 | 12 | -107/+263 | |
| | | | | | | | | | | | | ... and implement `TextInput` cursor blink :tada: | ||||
| * | | Merge pull request #1648 from wiktor-k/fix-crate-doc | 2023-01-12 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | Fix comment description on crate example | ||||
| | * | | Fix comment description on crate example | 2023-01-12 | 1 | -0/+1 | |
| |/ / | | | | | | | | | | | | | This tiny PR aligns the comment on the crate example to align to the comment that is in README.md. | ||||
| * | | Merge pull request #1646 from nicksenger/feat/dependency-in-lazy | 2023-01-12 | 3 | -6/+10 | |
| |\ \ | | | | | | | | | Provide `&Dependency` to `Lazy` widget view fn | ||||
| | * | | feat: provide `&Dependency` to `Lazy` widget `View` | 2023-01-11 | 3 | -6/+10 | |
| |/ / | |||||
| * | | Merge pull request #1644 from nicksenger/fix/lazy-widget | 2023-01-11 | 4 | -219/+212 | |
| |\ \ | | |/ | |/| | Fix `overlay` implementation for `Lazy` widget | ||||
| | * | 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 | |
| | | | |||||
| | * | fix: `Lazy` widget | 2023-01-10 | 1 | -45/+75 | |
| |/ | |||||
* | | Added tracing to multi_window applications | 2023-01-13 | 7 | -36/+94 | |
| | | |||||
* | | Removed glutin's individual multi_window state since 0.30+ doesn't have its ↵ | 2023-01-09 | 2 | -232/+5 | |
| | | | | | | | | own event crate anymore | ||||
* | | Formatting | 2023-01-09 | 4 | -25/+81 | |
| | | |||||
* | | Implemented window title update functionality for multiwindow. | 2023-01-09 | 14 | -235/+262 | |
| | | |||||
* | | Fix multi-window example for Glutin on MacOS | 2023-01-09 | 3 | -75/+90 | |
| | | |||||
* | | Fixed issue with window ID on winit | 2023-01-09 | 3 | -51/+62 | |
| | | |||||
* | | merged in iced master | 2023-01-09 | 5 | -5/+45 | |
| | | |||||
* | | remove `windows` method (use commands instead) | 2023-01-09 | 6 | -73/+8 | |
| | | |||||
* | | update `glutin\multi_window` to new surface api | 2023-01-09 | 2 | -98/+294 | |
| | | |||||
* | | update `iced_glutin` to use new surface api | 2023-01-09 | 2 | -87/+254 | |
| | | |||||
* | | update `glutin` to 0.30 | 2023-01-09 | 1 | -2/+2 | |
| | | |||||
* | | introduce `window::spawn` and `window::close` | 2023-01-09 | 5 | -71/+123 | |
| | | |||||
* | | move window settings to `iced_native` | 2023-01-09 | 11 | -69/+62 | |
| | | |||||
* | | use `glutin/multi_window` branch | 2023-01-09 | 4 | -23/+29 | |
| | | |||||
* | | copy `multi_window::Event` from `iced_winit` | 2023-01-09 | 2 | -14/+491 | |
| | | |||||
* | | implement `multi_window` for `iced_glutin` | 2023-01-09 | 3 | -9/+561 | |
| | | |||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 11 | -79/+100 | |
| | | |||||
* | | Introduce `multi_window` to `iced_glutin` | 2023-01-09 | 4 | -1/+26 | |
| | | |||||
* | | Split `Surface` and `Window` | 2023-01-09 | 1 | -47/+35 | |
| | | |||||
* | | Introduce `close_requested` for `multi-window` | 2023-01-09 | 4 | -4/+26 | |
| | |