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
/
src
/
markdown.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Remove lifetime bound for `Text` in `markdown::paragraph`
Héctor Ramón Jiménez
2025-02-19
1
-2
/
+2
*
Fix `markdown` compilation when `highlighter` feature is disabled
Héctor Ramón Jiménez
2025-02-18
1
-0
/
+1
*
Use `code_size` instead of `spacing` for `code_block` metrics
Héctor Ramón Jiménez
2025-02-05
1
-4
/
+4
*
Add `language` to `Item::CodeBlock` in `markdown`
Héctor Ramón Jiménez
2025-02-05
1
-8
/
+20
*
Rename `on_link_clicked` to `on_link_click`
Héctor Ramón Jiménez
2025-02-04
1
-12
/
+12
*
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
2025-02-04
1
-6
/
+22
*
Add `alt` and `title` to `markdown` images
Héctor Ramón Jiménez
2025-02-04
1
-13
/
+26
*
Animate image fade in in `markdown` example
Héctor Ramón Jiménez
2025-02-04
1
-2
/
+2
*
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
1
-38
/
+61
*
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
2025-02-04
1
-192
/
+361
*
Introduce `view_with` customizers in `markdown` module
Héctor Ramón Jiménez
2025-02-04
1
-94
/
+186
*
Avoid sharing `State` when re-parsing `markdown` sections
Héctor Ramón Jiménez
2025-02-02
1
-6
/
+8
*
Fix broken references when parsing `markdown` streams
Héctor Ramón Jiménez
2025-02-02
1
-11
/
+99
*
Write documentation for `markdown::Content`
Héctor Ramón Jiménez
2025-02-01
1
-1
/
+10
*
Split code blocks into multiple `rich_text` lines
Héctor Ramón Jiménez
2025-02-01
1
-10
/
+12
*
Discard `markdown::Highlighter` if language changes
Héctor Ramón Jiménez
2025-02-01
1
-0
/
+5
*
Add `new` constructor for `markdown::Content`
Héctor Ramón Jiménez
2025-01-31
1
-5
/
+5
*
Replace `println` with `log` calls in `markdown` module
Héctor Ramón Jiménez
2025-01-31
1
-3
/
+7
*
Implement `markdown` incremental code highlighting
Héctor Ramón Jiménez
2025-01-31
1
-46
/
+129
*
Draft incremental `markdown` parsing
Héctor Ramón Jiménez
2025-01-31
1
-17
/
+82
*
Let `markdown::view` be `Shrink` when no code blocks exist
Héctor Ramón Jiménez
2025-01-30
1
-1
/
+1
*
Make `spacing` configurable in `markdown::Settings`
Héctor Ramón Jiménez
2025-01-30
1
-8
/
+27
*
Fix code block merging with previous spans in `markdown` widget
Héctor Ramón Jiménez
2025-01-30
1
-1
/
+10
*
fix: parsing of nested markdown lists without empty line
Jinderamarak
2025-01-15
1
-1
/
+10
*
Merge pull request #2623 from boondocklabs/markdown-lifetime
Héctor
2024-10-02
1
-2
/
+2
|
\
|
*
Change lifetime of markdown view IntoIterator Item, as it does not need to li...
Matt Thompson
2024-10-01
1
-2
/
+2
*
|
Fix various typos
bbb651
2024-09-29
1
-2
/
+2
|
/
*
Replace `Rc` with `Arc` for `markdown` caching
Héctor Ramón Jiménez
2024-09-21
1
-3
/
+3
*
Merge pull request #2587 from iced-rs/improve-api-reference
Héctor Ramón
2024-09-19
1
-1
/
+130
|
\
|
*
Show `markdown` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+130
*
|
Remove redundant import in `markdown` widget
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
|
/
*
Fix ambiguous `rich_text` link in `widget::markdown`
Héctor Ramón Jiménez
2024-08-22
1
-1
/
+1
*
Make `RichText` generic over data structure
Héctor Ramón Jiménez
2024-08-22
1
-58
/
+196
*
Decouple `markdown` widget from built-in `Theme`
Héctor Ramón Jiménez
2024-08-21
1
-4
/
+19
*
Implement `strikethrough` support for `rich_text` spans
Héctor Ramón Jiménez
2024-07-28
1
-6
/
+17
*
Make `markdown::parse` take a `Palette` value
Héctor Ramón Jiménez
2024-07-28
1
-4
/
+4
*
Add `padding` to `text::Span`
Héctor Ramón Jiménez
2024-07-28
1
-1
/
+2
*
Improve ergonomics of `span` background highlighting
Héctor Ramón Jiménez
2024-07-28
1
-5
/
+2
*
Use dark background for inline code in `markdown` widget
Héctor Ramón Jiménez
2024-07-28
1
-7
/
+7
*
Add background styling to span / rich text
Cory Forsstrom
2024-07-28
1
-8
/
+16
*
Use `container::dark` style for `markdown` code blocks
Héctor Ramón Jiménez
2024-07-27
1
-1
/
+1
*
Unify `Link` and `Message` generics in `text::Rich`
Héctor Ramón Jiménez
2024-07-24
1
-12
/
+7
*
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
1
-41
/
+116
*
Use `url` for `markdown` links
Héctor Ramón Jiménez
2024-07-21
1
-6
/
+17
*
Rename `on_link_click` to `on_link`
Héctor Ramón Jiménez
2024-07-21
1
-6
/
+6
*
Add `Link` support to `rich_text` widget
Héctor Ramón Jiménez
2024-07-21
1
-27
/
+41
*
Support nested lists in `markdown` widget
Héctor Ramón Jiménez
2024-07-20
1
-34
/
+100
*
Create `markdown` widget helpers in `iced_widget`
Héctor Ramón Jiménez
2024-07-18
1
-0
/
+246