summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Added tracing to multi_window applicationsLibravatar Bingus2023-01-137-36/+94
| * | | | | | | | | | Removed glutin's individual multi_window state since 0.30+ doesn't have its o...Libravatar bungoboingo2023-01-092-232/+5
| * | | | | | | | | | FormattingLibravatar bungoboingo2023-01-094-25/+81
| * | | | | | | | | | Implemented window title update functionality for multiwindow.Libravatar bungoboingo2023-01-0914-235/+262
| * | | | | | | | | | Fix multi-window example for Glutin on MacOSLibravatar Bingus2023-01-093-75/+90
| * | | | | | | | | | Fixed issue with window ID on winitLibravatar bungoboingo2023-01-093-51/+62
| * | | | | | | | | | merged in iced masterLibravatar bungoboingo2023-01-095-5/+45
| * | | | | | | | | | remove `windows` method (use commands instead)Libravatar Richard2023-01-096-73/+8
| * | | | | | | | | | update `glutin\multi_window` to new surface apiLibravatar Richard2023-01-092-98/+294
| * | | | | | | | | | update `iced_glutin` to use new surface apiLibravatar Richard2023-01-092-87/+254
| * | | | | | | | | | update `glutin` to 0.30Libravatar Richard2023-01-091-2/+2
| * | | | | | | | | | introduce `window::spawn` and `window::close`Libravatar Richard2023-01-095-71/+123
| * | | | | | | | | | move window settings to `iced_native`Libravatar Richard2023-01-0911-69/+62
| * | | | | | | | | | use `glutin/multi_window` branchLibravatar Richard2023-01-094-23/+29
| * | | | | | | | | | copy `multi_window::Event` from `iced_winit`Libravatar Richard2023-01-092-14/+491
| * | | | | | | | | | implement `multi_window` for `iced_glutin`Libravatar Richard2023-01-093-9/+561
| * | | | | | | | | | add `window::Id` to `Event` and `Action`Libravatar Richard2023-01-0911-79/+100
| * | | | | | | | | | Introduce `multi_window` to `iced_glutin`Libravatar Richard2023-01-094-1/+26
| * | | | | | | | | | Split `Surface` and `Window`Libravatar Richard2023-01-091-47/+35
| * | | | | | | | | | Introduce `close_requested` for `multi-window`Libravatar Richard2023-01-094-4/+26
| * | | | | | | | | | Allow closing the window from user codeLibravatar Richard2023-01-094-23/+76
| * | | | | | | | | | create multi-windowed `pane_grid` exampleLibravatar Richard2023-01-091-101/+278
| * | | | | | | | | | add `window::Id` to `view`Libravatar Richard2023-01-092-12/+35
| * | | | | | | | | | duplicate `pane_grid` example to `multi_window`Libravatar Richard2023-01-092-27/+355
| * | | | | | | | | | fix: temporarily add `window::Id` toLibravatar Richard2023-01-091-18/+35
| * | | | | | | | | | what is thisLibravatar Richard2023-01-093-154/+285
| * | | | | | | | | | Fix `multi_window` exampleLibravatar Richard2023-01-091-0/+58
| * | | | | | | | | | Introduce opaque `window::Id` typeLibravatar Richard2023-01-096-12/+48
| * | | | | | | | | | Synchronize window list with `windows` methodLibravatar Richard2023-01-092-15/+79
| * | | | | | | | | | fix: temporalily remove the unsafe pointer `HWND`Libravatar Richard2023-01-092-5/+5
| * | | | | | | | | | Internally wrap `Message` with a `Event` enumLibravatar Richard2023-01-091-15/+28
| * | | | | | | | | | Use map of windows internallyLibravatar Richard2023-01-091-11/+19
| * | | | | | | | | | Unify `Application` and `Program`Libravatar Richard2023-01-092-21/+35
| * | | | | | | | | | Introduce `multi_window` in `iced_winit`Libravatar Richard2023-01-095-1/+959
| * | | | | | | | | | Introduce `multi_window` from `pure`Libravatar Richard2023-01-094-0/+205
* | | | | | | | | | | Merge pull request #2154 from iced-rs/fix/text-clippingLibravatar Héctor Ramón2023-12-0224-113/+183
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Rename `viewport` to `clip_bounds`Libravatar Héctor Ramón Jiménez2023-12-0211-50/+53
| * | | | | | | | | | Fix `clippy` lintLibravatar Héctor Ramón Jiménez2023-12-011-1/+1
| * | | | | | | | | | Clip text to `viewport` bounds instead of layout boundsLibravatar Héctor Ramón Jiménez2023-12-0123-116/+178
| * | | | | | | | | | Clamp `text::measure` to `Buffer::size`Libravatar Héctor Ramón Jiménez2023-12-011-1/+6
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2150 from iced-rs/feature/command-runLibravatar Héctor Ramón2023-11-295-4/+75
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Implement `command::channel` helperLibravatar Héctor Ramón Jiménez2023-11-292-1/+27
| * | | | | | | | | | Implement `Command::run` for executing a `Stream` to completionLibravatar Héctor Ramón Jiménez2023-11-294-3/+48
* | | | | | | | | | | Fix Discourse badge in `README`Libravatar Héctor Ramón Jiménez2023-11-291-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2149 from iced-rs/fix/custom-pipeline-translationLibravatar Héctor Ramón2023-11-288-40/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Provide actual bounds to `Shader` primitivesLibravatar Héctor Ramón Jiménez2023-11-288-40/+54
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidationLibravatar Héctor Ramón2023-11-211-1/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Invalidate layout when `Tooltip` changes `overlay`Libravatar Héctor Ramón Jiménez2023-11-211-1/+9
* | | | | | | | | | | Merge pull request #2141 from arslee07/patch-1Libravatar Héctor Ramón2023-11-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use the correct GIF for the progress bar exampleLibravatar arslee072023-11-221-1/+1
| |/ / / / / / / / / /