aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-08Backport: Simplify PerLine, remove casts, use noexcept, const, & constexpr wh...Neil4-60/+56
2020-04-08Backport: Feature [feature-requests:1344]. Add methods for iterating through ...Iain Clarke5-0/+44
2020-04-07Backport: Use noexcept and const where possible.Neil2-10/+10
2020-04-05Backport: Perform autoscroll when mouse on pixel just below window.Mitchell Foral1-1/+1
2020-04-05Backport: Pass argument as unique_ptr to show transfer of ownership. Add cons...mitchell3-6/+6
2020-03-27Backport: Avoid casts by returning size_t from GetExpanded.Neil1-2/+2
2020-04-05Backport: Widen types to size_t to match change from int to position of CallT...mitchell3-83/+97
2020-03-29Backport: Extract arrow drawing to function. Use noexcept, const and other mi...Neil2-48/+60
2020-03-26Backport: Fix spelling mistakes.Neil8-14/+14
2020-03-25Backport: Replace static_cast with dynamic_cast for better type safety and ad...Neil1-1/+1
2020-03-24Backport: Use noexcept where possible.Neil4-34/+38
2020-03-24Backport: Use noexcept where possible.Neil2-21/+21
2020-03-23Backport: Use noexcept, const, and constexpr where possible.Neil2-17/+17
2020-03-23Backport: Replace const with constexpr where possible.Neil1-4/+4
2020-03-23Backport: perLineData is polymorphic so replace static_cast with dynamic_cast...Neil1-5/+5
2020-03-23Backport: Drop possibility of Sci_Position, Sci::Line, Sci::Position not bein...Neil1-8/+8
2020-03-19Backport: Use noexcept in EditModel.Neil2-2/+2
2020-03-19Backport: Minor improvements - noexcept, constexpr, cast removal.Neil2-10/+8
2020-03-19Backport: Feature [feature-requests:1302] Simplify DrawCarets.Zufu Liu1-5/+4
2020-03-19Backport: Feature [feature-requests:1302] Add IsCaretVisible to simplify Draw...Zufu Liu3-1/+6
2020-03-13Backport: Using constexpr in UniConversion and CaseConvert.Neil3-6/+6