aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.mm
AgeCommit message (Collapse)AuthorFilesLines
2012-04-26Fix crash where find indicator range fragments a character.nyamatongwe1-1/+2
2012-04-16Implemented find indicator with animation for OS X.nyamatongwe1-1/+258
2012-04-09Protect against NULLs when text is not valid in encoding.nyamatongwe1-3/+5
2011-11-14Use fields to hold NSTimer pointers to avoid warnings from Analyze.nyamatongwe1-11/+10
Does not change behaviour.
2011-11-09Fix potential memory problems found by analyze.nyamatongwe1-5/+5
2011-10-29Fix warnings from Clang analyze about memory management.nyamatongwe1-2/+2
2011-10-28Fix warnings from Clang analyze by using single statement alloc and init.nyamatongwe1-3/+2
Remove unused variables. Fix potential leak.
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe1-2/+2
2011-07-19Added more key bindings for symmetry and completeness.nyamatongwe1-6/+8
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
2011-07-12Report control key as SCMOD_META with GTK+ on OS X.nyamatongwe1-1/+0
Mostly from Mitchell Foral.
2011-07-11Include control ID in WM_COMMAND notifications.nyamatongwe1-2/+4
This allows container to be more selective with processing.
2011-07-11Avoid unused parameter warnings when deliberate.nyamatongwe1-3/+9
2011-07-11Fix type warnings.nyamatongwe1-1/+1
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe1-13/+12
2011-07-10Return byte length of insertion for encoding from InsertText so can benyamatongwe1-1/+1
used to underline text inserted by IME and replace correctly when the IME changes.
2011-07-10Made drag image work similar to the Carbon port.nyamatongwe1-7/+84
2011-07-10Don't allow buffered drawing to be turned on as it doesn't work.nyamatongwe1-0/+3
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