aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-3/+3
2019-06-22Backport: Feature [feature-requests:#1297] Update to use INDICATOR_ instead o...Neil1-1/+1
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell1-2/+2
2019-06-16Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage.Neil Hodgson1-1/+1
2019-03-31Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma...mitchell1-1/+3
2019-03-11Backport: Make idle processing more efficient on Cocoa by only notifying the ...Neil Hodgson1-1/+1
2018-11-20Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then aNeil Hodgson1-1/+12
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-1/+1
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in f...mitchell1-0/+2
2018-05-15Backport: Fix crashes for invalid DBCS characters when dragging text, changin...Neil Hodgson1-0/+10
2018-05-01Backport: Remove dead function and unnecessary casts. Convert C casts to C++ ...Neil Hodgson1-2/+2
2018-05-01Backport: Hoist conversion between NSEvent time and Editor method time into f...Neil Hodgson1-5/+19
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
2018-04-25Backport: Use set of coercion functions for transforming WndProc parameters i...Neil1-3/+3
2018-04-25Backport: Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil1-2/+2
2018-04-22Backport: Fix problems with 64-bit positions by using types that expand to 64...Neil Hodgson1-28/+29
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil1-3/+3
2018-03-03Backport: Promote methods from int to ptrdiff_t to allow extension to 64-bits.Neil1-6/+6
2018-03-03Backport: Use Position and Line types in ScintillaCocoa to allow for later ch...Neil1-7/+7
2017-07-17Backport: Casts required for Unix LP64 after changes to Sci_Position/Sci_Posi...Neil Hodgson1-4/+5
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil1-10/+0
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...Neil1-19/+14
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil1-2/+2
2017-06-15Apply change set 6308 to LongTerm3 branch.Neil Hodgson1-1/+1
2017-05-07Use unique_ptr on Cocoa.Neil Hodgson1-3/+2
2017-05-02For Cocoa, use unique_ptr for drawing surfaces and don't check for allocationNeil1-26/+18
2017-04-24Remove unnecessary cast.Neil1-1/+1
2017-04-24Make string encoding and decoding more regular by using std::string more andNeil1-57/+34
2017-04-22Restrict cursor changing to visible bounds so the text area cursor doesn't showNeil1-0/+7
2017-04-19Use "override" for implementations of CaseFolder and PerLine.Neil Hodgson1-1/+1
2017-04-15Avoid calling virtual functions in destructor. Mark overridden methods.Neil Hodgson1-1/+0
2017-04-15Avoid calling virtual functions in constructors and destructors.Neil1-2/+2
2017-03-31Prefer standard min/max over Platform's as adapts to changed types.Neil1-1/+1
2017-03-31Hide decorations details a little.Neil1-1/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-12/+12
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-0/+3
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-1/+1
2017-03-04Fix error with showing find indicator over styles > 127.Neil Hodgson1-1/+3
2017-02-16Avoid potential crash in finalization.Neil1-1/+2
2017-02-16Bug [#1909]. Fix finalization crash on Cocoa.Chinh Nguyen1-1/+2
2017-01-24Use safer static_cast instead of reinterpret_cast. Remove cast to void*.Neil1-4/+4
2017-01-24Remove casts from id to Objective C object as they are not needed. Use saferNeil1-4/+4
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-0/+21
2016-11-19Moved @private sections from header into implementation.Neil Hodgson1-4/+8
2016-11-11Make IME indicator visible in single phase drawing mode.Neil1-0/+6
2016-11-05Support for NSAccessibility protocol added sufficient for the VoiceOverNeil Hodgson1-6/+89
2016-10-18Ensure members of FindHighlightLayer freed.Neil Hodgson1-0/+6
2016-09-30Recognize the numeric keypad '+', '-', and '/' keys as SCK_ADD, SCK_SUBTRACT,Tse Kit Yam1-3/+20
2016-09-14Casts for 64 to 32-bit conversions on OS X.Neil Hodgson1-7/+7
2016-08-29Bug [#1854]. Fix: cannot get original input char on Mac for some input-modifiersTse Kit Yam1-1/+1