aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Updates for version 5.5.6.Neil2-2/+2
2025-03-20Bug [#2465]. Signal autoCompleteSelection converts from local encoding when not8day1-1/+1
2025-03-08Bug [#2466]. Avoid dwell start when mouse moved outside the Scintilla widget.Gianluca Vaccari2-0/+7
2025-02-27Bug [#2464]. On Qt, draw clipped UTF-8 text correctly.Neil1-1/+1
2025-02-22Updates for version 5.5.5.Neil2-2/+2
2025-01-22Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.Neil1-0/+5
2025-01-04Use const, unnamed namespace, and named constant.Neil1-34/+40
2025-01-04Fix bug where double-click stopped working after running for weeks.Neil1-4/+16
2024-12-15Updates for version 5.5.4.rel-5-5-4Neil2-2/+2
2024-11-26Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.Neil2-0/+2
2024-10-14Updates for version 5.5.3.Neil2-2/+2
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