| Commit message (Expand) | Author | Files | Lines |
2021-07-22 | Introduce `text_multithreading` to `Settings` | Héctor Ramón Jiménez | 2 | -5/+16 |
2021-07-21 | Improve `window::Position` API | Héctor Ramón Jiménez | 3 | -10/+39 |
2021-07-21 | Remove DPI from docs in `window::Settings::position` | Héctor Ramón Jiménez | 1 | -16/+5 |
2021-07-19 | Write documentation for `menu` method in `Application` | Héctor Ramón Jiménez | 1 | -1/+3 |
2021-07-13 | Force `Application::Message` to implement `Clone` | Héctor Ramón Jiménez | 2 | -2/+2 |
2021-07-12 | Make `Menu` API a bit more functional | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-07-05 | Initial menu implementation | Richard | 2 | -3/+12 |
2021-06-25 | done | TimUntersberger | 1 | -1/+16 |
2021-06-25 | wip | TimUntersberger | 1 | -0/+7 |
2021-06-14 | docs: update all 0.2 github links to 0.3 | Yusuf Bera Ertan | 2 | -20/+20 |
2021-06-03 | Implement `Toggler` widget for iced_native | Kaiden42 | 1 | -3/+3 |
2021-05-13 | Change examples to point to 0.3 examples, not 0.2 | Riccardo D'Ambrosio | 1 | -1/+1 |
2021-04-12 | Run cargo fmt | Dispersia | 1 | -8/+10 |
2021-04-09 | use Mode::Hidden instead | Cory Forsstrom | 2 | -11/+4 |
2021-04-08 | add window visibility | Cory Forsstrom | 1 | -0/+11 |
2021-03-30 | Add support for graceful exits in `Application` | Héctor Ramón Jiménez | 2 | -4/+22 |
2021-03-25 | Introduce `internal_backend` to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-03-11 | Implement stub `Clipboard` in `iced_web` | Héctor Ramón Jiménez | 1 | -2/+6 |
2021-03-11 | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 3 | -11/+28 |
2021-02-15 | feat(native): add Tooltip widget | Yusuf Bera Ertan | 1 | -2/+3 |
2021-02-13 | Fix `image` feature name in `glow` and `iced` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-02-13 | Add image format options to reduce code bloat, fixes #376 | Greg V | 1 | -1/+1 |
2021-01-29 | Make iced::Error Send + Sync | Taiki Endo | 1 | -1/+12 |
2021-01-22 | update example description at sandbox's documentation (#710) | GunpowderGuy | 1 | -3/+3 |
2021-01-15 | Keep old behavior for `Executor` feature flags | Héctor Ramón Jiménez | 1 | -14/+7 |
2021-01-14 | Add `smol` async runtime | Jayce Fayne | 2 | -7/+31 |
2020-11-26 | Update example links to point to `0.2` branch | Héctor Ramón Jiménez | 3 | -20/+23 |
2020-11-26 | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 7 | -75/+18 |
2020-11-26 | Rename `keyboard::ModifiersState` to `Modifiers` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-11-25 | Introduce `tokio_old` feature | Héctor Ramón Jiménez | 2 | -5/+22 |
2020-11-20 | Implement `QRCode` widget | Héctor Ramón Jiménez | 1 | -0/+11 |
2020-11-06 | Update src/executor.rs
| dabaichi | 1 | -2/+1 |
2020-11-05 | upgrade tokio to latest version(v0.3) | valbendan | 1 | -1/+2 |
2020-11-01 | Fix DimensionsMismatch error message | sum-elier | 1 | -1/+1 |
2020-10-17 | Remove `executor::Null` from the root public API | Héctor Ramón Jiménez | 3 | -4/+3 |
2020-09-28 | Fixes #539: Allow windows to be set always_on_top | Tom | 1 | -1/+6 |
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 5 | -12/+61 |
2020-08-22 | widget Rule added | Billy Messenger | 1 | -3/+3 |
2020-08-17 | Add 'transparent' in window setting | Katherine Philip | 1 | -0/+5 |
2020-07-10 | Rename `ComboBox` to `PickList` | Héctor Ramón Jiménez | 1 | -5/+5 |
2020-07-08 | Draft `ComboBox` and `Menu` layer | Héctor Ramón Jiménez | 1 | -5/+5 |
2020-07-08 | Export `Canvas` if `glow_canvas` feature is enabled | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-07-01 | Move `Icon` to `iced` crate and introduce `Error` | Héctor Ramón Jiménez | 4 | -5/+142 |
2020-07-01 | Add support for setting window icon | Francesco Pasa | 2 | -2/+7 |
2020-06-25 | Add `min_size` and `max_size` to `window::Settings` | Héctor Ramón Jiménez | 2 | -7/+24 |
2020-06-19 | Add `scale_factor` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2 | -1/+39 |
2020-06-19 | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2 | -3/+25 |
2020-06-12 | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2 | -2/+34 |
2020-06-01 | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2 | -27/+2 |
2020-06-01 | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2 | -2/+27 |