Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce explicit `id` field to `Settings` | 2021-08-11 | 1 | -2/+11 | |
| | | | | ... and use it to set the application id of the window on Unix systems, instead of relying on the title of the application. | ||||
* | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread | 2021-07-22 | 2 | -5/+16 | |
|\ | | | | | feat: expose draw_cache_multithread as a feature | ||||
| * | Introduce `text_multithreading` to `Settings` | 2021-07-22 | 2 | -5/+16 | |
| | | |||||
* | | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 3 | -1/+41 | |
|\ \ | | | | | | | feat: add position to window settings | ||||
| * | | Improve `window::Position` API | 2021-07-21 | 3 | -10/+39 | |
| | | | |||||
| * | | Remove DPI from docs in `window::Settings::position` | 2021-07-21 | 1 | -16/+5 | |
| | | | |||||
| * | | done | 2021-06-25 | 1 | -1/+16 | |
| | | | |||||
| * | | wip | 2021-06-25 | 1 | -0/+7 | |
| | | | |||||
* | | | Write documentation for `menu` method in `Application` | 2021-07-19 | 1 | -1/+3 | |
| | | | |||||
* | | | Force `Application::Message` to implement `Clone` | 2021-07-13 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | A `Message` should represent an application event (e.g. user interactions, command results, subscription results...). Therefore, it should always consist of pure, cloneable data. | ||||
* | | | Make `Menu` API a bit more functional | 2021-07-12 | 1 | -1/+1 | |
| | | | |||||
* | | | Initial menu implementation | 2021-07-05 | 2 | -3/+12 | |
|/ / | |||||
* / | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 2 | -20/+20 | |
|/ | |||||
* | Implement `Toggler` widget for iced_native | 2021-06-03 | 1 | -3/+3 | |
| | |||||
* | Merge branch 'hecrj:master' into upgrade-wgpu | 2021-05-19 | 1 | -1/+1 | |
|\ | |||||
| * | Change examples to point to 0.3 examples, not 0.2 | 2021-05-13 | 1 | -1/+1 | |
| | | |||||
* | | Run cargo fmt | 2021-04-12 | 1 | -8/+10 | |
|/ | |||||
* | use Mode::Hidden instead | 2021-04-09 | 2 | -11/+4 | |
| | |||||
* | add window visibility | 2021-04-08 | 1 | -0/+11 | |
| | |||||
* | Add support for graceful exits in `Application` | 2021-03-30 | 2 | -4/+22 | |
| | | | | | - `Settings` now contains an `exit_on_close_request` field - `Application` has a new `should_exit` method | ||||
* | Introduce `internal_backend` to `iced_wgpu::Settings` | 2021-03-25 | 1 | -1/+1 | |
| | |||||
* | Implement stub `Clipboard` in `iced_web` | 2021-03-11 | 1 | -2/+6 | |
| | | | | | We need to figure out browser permissions and use of unstable `web-sys` APIs | ||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 3 | -11/+28 | |
| | |||||
* | 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 | |
| | |