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
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
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
2014-05-02
Type cast to make previous change compile on Cocoa.
Neil Hodgson
1
-1
/
+2
2014-03-28
Made indentation consistent.
Neil Hodgson
1
-4
/
+4
2014-03-27
Surround 10.9-specific calls with version checks to ensure builds on old SDKs.
nyamatongwe
1
-0
/
+2
2014-03-27
Improve scrolling by performing styling in methods called before drawing inst...
Neil Hodgson
1
-0
/
+31
2014-03-26
Indentation use tab.
Neil Hodgson
1
-1
/
+1
2014-03-26
Refactor range deletion into a method on ScintillaView.
Neil Hodgson
1
-19
/
+17
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-46
/
+46
2013-11-24
Disable scroll wheel magnification by default since it causes visual garbage to
Neil Hodgson
1
-0
/
+5
2013-11-17
Fix problem where cursor didn’t change over margin after showing a dialog.
Neil Hodgson
1
-0
/
+7
2013-11-11
Add @2x images for cursors and info bar to match retina displays.
Neil Hodgson
1
-2
/
+2
2013-10-30
Bug [#1542]. Margin click focus handling on Cocoa.
nyamatongwe
1
-0
/
+2
2013-10-14
To follow naming conventions InnerView was renamed to SCIContentView and
nyamatongwe
1
-8
/
+8
2013-10-06
Allow subclassing InnerView.
nyamatongwe
1
-1
/
+12
2013-09-30
Removed command: method from ScintillaNotificationProtocol as all events can ...
nyamatongwe
1
-21
/
+2
2013-09-18
Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ...
nyamatongwe
1
-72
/
+68
2013-09-10
Bug [#1522]. Don't send selection change notification when scrolling.
nyamatongwe
1
-1
/
+4
2013-09-09
Fix memory leak for margin view.
nyamatongwe
1
-0
/
+1
2013-09-09
Use const for constant strings as recommended in Effective Objective C 2.0
nyamatongwe
1
-1
/
+1
2013-09-09
Since overlay scroll bars, the info bar is always full width so remove variable
nyamatongwe
1
-6
/
+0
2013-09-08
Stop exposing Scintilla implementation to clients from ScintillaView header.
nyamatongwe
1
-3
/
+6
2013-09-08
Fix spelling mistakes in comments.
nyamatongwe
1
-7
/
+7
2013-07-21
Fix Clang C++11 compatibility.
Neil
1
-1
/
+1
2013-06-15
Simplify direct access using Scintilla messages and avoid call layers.
nyamatongwe
1
-0
/
+15
[next]