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-08-12
Use `clipped_cursor` directly in `text_editor`
Héctor Ramón Jiménez
1
-6
/
+1
2024-08-12
Fix clipping area of `text_editor` placeholder
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-12
Remove cursor snapping hack in `text_editor`
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-12
Make `Padding` affect `text_editor` clipping
Héctor Ramón Jiménez
1
-17
/
+10
2024-08-08
Display top contents in `hover` widget when focused
Héctor Ramón Jiménez
1
-4
/
+26
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
18
-23
/
+23
2024-08-06
Implement `row::Wrapping` widget
Héctor Ramón Jiménez
1
-0
/
+200
2024-08-05
Fix `hover` widget not relaying events when overlay is active
Héctor Ramón Jiménez
1
-0
/
+1
2024-08-05
Implement `State::options` for `combo_box`
Héctor Ramón Jiménez
1
-13
/
+25
2024-08-04
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2
-7
/
+9
2024-08-04
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
3
-14
/
+20
2024-08-03
text_editor: Avoid rendering text outside the border
Maja Kądziołka
1
-3
/
+3
2024-08-03
Implement `From<&Handle>` for `image::Handle`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-30
Reintroduce `Scrollable::with_direction`
Héctor Ramón Jiménez
1
-1
/
+9
2024-07-29
Simplify `focus` method in `text_editor`
Héctor Ramón Jiménez
1
-7
/
+1
2024-07-29
Implement blinking cursor for `text_editor`
Héctor Ramón Jiménez
2
-28
/
+90
2024-07-29
Fix unused `core` import in `text_editor` module
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-28
Simplify `highlight` method for `text_editor` widget
Héctor Ramón Jiménez
1
-2
/
+21
2024-07-28
Implement `strikethrough` support for `rich_text` spans
Héctor Ramón Jiménez
2
-28
/
+63
2024-07-28
Make `underline` positioning aware of `line_height`
Héctor Ramón Jiménez
1
-6
/
+10
2024-07-28
Underline `rich_text` links when hovered
Héctor Ramón Jiménez
2
-6
/
+11
2024-07-28
Implement `underline` support for `rich_text` spans
Héctor Ramón Jiménez
2
-22
/
+61
2024-07-28
Remove comment in `text::Rich::draw`
Héctor Ramón Jiménez
1
-1
/
+0
2024-07-28
Make `markdown::parse` take a `Palette` value
Héctor Ramón Jiménez
1
-4
/
+4
2024-07-28
Add `padding` to `text::Span`
Héctor Ramón Jiménez
2
-2
/
+13
2024-07-28
Improve ergonomics of `span` background highlighting
Héctor Ramón Jiménez
2
-8
/
+5
2024-07-28
Use dark background for inline code in `markdown` widget
Héctor Ramón Jiménez
1
-7
/
+7
2024-07-28
Add background styling to span / rich text
Cory Forsstrom
2
-10
/
+36
2024-07-27
Use `container::dark` style for `markdown` code blocks
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-26
Reduce `KeyPress` duplication in `text_editor`
Héctor Ramón Jiménez
1
-12
/
+9
2024-07-26
Implement custom key binding support for `text_editor`
Héctor Ramón Jiménez
1
-118
/
+272
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
[next]