summaryrefslogtreecommitdiffstats
path: root/glutin (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+1
2023-02-18Bump versions :tada:Libravatar Héctor Ramón Jiménez2-5/+5
2023-01-14Bump versions in `README`sLibravatar Héctor Ramón Jiménez1-1/+1
2023-01-14Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2023-01-13Fix grammar of `TODO` comment in `application` modulesLibravatar Héctor Ramón Jiménez1-3/+2
2023-01-12Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2-2/+1
2023-01-12Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2-4/+5
2023-01-12Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez1-2/+10
2023-01-12Implement widget redraw support in `iced_glutin`Libravatar Héctor Ramón Jiménez1-11/+61
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2-11/+10
2023-01-09Initial profiling support for Iced.Libravatar Bingus2-12/+38
2022-12-15Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez1-2/+3
2022-12-07Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-11-02fix: enable `application` feature required in `iced_glutin`Libravatar icedrocket1-0/+1
2022-08-29Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2-6/+6
2022-08-26Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez1-19/+5
2022-08-18Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez1-6/+19
2022-07-28Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez1-3/+3
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-20/+26
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-4/+13
2022-07-08Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-5/+10
2022-06-25Fix `Theme` not being refreshed in `iced_glutin`Libravatar Héctor Ramón Jiménez1-1/+2
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-3/+3
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez1-1/+4
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-4/+12
2022-05-04Re-export `iced_winit` in `iced_glutin`Libravatar Héctor Ramón Jiménez1-14/+2
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2-1/+4
2022-04-27Use closure internally to fetch `graphics_info`Libravatar Richard1-3/+2
2022-04-27Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard1-3/+3
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-2/+2
2022-04-26Add graphics information to `iced_glutin`Libravatar Richard1-0/+3
2022-04-26Export `system` module in `iced_glutin`Libravatar Richard1-0/+1
2022-04-26Add logging to window and context creationLibravatar Richard2-1/+11
2022-04-20Introduce `Error::ContextCreationFailed`Libravatar Richard1-1/+14
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-31Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-19Add setting to try OpenGL ES firstLibravatar Richard1-4/+16
2022-01-19Export `iced_winit::conversion` in `iced_glutin`Libravatar Richard1-0/+1
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard1-0/+1
2022-01-11Invalidate widget tree from `Responsive` widgetLibravatar Héctor Ramón Jiménez1-4/+10
2022-01-04Update `winit` and `glutin` forksLibravatar Héctor Ramón Jiménez1-2/+2
2022-01-03Change GitHub namespace to new org for all filesLibravatar LordRatte3-5/+5
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
2021-11-29Fix imports in `application` modulesLibravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Allow `Application::run` to return on native platformsLibravatar Andreas Hofstadler1-2/+5
2021-10-18Introduce `mouse_interaction` method to `Widget` traitLibravatar Héctor Ramón Jiménez1-5/+24
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-18/+6