aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.mm
AgeCommit message (Collapse)AuthorFilesLines
2012-07-29Decrease sensitivity of pinch-zoom. From Chinh Nguyen.nyamatongwe1-7/+12
2012-06-07Protect against APIs only available on 10.6+ when building for 10.5.nyamatongwe1-0/+2
2012-03-13Change name of the 'layout' method of ScintillaView and InfoBar to ↵nyamatongwe1-6/+6
'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.
2012-03-01Enable basic pinch zoom. From Matthew Brush.nyamatongwe1-0/+16
2011-07-11Avoid unused parameter warnings when deliberate.nyamatongwe1-0/+11
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe1-12/+12
2011-07-10Return byte length of insertion for encoding from InsertText so can benyamatongwe1-2/+2
used to underline text inserted by IME and replace correctly when the IME changes.
2011-07-10Allow drag to trash to delete.nyamatongwe1-1/+13
2011-06-15Made ScintillaCocoa::ContentView public so it can be used bynyamatongwe1-1/+2
ScintillaView and using hwndFrom to find view so idFrom can be used as it is on other platforms.
2011-06-05Hide horizontal scrollbar in wrap mode.nyamatongwe1-1/+2
2011-06-05Respond to window deactivation by hiding caret.nyamatongwe1-0/+23
2011-06-05Comment typo.nyamatongwe1-1/+1
2011-05-27Fix last warning.nyamatongwe1-1/+0
2011-05-27Avoid warning.nyamatongwe1-0/+2
2011-05-27IME fixed to avoid inserting keys that are part of a character.nyamatongwe1-7/+19
Allows for either NSString or NSAttributedString. From Mike Schroeder of Adobe.
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe1-0/+11
From Elizabeth Irizarry of Adobe.
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-24/+63
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-3/+85
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-33/+56
Context menu implemented. Many warnings avoided. Make files added.
2010-01-20Updated to current version (28) of Scintilla Cocoa.nyamatongwe1-9/+56
2009-09-04Avoid errors from new compiler in OS X 10.6.nyamatongwe1-1/+3
2009-09-04Fix in the InfoBar to avoid setting a cell class for the entire application.nyamatongwe1-6/+14
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-20/+234
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+1082