aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/Scintilla/Scintilla.xcodeproj
AgeCommit message (Collapse)AuthorFilesLines
2024-03-02Updates for version 5.4.2.rel-5-4-2Neil1-4/+4
2024-02-01Move UndoHistory into its own module that is accessible from CellBuffer andNeil1-0/+8
tests but hidden from most of Scintilla. Access through std::unique_ptr.
2023-12-22Updates for version 5.4.1.Neil1-4/+4
2023-11-18Updates for version 5.4.0.rel-5-4-0Neil Hodgson1-4/+4
2023-11-18Fix crashes on macOS 12 and older when built with Xcode 15.0.Neil Hodgson1-0/+2
2023-11-02Updates for version 5.3.8.Neil1-4/+4
2023-09-27Updates for Xcode 15 which requires deployment target 10.13+.Neil Hodgson1-6/+9
2023-09-18Updates for version 5.3.7.Neil1-4/+4
2023-07-23Updates for version 5.3.6.rel-5-3-6Neil1-4/+4
2023-05-27Updates for version 5.3.5.rel-5-3-5Neil1-4/+4
2023-03-10Enable dead code stripping as Xcode 14 wants it set.Neil Hodgson1-0/+4
2023-03-04Updates for version 5.3.4.rel-5-3-4Neil1-4/+4
2023-02-04Updates for version 5.3.3.Neil1-4/+4
2022-12-02Updates for version 5.3.2.rel-5-3-2Neil1-4/+4
2022-10-09Update version number to 5.3.1.Neil1-4/+4
2022-08-24Updates for 5.3.0 release.Neil1-4/+4
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-0/+8
in the margin or in the text.
2022-07-06Updates for 5.2.4 release.rel-5-2-4Neil1-4/+4
2022-05-17Updates for 5.2.3 release.Neil1-4/+4
2022-03-27Updates for 5.2.2 release.Neil1-4/+4
2022-02-24Updates for 5.2.1 release.rel-5-2-1Neil1-4/+4
2022-02-05Updates for 5.2.0.rel-5-2-0Neil1-4/+4
2021-12-03Updates for 5.1.5.Neil1-4/+4
2021-11-03Updates for 5.1.4.Neil1-4/+4
2021-11-03Remove FontQuality.h from project files as no longer included.Neil1-4/+0
2021-09-29Updates for 5.1.3.rel-5-1-3Neil1-4/+4
2021-09-20Updates for 5.1.2.Neil1-4/+4
2021-08-05Ensure images are loaded and valid by combining resolutions into TIFFs.Neil Hodgson1-0/+24
2021-07-20Updates for 5.1.1 release.Neil1-4/+4
2021-07-03Update all version numbers in Xcode project. Was missed because of change toNeil1-3/+3
ReplaceREInFile.
2021-07-03Remove remnants of support for including lexers in Scintilla.Neil1-2/+0
2021-06-18Updated for stable version 5.1.0.Neil1-1/+1
2021-05-29Updates for 5.0.3.Neil1-1/+1
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil1-16/+16
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both.
2021-04-21Updates for 5.0.2.rel-5-0-2Neil1-1/+1
2021-04-11Turn off assert for release builds.Neil Hodgson1-3/+4
Remove old SCI_EMPTYCATALOGUE define which is no longer used.
2021-04-03Updates for 5.0.1.Neil1-1/+1
2021-03-22Remove IntegerRectangle.h as not widely usefulNeil1-4/+0
Add IntegerRectangle struct for local use in PlatGTK.cxx.
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.Neil1-4/+4
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.Neil1-4/+4
2020-09-18Updated Xcode projects for Xcode 12.Neil Hodgson1-1/+3
2020-09-05Update version number to 4.4.5.Neil1-4/+4
2020-08-12Use groups without folders as groups with folders caused trouble for new clones.Neil Hodgson1-448/+440
2020-07-18Updates for 4.4.4.Neil1-4/+4
2020-06-03Updates for 4.4.3.Neil1-4/+4