aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-01Removed SVector.h and all references as it is no longer used.nyamatongwe1-1/+0
2013-04-17When switching documents, reset input composition as otherwise get mixture ↵nyamatongwe1-0/+1
of state from both documents.
2013-04-09Fix problems with input composition that could stop undo working.nyamatongwe1-1/+2
2013-03-15Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars ↵nyamatongwe1-3/+10
unless wanted. Also affects platform-independent code.
2013-03-15Added type safety by using InnerView where applicable instead of generic NSView.nyamatongwe1-3/+4
2013-03-15Remove dead code.nyamatongwe1-1/+0
2013-03-13Implement high-priority idle work on Cocoa to avoid abandoning paints in ↵nyamatongwe1-0/+6
some situations. Rename IdleStyling to IdleWork.
2012-08-24Ensure abandoned paints cover full area by using NSView display instead of ↵nyamatongwe1-2/+2
trying to draw more within initial drawing context.
2012-04-16Implemented find indicator with animation for OS X.nyamatongwe1-0/+10
2011-11-14Use fields to hold NSTimer pointers to avoid warnings from Analyze.nyamatongwe1-0/+3
Does not change behaviour.
2011-07-10Implement ScrollText.nyamatongwe1-0/+1
2011-06-25Initial implementation of RGBA images.nyamatongwe1-0/+1
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-05Respond to window deactivation by hiding caret.nyamatongwe1-4/+1
2011-06-05Cocoa implementation of calltips.nyamatongwe1-0/+2
2011-06-04Added encoding-sensitive case folding.nyamatongwe1-0/+1
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe1-1/+2
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-07-13Platform files changed for new lexer design.nyamatongwe1-3/+2
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-3/+4
Context menu implemented. Many warnings avoided. Make files added.
2009-07-21Including PropSetSimple.nyamatongwe1-0/+1
2009-07-21Replacing SString with std::string.nyamatongwe1-1/+0
2009-07-15Added vector header to make new Selection code build.nyamatongwe1-0/+2
2009-07-12Changes needed to make new selection class work on Cocoa.nyamatongwe1-0/+1
2009-06-26Updated cocoa to current version from bzr.nyamatongwe1-10/+14
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+203