aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase
AgeCommit message (Expand)AuthorFilesLines
2020-05-09Updated for 3.20.0.mitchell1-1/+1
2020-05-09Updated makefile deps.mitchell1-1/+1
2020-04-10Backport: Fix some warnings from Clang-Tidy.Neil1-4/+4
2020-04-10Backport: Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively mat...Neil1-3/+5
2020-04-10Backport: Bug [#2167]. Add line copy format on clipboard, compatible with Vis...Justin Dailey1-1/+33
2020-04-07Backport: Use const as avoids warning.Neil2-2/+2
2020-01-06Backport: Bug [#2147]. Don't clear clipboard before copying text.Neil1-1/+0
2020-01-05Backport: Fix some warnings.Neil3-4/+4
2020-01-05Synchronizing LongTerm3 with default.mitchell1-2/+2
2020-01-03Backport: Use safe mechanism for converting between function pointers and void*.mitchell1-8/+8
2019-12-13Backport: Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil2-15/+0
2019-11-04Backport: Avoid warnings where const reasonable.Neil1-4/+14
2019-09-28Backport: Avoid calling virtual methods during destruction to stop warnings.Neil2-8/+23
2019-08-30Preparing for 3.11.0 release.rel-3-11-0mitchell1-1/+1
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-6/+3
2019-07-11Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.mitchell1-0/+1
2019-06-22Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...Neil1-6/+5
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell1-5/+4
2019-06-05Preparing for 3.10.6 release.mitchell1-1/+1
2019-05-09Updated version number for release.rel-3-10-5mitchell1-1/+1
2019-04-17Updated version number for release.mitchell1-1/+1
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell1-0/+1
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil1-0/+1
2019-03-09Updated version number for release.mitchell1-1/+1
2019-02-17Backport: Bug [#1548]. Implement calltips on Qt.mitchell1-1/+28
2019-01-12Updates for version 3.10.2.mitchell1-1/+1
2019-01-03Backport: Avoid shadowing of AutoSurface.Neil1-3/+3
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell1-1/+1
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-4/+6
2018-07-10Backport: Delete standard methods to avoid warnings.Neil1-0/+5
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell1-1/+1
2018-06-02Backport: Extra header needed with g++ on Linux.Neil Hodgson2-0/+2
2018-05-26Backport: Add necessary headers and move includes to be in same order.Neil3-4/+5
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ver...mitchell2-0/+26
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in f...mitchell2-0/+4
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ...mitchell3-11/+8
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-1/+1
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-8/+8
2018-05-02Backport: Replace NULL and 0 with nullptr.Neil Hodgson1-41/+20
2018-05-02Backport: Define ListBoxImpl::GetWidget method to avoid casts.Neil Hodgson1-55/+37
2018-05-01Backport: Remove cast that is not needed.Neil1-1/+1
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ElapsedTime...mitchell1-27/+0
2018-04-25Backport: Remove variables and casts that are not needed.Neil1-2/+2
2018-04-15Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i...Neil2-13/+20
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...Neil1-1/+1
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil1-1/+1
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell1-1/+0
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell1-16/+4
2018-03-22Updating for 3.8.0.mitchell1-1/+1