aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/plaintextedit/plaintextedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: fix layout update ranges on document changes againDavid Schulz2025-10-011-1/+1
* Utils: use QTC_ASSERT instead of Q_ASSERT or removeDavid Schulz2025-09-301-2/+1
* Utils: fix layout update ranges on document changesDavid Schulz2025-09-301-2/+2
* Utils: Tweak compressing scrollbar updatesChristian Stenger2025-09-251-1/+6
* Utils: fix scrolling to end of documentDavid Schulz2025-09-251-2/+5
* Utils: avoid using QFontMetricsF::lineSpacing for block offsetDavid Schulz2025-09-241-1/+10
* Utils: ensure the offset cache is cleared after block size changesDavid Schulz2025-09-241-2/+13
* Utils: compress scrollbar updatesDavid Schulz2025-09-241-4/+15
* Utils: fix clearing layout data after document changesDavid Schulz2025-09-151-1/+1
* Utils: improve page up/down in plain text editDavid Schulz2025-09-111-88/+19
* Utils: Set pagestep to a multiple of line heightDavid Schulz2025-09-111-1/+2
* TextEditor: Fix embedded Widget positioningMarcus Tillmanns2025-09-081-2/+8
* Utils: introduce additional layout items per block layoutDavid Schulz2025-08-281-28/+36
* Utils: fix setTopBlock for blocks close to the bottom of the fileDavid Schulz2025-08-251-5/+8
* Editor: use one layout per editor instead of per documentDavid Schulz2025-07-181-199/+219
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-07-021-128/+124
|\
| * Doc: Fix QDoc warnings for PlainTextDocumentLayout and PlainTextEditLeena Miettinen2025-06-231-128/+119
| * DiffEditor: fix jumping to selected file from toolbar dropdownDavid Schulz2025-06-191-0/+5
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-06-171-1/+1
|\|
| * Editor: fix artifacts when scrolling horizontallyDavid Schulz2025-06-051-1/+1
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-06-041-5/+12
|\|
| * Utils: fix expected block heightDavid Schulz2025-06-021-5/+12
* | PlainTextEdit: avoid layouting invisible blocksDavid Schulz2025-05-221-13/+9
|/
* Utils: Silence warning about unused parameterChristian Stenger2025-05-131-1/+1
* Utils: do not reset documentLayoutPtr on relayoutDocumentDavid Schulz2025-05-131-9/+7
* Utils: enable per pixel scrolling in PlainTextEditDavid Schulz2025-05-131-75/+113
* Editor: fix squish testsDavid Schulz2025-04-291-0/+5
* Editor: optimize clearing layouts after edit width changeDavid Schulz2025-04-161-1/+11
* Fix warning for ';'Marco Bubke2025-04-151-4/+4
* Utils: Fix warningsMarcus Tillmanns2025-04-081-1/+3
* Editor: Fork QPlainTextEditDavid Schulz2025-04-021-0/+3222