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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lints for Rust 1.80
Héctor Ramón Jiménez
2024-07-26
3
-5
/
+5
*
Fix broken doc link in `text_editor`
Héctor Ramón Jiménez
2024-07-24
1
-1
/
+1
*
Add `placeholder` support to `text_editor` widget
Héctor Ramón Jiménez
2024-07-24
1
-9
/
+53
*
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
2024-07-24
3
-67
/
+27
*
Fix `span` widget helper missing `Link` generic
Héctor Ramón Jiménez
2024-07-23
1
-2
/
+2
*
Use horizontal `scrollable` for code blocks in `markdown` widget
Héctor Ramón Jiménez
2024-07-21
1
-6
/
+16
*
Introduce `markdown::Settings`
Héctor Ramón Jiménez
2024-07-21
2
-41
/
+125
*
Use `url` for `markdown` links
Héctor Ramón Jiménez
2024-07-21
2
-7
/
+21
*
Use latest `spans` to retreive `Link` in `rich_text`
Héctor Ramón Jiménez
2024-07-21
1
-2
/
+2
*
Rename `on_link_click` to `on_link`
Héctor Ramón Jiménez
2024-07-21
2
-15
/
+12
*
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
2024-07-21
3
-56
/
+201
*
Use `from_iter` in `rich_text!` macro
Héctor Ramón Jiménez
2024-07-20
1
-1
/
+1
*
Support nested lists in `markdown` widget
Héctor Ramón Jiménez
2024-07-20
1
-34
/
+100
*
Make `container::dark` darker and rounded
Héctor Ramón Jiménez
2024-07-20
1
-1
/
+2
*
Introduce `container::dark` style
Héctor Ramón Jiménez
2024-07-20
1
-2
/
+12
*
Make `container::Style` API more consistent
Héctor Ramón Jiménez
2024-07-20
1
-15
/
+23
*
Fix `text::State` downcast in some widgets
Héctor Ramón Jiménez
2024-07-19
3
-3
/
+9
*
Fix `markdown` import in `iced_widget`
Héctor Ramón Jiménez
2024-07-18
1
-2
/
+1
*
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
2024-07-18
4
-1
/
+263
*
Adapt `scrollable` sizing strategy to contents
Héctor Ramón Jiménez
2024-07-18
1
-5
/
+13
*
Flesh out the `markdown` example a bit more
Héctor Ramón Jiménez
2024-07-18
4
-9
/
+56
*
Implement `rich_text` widget and `markdown` example
Héctor Ramón Jiménez
2024-07-17
3
-4
/
+356
*
Decouple caching from `Paragraph` API
Héctor Ramón Jiménez
2024-07-17
2
-19
/
+22
*
Fix `Scrollable::spacing` not embedding the `Scrollbar`
Héctor Ramón Jiménez
2024-07-16
1
-37
/
+22
*
Set default `width` of `toggler` widget to `Shrink`
Héctor Ramón Jiménez
2024-07-13
1
-1
/
+1
*
Rename `embed_*` in `Scrollable` to simply `spacing`
Héctor Ramón Jiménez
2024-07-12
1
-43
/
+56
*
Improve `Border` ergonomics
Héctor Ramón Jiménez
2024-07-12
9
-32
/
+37
*
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
4
-71
/
+10
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
5
-65
/
+135
*
Add `on_press_with` method for `Button`
Héctor Ramón Jiménez
2024-07-12
1
-4
/
+35
*
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
2
-178
/
+260
*
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
*
|
|
Add `iced` widget helper to display the iced logo :comet:
Héctor Ramón Jiménez
2024-07-11
5
-2
/
+40
|
/
/
*
|
Implement `Default` for `combo_box::State`
Héctor Ramón Jiménez
2024-07-09
1
-0
/
+9
*
|
add SelectAll to TextEditor
PgBiel
2024-07-08
1
-0
/
+5
*
|
Hide internal `Task` constructors
Héctor Ramón Jiménez
2024-07-05
4
-14
/
+17
|
/
*
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 'master' of https://github.com/iced-rs/iced into iced-rs-master
gigas002
2024-05-08
12
-258
/
+1205
|
|
\
|
*
\
Merge branch 'iced-rs:master' into viewer_content_fit
Gigas002
2024-04-16
18
-81
/
+176
|
|
\
\
|
*
|
|
Minor renaming refactoring
gigas002
2024-03-29
1
-30
/
+38
|
*
|
|
Merge branch 'master' into viewer_content_fit
Gigas002
2024-03-27
28
-968
/
+1283
|
|
\
\
\
|
*
\
\
\
Merge branch 'iced-rs:master' into viewer_content_fit
Gigas002
2024-03-24
2
-11
/
+36
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'iced-rs:master' into viewer_content_fit
Gigas002
2024-03-19
1
-3
/
+4
|
|
\
\
\
\
\
[next]