aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-27Backport:Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged fro...Zufu Liu1-5/+4
2020-08-26Backport: Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was...uhf71-3/+6
2020-08-25Backport: Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is to...Neil3-12/+17
2020-09-09Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.mitchell1-4/+21
2020-08-21Backport: Reduce code and variable lifetime.Zufu Liu1-6/+3
2020-08-21Backport: Bug [#2197]. Fixed bug where layout caching was ineffective.Neil1-1/+2
2020-08-21Backport: Bounds checks for setting annotation style.Mitchell Foral1-8/+12
2020-08-11Backport: Fixed bug where gradient indicators were not showing hovered appear...Neil1-2/+2
2020-08-11Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...uhf71-0/+1
2020-08-04Backport: Bounds checking for SetSelectionN* APIs.Mitchell Foral1-0/+3
2020-08-03Backport: Use const. Use separate lines for variable declarations.Neil1-3/+5
2020-08-03Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning to...uhf71-0/+2
2020-07-28Backport: Fix position of marker symbols for SC_MARGIN_RTEXT which were being...Neil1-5/+8
2020-07-16Backport: Make WrapMode an enum class for more type safety.Neil4-14/+14
2020-07-16Backport: Rename validLevel to ValidLevel and make an enum class.Neil4-20/+20
2020-07-16Backport: Rename typeOfFold to FoldPart and make an enum class.Neil3-21/+21
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 Liu3-4/+7
2020-07-11Backport: Removed calls that had no effect as drawing in indent guides uses F...Neil1-2/+0
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 Liu1-0/+1
2020-06-19Reverted experimental Lexilla and SCI_SETILEXER support.mitchell4-52/+36
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...Neil1-1/+1
2020-06-12Backport: Bug [#2141]. Implement end of line annotations.Prakash Sahni8-2/+192
2020-06-11Backport: Use noexcept where safe and maintainable.Neil25-118/+119
2020-06-10Backport: Feature [feature-requests:1355]. Round instead of truncating for SC...Neil2-3/+3
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
2020-05-19Backport: Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLine...Neil2-6/+10
2020-06-17Backport: Feature [feature-requests:1347]. Optimize large insertions by using...mitchell1-30/+122
2020-05-04Backport: Feature [feature-requests:1347]. Add methods to insert multiple par...Neil1-0/+20
2020-05-03Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ...Neil5-1/+50
2020-05-02Backport: Optimize LineVector by maintaining an activeIndices field to avoid ...Neil1-30/+34
2020-05-02Backport: InsertEmpty now returns a pointer to the newly added elements to al...Neil1-2/+4
2020-05-02Backport: Feature [feature-requests:1349] Define CopyAllowLine only on Editor...Neil1-1/+1
2020-05-01Backport: Make lambdas noexcept.Zufu Liu3-10/+10
2020-05-01Backport: Mark Decoration methods noexcept where reasonable.Neil2-34/+34
2020-06-02Fixed crashes on Win32 related to previous backport.mitchell1-12/+0
2020-06-02Fixed build error on Windows with previous backport.mitchell1-2/+0
2019-12-31Backport: Implement SCI_SETILEXER.Neil2-20/+34
2020-06-02Initial, experimental support for upstream ILexer5/lexilla lexers.mitchell3-14/+30
2020-04-17Backport: Arithmetic between enums is deprecated so use constexpr instead of ...Neil1-7/+7
2020-04-10Backport: Move static functions into unnamed namespace and simplify line coun...Neil1-20/+22
2020-04-10Backport: Run astyle indenter over file.Zufu Liu1-11/+12
2020-04-24Backport: Feature [feature-requests:1346]. Convert long if-else block to switch.mitchell1-251/+325
2020-04-10Backport: Remove non-standard whitespace.Zufu Liu1-5/+5