aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-07-18Update download size.rel-4-4-4Neil1-1/+1
2020-07-18Remove some constexpr as they made shiboken fail.Neil1-2/+2
2020-07-18Updates for 4.4.4.Neil11-30/+27
2020-07-17Tidied up code using wstring, which will often avoid allocating, and fixingNeil1-9/+9
2020-07-17Fix truncation of locale due to not counting NUL. Add return code check.Neil1-2/+4
2020-07-16Add constexpr, const, noexcept and make other small improvements to lexlib.Neil13-96/+90
2020-07-16Add move constructor to complete set of standard methods.Neil1-14/+21
2020-07-16Make EncodingType an enum class.Neil2-6/+6
2020-07-16Make WrapMode an enum class for more type safety.Neil4-14/+14
2020-07-16Rename validLevel to ValidLevel and make an enum class.Neil4-20/+20
2020-07-16Rename typeOfFold to FoldPart and make an enum class.Neil3-21/+21
2020-07-16Make AddNumber an enum class for more type safety.Neil2-4/+4
2020-07-16Use enum class for selectionUnit (previously selectionType) for more type saf...Neil2-32/+32
2020-07-16Make EncodingFamily an enum class for more type safety.Neil3-6/+6
2020-07-16Add some const, constexpr.Neil3-3/+3
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu7-4/+20
2020-07-15Hoist common conversion code into RectangleFromPRectangle.Neil1-4/+12
2020-07-15Stronger argument validation in BlobInline methods.Neil1-1/+9
2020-07-15Add extra checking and assertions for NULLs.Neil1-30/+34
2020-07-14Make simple methods on simple classes constexpr.Neil1-31/+31
2020-07-13Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.Neil2-4/+4
2020-07-13Use float for text size in case application calls SCI_STYLESETSIZEFRACTIONAL.Neil1-1/+1
2020-07-13Replace QTime with QElapsedTimer as QTime::start deprecated.Neil1-2/+2
2020-07-11Removed calls that had no effect as drawing in indent guides uses FillRectangleNeil1-2/+0
2020-07-11Removed GetNearestColor as paletted displays are no longer supported.Neil1-3/+1
2020-07-11Treat DEL as a control character for determining block caret size.Zufu Liu1-5/+6
2020-07-11Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL.Zufu Liu2-0/+5
2020-07-08Fix translucent rectangle drawing on Qt.Neil2-12/+34
2020-07-08Use correct signature to override QListWidget::selectionChanged and use this toNeil1-14/+21
2020-07-08Fix deprecated QDesktopWidget::availableGeometry call to use currently supportedNeil1-8/+21
2020-07-08Fix deprecated Qt call to use currently supported call.Neil2-1/+5
2020-07-07Add .p6 extension for Raku to list of native line ends.Neil1-0/+1
2020-06-28SciTE change log.Neil1-0/+11
2020-06-21Remove *.ipdb (incremental link time code generation) files when cleaning asNeil1-1/+1
2020-06-17Change log for SciTE.Neil1-0/+4
2020-06-17Update suppressions for Cppcheck 2.1.Neil1-10/+21
2020-06-17Simplify calls when known to be leaving a save point.Neil1-2/+2
2020-06-17Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.Neil3-4/+8
2020-06-16Added some projects that use Scintilla.Neil1-0/+8
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni13-4/+343
2020-06-15Use ReleaseUnknown to extend noexcept over finalisation.Zufu Liu4-25/+12
2020-06-13Fixed path mentioned in comment.Neil1-1/+1
2020-06-13Add include that defines back_inserter.Greg Smith1-0/+1
2020-06-11Fix bug on Win32 where calling WM_GETTEXT for more text than in document couldNeil3-1/+18
2020-06-11Bug [#2185]. Fix printing to use correct text size.Neil2-1/+7
2020-06-11Use noexcept where safe and maintainable.Neil25-122/+122
2020-06-11Use const and noexcept for CatalogueModules.Neil1-6/+6
2020-06-11Avoid warning for potential nullptr dereference that is not actually possible.Neil1-2/+4
2020-06-10Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.Neil3-4/+9
2020-06-10Convert enum to enum class. Add noexcept and const.Neil3-13/+13