aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Removed unwanted files in lexlua/.rel-3-8-0mitchell4-2149/+0
2018-03-25Added BACKPORTING notice.mitchell1-0/+162
2018-03-25Fixed LPeg lexer incorrectly applying style changes to stale property sets.mitchell1-6/+11
2018-03-22Update changelog with LPeg lexers and curses additions.mitchell1-0/+6
2018-03-22Updating for 3.8.0.mitchell8-14/+14
2018-03-21Backport: Fix some runtime warnings caused by previous change as wSelectionNeil Hodgson1-4/+4
2018-03-21Backport: Fix warnings about NULL selection widget by moving creation and des...Mitchell Foral1-4/+2
2018-03-21Backport: Include header needed for ptrdiff_t.Mitchell Foral7-0/+7
2018-03-20Backport: Add unit tests for UniCoversion.Neil5-3/+270
2018-03-19Backport: Fix warning from MSVC 64-bit.Neil1-2/+2
2018-03-16Backport: Remove line-end white space.Neil28-83/+83
2018-03-16Remove unused inclusion of "XPM.h" in curses.mitchell1-1/+0
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code tha...Neil14-47/+46
2018-03-14Backport: Bug [#2001]. Make masking and comparison code clearer.Neil1-16/+25
2018-03-16Fixed compiler warnings in LPeg lexer.mitchell1-8/+7
2018-03-09Backport: Use Position/Line/int more accurately in preparation for large docu...Neil17-131/+136
2018-03-08Backport: Fix relexing from inside multiline comments.Gunter Königsmann1-9/+17
2018-03-08Backport: Change log.Neil1-0/+3
2018-03-08Backport: Create static library libscintilla.a or libscintilla.lib on Windows.Neil4-38/+53
2018-03-08Backport: Bug [#1952]. Match identifier chains with dots and colons.Kein-Hong Man2-56/+98
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann9-0/+257
2018-03-05Backport: Bug [#1999]. Fix hang lexing a Lua label where the range ends befor...Neil2-0/+9
2018-03-03Backport: Promote methods from int to ptrdiff_t to allow extension to 64-bits.Neil2-8/+8
2018-03-03Backport: Use Position and Line types in ScintillaCocoa to allow for later ch...Neil1-7/+7
2018-03-01Backport: Mark variables as const where simple.Neil17-294/+294
2018-03-01Backport: Use C++ cast in preference to C cast.Neil1-1/+1
2018-03-01Backport: Mark pointer argument as const as not written to.Neil2-7/+7
2018-03-01Backport: Avoid warning with explicit destructor.Neil1-0/+1
2018-02-27Backport: Use 'const'.Neil1-1/+1
2018-02-27Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method.Neil2-2/+2
2018-02-27Backport: Added <utility> and <tuple> to header order and moved POSIX header ...Neil3-5/+9
2018-02-24Backport: Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral4-17/+138
2018-02-22Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ...Tobias Kühne2-1/+5
2018-02-17Backport: For rectangular selections, pressing Home or End now moves the care...Vicente2-3/+18
2018-02-10Backport: Eliminate calls of Scintilla APIs that have been removed.Neil Hodgson1-3/+0
2018-02-06Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall C...Dimitar Radev2-1/+6
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil12-21/+75
2018-02-01Backport: Templatize RunStyles so it can be over ranges of different types an...Neil6-75/+100
2018-02-01Backport: Templatize Partitioning so it can hold different types.Neil8-37/+39
2018-01-31Backport: Document bytes argument to SCI_CREATEDOCUMENT.Neil1-0/+3
2018-01-26Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ...Neil4-52/+52
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil4-11/+27
2018-01-28Backport: Match declaration signature to definition signature.Neil1-1/+1
2018-01-28Backport: Use std::end when filling arrays as reduces chance of mistake.Neil5-7/+13
2018-01-28Backport: Use std::abs in preference to abs as std::abs is generic and abs ca...Neil2-3/+4
2018-01-22Backport: Make clamp generic so can be used on more types.Neil1-11/+4
2018-01-21Backport: Match variable types to method so will build if switched to 64-bit.Neil1-2/+2
2018-01-21Backport: Fix namespace so can build inside Visual C++.Neil1-0/+4
2018-01-21Backport: Type casts in case Sci::Position and Sci::Line are extended to 64-b...Neil1-14/+14
2018-01-20Backport: Credit for markdown.properties.Neil1-0/+2