summaryrefslogtreecommitdiffstats
path: root/glutin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-202-5/+5
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-182-5/+5
| |
* | Iced master merge (again)Libravatar Bingus2023-02-171-4/+14
| |
* | Merged in iced masterLibravatar Bingus2023-02-151-1/+1
| |
* | Widget operations for multi-window.Libravatar Bingus2023-02-151-55/+61
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-01-183-19/+74
|\| | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs
| * Bump versions in `README`sLibravatar Héctor Ramón Jiménez2023-01-141-1/+1
| |
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-4/+4
| |
| * Fix grammar of `TODO` comment in `application` modulesLibravatar Héctor Ramón Jiménez2023-01-131-3/+2
| |
| * Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-122-2/+1
| |
| * Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-122-4/+5
| |
| * Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-121-2/+10
| |
| * Implement widget redraw support in `iced_glutin`Libravatar Héctor Ramón Jiménez2023-01-121-11/+61
| |
* | Added tracing to multi_window applicationsLibravatar Bingus2023-01-133-20/+40
| |
* | Removed glutin's individual multi_window state since 0.30+ doesn't have its ↵Libravatar bungoboingo2023-01-092-232/+5
| | | | | | | | own event crate anymore
* | FormattingLibravatar bungoboingo2023-01-091-2/+6
| |
* | Implemented window title update functionality for multiwindow.Libravatar bungoboingo2023-01-093-112/+91
| |
* | Fix multi-window example for Glutin on MacOSLibravatar Bingus2023-01-092-75/+89
| |
* | merged in iced masterLibravatar bungoboingo2023-01-092-2/+22
| |
* | remove `windows` method (use commands instead)Libravatar Richard2023-01-092-24/+2
| |
* | 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-091-34/+45
| |
* | move window settings to `iced_native`Libravatar Richard2023-01-091-1/+3
| |
* | use `glutin/multi_window` branchLibravatar Richard2023-01-093-21/+27
| |
* | copy `multi_window::Event` from `iced_winit`Libravatar Richard2023-01-092-14/+491
| |
* | implement `multi_window` for `iced_glutin`Libravatar Richard2023-01-091-6/+558
| |
* | add `window::Id` to `Event` and `Action`Libravatar Richard2023-01-091-0/+1
| |
* | Introduce `multi_window` to `iced_glutin`Libravatar Richard2023-01-093-0/+25
|/
* Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-092-11/+10
|
* Initial profiling support for Iced.Libravatar Bingus2023-01-092-12/+38
|
* Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-151-2/+3
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-4/+4
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-4/+4
|
* fix: enable `application` feature required in `iced_glutin`Libravatar icedrocket2022-11-021-0/+1
|
* Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2022-08-292-6/+6
|
* Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2022-08-261-19/+5
| | | | | ... by reverting the changes that were supposed to hide the window initially and only show it after rendering the first frame.
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-181-6/+19
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez2022-07-281-3/+3
|
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-20/+26
|
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-4/+13
| | | | ... and explicitly annotate crates as well.
* Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-081-5/+10
|
* Fix `Theme` not being refreshed in `iced_glutin`Libravatar Héctor Ramón Jiménez2022-06-251-1/+2
|
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-3/+3
|
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-1/+4
| | | | ... and remove `Application::background_color`
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-4/+12
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-041-4/+4
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-4/+4
| |
* | Re-export `iced_winit` in `iced_glutin`Libravatar Héctor Ramón Jiménez2022-05-041-14/+2
| | | | | | | | | | This fixes the `system` module not being exported in `iced_glutin` when only setting the `iced_winit/system` flag.