aboutsummaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(examples): add selectable to examplesalex-ds132025-12-302-68/+72
| | | | | | - Adds the `selectable` to the rich and markdown examples. - Remove debug code from name example and make it simpler without the `selectable` so users know that the `selectable` is optional.
* feat(rich example): set theme to always Dark, add more textPolesznyák Márk2025-12-301-5/+25
|
* feat: correct selection on wrapped lines and allow mouse drag out of boundsalex-ds132025-12-291-2/+1
|
* feat(examples): QOL changesPolesznyák Márk2025-11-212-6/+7
|
* chore: update as necessary for upstream iced changesPolesznyák Márk2025-11-211-2/+2
|
* feat(name example): replace TextInput with TextEditor for multi-line ↵Polesznyák Márk2025-11-102-6/+16
| | | | support, disable wrapping
* feat(rich example): use single paragraph, centered textPolesznyák Márk2025-11-081-7/+3
|
* feat(rich): add `on_link_hover` and `on_hover_lost`Polesznyák Márk2025-11-031-9/+41
|
* feat: clean up debugging code, add multi-line fix to `Rich`Polesznyák Márk2025-10-261-2/+7
|
* feat: add `markdown` examplePolesznyák Márk2025-10-204-1/+181
|
* feat: make markdown support optional with a feature flagPolesznyák Márk2025-10-204-2/+17
|
* feat: add selectable `Rich` widget with an examplePolesznyák Márk2025-10-191-0/+63
|
* feat: initial commitPolesznyák Márk2025-10-181-0/+39