aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Expand)AuthorFilesLines
2024-08-18Updates for version 5.5.2.rel-5-5-2Neil2-2/+2
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil1-0/+27
2024-08-15Include <string> header as this is required with Visual C++ 2022 17.11.Neil2-0/+2
2024-08-09Simplify code that sets an empty selection at a position.Neil1-2/+1
2024-07-19Updates for version 5.5.1.rel-5-5-1Neil2-2/+2
2024-05-07Update suppressions for cppcheck 2.14.Neil1-1/+1
2024-04-19Updates for version 5.5.0.rel-5-5-0Neil2-2/+2
2024-03-09Updates for version 5.4.3.rel-5-4-3Neil2-2/+2
2024-03-02Updates for version 5.4.2.rel-5-4-2Neil2-2/+2
2024-03-02Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.John Ehresman2-3/+3
2024-02-01Move UndoHistory into its own module that is accessible from CellBuffer andNeil2-0/+3
2024-01-17Fix reference from ScintillaDocument to Document to match change in 5.4.1Neil2-2/+7
2023-12-22Updates for version 5.4.1.Neil2-2/+2
2023-12-01Allow building with Qt 6.x by adding core5compat compatibility library.Neil Hodgson1-0/+1
2023-11-18Updates for version 5.4.0.rel-5-4-0Neil Hodgson2-2/+2
2023-11-02Updates for version 5.3.8.Neil2-2/+2
2023-10-10Share definition of colour used for IME indicators on most platforms.Neil1-2/+0
2023-09-18Updates for version 5.3.7.Neil2-2/+2
2023-08-24Fix potential crash when using IME with large amount of text selected.Neil1-1/+1
2023-08-02Bug [#2395]. Allow parent window to handle context menu events by setting asGary James1-0/+3
2023-07-23Updates for version 5.3.6.rel-5-3-6Neil2-2/+2
2023-07-14Feature [feature-requests:#1488] Stop aligning IME candidate window to target onjohnsonj1-8/+0
2023-06-28Add const where viable.Neil1-1/+1
2023-06-18Implement replacement for IMEs which may help with actions like reconversion.johnsonj1-0/+11
2023-06-15For IMEs, update micro focus when selection changes.johnsonj1-0/+3
2023-05-27Updates for version 5.3.5.rel-5-3-5Neil2-2/+2
2023-05-26Return correct position within paragraph for IME in characters instead of bytes.johnsonj1-1/+1
2023-05-09Stop movement of IME candidate box.johnsonj1-5/+11
2023-05-08On Qt for Cocoa, fix crash in entry of multi-character strings with IME.chengzhi1-2/+9
2023-03-04Updates for version 5.3.4.rel-5-3-4Neil2-2/+2
2023-02-22Remove _CRT_SECURE_NO_DEPRECATE.Neil3-4/+4
2023-02-04Updates for version 5.3.3.Neil2-2/+2
2023-01-17Allow scrolling with mouse wheel when scroll bar hidden.Mitchell Foral1-11/+3
2023-01-14Bug [#2373]. Fix indicator drawing past left of text pane over margin.John Ehresman1-1/+1
2022-12-02Updates for version 5.3.2.rel-5-3-2Neil2-2/+2
2022-12-01On Qt, allow string form XPM images for SCI_REGISTERIMAGE.Mitchell Foral1-1/+4
2022-10-29On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.dail88592-14/+7
2022-10-09Update version number to 5.3.1.Neil2-2/+2
2022-09-12Remove NotifyLexerChanged notification from DocWatcher.Neil2-6/+0
2022-08-24Updates for 5.3.0 release.Neil2-2/+2
2022-08-13Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tiedNeil1-4/+4
2022-08-01Force window onto screen when above it. Helps show autompletion when scrolledNeil1-0/+2
2022-08-01Avoid crash when point of autocompletion not on any screen by assuming theNeil1-0/+3
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil2-0/+3
2022-07-06Updates for 5.2.4 release.rel-5-2-4Neil2-2/+2
2022-07-04Avoid shadow warning from cppcheck 2.8.Neil1-2/+2
2022-07-04Remove ScintillaEditPy from WidgetGen.py as it was removed in Scintilla 5.1.5.Neil1-20/+3
2022-05-17Updates for 5.2.3 release.Neil2-2/+2
2022-05-11Bug [#2328]. For Qt 6.x, ensure QByteArray created when text is null butJohn Ehresman1-1/+1
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-2/+0