summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-29331-3997/+12106
| |\ \
| * | | Moved `exit_on_close_request` to window settings. This now controls whether e...Libravatar Bingus2023-07-248-88/+133
| * | | refactored window storage;Libravatar Bingus2023-07-2156-1823/+1512
| * | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-12394-13256/+17244
| |\ \ \
| * | | | Added per-window theme support.Libravatar Bingus2023-03-154-19/+35
| * | | | Added simpler MW exampleLibravatar Bingus2023-03-146-560/+742
| * | | | Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus2023-03-1311-104/+60
| * | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-03-136-7/+25
| |\ \ \ \
| * | | | | Removed glutin MW support and reverted glutin changes back to Iced master sin...Libravatar bungoboingo2023-02-2815-1375/+129
| * | | | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-supportLibravatar bungoboingo2023-02-2816-103/+79
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-231-2/+15
| |\ \ \ \ \ \
| * | | | | | | Fixed state syncing issue with MW.Libravatar Bingus2023-02-221-20/+23
| * | | | | | | Cargo fixLibravatar Bingus2023-02-204-173/+191
| * | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-2038-109/+162
| |\ \ \ \ \ \ \
| * | | | | | | | Fixed widget operationsLibravatar Bingus2023-02-171-2/+2
| * | | | | | | | Iced master merge (again)Libravatar Bingus2023-02-175-12/+34
| * | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-1770-542/+807
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixed widget animations implementationLibravatar Bingus2023-02-174-39/+95
| * | | | | | | | | Merged in iced masterLibravatar Bingus2023-02-154-5/+5
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-1555-224/+1218
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Widget operations for multi-window.Libravatar Bingus2023-02-154-115/+171
| * | | | | | | | | | Redraw request events for multiwindow.Libravatar Bingus2023-02-153-6/+20
| * | | | | | | | | | Added window::Id to multi_window application's scale_factorLibravatar Bingus2023-01-184-6/+14
| * | | | | | | | | | New iced changesLibravatar Bingus2023-01-184-5/+6
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-01-1857-443/+812
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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