summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-03Implement `Toggler` widget for iced_nativeLibravatar Kaiden421-3/+3
2021-05-13Change examples to point to 0.3 examples, not 0.2Libravatar Riccardo D'Ambrosio1-1/+1
2021-04-12Run cargo fmtLibravatar Dispersia1-8/+10
2021-04-09use Mode::Hidden insteadLibravatar Cory Forsstrom2-11/+4
2021-04-08add window visibilityLibravatar Cory Forsstrom1-0/+11
2021-03-30Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez2-4/+22
2021-03-25Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez1-1/+1
2021-03-11Implement stub `Clipboard` in `iced_web`Libravatar Héctor Ramón Jiménez1-2/+6
2021-03-11Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez3-11/+28
2021-02-15feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan1-2/+3
2021-02-13Fix `image` feature name in `glow` and `iced`Libravatar Héctor Ramón Jiménez1-1/+1
2021-02-13Add image format options to reduce code bloat, fixes #376Libravatar Greg V1-1/+1
2021-01-29Make iced::Error Send + SyncLibravatar Taiki Endo1-1/+12
2021-01-22update example description at sandbox's documentation (#710)Libravatar GunpowderGuy1-3/+3
2021-01-15Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez1-14/+7
2021-01-14Add `smol` async runtimeLibravatar Jayce Fayne2-7/+31
2020-11-26Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez3-20/+23
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-27remove re-export on viewer::StateLibravatar Cory Forsstrom1-1/+3
2020-05-27Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez5-29/+49
2020-05-26rename to image::ViewerLibravatar Cory Forsstrom1-12/+4
2020-05-26Rename and add to iced image moduleLibravatar Cory Forsstrom1-9/+11
2020-05-26Add `ImagePane` widgetLibravatar Cory Forsstrom1-2/+8
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