Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-24 | Removing Carbon platform layer in favour of Cocoa. | nyamatongwe | 1 | -1861/+0 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -0/+12 | |
2011-04-01 | Removed dead code, TODO items that should not be done and added some comments. | nyamatongwe | 1 | -18/+15 | |
2010-06-26 | Fix for bug #3021473, indicator fill alpha capped at 100. | nyamatongwe | 1 | -1/+1 | |
2009-11-02 | Added setting for font quality to allow application to choose anti-aliased, | nyamatongwe | 1 | -1/+1 | |
non-anti-aliased or lcd-optimized text. | |||||
2009-05-06 | First stage of Cocoa platform addition. | nyamatongwe | 1 | -31/+31 | |
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation. | |||||
2009-03-08 | Bug #2671749 Mismatching alloc and dealloc fixed. | nyamatongwe | 1 | -1/+1 | |
2008-11-27 | Fix for bug #2354098 delete without []. | nyamatongwe | 1 | -1/+1 | |
2007-12-05 | modified version of adobe OSX patches. Most of these patches are provided ↵ | mixedpuppy | 1 | -231/+164 | |
by Adobe, though I've reorganized a lot of them - improved drag/drop - make copy/paste use modern pasteboard api's - optimized textlayout usage - reduce assertions for debug builds - implement IME support - other minor things patches are available in openkomodo, which is a good test ground for scintilla osx (until someone ports SCiTE). | |||||
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 1 | -0/+4 | |
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
2007-06-29 | Removed OS X specific WaitMouseMoved call since the generic code no longer | nyamatongwe | 1 | -65/+58 | |
starts a drag unless the mouse moves. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+1922 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable |