Héctor Ramón Jiménez
|
602661372c
|
Fix new clippy lints
|
2024-12-02 19:56:27 +01: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
|
f98328f4f1
|
Add text::Wrapping support
Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com>
|
2024-09-04 21:26:47 +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
|
ca8ebb16a6
|
Implement strikethrough support for rich_text spans
|
2024-07-28 17:45:11 +02:00 |
|
Héctor Ramón Jiménez
|
bf16d1ddcd
|
Implement underline support for rich_text spans
|
2024-07-28 15:09:54 +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 |
|
Cory Forsstrom
|
ddcf02f9d0
|
Add background styling to span / rich text
|
2024-07-28 13:06:57 +02:00 |
|
Héctor Ramón Jiménez
|
a8c772eb8a
|
Fix mssing Link generic in From impl for Span
|
2024-07-23 18:18:11 +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
|
904704d7c1
|
Flesh out the markdown example a bit more
|
2024-07-18 13:14:56 +02:00 |
|
Héctor Ramón Jiménez
|
910eb72a06
|
Implement rich_text widget and markdown example
|
2024-07-17 22:04:11 +02:00 |
|
Héctor Ramón Jiménez
|
ffb520fb37
|
Decouple caching from Paragraph API
|
2024-07-17 18:50:53 +02:00 |
|
Héctor Ramón Jiménez
|
6ad5bb3597
|
Port iced_tiny_skia to new layering architecture
|
2024-04-09 22:25:16 +02:00 |
|
Héctor Ramón Jiménez
|
6216c513d5
|
Use generic Content in Text to avoid reallocation in fill_text
|
2024-04-01 11:30:01 +02:00 |
|
Héctor Ramón Jiménez
|
b526ce4958
|
Rename viewport to clip_bounds
|
2023-12-02 15:56:28 +01:00 |
|
Héctor Ramón Jiménez
|
936d480267
|
Clip text to viewport bounds instead of layout bounds
|
2023-12-01 16:04:27 +01:00 |
|
Héctor Ramón Jiménez
|
625cd745f3
|
Write documentation for the new text APIs
|
2023-10-27 05:04:14 +02:00 |
|
Héctor Ramón Jiménez
|
76dc82e8e8
|
Draft Highlighter API
|
2023-09-17 15:29:14 +02:00 |
|
Héctor Ramón Jiménez
|
8e6e37e0ce
|
Fix broken intra-doc links
|
2023-09-14 19:05:50 +02:00 |
|
Héctor Ramón Jiménez
|
6448429103
|
Draft Editor API and TextEditor widget
|
2023-09-12 14:51:00 +02:00 |
|
Héctor Ramón Jiménez
|
346af3f8b0
|
Make FontSystem global and simplify Paragraph API
|
2023-09-11 02:47:24 +02:00 |
|
Héctor Ramón Jiménez
|
b42b24b79a
|
Fix (more) broken intradoc links
Good thing I just set up CI earlier for this 😅
|
2023-09-10 00:55:46 +02:00 |
|
Héctor Ramón Jiménez
|
3450987355
|
Invalidate existing paragraphs when new fonts are loaded
|
2023-09-09 11:21:32 +02:00 |
|
Héctor Ramón Jiménez
|
ed3454301e
|
Implement explicit text caching in the widget state tree
|
2023-08-30 04:31:21 +02:00 |
|
Héctor Ramón Jiménez
|
78ad365db2
|
Reuse entries in text::Cache in iced_wgpu
|
2023-06-28 00:35:37 +02:00 |
|
Héctor Ramón Jiménez
|
f75b8bd9ec
|
Increase default LineHeight to Relative(1.3)
|
2023-05-10 00:13:51 +02:00 |
|
Héctor Ramón Jiménez
|
9499a8f9e6
|
Support configurable LineHeight in text widgets
|
2023-05-04 18:39:31 +02:00 |
|
Héctor Ramón Jiménez
|
4bd290afe7
|
Introduce text::Shaping enum and replace magic boolean
|
2023-05-02 01:02:32 +02:00 |
|
Héctor Ramón Jiménez
|
33b5a90019
|
Make basic text shaping the default shaping strategy
|
2023-05-02 01:02:13 +02:00 |
|
Héctor Ramón Jiménez
|
3a0d34c024
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
Héctor Ramón Jiménez
|
343f9b7e2e
|
Merge iced_core::text with iced_native::text
|
2021-11-04 18:28:06 +07:00 |
|
Héctor Ramón Jiménez
|
643500bbdf
|
Use Option to encode empty text case in hit test methods
|
2021-09-15 14:49:13 +07:00 |
|
Héctor Ramón Jiménez
|
7614127d36
|
Rename HitTestResult to Hit
... and also move it to a new `text` module in `iced_core`
|
2021-08-26 14:41:33 +07:00 |
|