Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-24 | Removing Carbon platform layer in favour of Cocoa. | nyamatongwe | 1 | -239/+0 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -0/+1 | |
2011-02-02 | Made work on Carbon bymaking a simple form of ClearSelection | nyamatongwe | 1 | -0/+3 | |
that fits in command table. | |||||
2010-08-05 | Bug #3039732 drag/drop on OSX overwrites clipboard. | nyamatongwe | 1 | -1/+2 | |
Patch from Eric Promislow. | |||||
2010-08-05 | Removed line end white space. | nyamatongwe | 1 | -5/+5 | |
2010-07-15 | Added new headers for lexer objects. | nyamatongwe | 1 | -2/+2 | |
2009-07-21 | Using PropSetSimple. | nyamatongwe | 1 | -0/+1 | |
2009-07-21 | Replacing SString with std::string. | nyamatongwe | 1 | -1/+0 | |
2009-07-15 | Add vector header to allow compilation with new Selection code. | nyamatongwe | 1 | -0/+2 | |
2009-07-12 | Made compile with new selection class for Mac OS X Carbon. | nyamatongwe | 1 | -0/+1 | |
2007-12-05 | modified version of adobe OSX patches. Most of these patches are provided ↵ | mixedpuppy | 1 | -8/+46 | |
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-11-12 | fix osx build | mixedpuppy | 1 | -1/+1 | |
- add namespace to lexR - fix name collision with osx headers in LexTeX | |||||
2007-06-04 | fix osx build for new positioncache code | scaraveo | 1 | -0/+1 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+192 | |
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 |