aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
AgeCommit message (Expand)AuthorFilesLines
2024-03-09Updates for version 5.4.3.rel-5-4-3Neil2-5/+5
2024-03-02Updates for version 5.4.2.rel-5-4-2Neil2-5/+5
2024-02-01Move UndoHistory into its own module that is accessible from CellBuffer andNeil1-0/+8
2023-12-22Updates for version 5.4.1.Neil2-5/+5
2023-11-18Updates for version 5.4.0.rel-5-4-0Neil Hodgson2-5/+5
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.Neil2-5/+5
2023-09-27Bug [#2402]. Fix invisible text on macOS 14 Sonoma when building with Xcode 15.Chinh Nguyen2-0/+4
2023-09-27Deprecated methods disableFlushWindow and enableFlushWindow are avoided onNeil Hodgson2-4/+15
2023-09-27Update test application for Xcode 15 which requires deployment target 10.13+.Neil Hodgson1-8/+21
2023-09-27Updates for Xcode 15 which requires deployment target 10.13+.Neil Hodgson1-6/+9
2023-09-18Updates for version 5.3.7.Neil2-5/+5
2023-07-23Updates for version 5.3.6.rel-5-3-6Neil2-5/+5
2023-05-27Updates for version 5.3.5.rel-5-3-5Neil2-5/+5
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-4Neil2-5/+5
2023-03-02Cache client size when view moved or sized. That allows access to it fromNeil Hodgson2-3/+17
2023-03-02Backed out changeset: 5504b8444ec2Neil Hodgson2-7/+4
2023-02-27Cache client rectangle when view moved or sized. That allows access to it fromNeil Hodgson2-4/+7
2023-02-27Define argument as const so can be used on const values.Neil Hodgson2-2/+2
2023-02-27Remove unnecessary casts from CGFloat to XYPosition as they are both double.Neil Hodgson3-22/+18
2023-02-26Specify runpath for ScintillaTest to be able to run on a different computer,Neil Hodgson1-0/+2
2023-02-26Remove deprecated setOnMouseEntered calls.Neil Hodgson1-2/+0
2023-02-24Replace deprecated graphicsPort API with current CGContext.Neil Hodgson3-3/+19
2023-02-24On macOS 10.13+, use new NSPasteboardTypeFileURL type to receive files draggedNeil Hodgson2-15/+47
2023-02-24Avoid deprecation warning that occurs even though the non-deprecated name isNeil Hodgson1-0/+4
2023-02-23Replace deprecated colorUsingColorSpaceName with current colorUsingColorSpace.Neil Hodgson1-5/+4
2023-02-23Replace deprecated colorUsingColorSpaceName with colorUsingColorSpace.Neil Hodgson1-4/+5
2023-02-22Make drag pasteboard change work before 10.13.Neil Hodgson1-1/+6
2023-02-22Replace deprecated NSStringPboardType with current NSPasteboardTypeString.Neil Hodgson2-7/+7
2023-02-22Replace deprecated NSDragPboard with current NSPasteboardNameDrag.Neil Hodgson1-1/+1
2023-02-04Updates for version 5.3.3.Neil2-5/+5
2023-01-14Bug [#2374]. Fix character input bug where dotless 'i' and some other extendedNeil Hodgson1-0/+4
2022-12-02Updates for version 5.3.2.rel-5-3-2Neil2-5/+5
2022-10-09Update version number to 5.3.1.Neil2-5/+5
2022-08-24Updates for 5.3.0 release.Neil2-5/+5
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-0/+8
2022-07-24Fix Cocoa to match hideSelection change revision 9151.Neil Hodgson1-3/+3
2022-07-06Updates for 5.2.4 release.rel-5-2-4Neil2-5/+5
2022-05-18Bug [#2329] Place autocompletion lists and calltips on a higher window levelNeil Hodgson2-2/+2
2022-05-17Updates for 5.2.3 release.Neil2-5/+5
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-2/+0
2022-03-27Updates for 5.2.2 release.Neil2-5/+5
2022-03-05Feature [feature-requests:#1432] Simplify setting surface modes withZufu Liu1-2/+2
2022-02-24Updates for 5.2.1 release.rel-5-2-1Neil2-5/+5
2022-02-10Replace "OS X' with "macOS".Neil4-12/+12
2022-02-05Updates for 5.2.0.rel-5-2-0Neil2-5/+5
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-0/+1
2022-01-17Feature [feature-requests:#1427] Make Cocoa MeasureWidths andNeil Hodgson3-58/+42
2022-01-14Remove unnecessary inclusion of POSIX headers.Neil Hodgson2-5/+0