summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-111-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_multithreadLibravatar Héctor Ramón2021-07-222-5/+16
|\ | | | | feat: expose draw_cache_multithread as a feature
| * Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez2021-07-222-5/+16
| |
* | Merge pull request #929 from TimUntersberger/winit-improvLibravatar Héctor Ramón2021-07-223-1/+41
|\ \ | | | | | | feat: add position to window settings
| * | Improve `window::Position` APILibravatar Héctor Ramón Jiménez2021-07-213-10/+39
| | |
| * | Remove DPI from docs in `window::Settings::position`Libravatar Héctor Ramón Jiménez2021-07-211-16/+5
| | |
| * | doneLibravatar TimUntersberger2021-06-251-1/+16
| | |
| * | wipLibravatar TimUntersberger2021-06-251-0/+7
| | |
* | | Write documentation for `menu` method in `Application`Libravatar Héctor Ramón Jiménez2021-07-191-1/+3
| | |
* | | Force `Application::Message` to implement `Clone`Libravatar Héctor Ramón Jiménez2021-07-132-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 functionalLibravatar Héctor Ramón Jiménez2021-07-121-1/+1
| | |
* | | Initial menu implementationLibravatar Richard2021-07-052-3/+12
|/ /
* / docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-142-20/+20
|/
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-031-3/+3
|
* Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-191-1/+1
|\
| * Change examples to point to 0.3 examples, not 0.2Libravatar Riccardo D'Ambrosio2021-05-131-1/+1
| |
* | Run cargo fmtLibravatar Dispersia2021-04-121-8/+10
|/
* use Mode::Hidden insteadLibravatar Cory Forsstrom2021-04-092-11/+4
|
* add window visibilityLibravatar Cory Forsstrom2021-04-081-0/+11
|
* Add support for graceful exits in `Application`Libravatar Héctor Ramón Jiménez2021-03-302-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`Libravatar Héctor Ramón Jiménez2021-03-251-1/+1
|
* Implement stub `Clipboard` in `iced_web`Libravatar Héctor Ramón Jiménez2021-03-111-2/+6
| | | | | We need to figure out browser permissions and use of unstable `web-sys` APIs
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-113-11/+28
|
* feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-151-2/+3
|
* Make iced::Error Send + SyncLibravatar Taiki Endo2021-01-291-1/+12
|
* update example description at sandbox's documentation (#710)Libravatar GunpowderGuy2021-01-221-3/+3
| | | | | | | | | * Update sandbox.rs * Update sandbox.rs * format Co-authored-by: Diego Rosario <diegorosario2013@gmail.com>
* Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez2021-01-151-14/+7
|
* Add `smol` async runtimeLibravatar Jayce Fayne2021-01-142-7/+31
|
* Merge remote-tracking branch 'tarkah/image-pane' into image-paneLibravatar Héctor Ramón Jiménez2020-12-181-1/+2
|\
| * remove re-export on viewer::StateLibravatar Cory Forsstrom2020-05-271-1/+3
| |
| * rename to image::ViewerLibravatar Cory Forsstrom2020-05-261-12/+4
| |
| * Rename and add to iced image moduleLibravatar Cory Forsstrom2020-05-261-9/+11
| |
| * Add `ImagePane` widgetLibravatar Cory Forsstrom2020-05-261-2/+8
| |
* | Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez2020-11-263-20/+23
| |
* | Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-267-75/+18
| | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* | Rename `keyboard::ModifiersState` to `Modifiers`Libravatar Héctor Ramón Jiménez2020-11-261-1/+1
| |
* | Merge pull request #595 from valbendan/masterLibravatar Héctor Ramón2020-11-252-6/+23
|\ \ | | | | | | upgrade tokio to latest version(v0.3)
| * | Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-252-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 Libravatar dabaichi2020-11-061-2/+1
| | | | | | | | | | | | | | | fix executor other than tokio Co-authored-by: Héctor Ramón <hector0193@gmail.com>
| * | upgrade tokio to latest version(v0.3)Libravatar valbendan2020-11-051-1/+2
| | |
* | | Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez2020-11-201-0/+11
|/ /
* | Fix DimensionsMismatch error messageLibravatar sum-elier2020-11-011-1/+1
| | | | | | | | | | | | The values passed to write! were shifted 1 to the left. Fixes #591
* | Remove `executor::Null` from the root public APILibravatar Héctor Ramón Jiménez2020-10-173-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_topLibravatar Tom2020-09-281-1/+6
| |
* | Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-085-12/+61
| |
* | Merge branch 'feature/rule-widget' into masterLibravatar Héctor Ramón Jiménez2020-08-221-3/+3
|\ \
| * | widget Rule addedLibravatar Billy Messenger2020-08-221-3/+3
| | |
* | | Add 'transparent' in window settingLibravatar Katherine Philip2020-08-171-0/+5
|/ /
* | Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-101-5/+5
| |
* | Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez2020-07-081-5/+5
| |