summaryrefslogtreecommitdiffstats
path: root/winit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-20Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez1-2/+2
2020-01-20Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez3-14/+12
2020-01-19Make `thread-pool` optional in `iced_futures`Libravatar Héctor Ramón Jiménez1-1/+6
2020-01-19Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez5-140/+86
2020-01-16Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez1-10/+21
2020-01-16Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez2-4/+5
2020-01-16Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez4-14/+27
2020-01-16Add `Application::mode` to `iced_winit`Libravatar Héctor Ramón Jiménez2-2/+44
2020-01-10Make layout bounds explicit in `UserInterface`Libravatar Héctor Ramón Jiménez1-35/+39
2020-01-10Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez1-4/+4
2020-01-10Produce `window::Event::Resized` in `iced_winit`Libravatar Héctor Ramón Jiménez1-4/+7
2020-01-05Remove `background` from `Settings`Libravatar Héctor Ramón Jiménez2-12/+2
2020-01-02add(widget): primitive progressbar widgetLibravatar Songtronix2-3/+3
2020-01-01Allow configuration of default fontLibravatar Héctor Ramón Jiménez1-3/+5
2020-01-01Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez1-0/+3
2019-12-31Draft basic styling for `Container`Libravatar Héctor Ramón Jiménez1-2/+2
2019-12-29Rename `Settings::background_color` to `background`Libravatar Héctor Ramón Jiménez2-3/+3
2019-12-29Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez2-3/+20
2019-12-24Use personal fork of `winit` until `0.20` landsLibravatar Héctor Ramón Jiménez1-1/+1
2019-12-19Use latest `window_clipboard` changesLibravatar Héctor Ramón Jiménez1-1/+1
2019-12-18Allow clipboard access in `Widget::on_event`Libravatar Héctor Ramón Jiménez4-7/+29
2019-12-14Log broadcast error as an error instead of a warningLibravatar Héctor Ramón Jiménez1-1/+1
2019-12-14Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez3-106/+116
2019-12-14Make `iced_native` subscription input opaqueLibravatar Héctor Ramón Jiménez1-1/+1
2019-12-14Remove unnecessary event loop proxy `Mutex`Libravatar Héctor Ramón Jiménez1-6/+1
2019-12-14Consume `Recipe` when building a `Stream`Libravatar Héctor Ramón Jiménez1-0/+1
2019-12-10Implement `Subscription::map` and `from_recipe`Libravatar Héctor Ramón Jiménez1-6/+14
2019-12-08Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez1-7/+41
2019-12-07Use `oneshot` and `future::select` to cancel streamsLibravatar Héctor Ramón Jiménez1-26/+24
2019-12-06Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2-1/+21
2019-12-05Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez1-2/+77
2019-12-04Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat2-4/+10
2019-12-03Refactor window creation in `iced_winit`Libravatar Héctor Ramón Jiménez2-27/+15
2019-12-02Add tailing newline to winit/Cargo.tomlLibravatar hatoo1-1/+1
2019-11-30Add platform specific settingsLibravatar hatoo5-0/+53
2019-11-30Add `decorations` to SettingLibravatar hatoo2-0/+5
2019-11-28Process events only when necessaryLibravatar Héctor Ramón Jiménez1-6/+12
2019-11-26Stop loading a mono font just for the debug viewLibravatar Héctor Ramón Jiménez1-1/+1
2019-11-25Add `CHANGELOG` to subcratesLibravatar Héctor Ramón Jiménez1-0/+14
2019-11-25Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez3-5/+38
2019-11-24Stop emitting private use characters on macOSLibravatar Héctor Ramón Jiménez1-1/+14
2019-11-22Write docs for `iced_winit`Libravatar Héctor Ramón Jiménez3-4/+102
2019-11-21Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez1-0/+1
2019-11-20Add installation section to subcrate `README`sLibravatar Héctor Ramón Jiménez1-0/+12
2019-11-20Add `README` for each subcrateLibravatar Héctor Ramón Jiménez1-0/+15
2019-11-17Support async actions in `iced_winit`Libravatar Héctor Ramón Jiménez2-14/+53
2019-11-11Split text measurements cache from rendering cacheLibravatar Héctor Ramón Jiménez1-3/+3
2019-11-11Implement `Container` widgetLibravatar Héctor Ramón Jiménez1-5/+5
2019-11-09Allow applications to control the window titleLibravatar Héctor Ramón Jiménez1-0/+13
2019-11-05Apply HiDPI to text, images, and clip primitivesLibravatar Héctor Ramón Jiménez1-41/+33