index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cocoa
/
ScintillaView.mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-13
Add or fix file name comments.
Neil
1
-0
/
+1
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-4
/
+4
2019-06-24
On Cocoa, stop internal failures for missing fonts.
Neil Hodgson
1
-3
/
+5
2019-06-23
Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7594.
Neil Hodgson
1
-1
/
+1
2019-06-22
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
Neil
1
-4
/
+4
2019-03-25
Use generic std::abs instead of abs and fabs.
Neil
1
-1
/
+1
2019-03-25
Use generic versions of ceil, floor, round, lround, trunc from <cmath>.
Neil
1
-4
/
+6
2019-01-06
Bug [#2022]. Fix incorrect horizontal offset on macOS 10.14 Mojave.
Chinh Nguyen
1
-1
/
+24
2018-08-16
For reverse arrow margin cursor, move hotspot to the tip of the arrow.
Neil Hodgson
1
-1
/
+1
2018-06-07
Update Cocoa enumerations to current names instead of deprecated names.
Neil Hodgson
1
-3
/
+3
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
1
-0
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+2
2018-04-22
Fix problems with 64-bit positions by using types that expand to 64-bits and
Neil Hodgson
1
-3
/
+3
2017-09-18
Bug [#1885]. Improve scrolling on macOS 10.12.
Neil Hodgson
1
-8
/
+15
2017-07-18
Bug [#1958]. Make doCommandBySelector work but avoid double effect of 'delete'
Neil Hodgson
1
-4
/
+7
2017-06-08
Indented consistently by using astyle.
Neil
1
-1348
/
+1146
2017-06-07
Use property dot syntax.
Neil Hodgson
1
-57
/
+57
2017-06-07
Using modern Objective C literals and indexing.
Neil Hodgson
1
-13
/
+12
2017-06-07
Using instancetype for constructors.
Neil Hodgson
1
-2
/
+2
2017-06-05
Converted to Automatic Reference Counting.
Neil Hodgson
1
-30
/
+17
2017-04-22
Restrict cursor changing to visible bounds so the text area cursor doesn't show
Neil
1
-1
/
+2
2017-04-22
Fix a leak of mouse tracking areas.
Neil Hodgson
1
-0
/
+4
2017-04-15
Avoid calling virtual functions in destructor. Mark overridden methods.
Neil Hodgson
1
-0
/
+1
2017-03-04
Fix error with showing find indicator over styles > 127.
Neil Hodgson
1
-1
/
+3
2017-03-02
Fix potential problems with IME on Cocoa when document contains invalid UTF-8.
Neil
1
-0
/
+1
2017-03-02
Bug [#1881]. Revert part of previous fix as it stopped the accented character
Neil
1
-1
/
+11
2017-02-25
Bug [#1915]. Fix crash on OS X 10.9 due to accessibility API not available.
Chinh Nguyen
1
-7
/
+11
2016-12-08
Bug [#1891]. Fix crash on view destruction with macOS 10.12.2.
Chinh Nguyen
1
-0
/
+1
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-3
/
+29
2016-11-19
Moved @private sections from header into implementation.
Neil Hodgson
1
-4
/
+40
2016-11-18
Remove Scintilla namespace and ScintillaCocoa declaration from ScintillaView.h
Neil Hodgson
1
-3
/
+12
2016-11-11
Make IME indicator visible in single phase drawing mode.
Neil
1
-6
/
+16
2016-11-11
Bug [#1881]. Fix IME bug where selectedRange wasn't implementing correctly.
Neil
1
-4
/
+26
2016-11-05
Support for NSAccessibility protocol added sufficient for the VoiceOver
Neil Hodgson
1
-0
/
+231
2016-10-18
validAttributesForMarkedText is specified to not return NULL so return an
Neil Hodgson
1
-1
/
+1
2015-11-20
Remove line end whitespace.
Neil
1
-6
/
+6
2015-10-27
Ensure correct propagation of viewWillDraw even after owner deleted.
Neil Hodgson
1
-1
/
+3
2015-10-24
When deallocating ScintillaView, null out the reference to it from SCIContent...
Neil Hodgson
1
-1
/
+10
2015-09-29
Mark unused parameters in Objective-C methods with a pragma.
Neil Hodgson
1
-0
/
+5
2015-06-25
Bug [#1740]. Cancel autocompletion and calltip when window moved.
Neil Hodgson
1
-0
/
+12
2015-03-11
Update drag and drop to use current APIs instead of deprecated APIs.
Neil Hodgson
1
-24
/
+39
2015-02-22
Implement additional methods from the NSTextInputClient protocol so that more
Neil Hodgson
1
-110
/
+131
2015-02-16
Fix bugs caused by deleting text with undo collection off when entering IME c...
Neil Hodgson
1
-14
/
+40
2015-02-14
Fix unused parameter warnings. Remove code that is never executed.
Neil Hodgson
1
-2
/
+10
2015-02-14
Fix warnings for suspicious type conversions and not fully bracketed initiali...
Neil Hodgson
1
-18
/
+18
2015-02-14
Fix 64->32 bit conversion warnings.
Neil Hodgson
1
-13
/
+13
2015-02-14
Fix doc comments.
Neil Hodgson
1
-1
/
+1
2014-12-07
Replace calls to deprecated methods with their current equivalents.
Neil Hodgson
1
-9
/
+3
2014-07-15
Switch from tracking rectangle to tracking area. This is the more recent Coco...
Neil Hodgson
1
-10
/
+22
2014-07-10
Fix the insertText: method on ScintillaView to accept NSAttributedString as w...
Neil Hodgson
1
-2
/
+5
[next]