Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -298/+229 | |
| | |||||
* | Refactor `Windows` abstraction into `WindowManager` | 2023-12-02 | 1 | -308/+312 | |
| | |||||
* | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 1 | -2/+2 | |
| | |||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -22/+22 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 1 | -44/+45 | |
| | |||||
* | Move `Event` and `Control` types after `multi_window::run` | 2023-11-30 | 1 | -19/+19 | |
| | |||||
* | Refactor event loop <-> instance communication in `multi_window` | 2023-11-29 | 1 | -419/+452 | |
| | |||||
* | Remove unnecessary unsafe `Send` marker in `iced_winit` | 2023-11-29 | 1 | -3/+0 | |
| | |||||
* | Fix broken intra-doc links | 2023-11-29 | 1 | -19/+4 | |
| | |||||
* | Fix `clippy` lints | 2023-11-29 | 1 | -10/+14 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -12/+13 | |
| | |||||
* | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 2023-07-24 | 1 | -58/+90 | |
| | | | | each INDIVIDUAL window should close on CloseRequested events. | ||||
* | refactored window storage; | 2023-07-21 | 1 | -554/+524 | |
| | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Added per-window theme support. | 2023-03-15 | 1 | -1/+1 | |
| | |||||
* | Added simpler MW example | 2023-03-14 | 1 | -1/+1 | |
| | |||||
* | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 1 | -80/+46 | |
| | | | | | Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | ||||
* | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 2023-02-28 | 1 | -14/+11 | |
| | | | | since it's being axed as we speak. | ||||
* | 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 | |