| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-12-07 | Preparing for 3.11.2. | mitchell | 1 | -2/+2 | |
| 2019-12-06 | Backport: Feature [feature-requests:#1324] Add Hollywood lexer. | mitchell | 1 | -0/+4 | |
| Backport of changeset 7761:abba8b1c6f4a. | |||||
| 2019-11-02 | Backport: Release build turns off assert by defining NDEBUG. | Neil Hodgson | 1 | -0/+1 | |
| Backport of changeset 7748:aaf9e24d1256. | |||||
| 2019-10-26 | Preparing for 3.11.1 release.rel-3-11-1 | mitchell | 1 | -2/+2 | |
| 2019-08-30 | Preparing for 3.11.0 release.rel-3-11-0 | mitchell | 1 | -2/+2 | |
| 2019-07-11 | Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. | mitchell | 1 | -2/+6 | |
| Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. | |||||
| 2019-06-05 | Preparing for 3.10.6 release. | mitchell | 1 | -2/+2 | |
| 2019-05-27 | Backport: Feature [feature-requests:#1280]. Lexer added for X12. | mitchell | 1 | -0/+4 | |
| Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature. | |||||
| 2019-05-09 | Updated version number for release.rel-3-10-5 | mitchell | 1 | -2/+2 | |
| 2019-04-17 | Updated version number for release. | mitchell | 1 | -2/+2 | |
| 2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵ | mitchell | 1 | -0/+4 | |
| hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view. | |||||
| 2019-03-28 | Backport: Updated ScintillaFramework internationalization to fix warnings ↵ | Neil Hodgson | 2 | -8/+8 | |
| from Xcode 10.2. Backport of changeset 7349:0b7800a19ed3, but only .cxx file reordering. Internationalization was not backported in case it's not compatible with earlier versions of XCode. | |||||
| 2019-03-11 | Backport: Enable Base internationalization to avoid warning from Xcode. | Neil Hodgson | 1 | -0/+1 | |
| Backport of changeset 7311:7a24b18327fa. | |||||
| 2019-03-09 | Updated version number for release. | mitchell | 1 | -2/+2 | |
| 2019-03-09 | Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵ | mitchell | 1 | -0/+4 | |
| (CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d. | |||||
| 2019-01-12 | Updates for version 3.10.2. | mitchell | 1 | -2/+2 | |
| 2018-11-21 | Backport: Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -1/+5 | |
| Backport of changeset 7173:3e6cf75864cc. | |||||
| 2018-10-31 | Updated for 3.10.1.rel-3-10-1 | mitchell | 1 | -2/+2 | |
| 2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 1 | -5/+13 | |
| Backport of changeset 7056:974bc87e0696. | |||||
| 2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -2/+2 | |
| 2018-05-05 | Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵ | mitchell | 1 | -4/+0 | |
| UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a. | |||||
| 2018-03-22 | Updating for 3.8.0. | mitchell | 1 | -2/+2 | |
| 2018-03-06 | Backport: Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 1 | -0/+4 | |
| Backport of changeset 6474:7a2aeece58b6. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-08-28 | Backport: Include ILoader.h in public interface to Scintilla framework. | Neil Hodgson | 1 | -0/+4 | |
| Backport of changeset 6384:f569378826ff. | |||||
| 2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -0/+8 | |
| reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
| 2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -0/+4 | |
| Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -0/+4 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
| 2017-05-23 | Updated for 3.7.5 release. | Neil | 1 | -2/+2 | |
| 2017-03-19 | Update for 3.7.4 release. | Neil | 1 | -2/+2 | |
| 2017-03-06 | New "indent" lexer styled as plain text but folded by indentation level. | Vicente | 1 | -0/+4 | |
| 2017-02-16 | Updates for 3.7.3.rel-3-7-3 | Neil | 1 | -2/+2 | |
| 2016-12-27 | Updates for 3.7.2.rel-3-7-2 | Neil | 1 | -2/+2 | |
| 2016-11-30 | Updates for 3.7.1. | Neil | 1 | -2/+2 | |
| 2016-11-27 | Added module map to enable use of Scintilla from Swift. | Neil Hodgson | 2 | -0/+16 | |
| 2016-11-27 | Make EDIFACT lexer work on macOS. | Neil Hodgson | 1 | -0/+4 | |
| 2016-10-11 | Updates for 3.7.0. | Neil | 1 | -2/+2 | |
| 2016-09-16 | Adding shared schemes to project. | Neil Hodgson | 2 | -0/+79 | |
| 2016-09-14 | Updated to Xcode 8.0 and accepted its preferred warning options. | Neil Hodgson | 1 | -1/+33 | |
| 2016-09-06 | Bug [#1855]. Include ILexer.h in the public headers of the Scintilla framework. | Neil Hodgson | 1 | -2/+2 | |
| 2016-08-31 | Updates for 3.6.7. | Neil | 1 | -2/+2 | |
| 2016-05-18 | Updates for 3.6.6. | Neil | 1 | -2/+2 | |
| 2016-04-23 | Updates for 3.6.5 release. | Neil | 1 | -2/+2 | |
| 2016-04-08 | Added JSON lexer to Cocoa. | Neil Hodgson | 1 | -0/+4 | |
| 2016-03-09 | Updates for 3.6.4. | Neil | 1 | -2/+2 | |
| 2016-01-10 | Updates for 3.6.3. | Neil | 1 | -2/+2 | |
| 2015-11-02 | Updates for 3.6.2. | Neil | 1 | -2/+2 | |
| 2015-09-25 | Updated as recommended by Xcode 7. | Neil Hodgson | 2 | -2/+5 | |
| 2015-09-21 | Add short version string to Scintilla framework to specify the release version. | Neil Hodgson | 1 | -1/+3 | |
| The current version value (CFBundleVersion) is a build version. | |||||
| 2015-08-07 | Copy Sci_Position.h into framework for Cocoa. | Neil Hodgson | 1 | -0/+4 | |
