aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Backport: Implement WStringFromUTF8 to simplify code that creates wstring obj...Neil4-13/+33
2019-03-19Backport: Make constructors of simple classes noexcept.Neil7-19/+19
2019-03-19Backport: Make destructors public to avoid warnings.Neil3-3/+9
2019-03-18Backport: Add some operators to Point to simplify client code.Neil5-24/+27
2019-03-18Backport: Minor warnings fixed - uninitialized, nullptr, type agreement, avoi...Neil1-3/+3
2019-03-18Backport: Use noexcept where allowed, not inherited from base class, and not ...Neil1-53/+53
2019-03-12Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.Neil1-2/+2
2019-03-11Backport: Update suppressions.Neil1-2/+5
2019-03-05Backport: Implement QueueIdleWork on Win32.Neil2-1/+35
2019-03-31Backport Avoid hangs in idle styling modes caused by high-priority idle work ...mitchell3-3/+13
2019-03-05Backport: Validate window after FullPaint caused by abandoning paint.Neil1-0/+1
2019-03-05Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*.Neil2-23/+13
2019-03-11Backport: Make idle processing more efficient on Cocoa by only notifying the ...Neil Hodgson1-1/+1
2019-03-11Backport: Enable Base internationalization to avoid warning from Xcode.Neil Hodgson2-0/+2
2019-03-09Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...Jad Altahan4-13/+34
2019-03-31Updated LongTerm3 download links.mitchell1-3/+3
2019-03-27lexlua: Added support for CSS 3.mitchell1-2/+9
2019-03-09Updated BACKPORTING.mitchell1-0/+19
2019-03-09Added tag rel-3-10-3 for changeset 233bf37d3becmitchell1-0/+1
2019-03-09Added Lua LPeg lexer changes to history.rel-3-10-3mitchell1-0/+6
2019-03-04Backport: Fix capitalisation.Neil1-2/+2
2019-03-09Updated version number for release.mitchell8-14/+14
2019-03-09Backport: Use constexpr where reasonable and move groups of static functions ...mitchell3-10/+18
2019-03-03Backport: Remove destructor that doesn't need to be defined.Neil1-2/+0
2019-03-03Backport: Use noexcept where reasonable.Neil14-115/+115
2019-03-03Backport: Delete standard methods of UndoGroup so it can not be copied.Neil1-0/+5
2019-03-03Backport: Bug [#2083]. Ensure container notified if Insert pressed when caret...Neil2-0/+8
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell7-0/+442
2019-02-27Backport: Update suppressions for Cppcheck 1.87.Neil1-1/+6
2019-03-09Backport: Use noexcept and constexpr where possible and reasonable.mitchell2-38/+36
2019-02-24Backport: Remove font caching on Win32.Neil2-107/+10
2019-02-18Added documentation on using Scintilla as a Lua library.mitchell1-0/+32
2019-02-18Updated Lua LPeg lexer credits.mitchell1-0/+3
2019-02-17Updated BACKPORTING.mitchell1-0/+3
2019-02-10Backport: Bug [#2078]. Tidying code.Neil1-2/+1
2019-02-09Backport: Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP andNeil2-1/+10
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for over...Zufu Liu8-14/+36
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu7-9/+17
2019-02-02Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...Jad Altahan4-1/+45
2019-01-31Backport: When loading SciLexer.DLL fails, print out the platform architectur...Neil1-1/+2
2019-01-30Backport: Add a ';' statement separator at end of statement in example code.Neil2-2/+2
2019-01-30Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...Jad Altahan5-5/+36
2019-01-29Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...Neil4-1/+17
2019-01-29Backport: Add unit test for Tcl lexer.Neil3-0/+19
2019-01-29Backport: Add tcl to native extensions and move pl into more alphabetic posit...Neil1-1/+2
2019-01-29Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...Jad Altahan5-2/+25
2019-01-29Backport: Add *.nim to native EOLs to ensure it is handled correctly for unit...Neil1-0/+1
2019-02-17Backport: Bug [#1548]. Implement calltips on Qt.mitchell3-3/+33
2019-01-23Backport: Suppress 'noValidConfiguration' problems with Qt moc_* files.Neil1-5/+3
2019-01-23Backport: Feature [feature-requests:#1258]. Add function IsFuncName() to Nim ...Jad Altahan1-11/+21