Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `expect` message in `iced_tiny_skia::vector` | 2023-12-11 | 1 | -1/+1 | |
| | |||||
* | implement svg text fix for native renderer | 2023-12-10 | 1 | -5/+18 | |
| | | | | Signed-off-by: Cory Frenette <cory@frenette.dev> | ||||
* | Merge pull request #2159 from bungoboingo/fix/text-editor-style | 2023-12-07 | 1 | -0/+9 | |
|\ | | | | | [Fix] Add ability to change style of `TextEditor` | ||||
| * | Added the ability to change the style of a TextEditor | 2023-12-06 | 1 | -0/+9 | |
|/ | |||||
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | 2023-12-05 | 59 | -761/+3020 | |
|\ | | | | | [Feature] 🪟 Multi Window 🪟 .. redux! | ||||
| * | Refactor `Windows` abstraction into `WindowManager` | 2023-12-02 | 4 | -511/+470 | |
| | | |||||
| * | Remove unnecessary re-exports in `iced_winit` | 2023-12-02 | 1 | -3/+0 | |
| | | |||||
| * | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 7 | -75/+35 | |
| | | |||||
| * | Use `AtomicU64` for `window::Id` | 2023-12-02 | 9 | -212/+228 | |
| | | |||||
| * | Use actual floats for logical coordinates | 2023-11-30 | 12 | -136/+165 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Fix unused import in `multi_window::application` | 2023-11-29 | 1 | -2/+1 | |
| | | |||||
| * | Remove unnecessary unsafe `Send` marker in `iced_winit` | 2023-11-29 | 1 | -3/+0 | |
| | | |||||
| * | Fix `renderer` method in `iced_renderer::Compositor` | 2023-11-29 | 1 | -4/+0 | |
| | | |||||
| * | Fix broken intra-doc links | 2023-11-29 | 8 | -27/+12 | |
| | | |||||
| * | Fix `clippy` lints | 2023-11-29 | 4 | -19/+28 | |
| | | |||||
| * | Run `cargo fmt` | 2023-11-29 | 1 | -3/+4 | |
| | | |||||
| * | Move `multi-window` feature before the `advanced` one | 2023-11-29 | 1 | -2/+2 | |
| | | |||||
| * | Use `workspace` dependency for `raw-window-handle` | 2023-11-29 | 2 | -3/+2 | |
| | | |||||
| * | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 331 | -3997/+12106 | |
| |\ | |||||
| * | | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 2023-07-24 | 8 | -88/+133 | |
| | | | | | | | | | | | | each INDIVIDUAL window should close on CloseRequested events. | ||||
| * | | refactored window storage; | 2023-07-21 | 56 | -1823/+1512 | |
| | | | | | | | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
| * | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 394 | -13256/+17244 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
| * | | | Added per-window theme support. | 2023-03-15 | 4 | -19/+35 | |
| | | | | |||||
| * | | | Added simpler MW example | 2023-03-14 | 6 | -560/+742 | |
| | | | | |||||
| * | | | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 11 | -104/+60 | |
| | | | | | | | | | | | | | | | | | | | | Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | ||||
| * | | | 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 ↵ | 2023-02-28 | 15 | -1375/+129 | |
| | | | | | | | | | | | | | | | | | | | | since it's being axed as we speak. | ||||
| * | | | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | 2023-02-28 | 16 | -103/+79 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs | ||||
| * \ \ \ \ | 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 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # winit/src/window.rs | ||||
| * | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs | ||||
| * | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | | | | | | | | | | 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 ↵ | 2023-01-09 | 2 | -232/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own event crate anymore | ||||
| * | | | | | | | | | | 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 | |
| | | | | | | | | | | |