Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-03-13 | 3 | -4/+4 | |
|\ | |||||
| * | Update `sysinfo` to `0.28` | 2023-03-07 | 2 | -3/+3 | |
| | | |||||
| * | Fixed fullscreen only being possible on primary monitor. | 2023-03-02 | 1 | -1/+1 | |
| | | |||||
* | | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 2023-02-28 | 6 | -26/+21 | |
| | | | | | | | | since it's being axed as we speak. | ||||
* | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | 2023-02-28 | 3 | -3/+30 | |
|\| | | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs | ||||
| * | Remove logging large bytes arrays | 2023-02-23 | 2 | -2/+23 | |
| | | |||||
* | | Fixed state syncing issue with MW. | 2023-02-22 | 1 | -20/+23 | |
| | | |||||
* | | Cargo fix | 2023-02-20 | 1 | -26/+30 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-20 | 4 | -12/+12 | |
|\| | |||||
| * | Bump versions :tada: | 2023-02-18 | 4 | -12/+12 | |
| | | |||||
* | | Fixed widget operations | 2023-02-17 | 1 | -2/+2 | |
| | | |||||
* | | Iced master merge (again) | 2023-02-17 | 2 | -6/+17 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 2 | -13/+41 | |
|\| | | | | | | | | | # Conflicts: # winit/src/window.rs | ||||
| * | Expose `fetch_id` helper in `window` module | 2023-02-17 | 1 | -0/+9 | |
| | | |||||
| * | add action to get window id | 2023-02-17 | 1 | -0/+5 | |
| | | |||||
| * | Expose `change_always_on_top` helper in `window` module | 2023-02-17 | 1 | -4/+15 | |
| | | |||||
| * | Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop` | 2023-02-17 | 1 | -11/+14 | |
| | | |||||
| * | update docs and change to SetAlwaysOnTop | 2023-02-17 | 1 | -1/+1 | |
| | | |||||
| * | add always on top action | 2023-02-17 | 1 | -0/+3 | |
| | | |||||
* | | Fixed widget animations implementation | 2023-02-17 | 1 | -26/+84 | |
| | | |||||
* | | Merged in iced master | 2023-02-15 | 2 | -2/+2 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-15 | 5 | -29/+66 | |
|\| | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs | ||||
| * | Hide window until `Renderer` has been initialized | 2023-02-11 | 2 | -7/+16 | |
| | | |||||
| * | Write missing `window::Action` helpers in `window` | 2023-01-31 | 1 | -5/+34 | |
| | | |||||
| * | Improve consistency of `window::Action` | 2023-01-31 | 2 | -6/+6 | |
| | | |||||
| * | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 2 | -3/+3 | |
| | | |||||
* | | Widget operations for multi-window. | 2023-02-15 | 1 | -55/+62 | |
| | | |||||
* | | Redraw request events for multiwindow. | 2023-02-15 | 1 | -3/+8 | |
| | | |||||
* | | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 2 | -3/+3 | |
| | | |||||
* | | New iced changes | 2023-01-18 | 1 | -0/+1 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 6 | -23/+80 | |
|\| | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | Bump versions in `README`s | 2023-01-14 | 1 | -1/+1 | |
| | | |||||
| * | Bump versions :tada: | 2023-01-14 | 3 | -10/+10 | |
| | | |||||
| * | Fix grammar of `TODO` comment in `application` modules | 2023-01-13 | 1 | -3/+2 | |
| | | |||||
| * | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 2 | -2/+1 | |
| | | |||||
| * | Use `instant` to fix Wasm target | 2023-01-12 | 2 | -1/+2 | |
| | | |||||
| * | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 2 | -3/+11 | |
| | | |||||
| * | Implement `window::frames` subscription | 2023-01-12 | 1 | -1/+1 | |
| | | | | | | | | ... and use it in the `solar_system` example :tada: | ||||
| * | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -11/+61 | |
| | | | | | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | | Added tracing to multi_window applications | 2023-01-13 | 4 | -16/+54 | |
| | | |||||
* | | Formatting | 2023-01-09 | 1 | -3/+6 | |
| | | |||||
* | | Implemented window title update functionality for multiwindow. | 2023-01-09 | 4 | -105/+138 | |
| | | |||||
* | | Fix multi-window example for Glutin on MacOS | 2023-01-09 | 1 | -0/+1 | |
| | | |||||
* | | Fixed issue with window ID on winit | 2023-01-09 | 1 | -51/+59 | |
| | | |||||
* | | merged in iced master | 2023-01-09 | 2 | -2/+22 | |
| | | |||||
* | | remove `windows` method (use commands instead) | 2023-01-09 | 2 | -27/+2 | |
| | | |||||
* | | introduce `window::spawn` and `window::close` | 2023-01-09 | 3 | -34/+66 | |
| | | |||||
* | | move window settings to `iced_native` | 2023-01-09 | 4 | -24/+203 | |
| | | |||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 4 | -72/+84 | |
| | | |||||
* | | Split `Surface` and `Window` | 2023-01-09 | 1 | -47/+35 | |
| | |