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