Héctor
|
bc215f6077
|
Merge pull request #2623 from boondocklabs/markdown-lifetime
Change lifetime of markdown IntoIterator Item, as it does not need to live as long as the returned Element
|
2024-10-02 18:08:11 +02:00 |
|
Matt Thompson
|
8d66b97888
|
Change lifetime of markdown view IntoIterator Item, as it does not need to live as long as the returned Element.
|
2024-10-01 19:30:10 -07:00 |
|
bbb651
|
7a86900a45
|
Fix various typos
Using https://github.com/crate-ci/typos
|
2024-09-29 16:37:35 +03:00 |
|
Héctor Ramón Jiménez
|
6d1ecb79e3
|
Replace Rc with Arc for markdown caching
|
2024-09-21 22:27:49 +02:00 |
|
Héctor Ramón
|
ddbb8445bf
|
Merge pull request #2587 from iced-rs/improve-api-reference
Add widget examples to API reference and update `README`
|
2024-09-19 06:59:05 +02:00 |
|
Héctor Ramón Jiménez
|
a2c16aa68e
|
Show markdown doc example in multiple places
|
2024-09-19 04:05:46 +02:00 |
|
Héctor Ramón Jiménez
|
71af846c6d
|
Remove redundant import in markdown widget
|
2024-09-18 21:51:12 +02:00 |
|
Héctor Ramón Jiménez
|
bb6fa42924
|
Fix ambiguous rich_text link in widget::markdown
|
2024-08-22 02:30:12 +02:00 |
|
Héctor Ramón Jiménez
|
4c883f12b4
|
Make RichText generic over data structure
... and decouple `markdown::parse` from theming
|
2024-08-22 02:24:06 +02:00 |
|
Héctor Ramón Jiménez
|
55764b923e
|
Decouple markdown widget from built-in Theme
|
2024-08-21 02:34:03 +02:00 |
|
Héctor Ramón Jiménez
|
ca8ebb16a6
|
Implement strikethrough support for rich_text spans
|
2024-07-28 17:45:11 +02:00 |
|
Héctor Ramón Jiménez
|
2d69464846
|
Make markdown::parse take a Palette value
|
2024-07-28 13:59:40 +02:00 |
|
Héctor Ramón Jiménez
|
2796a6bc97
|
Add padding to text::Span
|
2024-07-28 13:58:14 +02:00 |
|
Héctor Ramón Jiménez
|
f7fe1edcbb
|
Improve ergonomics of span background highlighting
|
2024-07-28 13:44:08 +02:00 |
|
Héctor Ramón Jiménez
|
4dc7b9b961
|
Use dark background for inline code in markdown widget
|
2024-07-28 13:15:04 +02:00 |
|
Cory Forsstrom
|
ddcf02f9d0
|
Add background styling to span / rich text
|
2024-07-28 13:06:57 +02:00 |
|
Héctor Ramón Jiménez
|
23a7e9f981
|
Use container::dark style for markdown code blocks
|
2024-07-27 18:23:12 +02:00 |
|
Héctor Ramón Jiménez
|
faa5d0c58d
|
Unify Link and Message generics in text::Rich
|
2024-07-24 10:12:33 +02:00 |
|
Héctor Ramón Jiménez
|
dcdf130700
|
Use horizontal scrollable for code blocks in markdown widget
|
2024-07-21 20:07:58 +02:00 |
|
Héctor Ramón Jiménez
|
65b525af7f
|
Introduce markdown::Settings
|
2024-07-21 20:00:02 +02:00 |
|
Héctor Ramón Jiménez
|
f830454ffa
|
Use url for markdown links
|
2024-07-21 18:16:32 +02:00 |
|
Héctor Ramón Jiménez
|
7072c696a0
|
Rename on_link_click to on_link
|
2024-07-21 13:12:38 +02:00 |
|
Héctor Ramón Jiménez
|
9bfaf2840c
|
Add Link support to rich_text widget
|
2024-07-21 12:45:05 +02:00 |
|
Héctor Ramón Jiménez
|
68c8d913ef
|
Support nested lists in markdown widget
|
2024-07-20 19:00:54 +02:00 |
|
Héctor Ramón Jiménez
|
47b7a36f36
|
Create markdown widget helpers in iced_widget
|
2024-07-18 14:34:00 +02:00 |
|