aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Backport: Switching to https.Neil6-503/+514
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit...Neil7-42/+28
2018-04-04Backport: Remove automatic detection of Direct2D support during build.Neil7-21/+8
2018-04-04Backport: Remove redundant forward declaration and move forward declarations ...Neil1-10/+8
2018-04-04Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into Sci...Neil11-94/+89
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ...Neil7-28/+42
2018-04-04Backport: Bug [#2006]. State SCN_UPDATEUI is an indication that change may ha...Neil1-5/+7
2018-04-03Backport: Moved web page for LongTerm3 to SourceForge so it can be updated by...Neil1-1/+1
2018-03-31Backport: Make clang 6.0 build without warnings. Requires clang to be on the ...Neil1-4/+6
2018-03-31Backport: Match struct initialization exactly to declaration to avoid warning...Neil1-3/+5
2018-03-28Backport: Change '.' to '->' as Document::decorations was changed to a pointe...Neil Hodgson1-4/+4
2018-05-05Backport: Split decorations into interface and implementation.mitchell8-120/+201
2018-03-27Backport: Return a FillResult struct from RunStyles::FillRange instead of mod...Neil7-58/+72
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil9-279/+331
2018-03-26Backport: Suppress new warnings because of Catch 2.0.1.Neil1-4/+6
2018-03-26Backport: Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp t...Neil2-6090/+9371
2018-03-26Backport: Avoid warnings about ignored diagnostic with Clang.Neil1-0/+2
2018-03-25Backport: Removed comment about script that is not included.Neil1-1/+0
2018-03-25Backport: Feature [feature-requests:#1213]. Clarify UTF8Classify.Zufu Liu2-76/+90
2018-03-24Backport: Removed unreachable branches in UTF8Classify.Neil1-8/+0
2018-03-24Backport: Removed unwanted include.Neil4-5/+3
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell16-237/+226
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell11-194/+243
2018-05-05Use correct domain for scintilla380 release zip.mitchell1-1/+1
2018-04-29Fixed potential crashes in curses platform with newer versions of ncurses.mitchell1-4/+4
2018-04-07lexlua: Added 'var' keyword for C#.mitchell1-1/+1
2018-03-28Added tag rel-3-8-0 for changeset 7c78091d5d6cmitchell1-0/+1
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