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
/
ScintillaCocoa.mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-17
Remove unused TopContainer method. Use less specific types when possible.
Neil Hodgson
1
-13
/
+2
2014-06-07
Avoid using ScintillaView.backend from ScintillaCocoa as this may be hidden i...
Neil Hodgson
1
-2
/
+1
2014-05-03
Fix Point and PRectangle constructors to match changes in Platform.h.
Neil Hodgson
1
-6
/
+5
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
1
-3
/
+3
2014-05-01
Cast to make previous change build on Cocoa.
Neil Hodgson
1
-1
/
+1
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
1
-12
/
+3
2014-03-27
Surround 10.9-specific calls with version checks to ensure builds on old SDKs.
nyamatongwe
1
-0
/
+4
2014-03-27
Improve scrolling by performing styling in methods called before drawing inst...
Neil Hodgson
1
-0
/
+51
2014-03-26
Do not call AddCharUTF for empty insertions as may crash when autocompletion ...
Neil Hodgson
1
-4
/
+7
2014-02-22
Stop adding an extra line to scrollable height as that led to cursor up/down
Neil Hodgson
1
-1
/
+1
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-1
/
+1
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-115
/
+115
2013-12-06
Ensure find indicator correctly flipped on OS X 10.9.
Neil Hodgson
1
-0
/
+9
2013-12-03
Fix problems with appearance of newly scrolled content on OS X 10.9 where pre...
Neil Hodgson
1
-0
/
+22
2013-11-03
Bug [#1544]. Mac font quality not applied to margin.
nyamatongwe
1
-0
/
+10
2013-10-25
Bug [#1541]. Paste into multiple selections on OSX only inserts at one select...
nyamatongwe
1
-5
/
+5
2013-10-14
To follow naming conventions InnerView was renamed to SCIContentView and
nyamatongwe
1
-6
/
+6
2013-10-05
Bug [#1534]. Drag and drop fails when destination view is empty.
nyamatongwe
1
-1
/
+2
2013-10-04
Bug [#1533]. [NSImage dissolveToPoint:fromRect:fraction:] is deprecated.
nyamatongwe
1
-1
/
+1
2013-09-30
Removed command: method from ScintillaNotificationProtocol as all events can ...
nyamatongwe
1
-10
/
+0
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+2
2013-09-18
Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ...
nyamatongwe
1
-4
/
+30
2013-09-17
Remove WM_UNICHAR as unused. A remnant from the Carbon platform layer.
nyamatongwe
1
-17
/
+0
2013-09-16
Take account of scroll position when creating drag image.
nyamatongwe
1
-6
/
+6
2013-09-16
Removed back up code that produced a simple drag image.
nyamatongwe
1
-11
/
+0
2013-09-10
Pass control ID with WM_NOTIFY for compatibility with other platforms.
nyamatongwe
1
-1
/
+1
2013-09-08
Stop exposing Scintilla implementation to clients from ScintillaView header.
nyamatongwe
1
-0
/
+2
2013-09-08
Fix spelling mistakes in comments.
nyamatongwe
1
-4
/
+4
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-15
/
+20
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-1
/
+1
2013-07-23
Made header inclusion more consistent.
nyamatongwe
1
-2
/
+2
2013-07-21
Fix Clang C++11 compatibility.
Neil
1
-2
/
+2
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-32
/
+12
2013-06-05
Turn font smoothing on for font quality level SC_EFF_QUALITY_LCD_OPTIMIZED.
nyamatongwe
1
-0
/
+2
2013-06-05
Avoid crash when byte value does not represent a character in current encoding.
nyamatongwe
1
-0
/
+2
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-10
/
+10
2013-05-04
Replacing raw pointers and allocations with std::string and std::vector.
nyamatongwe
1
-9
/
+7
2013-05-02
Feature: [feature-requests:#988]. Cocoa support for font quality.
nyamatongwe
1
-0
/
+8
2013-04-18
Bug [#1466]. Fix crash on deallocation.
nyamatongwe
1
-1
/
+1
2013-04-17
Commit the current text when switching documents instead of discarding it as
nyamatongwe
1
-1
/
+1
2013-04-17
When switching documents, reset input composition as otherwise get mixture of...
nyamatongwe
1
-0
/
+15
2013-04-09
Fix problems with input composition that could stop undo working.
nyamatongwe
1
-0
/
+15
2013-04-02
Fix automatic scrolling on Cocoa.
nyamatongwe
1
-2
/
+2
2013-03-24
Fixed painting of margin view when lines wrapped inside paint of text view.
nyamatongwe
1
-0
/
+5
2013-03-15
Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...
nyamatongwe
1
-165
/
+133
2013-03-15
Added type safety by using InnerView where applicable instead of generic NSView.
nyamatongwe
1
-3
/
+3
2013-03-15
Ensure all fields initialised.
nyamatongwe
1
-5
/
+9
2013-03-15
Remove dead code.
nyamatongwe
1
-10
/
+0
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
1
-0
/
+59
2013-03-10
Fix spelling in comments. Add missing comment.
nyamatongwe
1
-1
/
+4
[next]