aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-24Removing Carbon platform layer in favour of Cocoa.nyamatongwe27-11097/+0
2011-07-27Removed old nib directory as replaced with xib which works withnyamatongwe3-294/+0
Xcode 4.1.
2011-07-27Converting nib to xib for compatibility with newer tools.nyamatongwe2-10/+1367
2011-07-27Ran modernize project.nyamatongwe1-4/+5
2011-06-25Initial implementation of RGBA images.nyamatongwe3-0/+14
2011-05-21Dropped ppc architecture as not supported by Xcode 4.nyamatongwe1-1/+1
2011-04-01Removed dead code, TODO items that should not be done and added some comments.nyamatongwe1-18/+15
2011-03-18Avoid const warnings.nyamatongwe1-2/+2
2011-02-02Made work on Carbon bymaking a simple form of ClearSelectionnyamatongwe2-1/+4
that fits in command table.
2010-12-08Added 68K assembler lexer.nyamatongwe1-0/+7
Some region settings were inserted automatically by Xcode.
2010-08-05Bug #3039732 drag/drop on OSX overwrites clipboard.nyamatongwe2-5/+8
Patch from Eric Promislow.
2010-08-05Removed line end white space.nyamatongwe2-90/+90
2010-07-15Updated dependencies for lexer objects changes.nyamatongwe1-288/+134
2010-07-15For lexer objects added lexlib as a headers search directory.nyamatongwe1-0/+2
2010-07-15Added new headers for lexer objects.nyamatongwe1-2/+2
2010-07-15Updated for lexer objects with files in lexlib and lexers as well as src.nyamatongwe1-9/+9
2010-06-26Fix for bug #3021473, indicator fill alpha capped at 100.nyamatongwe1-1/+1
2010-06-05Updated.nyamatongwe1-36/+41
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
lexers changed.
2010-03-29Ensure does not crash if NULL handle.nyamatongwe1-14/+17
2010-01-21Changed SDK headers from 10.4 to 10.5 so should beuild on mostnyamatongwe1-1/+1
installations.
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-1/+1
non-anti-aliased or lcd-optimized text.
2009-08-27Markdown lexer from FR #2844081.nyamatongwe1-6/+7
2009-07-21Using PropSetSimple.nyamatongwe1-0/+1
2009-07-21Remade deps for changes to property sets and strings.nyamatongwe1-178/+238
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-12Added PerLine to build.nyamatongwe2-1/+3
2009-07-12Include new selection code in build.nyamatongwe1-1/+1
2009-07-12Made compile with new selection class for Mac OS X Carbon.nyamatongwe2-16/+17
2009-05-27Reinstated SCI_NAMESPACE in makefile as not set in header again.nyamatongwe1-2/+2
2009-05-12Moving SCI_LEXER out of header and back into make file.nyamatongwe1-2/+2
2009-05-06First stage of Cocoa platform addition.nyamatongwe2-33/+33
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-04-16Reverted last change for bug #2722617 on advice of Eric.nyamatongwe1-3/+1
2009-03-30Fix for bug #2722617, Mac: wrong flavor written to clipboardnyamatongwe1-1/+3
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe1-1/+1
2009-03-08Bug #2671749 Mismatching alloc and dealloc fixed.nyamatongwe1-1/+1
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe1-5/+5
2009-01-23Reinstated EScript after license returned to standard Scintilla license.nyamatongwe2-6/+10
2009-01-22Removal of EScript lexer cause changes to build files, etc.nyamatongwe2-10/+6
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe1-4/+4
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe1-3/+3
2008-11-27Fix for bug #2354098 delete without [].nyamatongwe1-1/+1
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe1-8/+9
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe1-4/+4
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe1-3/+3
2007-12-31Added Magik lexer.nyamatongwe1-7/+7
2007-12-05modified version of adobe OSX patches. Most of these patches are provided ↵mixedpuppy11-737/+1482
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-15Regenerated by LexGen.pynyamatongwe1-2/+2
2007-11-12fix osx buildmixedpuppy2-9/+21
- add namespace to lexR - fix name collision with osx headers in LexTeX