summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez7-75/+18
2020-11-26Rename `keyboard::ModifiersState` to `Modifiers`Libravatar Héctor Ramón Jiménez1-1/+1
2020-11-25Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2-5/+22
2020-11-20Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez1-0/+11
2020-11-06Update src/executor.rs Libravatar dabaichi1-2/+1
2020-11-05upgrade tokio to latest version(v0.3)Libravatar valbendan1-1/+2
2020-11-01Fix DimensionsMismatch error messageLibravatar sum-elier1-1/+1
2020-10-17Remove `executor::Null` from the root public APILibravatar Héctor Ramón Jiménez3-4/+3
2020-09-28Fixes #539: Allow windows to be set always_on_topLibravatar Tom1-1/+6
2020-09-08Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez5-12/+61
2020-08-22widget Rule addedLibravatar Billy Messenger1-3/+3
2020-08-17Add 'transparent' in window settingLibravatar Katherine Philip1-0/+5
2020-07-10Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez1-5/+5
2020-07-08Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez1-5/+5
2020-07-08Export `Canvas` if `glow_canvas` feature is enabledLibravatar Héctor Ramón Jiménez1-1/+1
2020-07-01Move `Icon` to `iced` crate and introduce `Error`Libravatar Héctor Ramón Jiménez4-5/+142
2020-07-01Add support for setting window iconLibravatar Francesco Pasa2-2/+7
2020-06-25Add `min_size` and `max_size` to `window::Settings`Libravatar Héctor Ramón Jiménez2-7/+24
2020-06-19Add `scale_factor` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2-1/+39
2020-06-19Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez2-3/+25
2020-06-12Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2-2/+34
2020-06-01Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez2-27/+2
2020-06-01Add custom window background/clear color (incl. transparency) support, fixes ...Libravatar Greg V2-2/+27
2020-05-27Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez5-29/+49
2020-05-21Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez1-15/+22
2020-05-21Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez5-35/+21
2020-05-19Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez1-1/+1
2020-04-30Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2-3/+2
2020-04-30Disable `time` module on Wasm for nowLibravatar Héctor Ramón Jiménez1-1/+4
2020-04-30Implement `time::every` in `iced_futures`Libravatar Héctor Ramón Jiménez2-0/+18
2020-04-30Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2-7/+2
2020-04-30Remove `ButtonState`Libravatar Héctor Ramón Jiménez1-3/+0
2020-04-29Move `MouseCursor` to `iced_core`Libravatar Héctor Ramón Jiménez1-1/+2
2020-04-28Remove `Drawable` and rename `State` to `Program`Libravatar Héctor Ramón Jiménez1-1/+1
2020-04-28Move reusable `mouse` types to `iced_core`Libravatar Héctor Ramón Jiménez2-0/+7
2020-04-23Make `Font` an associated type of `text::Renderer`Libravatar Héctor Ramón Jiménez1-2/+2
2020-04-15Mention flags are not supported by `Sandbox`Libravatar Héctor Ramón Jiménez1-3/+3
2020-04-06add helper for settings flags initLibravatar Rob Ede1-0/+16
2020-04-05Document widget feature flagsLibravatar Héctor Ramón Jiménez2-1/+11
2020-04-02Fix a couple of links in documentationLibravatar Héctor Ramón Jiménez1-2/+1
2020-04-02Write documentation for the `debug` featureLibravatar Héctor Ramón Jiménez1-0/+3
2020-04-02Improve docs for `Sandbox` and `Application`Libravatar Héctor Ramón Jiménez5-107/+122
2020-04-02Fix minor documentation issuesLibravatar Héctor Ramón Jiménez1-0/+4
2020-04-02Clarify return policy of `Application::run`Libravatar Héctor Ramón Jiménez2-6/+6
2020-04-02Move `Space` to `widget` moduleLibravatar Héctor Ramón Jiménez2-2/+2
2020-03-30Implement `enter` for `executor::Default` in WasmLibravatar Héctor Ramón Jiménez1-1/+9
2020-03-30Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez3-22/+44
2020-03-28Fix lintLibravatar Kai Mast1-1/+1
2020-03-28ClippyLibravatar Kai Mast1-1/+1
2020-03-19Create `PaneGrid` alias in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-3/+4