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