| Commit message (Expand) | Author | Files | Lines |
2021-12-09 | Use commit hash in `html_logo_url` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-12-09 | Added icon in docs | daladim | 1 | -0/+3 |
2021-11-29 | Improve documentation of `Application::run` | Héctor Ramón Jiménez | 1 | -2/+3 |
2021-11-29 | Allow `Application::run` to return on native platforms | Andreas Hofstadler | 1 | -2/+2 |
2021-11-17 | Fix a few doc links | Imbris | 1 | -0/+2 |
2021-10-31 | Introduce first-class `svg` module in `iced_native` | Héctor Ramón Jiménez | 1 | -1/+2 |
2021-10-31 | Introduce first-class `image` module in `iced_native` | Héctor Ramón Jiménez | 1 | -1/+2 |
2021-10-31 | Remove `widget` module re-exports in `iced_native` | Héctor Ramón Jiménez | 1 | -3/+3 |
2021-09-20 | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 1 | -3/+4 |
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 1 | -2/+3 |
2021-09-15 | Revert system menus support | Héctor Ramón Jiménez | 3 | -17/+5 |
2021-09-02 | Implement `move_to` and `resize` commands for `window` | Héctor Ramón Jiménez | 1 | -0/+3 |
2021-09-02 | Implement and expose `read` and `write` helpers for `clipboard` | Héctor Ramón Jiménez | 2 | -0/+4 |
2021-09-02 | Remove `Clipboard` export in `iced` | Héctor Ramón Jiménez | 2 | -2/+2 |
2021-09-02 | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2 | -30/+10 |
2021-08-11 | Introduce explicit `id` field to `Settings` | Héctor Ramón Jiménez | 1 | -2/+11 |
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 |