Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed state syncing issue with MW. | 2023-02-22 | 1 | -20/+23 | |
| | |||||
* | Cargo fix | 2023-02-20 | 1 | -26/+30 | |
| | |||||
* | Fixed widget operations | 2023-02-17 | 1 | -2/+2 | |
| | |||||
* | Iced master merge (again) | 2023-02-17 | 1 | -5/+16 | |
| | |||||
* | Fixed widget animations implementation | 2023-02-17 | 1 | -26/+84 | |
| | |||||
* | Merged in iced master | 2023-02-15 | 1 | -1/+1 | |
| | |||||
* | 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 | 1 | -1/+1 | |
| | |||||
* | Added tracing to multi_window applications | 2023-01-13 | 1 | -12/+49 | |
| | |||||
* | Implemented window title update functionality for multiwindow. | 2023-01-09 | 1 | -78/+112 | |
| | |||||
* | 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 | 1 | -0/+20 | |
| | |||||
* | remove `windows` method (use commands instead) | 2023-01-09 | 1 | -4/+1 | |
| | |||||
* | introduce `window::spawn` and `window::close` | 2023-01-09 | 1 | -34/+45 | |
| | |||||
* | add `window::Id` to `Event` and `Action` | 2023-01-09 | 1 | -41/+36 | |
| | |||||
* | Split `Surface` and `Window` | 2023-01-09 | 1 | -47/+35 | |
| | |||||
* | Introduce `close_requested` for `multi-window` | 2023-01-09 | 1 | -4/+11 | |
| | |||||
* | Allow closing the window from user code | 2023-01-09 | 1 | -20/+57 | |
| | |||||
* | add `window::Id` to `view` | 2023-01-09 | 1 | -9/+26 | |
| | |||||
* | fix: temporarily add `window::Id` to | 2023-01-09 | 1 | -18/+35 | |
| | | | | events internaly | ||||
* | what is this | 2023-01-09 | 1 | -144/+277 | |
| | |||||
* | Introduce opaque `window::Id` type | 2023-01-09 | 1 | -10/+13 | |
| | |||||
* | Synchronize window list with `windows` method | 2023-01-09 | 1 | -13/+59 | |
| | |||||
* | Internally wrap `Message` with a `Event` enum | 2023-01-09 | 1 | -15/+28 | |
| | |||||
* | Use map of windows internally | 2023-01-09 | 1 | -11/+19 | |
| | |||||
* | Unify `Application` and `Program` | 2023-01-09 | 1 | -4/+24 | |
| | | | | | Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits | ||||
* | Introduce `multi_window` in `iced_winit` | 2023-01-09 | 1 | -0/+742 | |