| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `show_window_menu` to `show_system_menu` | Héctor Ramón Jiménez | 2024-02-13 | 1 | -1/+1 |
* | Add `show_window_menu` action | Ian Douglas Scott | 2024-02-13 | 1 | -0/+15 |
* | Implement win32 workaround for multi_window application as well. Also trigger... | dtzxporter | 2024-02-13 | 1 | -2/+30 |
* | Introduce `Kind` in `core::clipboard` | Héctor Ramón Jiménez | 2024-02-13 | 1 | -16/+4 |
* | Add support for primary clipboard | Mattias Eriksson | 2024-02-13 | 1 | -0/+12 |
* | Rename `fetch_native_handle` to `run_with_handle` in `window` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -11/+11 |
* | Re-implement against latest iced master. Rename FetchNativeHandle. | dtzxporter | 2024-02-07 | 1 | -0/+12 |
* | Rename `PlateformSpecific` variant in `Action` to `Custom` | Héctor Ramón Jiménez | 2024-02-03 | 1 | -0/+3 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -16/+11 |
* | Make `compatible_window` mandatory in `Compositor` | Héctor Ramón Jiménez | 2024-01-18 | 1 | -2/+1 |
* | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2024-01-18 | 1 | -5/+9 |
* | Fine-tune event loop of `multi-window` applications | Héctor Ramón Jiménez | 2024-01-17 | 1 | -96/+123 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 1 | -1/+1 |
* | Merge branch 'master' into update-winit | Héctor Ramón Jiménez | 2024-01-16 | 1 | -0/+14 |
|\ |
|
| * | Implemented fetch_maximized and fetch_minimized | Calastrophe | 2024-01-09 | 1 | -0/+14 |
* | | Fix request redraw event handling for multi-window apps | Héctor Ramón Jiménez | 2023-12-19 | 1 | -71/+73 |
* | | Update `winit` to `0.29.4` | Héctor Ramón Jiménez | 2023-12-15 | 1 | -298/+229 |
|/ |
|
* | Refactor `Windows` abstraction into `WindowManager` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -308/+312 |
* | Separate `Compositor::new` from `Compositor::create_renderer` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -2/+2 |
* | Use `AtomicU64` for `window::Id` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -22/+22 |
* | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 2023-11-30 | 1 | -44/+45 |
* | Move `Event` and `Control` types after `multi_window::run` | Héctor Ramón Jiménez | 2023-11-30 | 1 | -19/+19 |
* | Refactor event loop <-> instance communication in `multi_window` | Héctor Ramón Jiménez | 2023-11-29 | 1 | -419/+452 |
* | Remove unnecessary unsafe `Send` marker in `iced_winit` | Héctor Ramón Jiménez | 2023-11-29 | 1 | -3/+0 |
* | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-11-29 | 1 | -19/+4 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2023-11-29 | 1 | -10/+14 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -12/+13 |
* | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 2023-07-24 | 1 | -58/+90 |
* | refactored window storage; | Bingus | 2023-07-21 | 1 | -554/+524 |
* | Added per-window theme support. | Bingus | 2023-03-15 | 1 | -1/+1 |
* | Added simpler MW example | Bingus | 2023-03-14 | 1 | -1/+1 |
* | Code cleanup, clearer comments + removed some unnecessary dupe; | Bingus | 2023-03-13 | 1 | -80/+46 |
* | Removed glutin MW support and reverted glutin changes back to Iced master sin... | bungoboingo | 2023-02-28 | 1 | -14/+11 |
* | Fixed state syncing issue with MW. | Bingus | 2023-02-22 | 1 | -20/+23 |
* | Cargo fix | Bingus | 2023-02-20 | 1 | -26/+30 |
* | Fixed widget operations | Bingus | 2023-02-17 | 1 | -2/+2 |
* | Iced master merge (again) | Bingus | 2023-02-17 | 1 | -5/+16 |
* | Fixed widget animations implementation | Bingus | 2023-02-17 | 1 | -26/+84 |
* | Merged in iced master | Bingus | 2023-02-15 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | Added tracing to multi_window applications | Bingus | 2023-01-13 | 1 | -12/+49 |
* | Implemented window title update functionality for multiwindow. | bungoboingo | 2023-01-09 | 1 | -78/+112 |
* | 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 | 1 | -0/+20 |
* | remove `windows` method (use commands instead) | Richard | 2023-01-09 | 1 | -4/+1 |
* | introduce `window::spawn` and `window::close` | Richard | 2023-01-09 | 1 | -34/+45 |
* | add `window::Id` to `Event` and `Action` | Richard | 2023-01-09 | 1 | -41/+36 |