aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Backport: Make AddNumber an enum class for more type safety.Neil2-4/+4
2020-07-16Backport: Use enum class for selectionUnit (previously selectionType) for mor...Neil2-32/+32
2020-07-16Backport: Make EncodingFamily an enum class for more type safety.Neil3-6/+6
2020-07-16Backport: Add some const, constexpr.Neil3-3/+3
2020-07-15Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu7-4/+20
2020-07-15Backport: Hoist common conversion code into RectangleFromPRectangle.Neil1-4/+12
2020-07-15Backport: Add extra checking and assertions for NULLs.Neil1-30/+34
2020-07-19Backport: Make simple methods on simple classes constexpr.mitchell1-30/+30
2020-07-13Backport: Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.Neil2-4/+4
2020-07-13Backport: Use float for text size in case application calls SCI_STYLESETSIZEF...Neil1-1/+1
2020-07-13Backport: Replace QTime with QElapsedTimer as QTime::start deprecated.Neil1-2/+2
2020-07-11Backport: Removed calls that had no effect as drawing in indent guides uses F...Neil1-2/+0
2020-07-11Backport: Removed GetNearestColor as paletted displays are no longer supported.Neil1-3/+1
2020-07-11Backport: Treat DEL as a control character for determining block caret size.Zufu Liu1-5/+6
2020-07-11Backport: Feature [feature-requests:1369]. Represent DEL control character 0x...Zufu Liu2-0/+5
2020-07-08Backport: Fix translucent rectangle drawing on Qt.Neil2-12/+34
2020-07-08Backport: Use correct signature to override QListWidget::selectionChanged and...Neil1-14/+21
2020-07-08Backport: Fix deprecated QDesktopWidget::availableGeometry call to use curren...Neil1-8/+21
2020-07-08Backport: Fix deprecated Qt call to use currently supported call.Neil2-1/+5
2020-07-07Backport: Add .p6 extension for Raku to list of native line ends.Neil1-0/+1
2020-06-21Backport: Remove *.ipdb (incremental link time code generation) files when cl...Neil1-1/+1
2020-07-18lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.mitchell3-1/+90
2020-07-14lexlua: Minor pattern refactoring.mitchell120-154/+154
2020-07-13lexlua: Updated documentation.mitchell1-3/+3
2020-07-13lexlua: Deprecated some unused lexer patterns.mitchell4-21/+19
2020-07-13lexlua: Return `lexer.colors.name` as a number if possible.mitchell2-2/+5
2020-07-08lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`.mitchell43-107/+108
2020-07-07lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.mitchell17-840/+722
2020-07-07Demonstrate line numbers in jinx example for curses platform.mitchell1-0/+1
2020-07-07Forward-declare LexerLPeg.mitchell1-663/+688
2020-06-25lexlua: Updated Markdown lexer to handle code blocks and spans better.mitchell1-7/+15
2020-06-20Fixed assertion error in LPeg lexer when setting a style with no token.mitchell1-1/+2
2020-06-19Reverted experimental Lexilla and SCI_SETILEXER support.mitchell17-288/+50
2020-06-17Updated BACKPORTING.mitchell1-1/+95
2020-06-17Improved check.mak test program building.mitchell1-1/+2
2020-06-17Fixed bad backport.mitchell1-0/+1
2020-06-17Backport: Update suppressions for Cppcheck 2.1.Neil1-10/+21
2020-06-17Backport: Simplify calls when known to be leaving a save point.Neil1-2/+2
2020-06-17Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 p...Neil3-4/+8
2020-06-16Backport: Added some projects that use Scintilla.Neil1-0/+8
2020-06-12Backport: Bug [#2141]. Implement end of line annotations.Prakash Sahni13-4/+341
2020-06-15Backport: Use ReleaseUnknown to extend noexcept over finalisation.Zufu Liu4-25/+12
2020-06-11Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in doc...Neil3-1/+18
2020-06-11Backport: Bug [#2185]. Fix printing to use correct text size.Neil2-1/+7
2020-06-11Backport: Use noexcept where safe and maintainable.Neil25-118/+119
2020-06-11Backport: Use const and noexcept for CatalogueModules.Neil1-6/+6
2020-06-11Backport: Avoid warning for potential nullptr dereference that is not actuall...Neil1-2/+4
2020-06-10Backport: Feature [feature-requests:1355]. Round instead of truncating for SC...Neil3-3/+8
2020-06-10Backport: Convert enum to enum class. Add noexcept and const.Neil3-13/+13
2020-06-10Backport: Feature [feature-requests:1357]. Convert to switch.Zufu Liu1-144/+195