aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
AgeCommit message (Expand)AuthorFilesLines
2024-12-15Updates for version 5.5.4.rel-5-5-4Neil2-5/+5
2024-11-20Bug [#2453]. Remove remnants of ScintillaEditPy.Neil1-3/+0
2024-10-14Updates for version 5.5.3.Neil2-5/+5
2024-09-18Remove workaround for runtime failures with Xcode 15 that added -ld_classic l...Neil Hodgson1-2/+0
2024-09-18Fix potential NULL use and avoid warning.Neil Hodgson1-1/+2
2024-08-27Use UndoGroup to ensure action ended if exception occurs.Neil1-5/+6
2024-08-18Updates for version 5.5.2.rel-5-5-2Neil2-5/+5
2024-08-16On Cocoa implement more values of font weight and stretch.Neil Hodgson4-33/+96
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil2-3/+10
2024-08-15Fix bug where double-click stopped working when system had been running for aNeil1-1/+1
2024-07-19Updates for version 5.5.1.rel-5-5-1Neil2-5/+5
2024-04-19Updates for version 5.5.0.rel-5-5-0Neil2-5/+5
2024-03-28Avoid use of NSUserDefaults which will soon require justification when used i...Neil Hodgson1-6/+3
2024-03-15Turn on multiple selection for macOS demonstration application.Neil Hodgson1-0/+1
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