aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
AgeCommit message (Collapse)AuthorFilesLines
2020-09-05Update version number to 4.4.5.Neil3-7/+7
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.Neil3-7/+7
2020-06-03Updates for 4.4.3.Neil3-7/+7
2020-06-02Updates for 4.4.2.rel-4-4-2Neil3-7/+7
2020-05-28Updates for 4.4.0.Neil3-7/+7
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
2020-05-23Add file that avoids extra upgrade checks.Neil Hodgson2-0/+16
2020-04-23Updates for 4.3.3.rel-4-3-3Neil1-2/+2
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-3/+3
Python 2 still. On Windows, Python3 is used.
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil1-2/+2
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil1-2/+2
2020-02-09Standardise header guard names and use.Neil3-6/+6
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil1-2/+2
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+4
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-1/+0
be reused.
2019-12-13Implement DynamicLibrary on Cocoa.Neil1-7/+45
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil1-5/+0
This allows removal of related #include statements.
2019-12-13Add or fix file name comments.Neil7-4/+7
2019-12-11Readying 4.2.3 release.rel-4-2-3Neil1-2/+2
2019-12-03Readying 4.2.2 release.rel-4-2-2Neil1-2/+2
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-3/+3
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+4
2019-11-02Release build turns off assert by defining NDEBUG.Neil Hodgson1-1/+4
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil1-2/+2
2019-09-30Update project to Xcode 11.Neil Hodgson1-5/+1
2019-07-02Readying 4.2.0 release.Neil1-2/+2
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu3-8/+8
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT.
2019-06-24For encodings other than UTF-8, split input up into characters before callingNeil Hodgson1-16/+29
InsertCharacter.
2019-06-24On Cocoa, stop internal failures for missing fonts.Neil Hodgson1-3/+5
Avoid propagating terminating NULs from SCI_STYLEGETFONT and SCI_TARGETASUTF8.
2019-06-23Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7594.Neil Hodgson1-1/+1
2019-06-22Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ asNeil2-5/+5
INDIC_ is also used for indicator styles.
2019-06-17Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.Zufu Liu1-2/+2
2019-06-16Fix Xcode static analysis warning by renmaing GetImage to CreateImage.Neil Hodgson3-8/+8
A naming convention is used by the analyzer where a "Create" prefix is used when the reference is owned by the caller and a "Get" prefix when the reference is not owned so should not be released.
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+4
2019-06-13Make a new release due to a regression in SciTE with 4.1.6.rel-4-1-7Neil1-2/+2
2019-06-05Preparing for 4.1.6 release.Neil1-2/+2
2019-05-11Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".Neil2-3/+3
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+4
2019-04-13Preparing for 4.1.5 release.Neil1-2/+2
2019-04-05Move UniqueStringCopy into its own source file UniqueString.cxx to hide theNeil1-0/+4
implementation.
2019-03-29Include "CharacterCategory.h" in all files that include "Document.h" as it willNeil1-0/+1
be needed for adding a CharacterCategory feature.
2019-03-28Updated ScintillaTest internationalization to fix warnings from Xcode 10.2.Neil Hodgson3-9/+6
2019-03-28Updated ScintillaFramework internationalization to fix warnings from Xcode 10.2.Neil Hodgson2-14/+11
2019-03-25Use generic std::abs instead of abs and fabs.Neil3-3/+3
2019-03-25Use generic versions of ceil, floor, round, lround, trunc from <cmath>.Neil4-13/+20
2019-03-11Make idle processing more efficient on Cocoa by only notifying the relevantNeil Hodgson1-1/+1
Scintilla instance.
2019-03-11Enable Base internationalization to avoid warning from Xcode.Neil Hodgson2-0/+2
2019-03-04Updated version number for release.Neil1-2/+2