summaryrefslogtreecommitdiffstats
path: root/glutin/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-04-30Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez1-1/+3
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 Richard1-1/+8
2022-04-20Introduce `Error::ContextCreationFailed`Libravatar Richard1-1/+14
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-03Change GitHub namespace to new org for all filesLibravatar LordRatte1-2/+2
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
2021-09-15Revert system menus supportLibravatar Héctor Ramón Jiménez1-19/+6
2021-09-02Implement `move_to` and `resize` commands for `window`Libravatar Héctor Ramón Jiménez2-0/+3
2021-09-02Implement and expose `read` and `write` helpers for `clipboard`Libravatar Héctor Ramón Jiménez1-1/+4
2021-09-02Handle `clipboard::Action` in `iced_winit` shellLibravatar Héctor Ramón Jiménez1-5/+18
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-2/+1
2021-08-11Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez1-0/+1
2021-08-03Fix glow and multiple windows usageLibravatar yamadapc1-1/+11
2021-07-13Draft `conversion::menu_message` in `iced_winit`Libravatar Héctor Ramón Jiménez1-0/+10
2021-07-12Store and synchronize `Menu` in `application::State`Libravatar Héctor Ramón Jiménez1-5/+8
2021-06-25Use `winit` and `glutin` forks in `iced-rs` orgLibravatar Richard1-2/+8
2021-06-25Use new enum variant and new winit repoLibravatar Richard1-2/+3
2021-06-25Added events for url handling and create exampleLibravatar Richard1-0/+3
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom1-1/+0
2021-04-08add to glutinLibravatar Cory Forsstrom1-0/+1
2021-03-30Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez1-2/+11
2021-03-24Convert `ScaleFactorChanged` into `Resized` events in `iced_glutin`Libravatar Héctor Ramón Jiménez1-1/+16
2021-03-11Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2-1/+2
2021-03-10Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez1-2/+2
2021-03-10Update `window_clipboard` to `0.2`Libravatar Héctor Ramón Jiménez1-1/+1
2020-11-26Update graphs in crate docsLibravatar Héctor Ramón Jiménez1-0/+2
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-2/+0
2020-11-12Batch event processing in `UserInterface::update`Libravatar Héctor Ramón Jiménez1-18/+18