aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15Simplify direct access using Scintilla messages and avoid call layers.nyamatongwe1-0/+3
2013-04-24Feature: [feature-requests:#987]. Cocoa user interface validation.nyamatongwe1-1/+1
2013-04-17Switch from implementing NSTextInput to its replacement NSTextInputClientnyamatongwe1-1/+1
2013-03-15Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...nyamatongwe1-7/+22
2013-03-15Removed owner property as it is not used.nyamatongwe1-4/+0
2013-03-10Make property readonly to avoid potential ownership/lifetime issues.nyamatongwe1-1/+1
2013-01-10Add a replace method and a parameter for backwards search.nyamatongwe1-1/+14
2013-01-10Turn off undo collection for IME composition.nyamatongwe1-1/+2
2013-01-04Implement a delegate for Scintilla notifications.nyamatongwe1-0/+7
2013-01-04Fix object ownership and thus memory management. Change owner and backendnyamatongwe1-4/+7
2012-08-14Break reference cycle between ScintillaView and its InnerView.nyamatongwe1-1/+1
2012-07-29Decrease sensitivity of pinch-zoom. From Chinh Nguyen.nyamatongwe1-0/+2
2012-03-13Change name of the 'layout' method of ScintillaView and InfoBar to 'positionS...nyamatongwe1-1/+1
2011-11-09Remove unused variable.nyamatongwe1-3/+0
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe1-0/+2
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-0/+7
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-1/+15
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-0/+4
2010-01-20Updated to current version (28) of Scintilla Cocoa.nyamatongwe1-0/+5
2009-09-04Fix in the InfoBar to avoid setting a cell class for the entire application.nyamatongwe1-0/+1
2009-06-26Updated cocoa to current version from bzr.nyamatongwe1-2/+23
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+89