aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/Scintilla
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19Add Geometry.cxx for geometric and colour operations too complex for headers.Neil1-0/+12
Add FillStroke to hold parameters for drawing shapes.
2021-03-10Turn off warnings for quoted include in framework headers.Neil Hodgson1-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-10Add public headers (ILexer.h, ILoader.h, Scintilla.h, Sci_Position.h) to ↵Neil Hodgson1-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-10Increase deployment target to 10.9 as it is the minimum supported by Xcode 12.4.Neil Hodgson1-4/+4
2021-03-05Update version number to 5.0.0.Neil2-5/+5
2020-11-09Update Xcode project and remove SciLexer.h from ScintillaView.h.Neil1-128/+16
2020-11-28Update version number to 4.4.6 and release date.Neil2-5/+5
2020-09-18Updated Xcode projects for Xcode 12.Neil Hodgson1-1/+3
2020-09-05Update version number to 4.4.5.Neil2-5/+5
2020-08-12Use groups without folders as groups with folders caused trouble for new clones.Neil Hodgson2-448/+440
2020-07-18Updates for 4.4.4.Neil2-5/+5
2020-06-03Updates for 4.4.3.Neil2-5/+5
2020-06-02Updates for 4.4.2.rel-4-4-2Neil2-5/+5
2020-05-28Updates for 4.4.0.Neil2-5/+5
2020-05-23Regenerate version numbers in cocoa/Scintilla project.Neil1-2/+2
2020-05-23Add new project that builds a Scintilla framework with no lexers.Neil Hodgson5-0/+868