Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | 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 | ||
| * | | | | | | | | | | 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 | 2 | -21/+35 | ||
| * | | | | | | | | | | Introduce `multi_window` in `iced_winit` | 2023-01-09 | 5 | -1/+959 | ||
| * | | | | | | | | | | Introduce `multi_window` from `pure` | 2023-01-09 | 4 | -0/+205 | ||
* | | | | | | | | | | | Merge pull request #2154 from iced-rs/fix/text-clipping | 2023-12-02 | 24 | -113/+183 | ||
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Rename `viewport` to `clip_bounds` | 2023-12-02 | 11 | -50/+53 | ||
| * | | | | | | | | | | Fix `clippy` lint | 2023-12-01 | 1 | -1/+1 | ||
| * | | | | | | | | | | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 23 | -116/+178 | ||
| * | | | | | | | | | | Clamp `text::measure` to `Buffer::size` | 2023-12-01 | 1 | -1/+6 | ||
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #2150 from iced-rs/feature/command-run | 2023-11-29 | 5 | -4/+75 | ||
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Implement `command::channel` helper | 2023-11-29 | 2 | -1/+27 | ||
| * | | | | | | | | | | Implement `Command::run` for executing a `Stream` to completion | 2023-11-29 | 4 | -3/+48 | ||
* | | | | | | | | | | | Fix Discourse badge in `README` | 2023-11-29 | 1 | -1/+1 | ||
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #2149 from iced-rs/fix/custom-pipeline-translation | 2023-11-28 | 8 | -40/+54 | ||
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Provide actual bounds to `Shader` primitives | 2023-11-28 | 8 | -40/+54 | ||
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidation | 2023-11-21 | 1 | -1/+9 | ||
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Invalidate layout when `Tooltip` changes `overlay` | 2023-11-21 | 1 | -1/+9 | ||
* | | | | | | | | | | | Merge pull request #2141 from arslee07/patch-1 | 2023-11-21 | 1 | -1/+1 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Use the correct GIF for the progress bar example | 2023-11-22 | 1 | -1/+1 | ||
| |/ / / / / / / / / / |