aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Backport: Feature [feature-requests:#1215]. Stop warning about virtual call i...Neil5-19/+45
2018-04-14Backport: Undo some changes that snuck in the last change set.Neil1-7/+7
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell17-38/+39
2018-04-14Backport: Removed workaround for old releases of MSVC.Neil1-5/+0
2018-04-13Backport: Don't show command as its noise when used in larger scripts.Neil1-1/+1
2018-04-13Backport: Use 'override' for methods that are overridden.Neil2-58/+60
2018-04-13Backport: Fix bug with regular expression searches failing to match at line s...Neil2-16/+12
2018-03-03Backport: Split LineVector into interface and implementation classes to allow...Neil2-87/+87
2018-04-11Backport: Remove workaround for problems with noexcept.Neil1-10/+2
2018-04-11Backport: Set the last X chosen when SCI_REPLACESEL called to ensure macros w...Neil2-0/+5
2018-04-07Backport: Add item and reorder.Neil1-3/+6
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