aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaFramework
AgeCommit message (Collapse)AuthorFilesLines
2014-12-06Updated by Xcode 6.1Neil Hodgson1-3/+1
2014-10-10Remove 32-bit support.Neil Hodgson1-2/+2
2014-10-02Switch C++ runtime library to libc++ to allow use of features from C++11.Neil Hodgson1-0/+4
2014-09-19Updated for Xcode 6.0.1.Neil Hodgson1-1/+1
2014-09-03Add BibTeX lexer to OS X project.Neil Hodgson1-0/+4
2014-08-09Added registry lexer to Cocoa build.Neil Hodgson1-0/+4
2014-07-08Made recent refactor work on Cocoa.Neil Hodgson1-0/+24
2014-06-17Stop copying private headers to framework headers directory.Neil Hodgson1-8/+8
2014-04-29Added DMIS lexer.Neil Hodgson1-0/+4
2014-03-11Upgrade to Xcode 5.1.Neil Hodgson1-1/+1
2014-01-21Added some missing headers.Neil Hodgson1-0/+12
2013-11-12Fix a warning from Xcode about using a INSTALL_PATH that includes ↵Neil Hodgson1-0/+2
@executable_path but had SKIP_INSTALL off.
2013-11-12Specify deployment target as OS X 10.5 so builds on recent versions will run ↵Neil Hodgson1-0/+2
on older.
2013-11-11Add @2x images for cursors and info bar to match retina displays.Neil Hodgson1-0/+12
From Mike Lischke.
2013-11-11Update SDK version so builds on both Xcode 4.6 and 5.0.Neil Hodgson1-3/+5
2013-10-18Added DMAP lexer to Cocoa build.nyamatongwe1-0/+4
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+4
From SiegeLord.
2013-09-20Simplify project file. Set and use settings on the project level and avoid ↵nyamatongwe1-10/+2
setting on target.
2013-08-21Added LexKVIrc to project.nyamatongwe1-0/+4
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-21Add standard compliance flag.nyamatongwe1-0/+2
2013-07-11Add new files to project and sort file names.nyamatongwe1-21/+41
2013-07-01Added CharacterCategory to project file.nyamatongwe1-0/+8
2013-05-24Add Structured Text lexer.nyamatongwe1-0/+4
2013-05-01Removed SVector.h from Xcode project.nyamatongwe1-4/+0
2013-01-30Updated for Xcode 4.6.nyamatongwe1-1/+1
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe1-0/+4
From G. Hu.
2012-10-06Updated upgrade check numbers avoids dialogs.nyamatongwe1-1/+1
2012-09-14Added LexPO to Cocoa build.nyamatongwe1-0/+4
2012-07-29Updated Base SDK to 10.7 so builds with standard Xcode 4.4.nyamatongwe1-4/+4
2012-05-10Added OScript and Visual Prolog lexers to OS X build.nyamatongwe1-1/+9
2012-04-16Implemented find indicator with animation for OS X.nyamatongwe1-0/+4
2012-02-18Add ECL lexer.nyamatongwe1-0/+4
2012-02-17New Xcode notes it has performed an upgrade check.nyamatongwe1-1/+1
2012-01-23Added LexAVS to build for Cocoa.nyamatongwe1-0/+4
2011-12-22Sort lexers in alphabetical order.nyamatongwe1-2/+2
2011-12-22Add TCMD lexer to OS X build.nyamatongwe1-0/+4
2011-11-30Added CoffeeScript lexer.nyamatongwe1-0/+4
2011-10-26Updated to Xcode 4.2 and now using Clang.nyamatongwe1-3/+3
2011-08-07Avoid warnings about unavailable warnings.nyamatongwe1-2/+2
2011-07-27Ran modernize and it removed some archaic options and updated version numbers.nyamatongwe1-5/+5
2011-07-27Updated base SDK to 10.6.nyamatongwe1-2/+2
2011-07-19Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang.nyamatongwe1-2/+2
2011-07-11Compiling with Clang and increasing warnings.nyamatongwe1-0/+10
2011-07-10Added header used in Scintilla and removed header not used for Cocoa.nyamatongwe1-7/+7
Ordered headers alphabetically.
2011-05-26Project files target 64-bit as well as 32-bit architectures.nyamatongwe1-0/+2
2011-05-21Updated to work with XCode 4 and use 10.6 SDK.nyamatongwe1-0/+2
Removed reference to MySQL build directory.
2011-02-07Added Modula lexer.nyamatongwe1-0/+4
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe1-0/+1
2010-12-08Added 68K assembler lexer.nyamatongwe1-0/+11
Some region settings were inserted automatically by Xcode.