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
*
Expose additional `subscription` types in `advanced`
Héctor Ramón Jiménez
2024-07-30
1
-1
/
+2
*
Reintroduce `Scrollable::with_direction`
Héctor Ramón Jiménez
2024-07-30
1
-1
/
+9
*
Avoid exiting when a window is being opened
Héctor Ramón Jiménez
2024-07-30
1
-9
/
+12
*
Merge pull request #2531 from iced-rs/fix/snap-quad-lines-in-wgpu
Héctor Ramón
2024-07-29
1
-2
/
+11
|
\
|
*
Snap `Quad` lines to the pixel grid in `iced_wgpu`
Héctor Ramón Jiménez
2024-07-29
1
-2
/
+11
|
/
*
Simplify `focus` method in `text_editor`
Héctor Ramón Jiménez
2024-07-29
1
-7
/
+1
*
Implement blinking cursor for `text_editor`
Héctor Ramón Jiménez
2024-07-29
2
-28
/
+90
*
Fix unused `core` import in `text_editor` module
Héctor Ramón Jiménez
2024-07-29
1
-2
/
+2
*
Simplify `highlight` method for `text_editor` widget
Héctor Ramón Jiménez
2024-07-28
3
-23
/
+31
*
Enable Markdown highlighting in `markdown` example
Héctor Ramón Jiménez
2024-07-28
2
-19
/
+18
*
Merge pull request #2528 from iced-rs/feature/rich-text-strikethrough
Héctor Ramón
2024-07-28
3
-28
/
+73
|
\
|
*
Implement `strikethrough` support for `rich_text` spans
Héctor Ramón Jiménez
2024-07-28
3
-28
/
+73
|
/
*
Merge pull request #2526 from iced-rs/feature/rich-text-underline
Héctor Ramón
2024-07-28
2
-21
/
+79
|
\
|
*
Make `underline` positioning aware of `line_height`
Héctor Ramón Jiménez
2024-07-28
1
-6
/
+10
|
*
Underline `rich_text` links when hovered
Héctor Ramón Jiménez
2024-07-28
2
-6
/
+11
|
*
Implement `underline` support for `rich_text` spans
Héctor Ramón Jiménez
2024-07-28
3
-22
/
+71
|
/
*
Merge pull request #2516 from tarkah/feat/span-background
Héctor Ramón
2024-07-28
7
-7
/
+201
|
\
|
*
Remove comment in `text::Rich::draw`
Héctor Ramón Jiménez
2024-07-28
1
-1
/
+0
|
*
Use `for` loop instead of `fold` in `span_bounds`
Héctor Ramón Jiménez
2024-07-28
1
-29
/
+29
|
*
Make `markdown::parse` take a `Palette` value
Héctor Ramón Jiménez
2024-07-28
2
-6
/
+6
|
*
Add `padding` to `text::Span`
Héctor Ramón Jiménez
2024-07-28
4
-12
/
+57
|
*
Improve ergonomics of `span` background highlighting
Héctor Ramón Jiménez
2024-07-28
3
-35
/
+63
|
*
Use dark background for inline code in `markdown` widget
Héctor Ramón Jiménez
2024-07-28
2
-13
/
+10
|
*
Add background styling to span / rich text
Cory Forsstrom
2024-07-28
7
-16
/
+141
|
/
*
Use `container::dark` style for `markdown` code blocks
Héctor Ramón Jiménez
2024-07-27
1
-1
/
+1
*
Merge pull request #2522 from iced-rs/text-editor-keybindings
Héctor Ramón
2024-07-27
1
-115
/
+266
|
\
|
*
Reduce `KeyPress` duplication in `text_editor`
Héctor Ramón Jiménez
2024-07-26
1
-12
/
+9
|
*
Implement custom key binding support for `text_editor`
Héctor Ramón Jiménez
2024-07-26
1
-118
/
+272
|
/
*
Fix lints for Rust 1.80
Héctor Ramón Jiménez
2024-07-26
8
-15
/
+15
*
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
5
-9
/
+68
*
Fix macOS race condition when closing window
Héctor Ramón Jiménez
2024-07-24
1
-9
/
+11
*
Depend on `wasm-bindgen-futures` only for Wasm
Héctor Ramón Jiménez
2024-07-24
1
-2
/
+1
*
Exit runtime with `control_sender` instead of `break`
Héctor Ramón Jiménez
2024-07-24
1
-2
/
+6
*
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
2024-07-24
4
-72
/
+29
*
Fix mssing `Link` generic in `From` impl for `Span`
Héctor Ramón Jiménez
2024-07-23
1
-1
/
+1
*
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
4
-42
/
+151
*
Use `url` for `markdown` links
Héctor Ramón Jiménez
2024-07-21
4
-9
/
+24
*
Merge pull request #2512 from iced-rs/feature/rich-text-links
Héctor Ramón
2024-07-21
9
-79
/
+284
|
\
|
*
Use `open::that_in_background` in `markdown` example
Héctor Ramón Jiménez
2024-07-21
1
-1
/
+1
|
*
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
|
*
Simplify font attributes in `Paragraph::with_spans`
Héctor Ramón Jiménez
2024-07-21
1
-9
/
+1
|
*
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
2024-07-21
9
-71
/
+287
|
/
*
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
[next]