aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.mm
AgeCommit message (Collapse)AuthorFilesLines
2011-07-10Encoding support for copy and text insertion.nyamatongwe1-7/+23
2011-07-10Paste text into different encodings.nyamatongwe1-2/+19
2011-07-10Implement ScrollText.nyamatongwe1-0/+45
2011-06-15Implemented Control as separate modifier called META on OS X.nyamatongwe1-10/+22
Mapped keys to be closer to other platforms.
2011-06-15Change mouse drag modifier keys for compatibility with Apple Humannyamatongwe1-2/+2
Interface Guidelines and other applications. Alt is for rectangular selection and Command for discontinuous selection.
2011-06-15Use control identifier in notification messages for compatibilitynyamatongwe1-1/+1
with other platforms.
2011-06-05Implement SCI_GRABFOCUS.nyamatongwe1-3/+3
2011-06-05Respond to window deactivation by hiding caret.nyamatongwe1-13/+12
2011-06-05Cocoa implementation of calltips.nyamatongwe1-68/+91
2011-06-04Added encoding-sensitive case folding.nyamatongwe1-7/+146
2011-05-26Made 64-bit type safe.nyamatongwe1-1/+1
2011-05-2164-bit fixes.nyamatongwe1-1/+1
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-10/+15
2011-02-02Calling ClearSelection with explicit argument to make compile for Cocoa.nyamatongwe1-1/+1
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-19/+43
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-07-13Platform files changed for new lexer design.nyamatongwe1-0/+5
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-74/+61
Context menu implemented. Many warnings avoided. Make files added.
2010-01-20Updated to current version (28) of Scintilla Cocoa.nyamatongwe1-1/+1
2009-09-04Fix in the InfoBar to avoid setting a cell class for the entire application.nyamatongwe1-1/+1
Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image.
2009-07-12Changes needed to make new selection class work on Cocoa.nyamatongwe1-13/+13
2009-06-26Updated cocoa to current version from bzr.nyamatongwe1-9/+63
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+1430