index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #2488 from vladh/remove-scrollable-comment
Héctor Ramón
2024-07-11
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
doc: remove extraneous comment
Vlad-Stefan Harbuz
2024-07-02
1
-1
/
+0
*
|
Merge pull request #2499 from iced-rs/scrollable-alignment-helpers
Héctor Ramón
2024-07-11
1
-0
/
+26
|
\
\
|
*
|
Add `align_x` and `align_y` helpers to `Scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-0
/
+26
*
|
|
Merge pull request #2498 from iced-rs/iced-widget
Héctor Ramón
2024-07-11
7
-30
/
+56
|
\
\
\
|
*
|
|
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
2024-07-11
7
-30
/
+56
|
|
/
/
*
|
|
Merge pull request #2497 from iced-rs/stream-try-channel
Héctor Ramón
2024-07-11
1
-0
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Introduce `stream::try_channel` helper
Héctor Ramón Jiménez
2024-07-11
1
-0
/
+21
|
/
/
*
|
Merge pull request #2496 from iced-rs/abortable-tasks
Héctor Ramón
2024-07-10
2
-19
/
+62
|
\
\
|
*
|
Introduce `Task::abortable` :tada:
Héctor Ramón Jiménez
2024-07-10
2
-1
/
+44
|
*
|
Move docs of `future` and `stream` in `Task`
Héctor Ramón Jiménez
2024-07-10
1
-18
/
+18
|
/
/
*
|
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
2024-07-09
10
-197
/
+70
*
|
Implement `Default` for `combo_box::State`
Héctor Ramón Jiménez
2024-07-09
1
-0
/
+9
*
|
Merge pull request #2321 from PgBiel/select-all
Héctor Ramón
2024-07-08
3
-0
/
+28
|
\
\
|
*
|
add SelectAll to TextEditor
PgBiel
2024-07-08
3
-0
/
+28
|
/
/
*
|
Allow future in `stream::channel` to return
Héctor Ramón Jiménez
2024-07-08
1
-3
/
+2
*
|
Merge pull request #2493 from iced-rs/hide-subscription-internals
Héctor Ramón
2024-07-05
13
-249
/
+271
|
\
\
|
*
|
Expose `from_recipe` and `into_recipes` in `advanced::subscription`
Héctor Ramón Jiménez
2024-07-05
1
-1
/
+1
|
*
|
Fix `wasm_bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2024-07-05
1
-1
/
+1
|
*
|
Hide `Subscription` internals
Héctor Ramón Jiménez
2024-07-05
11
-247
/
+269
|
/
/
*
|
Merge pull request #2492 from iced-rs/hide-internal-task-constructors
Héctor Ramón
2024-07-05
11
-134
/
+138
|
\
\
|
*
|
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
11
-134
/
+138
|
/
/
*
/
Simplify `subscription::channel` example
Héctor Ramón Jiménez
2024-07-02
1
-29
/
+14
|
/
*
Merge pull request #2485 from vladh/add-quad-border-doc
Héctor Ramón
2024-06-30
1
-1
/
+1
|
\
|
*
doc: clarify Quad border alignment
Vlad-Stefan Harbuz
2024-06-29
1
-1
/
+1
*
|
Merge pull request #2487 from vladh/fix-reconcile-typo
Héctor Ramón
2024-06-30
2
-4
/
+4
|
\
\
|
*
|
doc: fix "Reconciles" typo
Vlad-Stefan Harbuz
2024-06-30
2
-4
/
+4
|
/
/
*
|
Fix `window::open_events` subscribing to closed events
Héctor Ramón Jiménez
2024-06-28
1
-1
/
+1
*
|
Remove unnecessary `Send` bound in `runtime::Action`
Héctor Ramón Jiménez
2024-06-21
1
-1
/
+1
*
|
Merge pull request #2475 from vladh/impl-copy-fill-stroke
Héctor Ramón
2024-06-21
4
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Implement Copy on Fill and Stroke
Vlad-Stefan Harbuz
2024-06-21
4
-4
/
+4
*
|
Fix fonts not being loaded at startup
Héctor Ramón Jiménez
2024-06-21
1
-1
/
+9
|
/
*
Fix `application` sometimes exiting at startup
Héctor Ramón Jiménez
2024-06-20
1
-0
/
+4
*
Inline documentation for `application` and `daemon` functions
Héctor Ramón Jiménez
2024-06-20
1
-2
/
+7
*
Merge pull request #2470 from ryankopf/master
Héctor Ramón
2024-06-20
1
-0
/
+51
|
\
|
*
Add `window` method to `Application`
Héctor Ramón Jiménez
2024-06-20
1
-1
/
+8
|
*
feat: Add methods for window settings in Application
ryankopf
2024-06-20
1
-0
/
+44
|
/
*
Merge pull request #2469 from iced-rs/unify-shell-runtimes
Héctor Ramón
2024-06-20
57
-2714
/
+1531
|
\
|
*
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
2024-06-20
6
-11
/
+10
|
*
Add `get_latest` and `get_oldest` tasks in `window`
Héctor Ramón Jiménez
2024-06-20
2
-36
/
+64
|
*
Introduce `and_then` methods for fallible `Task`s
Héctor Ramón Jiménez
2024-06-20
1
-0
/
+33
|
*
Fix initialization race conditions in WebAssembly
Héctor Ramón Jiménez
2024-06-19
1
-58
/
+42
|
*
Fix WebAssembly compilation
Héctor Ramón Jiménez
2024-06-19
1
-7
/
+105
|
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
54
-2626
/
+1301
*
|
Implement `std::fmt::Display` for `iced::Radians` (#2446)
SolidStateDj
2024-06-18
1
-0
/
+7
|
/
*
Merge pull request #2330 from Gigas002/viewer_content_fit
Héctor Ramón
2024-06-18
1
-76
/
+80
|
\
|
*
Make viewer widget inner naming and syntax closer to image widget
gigas002
2024-05-10
1
-25
/
+27
|
*
Run cargo fmt
gigas002
2024-05-08
1
-2
/
+2
|
*
Merge branch 'iced-rs-master' into viewer_content_fit
gigas002
2024-05-08
120
-2102
/
+4077
|
|
\
|
|
*
Merge branch 'master' of https://github.com/iced-rs/iced into iced-rs-master
gigas002
2024-05-08
120
-2102
/
+4077
|
|
/
|
[prev]
[next]