aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
AgeCommit message (Collapse)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
NSTextInput is slated for deprecation and NSTextInputClient allows the selection of accented characters through pressing and holding the base key.
2013-03-15Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars ↵nyamatongwe1-7/+22
unless wanted. Also affects platform-independent code.
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
From Mike Lischke.
2013-01-10Turn off undo collection for IME composition.nyamatongwe1-1/+2
From Mike Lischke.
2013-01-04Implement a delegate for Scintilla notifications.nyamatongwe1-0/+7
From Mike Lischke at Oracle.
2013-01-04Fix object ownership and thus memory management. Change owner and backendnyamatongwe1-4/+7
properties to (nonatomic, assign) as pointers to owners should not be retained and backend is a pointer to a C++ object. Move property declarations before methods. Update copyright notice. From Mike Lischke at Oracle.
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 ↵nyamatongwe1-1/+1
'positionSubViews' as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature.
2011-11-09Remove unused variable.nyamatongwe1-3/+0
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe1-0/+2
From Elizabeth Irizarry of Adobe.
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-0/+7
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-1/+15
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-0/+4
Context menu implemented. Many warnings avoided. Make files added.
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
Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image.
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