Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(native): add Tooltip widget | 2021-02-15 | 1 | -2/+3 | |
| | |||||
* | Make iced::Error Send + Sync | 2021-01-29 | 1 | -1/+12 | |
| | |||||
* | update example description at sandbox's documentation (#710) | 2021-01-22 | 1 | -3/+3 | |
| | | | | | | | | | * Update sandbox.rs * Update sandbox.rs * format Co-authored-by: Diego Rosario <diegorosario2013@gmail.com> | ||||
* | Keep old behavior for `Executor` feature flags | 2021-01-15 | 1 | -14/+7 | |
| | |||||
* | Add `smol` async runtime | 2021-01-14 | 2 | -7/+31 | |
| | |||||
* | Merge remote-tracking branch 'tarkah/image-pane' into image-pane | 2020-12-18 | 1 | -1/+2 | |
|\ | |||||
| * | remove re-export on viewer::State | 2020-05-27 | 1 | -1/+3 | |
| | | |||||
| * | rename to image::Viewer | 2020-05-26 | 1 | -12/+4 | |
| | | |||||
| * | Rename and add to iced image module | 2020-05-26 | 1 | -9/+11 | |
| | | |||||
| * | Add `ImagePane` widget | 2020-05-26 | 1 | -2/+8 | |
| | | |||||
* | | Update example links to point to `0.2` branch | 2020-11-26 | 3 | -20/+23 | |
| | | |||||
* | | Use recently stabilized intra-doc links | 2020-11-26 | 7 | -75/+18 | |
| | | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | | Rename `keyboard::ModifiersState` to `Modifiers` | 2020-11-26 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #595 from valbendan/master | 2020-11-25 | 2 | -6/+23 | |
|\ \ | | | | | | | upgrade tokio to latest version(v0.3) | ||||
| * | | Introduce `tokio_old` feature | 2020-11-25 | 2 | -5/+22 | |
| | | | | | | | | | | | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
| * | | Update src/executor.rs | 2020-11-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | fix executor other than tokio Co-authored-by: Héctor Ramón <hector0193@gmail.com> | ||||
| * | | upgrade tokio to latest version(v0.3) | 2020-11-05 | 1 | -1/+2 | |
| | | | |||||
* | | | Implement `QRCode` widget | 2020-11-20 | 1 | -0/+11 | |
|/ / | |||||
* | | Fix DimensionsMismatch error message | 2020-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | The values passed to write! were shifted 1 to the left. Fixes #591 | ||||
* | | Remove `executor::Null` from the root public API | 2020-10-17 | 3 | -4/+3 | |
| | | | | | | | | | | | | | | Using an `Application` with `executor::Null` does not make sense, as the whole purpose of an `Application` is to allow executing async actions. When async actions are not needed, `Sandbox` should be used instead. | ||||
* | | Fixes #539: Allow windows to be set always_on_top | 2020-09-28 | 1 | -1/+6 | |
| | | |||||
* | | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 5 | -12/+61 | |
| | | |||||
* | | Merge branch 'feature/rule-widget' into master | 2020-08-22 | 1 | -3/+3 | |
|\ \ | |||||
| * | | widget Rule added | 2020-08-22 | 1 | -3/+3 | |
| | | | |||||
* | | | Add 'transparent' in window setting | 2020-08-17 | 1 | -0/+5 | |
|/ / | |||||
* | | Rename `ComboBox` to `PickList` | 2020-07-10 | 1 | -5/+5 | |
| | | |||||
* | | Draft `ComboBox` and `Menu` layer | 2020-07-08 | 1 | -5/+5 | |
| | | |||||
* | | Export `Canvas` if `glow_canvas` feature is enabled | 2020-07-08 | 1 | -1/+1 | |
| | | |||||
* | | Move `Icon` to `iced` crate and introduce `Error` | 2020-07-01 | 4 | -5/+142 | |
| | | |||||
* | | Add support for setting window icon | 2020-07-01 | 2 | -2/+7 | |
| | | | | | | | | | | | | This adds a new property from Settings::window::iconand a Icon struct which can be converted to winit::window::Icon. It also adds code to display this icon in Application::run. Due to the fact that the Icon struct is non copyable, I also had to remove the Copy trait from all Settings, both in `iced` and `iced_winit`. | ||||
* | | Add `min_size` and `max_size` to `window::Settings` | 2020-06-25 | 2 | -7/+24 | |
| | | |||||
* | | Merge pull request #415 from hecrj/feature/configurable-scale-factor | 2020-06-20 | 2 | -1/+39 | |
|\ \ | | | | | | | Add `scale_factor` to `Application` and `Sandbox` | ||||
| * | | Add `scale_factor` to `Application` and `Sandbox` | 2020-06-19 | 2 | -1/+39 | |
| | | | |||||
* | | | Make default text size configurable in `Settings` | 2020-06-19 | 2 | -3/+25 | |
|/ / | |||||
* | | Add `background_color` to `Application` and `Sandbox` | 2020-06-12 | 2 | -2/+34 | |
| | | |||||
* | | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 2020-06-01 | 2 | -27/+2 | |
| | | | | | | | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6. | ||||
* | | Add custom window background/clear color (incl. transparency) support, fixes ↵ | 2020-06-01 | 2 | -2/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | #272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary. | ||||
* | | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 5 | -29/+49 | |
| | | | | | | | | Also keep `iced_wgpu` as the default renderer for the time being. | ||||
* | | Introduce `Program` and `State` | 2020-05-21 | 1 | -15/+22 | |
| | | |||||
* | | Implement `iced_glutin` :tada: | 2020-05-21 | 5 | -35/+21 | |
| | | |||||
* | | Rename `window::Backend` to `Compositor` | 2020-05-19 | 1 | -1/+1 | |
|/ | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 2 | -3/+2 | |
| | |||||
* | Disable `time` module on Wasm for now | 2020-04-30 | 1 | -1/+4 | |
| | |||||
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 2 | -0/+18 | |
| | |||||
* | Remove inconsistent `input` module in `iced_native` | 2020-04-30 | 2 | -7/+2 | |
| | |||||
* | Remove `ButtonState` | 2020-04-30 | 1 | -3/+0 | |
| | |||||
* | Merge branch 'master' into feature/canvas-interaction | 2020-04-29 | 1 | -2/+2 | |
|\ | |||||
| * | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 1 | -2/+2 | |
| | | |||||
* | | Move `MouseCursor` to `iced_core` | 2020-04-29 | 1 | -1/+2 | |
| | | |||||
* | | Remove `Drawable` and rename `State` to `Program` | 2020-04-28 | 1 | -1/+1 | |
| | |