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
path:
root
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
Fix lints for Rust 1.80
Héctor Ramón Jiménez
3
-5
/
+5
2024-07-24
Fix broken doc link in `text_editor`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-24
Add `placeholder` support to `text_editor` widget
Héctor Ramón Jiménez
1
-9
/
+53
2024-07-24
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
3
-67
/
+27
2024-07-23
Fix `span` widget helper missing `Link` generic
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-21
Use horizontal `scrollable` for code blocks in `markdown` widget
Héctor Ramón Jiménez
1
-6
/
+16
2024-07-21
Introduce `markdown::Settings`
Héctor Ramón Jiménez
2
-41
/
+125
2024-07-21
Use `url` for `markdown` links
Héctor Ramón Jiménez
2
-7
/
+21
2024-07-21
Use latest `spans` to retreive `Link` in `rich_text`
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-21
Rename `on_link_click` to `on_link`
Héctor Ramón Jiménez
2
-15
/
+12
2024-07-21
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
3
-56
/
+201
2024-07-20
Use `from_iter` in `rich_text!` macro
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-20
Support nested lists in `markdown` widget
Héctor Ramón Jiménez
1
-34
/
+100
2024-07-20
Make `container::dark` darker and rounded
Héctor Ramón Jiménez
1
-1
/
+2
2024-07-20
Introduce `container::dark` style
Héctor Ramón Jiménez
1
-2
/
+12
2024-07-20
Make `container::Style` API more consistent
Héctor Ramón Jiménez
1
-15
/
+23
2024-07-19
Fix `text::State` downcast in some widgets
Héctor Ramón Jiménez
3
-3
/
+9
2024-07-18
Fix `markdown` import in `iced_widget`
Héctor Ramón Jiménez
1
-2
/
+1
2024-07-18
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
4
-1
/
+263
2024-07-18
Adapt `scrollable` sizing strategy to contents
Héctor Ramón Jiménez
1
-5
/
+13
2024-07-18
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
4
-9
/
+56
2024-07-17
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
3
-4
/
+356
2024-07-17
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
2
-19
/
+22
2024-07-16
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
1
-37
/
+22
2024-07-13
Set default `width` of `toggler` widget to `Shrink`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-12
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
1
-43
/
+56
2024-07-12
Improve `Border` ergonomics
Héctor Ramón Jiménez
9
-32
/
+37
2024-07-12
Fix inconsistent `align_*` methods in `Container`
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
4
-71
/
+10
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
5
-65
/
+135
2024-07-12
Add `on_press_with` method for `Button`
Héctor Ramón Jiménez
1
-4
/
+35
2024-07-11
Fix broken doc links in `widget::scrollable`
Héctor Ramón Jiménez
1
-4
/
+4
2024-07-11
Add support for embedded scrollbars for `scrollable`
Héctor Ramón Jiménez
2
-178
/
+260
2024-07-11
Add `align_x` and `align_y` helpers to `Scrollable`
Héctor Ramón Jiménez
1
-0
/
+26
2024-07-11
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
5
-2
/
+40
2024-07-09
Implement `Default` for `combo_box::State`
Héctor Ramón Jiménez
1
-0
/
+9
2024-07-08
add SelectAll to TextEditor
PgBiel
1
-0
/
+5
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
4
-14
/
+17
2024-07-02
doc: remove extraneous comment
Vlad-Stefan Harbuz
1
-1
/
+0
2024-06-17
Fix `text_editor` always capturing scroll events
Héctor Ramón Jiménez
1
-0
/
+6
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
17
-122
/
+62
2024-06-13
format
Andrew-Schwartz
2
-4
/
+18
2024-06-12
Add FromIterator for Row and Column
Andrew-Schwartz
2
-0
/
+12
2024-06-12
Revert "Add FromIterator for Row and Column"
Andrew-Schwartz
2
-30
/
+18
2024-06-12
Add FromIterator for Row and Column
Andrew-Schwartz
2
-18
/
+30
2024-06-11
Allow `dead_code` in `widget::lazy::cache`
Héctor Ramón Jiménez
1
-0
/
+1
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
2
-2
/
+2
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2
-4
/
+4
2024-06-08
Allow for styling of the menu of a pick list
PolyMeilex
1
-0
/
+24
2024-05-31
Create `jump` and `macos_command` methods in `keyboard::Modifiers`
Héctor Ramón Jiménez
2
-70
/
+8
[next]