aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.mm
AgeCommit message (Expand)AuthorFilesLines
2025-06-01Add SCI_SCROLLVERTICAL API.Neil1-0/+1
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-15Fix bug where double-click stopped working when system had been running for aNeil1-1/+1
2023-03-02Cache client size when view moved or sized. That allows access to it fromNeil Hodgson1-3/+14
2023-03-02Backed out changeset: 5504b8444ec2Neil Hodgson1-5/+4
2023-02-27Cache client rectangle when view moved or sized. That allows access to it fromNeil Hodgson1-4/+5
2023-02-27Remove unnecessary casts from CGFloat to XYPosition as they are both double.Neil Hodgson1-6/+4
2023-02-24Replace deprecated graphicsPort API with current CGContext.Neil Hodgson1-2/+16
2023-02-24On macOS 10.13+, use new NSPasteboardTypeFileURL type to receive files draggedNeil Hodgson1-14/+38
2023-02-24Avoid deprecation warning that occurs even though the non-deprecated name isNeil Hodgson1-0/+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 Hodgson1-6/+6
2023-02-22Replace deprecated NSDragPboard with current NSPasteboardNameDrag.Neil Hodgson1-1/+1
2023-01-14Bug [#2374]. Fix character input bug where dotless 'i' and some other extendedNeil Hodgson1-0/+4
2022-07-24Fix Cocoa to match hideSelection change revision 9151.Neil Hodgson1-3/+3
2022-05-18Bug [#2329] Place autocompletion lists and calltips on a higher window levelNeil Hodgson1-1/+1
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-2/+0
2022-03-05Feature [feature-requests:#1432] Simplify setting surface modes withZufu Liu1-2/+2
2022-02-10Replace "OS X' with "macOS".Neil1-7/+7
2021-12-01Bug [#2300] Abandon drag when rectangle is empty as empty image caused crash.Chinh Nguyen1-0/+2
2021-11-27Bug [#2299] Set active state correctly at creation.Rowan Daniell1-1/+1
2021-08-27Simplify SetScrollingSize and use const where possible.Neil Hodgson1-12/+14
2021-08-27Bug [#2271] Fix disabling horizontal scrollbar in non-wrapping mode.Neil Hodgson1-1/+1
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-1/+28
2021-05-28Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.Neil1-2/+2
2021-05-25Fix old capitalisation of enum.Neil Hodgson1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-209/+222
2021-05-22Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedefNeil1-7/+7
2021-05-10Implement UpdateBaseElements on Cocoa to update colours to match current systemNeil Hodgson1-0/+56
2021-05-09Change first responder / active handling so only treating as focussed whenNeil Hodgson1-9/+27
2021-04-05Change CaseConversion to an enum class.Neil1-1/+1
2021-03-22Replace InitPixMap on Cocoa for drag & drop and XPM images in lists.Neil1-11/+10
2021-03-22Replace multiple mode setting calls on Surface with SetMode as this isNeil1-4/+2
2021-03-20Use Surface::AllocatePixMap instead of changing an existing surface withNeil1-1/+1
2021-03-19Switch enum to enum class.Neil1-34/+32
2020-06-24Converting between UTF-8 and current encoding.Neil1-0/+32
2021-03-18Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.Neil1-4/+4
2021-03-18std::optional is a basic vocabulary type that may be used widely so includeNeil1-0/+1
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-0/+1
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-0/+1
2019-12-31Move collection of modules from Catalogue.cxx to CatalogueModules.h so it canNeil1-1/+0
2019-12-13Add or fix file name comments.Neil1-1/+1
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-3/+3
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-3/+3
2019-06-24For encodings other than UTF-8, split input up into characters before callingNeil Hodgson1-16/+29
2019-06-22Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ asNeil1-1/+1
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 Hodgson1-1/+1