| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-14 | Use fields to hold NSTimer pointers to avoid warnings from Analyze. | nyamatongwe | 1 | -11/+10 | |
| Does not change behaviour. | |||||
| 2011-11-09 | Fix potential memory problems found by analyze. | nyamatongwe | 1 | -5/+5 | |
| 2011-10-29 | Fix warnings from Clang analyze about memory management. | nyamatongwe | 1 | -2/+2 | |
| 2011-10-28 | Fix warnings from Clang analyze by using single statement alloc and init. | nyamatongwe | 1 | -3/+2 | |
| Remove unused variables. Fix potential leak. | |||||
| 2011-08-11 | Implement new APIs defined for technology choice on Windows. | nyamatongwe | 1 | -2/+2 | |
| 2011-07-19 | Added more key bindings for symmetry and completeness. | nyamatongwe | 1 | -6/+8 | |
| Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/ | |||||
| 2011-07-12 | Report control key as SCMOD_META with GTK+ on OS X. | nyamatongwe | 1 | -1/+0 | |
| Mostly from Mitchell Foral. | |||||
| 2011-07-11 | Include control ID in WM_COMMAND notifications. | nyamatongwe | 1 | -2/+4 | |
| This allows container to be more selective with processing. | |||||
| 2011-07-11 | Avoid unused parameter warnings when deliberate. | nyamatongwe | 1 | -3/+9 | |
| 2011-07-11 | Fix type warnings. | nyamatongwe | 1 | -1/+1 | |
| 2011-07-11 | Fix 64 bit -> 32 bit warnings in Cocoa code. | nyamatongwe | 1 | -13/+12 | |
| 2011-07-10 | Return byte length of insertion for encoding from InsertText so can be | nyamatongwe | 1 | -1/+1 | |
| used to underline text inserted by IME and replace correctly when the IME changes. | |||||
| 2011-07-10 | Made drag image work similar to the Carbon port. | nyamatongwe | 1 | -7/+84 | |
| 2011-07-10 | Don't allow buffered drawing to be turned on as it doesn't work. | nyamatongwe | 1 | -0/+3 | |
| 2011-07-10 | Encoding support for copy and text insertion. | nyamatongwe | 1 | -7/+23 | |
| 2011-07-10 | Paste text into different encodings. | nyamatongwe | 1 | -2/+19 | |
| 2011-07-10 | Implement ScrollText. | nyamatongwe | 1 | -0/+45 | |
| 2011-06-15 | Implemented Control as separate modifier called META on OS X. | nyamatongwe | 1 | -10/+22 | |
| Mapped keys to be closer to other platforms. | |||||
| 2011-06-15 | Change mouse drag modifier keys for compatibility with Apple Human | nyamatongwe | 1 | -2/+2 | |
| Interface Guidelines and other applications. Alt is for rectangular selection and Command for discontinuous selection. | |||||
| 2011-06-15 | Use control identifier in notification messages for compatibility | nyamatongwe | 1 | -1/+1 | |
| with other platforms. | |||||
| 2011-06-05 | Implement SCI_GRABFOCUS. | nyamatongwe | 1 | -3/+3 | |
| 2011-06-05 | Respond to window deactivation by hiding caret. | nyamatongwe | 1 | -13/+12 | |
| 2011-06-05 | Cocoa implementation of calltips. | nyamatongwe | 1 | -68/+91 | |
| 2011-06-04 | Added encoding-sensitive case folding. | nyamatongwe | 1 | -7/+146 | |
| 2011-05-26 | Made 64-bit type safe. | nyamatongwe | 1 | -1/+1 | |
| 2011-05-21 | 64-bit fixes. | nyamatongwe | 1 | -1/+1 | |
| 2011-02-07 | Merged in current scintilla-cocoa from bzr. | nyamatongwe | 1 | -10/+15 | |
| 2011-02-02 | Calling ClearSelection with explicit argument to make compile for Cocoa. | nyamatongwe | 1 | -1/+1 | |
| 2010-07-24 | Updates from Scintilla-Cocoa project. | nyamatongwe | 1 | -19/+43 | |
| Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight. | |||||
| 2010-07-13 | Platform files changed for new lexer design. | nyamatongwe | 1 | -0/+5 | |
| 2010-04-22 | Updated to launchpad scintilla-cocoa revision 33. | nyamatongwe | 1 | -74/+61 | |
| Context menu implemented. Many warnings avoided. Make files added. | |||||
| 2010-01-20 | Updated to current version (28) of Scintilla Cocoa. | nyamatongwe | 1 | -1/+1 | |
| 2009-09-04 | Fix in the InfoBar to avoid setting a cell class for the entire application. | nyamatongwe | 1 | -1/+1 | |
| Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image. | |||||
| 2009-07-12 | Changes needed to make new selection class work on Cocoa. | nyamatongwe | 1 | -13/+13 | |
| 2009-06-26 | Updated cocoa to current version from bzr. | nyamatongwe | 1 | -9/+63 | |
| 2009-05-14 | First upload of Cocoa platform from Mike Lischke at Sun. | nyamatongwe | 1 | -0/+1430 | |
