aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Updated version number for release.rel-3-10-5mitchell2-2/+2
2019-04-17Updated version number for release.mitchell2-2/+2
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell2-0/+2
2019-03-29Backport: Include "CharacterCategory.h" in all files that include "Document.h...Neil2-0/+2
2019-03-09Updated version number for release.mitchell2-2/+2
2019-03-03Backport: Use noexcept where reasonable.Neil1-2/+2
2019-02-17Backport: Bug [#1548]. Implement calltips on Qt.mitchell1-1/+28
2019-01-12Updates for version 3.10.2.mitchell2-2/+2
2019-01-03Backport: Avoid shadowing of AutoSurface.Neil1-3/+3
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell2-2/+2
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-21Backport: Use override for methods in WatcherHelper.Neil1-6/+6
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell2-2/+2
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-04-26Backport: Remove cast that is not needed.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-03-28Backport: Change '.' to '->' as Document::decorations was changed to a pointe...Neil Hodgson1-4/+4
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.mitchell2-2/+2
2018-03-16Backport: Remove line-end white space.Neil6-28/+28
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil2-2/+0
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
2018-01-28Backport: Match declaration signature to definition signature.Neil1-1/+1
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil10-45/+6
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not belon...Neil2-0/+2
2017-08-02Backport: Switch default modifier key for rectangular selections from Ctrl to...Neil Hodgson1-4/+0
2017-07-23Backport: Bug [#1959]. Avoid problems with changes with different versions of...Neil Hodgson3-2/+7
2017-07-18Backport: Bug [#1959]. Eliminate extra layer in signal emission for document.Justin Dailey2-62/+21
2017-07-12Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.Neil Hodgson1-0/+1
2017-07-12Backport: Bug [#1957]. Add focusChanged(bool focused) signal.Justin Dailey2-0/+9
2017-07-04Backport: Dropping files fires the SCN_URIDROPPED notification instead of ins...Justin Dailey4-5/+30
2017-07-01Backport: Include the 'updated' flags in the updateUi signal.Justin Dailey2-3/+2
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want rea...Neil2-0/+2
2017-06-15Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ...Neil1-1/+3