| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Utils: Also clear formats when clearing a layout" | David Schulz | 2025-10-01 | 1 | -1/+0 |
| * | Utils: fix layout update ranges on document changes again | David Schulz | 2025-10-01 | 1 | -1/+1 |
| * | Utils: fix layout update ranges on document changes | David Schulz | 2025-09-30 | 1 | -3/+5 |
| * | Utils: ensure the offset cache is cleared after block size changes | David Schulz | 2025-09-24 | 1 | -9/+5 |
| * | Utils: Also clear formats when clearing a layout | David Schulz | 2025-09-15 | 1 | -0/+1 |
| * | Utils: fix clearing layout data after document changes | David Schulz | 2025-09-15 | 1 | -1/+3 |
| * | Utils: Fix TextEditorLayout::findBlockByLineNumber | David Schulz | 2025-09-12 | 1 | -6/+5 |
| * | Utils: remove unreachable code | David Schulz | 2025-09-12 | 1 | -7/+0 |
| * | Utils: Fix crash in editor layout | Christian Stenger | 2025-09-11 | 1 | -1/+1 |
| * | Utils: Suppress compiler warning about signedness | Christian Kandeler | 2025-09-08 | 1 | -1/+1 |
| * | TextEditor: Fix embedded Widget positioning | Marcus Tillmanns | 2025-09-08 | 1 | -4/+7 |
| * | Utils: introduce additional layout items per block layout | David Schulz | 2025-08-28 | 1 | -87/+427 |
| * | Utils: fix moving cursor over folded blocks | David Schulz | 2025-08-22 | 1 | -1/+3 |
| * | Utils: fix moving cursor up/down with selection on first/last line | David Schulz | 2025-08-18 | 1 | -2/+8 |
| * | Utils: share common code between moving cursor up and down | David Schulz | 2025-08-18 | 1 | -25/+10 |
| * | Utils: fix vertical text cursor movement | David Schulz | 2025-08-18 | 1 | -2/+8 |
| * | Utils: Fix MSVC warning | Orgad Shaneh | 2025-07-30 | 1 | -1/+1 |
| * | Utils: replace another unique_ptr::release with reset | David Schulz | 2025-07-23 | 1 | -1/+1 |
| * | Utils: fix leaking block layout | David Schulz | 2025-07-21 | 1 | -1/+1 |
| * | Editor: use one layout per editor instead of per document | David Schulz | 2025-07-18 | 1 | -0/+438 |