Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-20 | Updates for 5.1.2. | Neil | 2 | -5/+5 | |
2021-08-05 | Ensure images are loaded and valid by combining resolutions into TIFFs. | Neil Hodgson | 1 | -0/+24 | |
2021-07-20 | Updates for 5.1.1 release. | Neil | 2 | -5/+5 | |
2021-07-03 | Update all version numbers in Xcode project. Was missed because of change to | Neil | 1 | -3/+3 | |
ReplaceREInFile. | |||||
2021-07-03 | Remove remnants of support for including lexers in Scintilla. | Neil | 1 | -2/+0 | |
2021-06-18 | Updated for stable version 5.1.0. | Neil | 2 | -2/+2 | |
2021-05-29 | Updates for 5.0.3. | Neil | 2 | -2/+2 | |
2021-04-27 | Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType | Neil | 1 | -16/+16 | |
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both. | |||||
2021-04-21 | Updates for 5.0.2.rel-5-0-2 | Neil | 2 | -2/+2 | |
2021-04-11 | Turn off assert for release builds. | Neil Hodgson | 1 | -3/+4 | |
Remove old SCI_EMPTYCATALOGUE define which is no longer used. | |||||
2021-04-03 | Updates for 5.0.1. | Neil | 2 | -2/+2 | |
2021-03-22 | Remove IntegerRectangle.h as not widely useful | Neil | 1 | -4/+0 | |
Add IntegerRectangle struct for local use in PlatGTK.cxx. | |||||
2021-03-19 | Add Geometry.cxx for geometric and colour operations too complex for headers. | Neil | 1 | -0/+12 | |
Add FillStroke to hold parameters for drawing shapes. | |||||
2021-03-10 | Turn off warnings for quoted include in framework headers. | Neil Hodgson | 1 | -2/+2 | |
These are 'framework headers' from the point of view of client code but are 'user headers' from Scintilla's POV. Using angle brackets so they are 'system headers' could cause problems with other build systems. | |||||
2021-03-10 | Add public headers (ILexer.h, ILoader.h, Scintilla.h, Sci_Position.h) to ↵ | Neil Hodgson | 1 | -3/+19 | |
project. Mark them as well as (ScintillaView.h, InfoBar.h, InfoBarCommunicator.h) as public so they will be copied into the framework's Headers directory for use by clients. | |||||
2021-03-10 | Increase deployment target to 10.9 as it is the minimum supported by Xcode 12.4. | Neil Hodgson | 1 | -4/+4 | |
2021-03-05 | Update version number to 5.0.0. | Neil | 2 | -5/+5 | |
2020-11-09 | Update Xcode project and remove SciLexer.h from ScintillaView.h. | Neil | 1 | -128/+16 | |
2020-11-28 | Update version number to 4.4.6 and release date. | Neil | 2 | -5/+5 | |
2020-09-18 | Updated Xcode projects for Xcode 12. | Neil Hodgson | 1 | -1/+3 | |
2020-09-05 | Update version number to 4.4.5. | Neil | 2 | -5/+5 | |
2020-08-12 | Use groups without folders as groups with folders caused trouble for new clones. | Neil Hodgson | 2 | -448/+440 | |
2020-07-18 | Updates for 4.4.4. | Neil | 2 | -5/+5 | |
2020-06-03 | Updates for 4.4.3. | Neil | 2 | -5/+5 | |
2020-06-02 | Updates for 4.4.2.rel-4-4-2 | Neil | 2 | -5/+5 | |
2020-05-28 | Updates for 4.4.0. | Neil | 2 | -5/+5 | |
2020-05-23 | Regenerate version numbers in cocoa/Scintilla project. | Neil | 1 | -2/+2 | |
2020-05-23 | Add new project that builds a Scintilla framework with no lexers. | Neil Hodgson | 5 | -0/+868 | |