| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-05 | feat: prepare for release0.14 | Polesznyák Márk | 1 | -3/+12 | |
| 2026-02-05 | docs: update changelog | Polesznyák Márk | 1 | -0/+3 | |
| 2026-02-05 | chore: bump version | Polesznyák Márk | 1 | -1/+1 | |
| 2026-02-05 | feat: make click interval for double & triple clicks customizable | Polesznyák Márk | 5 | -8/+125 | |
| 2026-02-05 | docs: update changelog | Polesznyák Márk | 1 | -0/+3 | |
| 2026-02-05 | chore: bump version | Polesznyák Márk | 1 | -1/+1 | |
| 2026-02-05 | docs: update CHANGLELOG and README to reflect latest changes | Polesznyák Márk | 2 | -3/+12 | |
| 2026-02-05 | feat(rich example): set theme to always Dark, add more text | Polesznyák Márk | 1 | -5/+25 | |
| 2026-02-05 | fix: graphemes with multi codepoint on multiple visual lines | alex-ds13 | 2 | -93/+157 | |
| - The logic for graphemes with multiple codepoints was working when they were on a single visual line, however on multiple visual lines the lines after the one that contained such grapheme weren't taking that into consideration. | |||||
| 2026-02-05 | fix: select graphemes with multi codepoints properly | alex-ds13 | 2 | -28/+48 | |
| - We continue to use the graphemes index for the selection ends, however when calculating the selection rectangles we now check if the visual line had any glyph with `start` and `end` index bigger than 1 before or within the range and update the range accordingly. This way all the code that checks for word boundaries when selecting by words still functions properly. | |||||
| 2026-02-05 | fix: outbounds selecting when inside a scrollable | alex-ds13 | 2 | -2/+2 | |
| - If we were dragging a selection and move the mouse out of bounds of the text widget and an the same time it went out of bounds of a parent scrollable, the cursor would be levitated so we weren't getting it's cursor position. Now we land the cursor before checking the position. | |||||
| 2026-02-05 | fix: take visual bounds into consideration when text is centered | alex-ds13 | 2 | -9/+108 | |
| 2026-02-05 | feat: correct selection on wrapped lines and allow mouse drag out of bounds | alex-ds13 | 3 | -314/+263 | |
| 2025-12-09 | chore: bump version | Polesznyák Márk | 2 | -1/+3 | |
| 2025-12-08 | chore: update as necessary for upstream iced changes | Polesznyák Márk | 3 | -20/+38 | |
| 2025-11-21 | feat(examples): QOL changes | Polesznyák Márk | 2 | -6/+7 | |
| 2025-11-21 | chore: update as necessary for upstream iced changes | Polesznyák Márk | 3 | -17/+17 | |
| 2025-11-12 | docs: update changelog | Polesznyák Márk | 1 | -0/+5 | |
| 2025-11-12 | chore: bump versionv0.3.0 | Polesznyák Márk | 1 | -1/+1 | |
| 2025-11-12 | feat: implement double-click + drag by-word selection | Polesznyák Márk | 4 | -19/+106 | |
| 2025-11-10 | feat(name example): replace TextInput with TextEditor for multi-line ↵ | Polesznyák Márk | 2 | -6/+16 | |
| support, disable wrapping | |||||
| 2025-11-08 | feat(rich example): use single paragraph, centered text | Polesznyák Márk | 1 | -7/+3 | |
