summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2499 from iced-rs/scrollable-alignment-helpersLibravatar Héctor Ramón2024-07-111-0/+26
|\ \ \
| * | | Add `align_x` and `align_y` helpers to `Scrollable`Libravatar Héctor Ramón Jiménez2024-07-111-0/+26
* | | | Merge pull request #2498 from iced-rs/iced-widgetLibravatar Héctor Ramón2024-07-117-30/+56
|\ \ \ \
| * | | | Add `iced` widget helper to display the iced logo :comet:Libravatar Héctor Ramón Jiménez2024-07-117-30/+56
| |/ / /
* | | | Merge pull request #2497 from iced-rs/stream-try-channelLibravatar Héctor Ramón2024-07-111-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Introduce `stream::try_channel` helperLibravatar Héctor Ramón Jiménez2024-07-111-0/+21
|/ / /
* | | Merge pull request #2496 from iced-rs/abortable-tasksLibravatar Héctor Ramón2024-07-102-19/+62
|\ \ \
| * | | Introduce `Task::abortable` :tada:Libravatar Héctor Ramón Jiménez2024-07-102-1/+44
| * | | Move docs of `future` and `stream` in `Task`Libravatar Héctor Ramón Jiménez2024-07-101-18/+18
|/ / /
* | | Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez2024-07-0910-197/+70
* | | Implement `Default` for `combo_box::State`Libravatar Héctor Ramón Jiménez2024-07-091-0/+9
* | | Merge pull request #2321 from PgBiel/select-allLibravatar Héctor Ramón2024-07-083-0/+28
|\ \ \
| * | | add SelectAll to TextEditorLibravatar PgBiel2024-07-083-0/+28
|/ / /
* | | Allow future in `stream::channel` to returnLibravatar Héctor Ramón Jiménez2024-07-081-3/+2
* | | Merge pull request #2493 from iced-rs/hide-subscription-internalsLibravatar Héctor Ramón2024-07-0513-249/+271
|\ \ \
| * | | Expose `from_recipe` and `into_recipes` in `advanced::subscription`Libravatar Héctor Ramón Jiménez2024-07-051-1/+1
| * | | Fix `wasm_bindgen` backend in `iced_futures`Libravatar Héctor Ramón Jiménez2024-07-051-1/+1
| * | | Hide `Subscription` internalsLibravatar Héctor Ramón Jiménez2024-07-0511-247/+269
|/ / /
* | | Merge pull request #2492 from iced-rs/hide-internal-task-constructorsLibravatar Héctor Ramón2024-07-0511-134/+138
|\ \ \
| * | | Hide internal `Task` constructorsLibravatar Héctor Ramón Jiménez2024-07-0511-134/+138
|/ / /
* / / Simplify `subscription::channel` exampleLibravatar Héctor Ramón Jiménez2024-07-021-29/+14
|/ /
* | Merge pull request #2485 from vladh/add-quad-border-docLibravatar Héctor Ramón2024-06-301-1/+1
|\ \
| * | doc: clarify Quad border alignmentLibravatar Vlad-Stefan Harbuz2024-06-291-1/+1
| |/
* | Merge pull request #2487 from vladh/fix-reconcile-typoLibravatar Héctor Ramón2024-06-302-4/+4
|\ \
| * | doc: fix "Reconciles" typoLibravatar Vlad-Stefan Harbuz2024-06-302-4/+4
|/ /
* | Fix `window::open_events` subscribing to closed eventsLibravatar Héctor Ramón Jiménez2024-06-281-1/+1
* | Remove unnecessary `Send` bound in `runtime::Action`Libravatar Héctor Ramón Jiménez2024-06-211-1/+1
* | Merge pull request #2475 from vladh/impl-copy-fill-strokeLibravatar Héctor Ramón2024-06-214-4/+4
|\ \ | |/ |/|
| * Implement Copy on Fill and StrokeLibravatar Vlad-Stefan Harbuz2024-06-214-4/+4
* | Fix fonts not being loaded at startupLibravatar Héctor Ramón Jiménez2024-06-211-1/+9
|/
* Fix `application` sometimes exiting at startupLibravatar Héctor Ramón Jiménez2024-06-201-0/+4
* Inline documentation for `application` and `daemon` functionsLibravatar Héctor Ramón Jiménez2024-06-201-2/+7
* Merge pull request #2470 from ryankopf/masterLibravatar Héctor Ramón2024-06-201-0/+51
|\
| * Add `window` method to `Application`Libravatar Héctor Ramón Jiménez2024-06-201-1/+8
| * feat: Add methods for window settings in ApplicationLibravatar ryankopf2024-06-201-0/+44
|/
* Merge pull request #2469 from iced-rs/unify-shell-runtimesLibravatar Héctor Ramón2024-06-2057-2714/+1531
|\
| * Remove `window::Id::MAIN` constantLibravatar Héctor Ramón Jiménez2024-06-206-11/+10
| * Add `get_latest` and `get_oldest` tasks in `window`Libravatar Héctor Ramón Jiménez2024-06-202-36/+64
| * Introduce `and_then` methods for fallible `Task`sLibravatar Héctor Ramón Jiménez2024-06-201-0/+33
| * Fix initialization race conditions in WebAssemblyLibravatar Héctor Ramón Jiménez2024-06-191-58/+42
| * Fix WebAssembly compilationLibravatar Héctor Ramón Jiménez2024-06-191-7/+105
| * Introduce `daemon` API and unify shell runtimesLibravatar Héctor Ramón Jiménez2024-06-1954-2626/+1301
* | Implement `std::fmt::Display` for `iced::Radians` (#2446)Libravatar SolidStateDj2024-06-181-0/+7
|/
* Merge pull request #2330 from Gigas002/viewer_content_fitLibravatar Héctor Ramón2024-06-181-76/+80
|\
| * Make viewer widget inner naming and syntax closer to image widgetLibravatar gigas0022024-05-101-25/+27
| * Run cargo fmtLibravatar gigas0022024-05-081-2/+2
| * Merge branch 'iced-rs-master' into viewer_content_fitLibravatar gigas0022024-05-08120-2102/+4077
| |\
| | * Merge branch 'master' of https://github.com/iced-rs/iced into iced-rs-masterLibravatar gigas0022024-05-08120-2102/+4077
| |/|
| * | Merge branch 'iced-rs:master' into viewer_content_fitLibravatar Gigas0022024-04-16124-4473/+5685
| |\ \
| * | | Minor renaming refactoringLibravatar gigas0022024-03-291-30/+38