Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-15 | Simplify direct access using Scintilla messages and avoid call layers. | nyamatongwe | 1 | -0/+3 | |
2013-04-24 | Feature: [feature-requests:#987]. Cocoa user interface validation. | nyamatongwe | 1 | -1/+1 | |
2013-04-17 | Switch from implementing NSTextInput to its replacement NSTextInputClient | nyamatongwe | 1 | -1/+1 | |
NSTextInput is slated for deprecation and NSTextInputClient allows the selection of accented characters through pressing and holding the base key. | |||||
2013-03-15 | Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars ↵ | nyamatongwe | 1 | -7/+22 | |
unless wanted. Also affects platform-independent code. | |||||
2013-03-15 | Removed owner property as it is not used. | nyamatongwe | 1 | -4/+0 | |
2013-03-10 | Make property readonly to avoid potential ownership/lifetime issues. | nyamatongwe | 1 | -1/+1 | |
2013-01-10 | Add a replace method and a parameter for backwards search. | nyamatongwe | 1 | -1/+14 | |
From Mike Lischke. | |||||
2013-01-10 | Turn off undo collection for IME composition. | nyamatongwe | 1 | -1/+2 | |
From Mike Lischke. | |||||
2013-01-04 | Implement a delegate for Scintilla notifications. | nyamatongwe | 1 | -0/+7 | |
From Mike Lischke at Oracle. | |||||
2013-01-04 | Fix object ownership and thus memory management. Change owner and backend | nyamatongwe | 1 | -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-14 | Break reference cycle between ScintillaView and its InnerView. | nyamatongwe | 1 | -1/+1 | |
2012-07-29 | Decrease sensitivity of pinch-zoom. From Chinh Nguyen. | nyamatongwe | 1 | -0/+2 | |
2012-03-13 | Change name of the 'layout' method of ScintillaView and InfoBar to ↵ | nyamatongwe | 1 | -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-09 | Remove unused variable. | nyamatongwe | 1 | -3/+0 | |
2011-05-27 | Expose registerNotifyCallback on ScintillaView class. | nyamatongwe | 1 | -0/+2 | |
From Elizabeth Irizarry of Adobe. | |||||
2011-02-07 | Merged in current scintilla-cocoa from bzr. | nyamatongwe | 1 | -0/+7 | |
2010-07-24 | Updates from Scintilla-Cocoa project. | nyamatongwe | 1 | -1/+15 | |
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight. | |||||
2010-04-22 | Updated to launchpad scintilla-cocoa revision 33. | nyamatongwe | 1 | -0/+4 | |
Context menu implemented. Many warnings avoided. Make files added. | |||||
2010-01-20 | Updated to current version (28) of Scintilla Cocoa. | nyamatongwe | 1 | -0/+5 | |
2009-09-04 | Fix in the InfoBar to avoid setting a cell class for the entire application. | nyamatongwe | 1 | -0/+1 | |
Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image. | |||||
2009-06-26 | Updated cocoa to current version from bzr. | nyamatongwe | 1 | -2/+23 | |
2009-05-14 | First upload of Cocoa platform from Mike Lischke at Sun. | nyamatongwe | 1 | -0/+89 | |