| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Added per-window theme support. | Bingus | 2023-03-15 | 2 | -3/+3 |
* | | | Added simpler MW example | Bingus | 2023-03-14 | 1 | -1/+1 |
* | | | Code cleanup, clearer comments + removed some unnecessary dupe; | Bingus | 2023-03-13 | 4 | -83/+49 |
* | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-03-13 | 2 | -3/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Update `sysinfo` to `0.28` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -2/+2 |
| * | | Fixed fullscreen only being possible on primary monitor. | Bingus | 2023-03-02 | 1 | -1/+1 |
| |/ |
|
* | | Removed glutin MW support and reverted glutin changes back to Iced master sin... | bungoboingo | 2023-02-28 | 6 | -26/+21 |
* | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | bungoboingo | 2023-02-28 | 3 | -3/+30 |
|\| |
|
| * | Remove logging large bytes arrays | Cory Forsstrom | 2023-02-23 | 2 | -2/+23 |
* | | Fixed state syncing issue with MW. | Bingus | 2023-02-22 | 1 | -20/+23 |
* | | Cargo fix | Bingus | 2023-02-20 | 1 | -26/+30 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-20 | 2 | -7/+7 |
|\| |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-02-18 | 2 | -7/+7 |
* | | Fixed widget operations | Bingus | 2023-02-17 | 1 | -2/+2 |
* | | Iced master merge (again) | Bingus | 2023-02-17 | 2 | -6/+17 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-17 | 2 | -13/+41 |
|\| |
|
| * | Expose `fetch_id` helper in `window` module | Héctor Ramón Jiménez | 2023-02-17 | 1 | -0/+9 |
| * | add action to get window id | Night_Hunter | 2023-02-17 | 1 | -0/+5 |
| * | Expose `change_always_on_top` helper in `window` module | Héctor Ramón Jiménez | 2023-02-17 | 1 | -4/+15 |
| * | Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -11/+14 |
| * | update docs and change to SetAlwaysOnTop | Night_Hunter | 2023-02-17 | 1 | -1/+1 |
| * | add always on top action | Night_Hunter | 2023-02-17 | 1 | -0/+3 |
* | | Fixed widget animations implementation | Bingus | 2023-02-17 | 1 | -26/+84 |
* | | Merged in iced master | Bingus | 2023-02-15 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-15 | 5 | -29/+66 |
|\| |
|
| * | Hide window until `Renderer` has been initialized | Héctor Ramón Jiménez | 2023-02-11 | 2 | -7/+16 |
| * | Write missing `window::Action` helpers in `window` | Héctor Ramón Jiménez | 2023-01-31 | 1 | -5/+34 |
| * | Improve consistency of `window::Action` | Héctor Ramón Jiménez | 2023-01-31 | 2 | -6/+6 |
| * | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 2023-01-27 | 2 | -3/+3 |
* | | Widget operations for multi-window. | Bingus | 2023-02-15 | 1 | -55/+62 |
* | | Redraw request events for multiwindow. | Bingus | 2023-02-15 | 1 | -3/+8 |
* | | Added window::Id to multi_window application's scale_factor | Bingus | 2023-01-18 | 2 | -3/+3 |
* | | New iced changes | Bingus | 2023-01-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-01-18 | 4 | -19/+76 |
|\| |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-01-14 | 2 | -7/+7 |
| * | Fix grammar of `TODO` comment in `application` modules | Héctor Ramón Jiménez | 2023-01-13 | 1 | -3/+2 |
| * | Use `instant` instead of `wasm-timer` in `iced_core` | Héctor Ramón Jiménez | 2023-01-12 | 1 | -1/+1 |
| * | Use `instant` to fix Wasm target | Héctor Ramón Jiménez | 2023-01-12 | 1 | -1/+1 |
| * | Replace `Option<Instant>` with `RedrawRequest` enum | Héctor Ramón Jiménez | 2023-01-12 | 2 | -3/+11 |
| * | Implement `window::frames` subscription | Héctor Ramón Jiménez | 2023-01-12 | 1 | -1/+1 |
| * | Draft `Shell:request_redraw` API | Héctor Ramón Jiménez | 2023-01-12 | 1 | -11/+61 |
* | | Added tracing to multi_window applications | Bingus | 2023-01-13 | 4 | -16/+54 |
* | | Formatting | bungoboingo | 2023-01-09 | 1 | -3/+6 |
* | | Implemented window title update functionality for multiwindow. | bungoboingo | 2023-01-09 | 4 | -105/+138 |
* | | Fix multi-window example for Glutin on MacOS | Bingus | 2023-01-09 | 1 | -0/+1 |
* | | Fixed issue with window ID on winit | bungoboingo | 2023-01-09 | 1 | -51/+59 |
* | | merged in iced master | bungoboingo | 2023-01-09 | 2 | -2/+22 |
* | | remove `windows` method (use commands instead) | Richard | 2023-01-09 | 2 | -27/+2 |
* | | introduce `window::spawn` and `window::close` | Richard | 2023-01-09 | 3 | -34/+66 |
* | | move window settings to `iced_native` | Richard | 2023-01-09 | 4 | -24/+203 |