Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Added simpler MW example | 2023-03-14 | 6 | -560/+742 | ||
| * | | | | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 11 | -104/+60 | ||
| * | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-03-13 | 6 | -7/+25 | ||
| |\ \ \ \ | ||||||
| * | | | | | Removed glutin MW support and reverted glutin changes back to Iced master sin... | 2023-02-28 | 15 | -1375/+129 | ||
| * | | | | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | 2023-02-28 | 16 | -103/+79 | ||
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-23 | 1 | -2/+15 | ||
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed state syncing issue with MW. | 2023-02-22 | 1 | -20/+23 | ||
| * | | | | | | | Cargo fix | 2023-02-20 | 4 | -173/+191 | ||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-20 | 38 | -109/+162 | ||
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed widget operations | 2023-02-17 | 1 | -2/+2 | ||
| * | | | | | | | | Iced master merge (again) | 2023-02-17 | 5 | -12/+34 | ||
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 70 | -542/+807 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed widget animations implementation | 2023-02-17 | 4 | -39/+95 | ||
| * | | | | | | | | | Merged in iced master | 2023-02-15 | 4 | -5/+5 | ||
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-15 | 55 | -224/+1218 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Widget operations for multi-window. | 2023-02-15 | 4 | -115/+171 | ||
| * | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 o... | 2023-01-09 | 2 | -232/+5 | ||
| * | | | | | | | | | | | 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 | ||
| * | | | | | | | | | | | Allow closing the window from user code | 2023-01-09 | 4 | -23/+76 | ||
| * | | | | | | | | | | | create multi-windowed `pane_grid` example | 2023-01-09 | 1 | -101/+278 | ||
| * | | | | | | | | | | | add `window::Id` to `view` | 2023-01-09 | 2 | -12/+35 | ||
| * | | | | | | | | | | | duplicate `pane_grid` example to `multi_window` | 2023-01-09 | 2 | -27/+355 | ||
| * | | | | | | | | | | | fix: temporarily add `window::Id` to | 2023-01-09 | 1 | -18/+35 | ||
| * | | | | | | | | | | | what is this | 2023-01-09 | 3 | -154/+285 | ||
| * | | | | | | | | | | | Fix `multi_window` example | 2023-01-09 | 1 | -0/+58 | ||
| * | | | | | | | | | | | Introduce opaque `window::Id` type | 2023-01-09 | 6 | -12/+48 | ||
| * | | | | | | | | | | | Synchronize window list with `windows` method | 2023-01-09 | 2 | -15/+79 | ||
| * | | | | | | | | | | | fix: temporalily remove the unsafe pointer `HWND` | 2023-01-09 | 2 | -5/+5 |