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
*
Update `cosmic-text` and `resvg` (#2416)
Héctor Ramón
2024-07-17
10
-222
/
+187
*
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
2024-07-16
2
-45
/
+28
*
Fix broken `futures-core` links in nightly docs
Héctor Ramón Jiménez
2024-07-16
1
-0
/
+1
*
Remove unnecessary `derive` in "Scaling Applications" docs
Héctor Ramón Jiménez
2024-07-16
1
-1
/
+0
*
Fix grammar in "Passive Subscriptions" docs
Héctor Ramón Jiménez
2024-07-16
1
-1
/
+1
*
Finish "The Pocket Guide"
Héctor Ramón Jiménez
2024-07-16
2
-5
/
+130
*
Draft "The Pocket Guide" for the API reference
Héctor Ramón Jiménez
2024-07-16
1
-129
/
+286
*
Make `run_with` take a `FnOnce`
Héctor Ramón Jiménez
2024-07-15
3
-5
/
+5
*
Export `operate` constructor in `advanced::widget`
Héctor Ramón Jiménez
2024-07-14
2
-9
/
+14
*
Implement `application::Update` for `()`
Héctor Ramón Jiménez
2024-07-14
3
-6
/
+11
*
Remove `Vector::UNIT` constant
Héctor Ramón Jiménez
2024-07-13
1
-3
/
+0
*
Add `default` and `base` stylings to `text` widget
Héctor Ramón Jiménez
2024-07-13
1
-0
/
+12
*
Merge pull request #2505 from iced-rs/window-resize-events
Héctor Ramón
2024-07-13
3
-15
/
+16
|
\
|
*
Add `resize_events` subscription to `window` module
Héctor Ramón Jiménez
2024-07-13
3
-15
/
+16
|
/
*
Set default `width` of `toggler` widget to `Shrink`
Héctor Ramón Jiménez
2024-07-13
1
-1
/
+1
*
Merge pull request #2504 from iced-rs/view-ergonomics
Héctor Ramón
2024-07-12
64
-658
/
+805
|
\
|
*
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
2024-07-12
2
-49
/
+64
|
*
Add directional `border::Radius` helpers
Héctor Ramón Jiménez
2024-07-12
2
-22
/
+64
|
*
Improve `Border` ergonomics
Héctor Ramón Jiménez
2024-07-12
13
-95
/
+204
|
*
Improve `Padding` ergonomics
Héctor Ramón Jiménez
2024-07-12
5
-47
/
+70
|
*
Fix inconsistent `align_*` methods in `Container`
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
|
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
51
-396
/
+256
|
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
45
-282
/
+380
|
/
*
Merge pull request #2503 from iced-rs/task-abort-on-drop
Héctor Ramón
2024-07-12
1
-5
/
+40
|
\
|
*
Add `abort_on_drop` to `task::Handle`
Héctor Ramón Jiménez
2024-07-12
1
-5
/
+40
|
/
*
Merge pull request #2502 from iced-rs/button-on-press-with
Héctor Ramón
2024-07-12
1
-4
/
+35
|
\
|
*
Add `on_press_with` method for `Button`
Héctor Ramón Jiménez
2024-07-12
1
-4
/
+35
|
/
*
Finish `window::open` only when window fully opens
Héctor Ramón Jiménez
2024-07-11
1
-25
/
+22
*
Make window visible after surface creation in `iced_winit`
Héctor Ramón Jiménez
2024-07-11
1
-1
/
+11
*
Merge pull request #2269 from dtzxporter/scrollbar-disabled
Héctor Ramón
2024-07-11
4
-215
/
+328
|
\
|
*
Fix broken doc links in `widget::scrollable`
Héctor Ramón Jiménez
2024-07-11
1
-4
/
+4
|
*
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
2024-07-11
4
-211
/
+324
|
/
*
Merge pull request #2500 from iced-rs/builtin-text-styles
Héctor Ramón
2024-07-11
1
-0
/
+28
|
\
|
*
Add some built-in text styles for each `Palette` color
Héctor Ramón Jiménez
2024-07-11
1
-0
/
+28
*
|
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
[next]