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