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
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
2013-06-15
Fix insertText: of ScintillaView to directly call ScintillaCocoa since insert...
nyamatongwe
1
-1
/
+1
2013-05-19
The convertRectToScreen: message was introduced in 10.7 so use convertBaseToS...
nyamatongwe
1
-2
/
+9
2013-05-04
Replacing raw pointers and allocations with std::string and std::vector.
nyamatongwe
1
-14
/
+6
2013-04-24
Feature: [feature-requests:#987]. Cocoa user interface validation.
nyamatongwe
1
-0
/
+22
2013-04-17
Remove method no longer needed due to change from NSTextInput to NSTextInputC...
nyamatongwe
1
-8
/
+0
2013-04-17
Switch from implementing NSTextInput to its replacement NSTextInputClient
nyamatongwe
1
-7
/
+31
2013-04-17
Implement firstRectForCharacterRange so that composition popups appear near i...
nyamatongwe
1
-3
/
+28
2013-04-17
Restore undo collection after sequence of composition actions by only remembe...
nyamatongwe
1
-4
/
+6
2013-04-17
When setting composition text, correctly select the indicated text by convert...
nyamatongwe
1
-4
/
+8
2013-04-09
Fix problems with input composition that could stop undo working.
nyamatongwe
1
-0
/
+5
2013-03-26
Detect resizes on the ScintillaView so that text is rewrapped.
nyamatongwe
1
-1
/
+4
2013-03-15
Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...
nyamatongwe
1
-181
/
+171
2013-03-15
Removed owner property as it is not used.
nyamatongwe
1
-1
/
+0
2013-03-10
Extract Window::Cursor enum -> NSCursor* mapping so can be reused.
nyamatongwe
1
-26
/
+27
2013-03-10
Fix spelling in comments. Add missing comment.
nyamatongwe
1
-3
/
+3
2013-02-24
Less intense version of previous change: just mark the view for drawing inste...
nyamatongwe
1
-1
/
+1
2013-02-24
Fix problem where abandoned paints may not cause redraw.
nyamatongwe
1
-1
/
+3
2013-01-30
Type casts so will build in std=c++11 mode.
nyamatongwe
1
-4
/
+4
2013-01-10
Removed dead stores.
nyamatongwe
1
-2
/
+2
2013-01-10
Add a replace method and a parameter for backwards search.
nyamatongwe
1
-23
/
+166
2013-01-10
Turn off undo collection for IME composition.
nyamatongwe
1
-16
/
+35
2013-01-04
When setting a font name, set first 128 styles insted of 32 as will
nyamatongwe
1
-1
/
+1
2013-01-04
Implement a delegate for Scintilla notifications.
nyamatongwe
1
-1
/
+13
2012-09-08
Fix extra release of info bar.
nyamatongwe
1
-1
/
+0
2012-09-06
Stop setting the save point from calls that should only be reading.
nyamatongwe
1
-2
/
+0
2012-08-24
Ensure abandoned paints cover full area by using NSView display instead of tr...
nyamatongwe
1
-1
/
+3
2012-08-14
Drop notifications so not sent after ScintillaView freed.
nyamatongwe
1
-0
/
+1
[next]