aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
AgeCommit message (Collapse)AuthorFilesLines
2011-06-05Respond to window deactivation by hiding caret.nyamatongwe3-17/+36
2011-06-05Comment typo.nyamatongwe1-1/+1
2011-06-05Cache surface resolution as it is slow and is callednyamatongwe2-3/+9
for every font creation.
2011-06-05Cocoa implementation of calltips.nyamatongwe4-248/+93
2011-06-04Store codePage on Surface.nyamatongwe1-0/+1
2011-06-04Added EncodingFromCharacterSet for ScintillaCocoa case folding.nyamatongwe2-3/+62
2011-06-04Added encoding-sensitive case folding.nyamatongwe2-7/+147
2011-06-04Removed files for list box that are no longer used.nyamatongwe2-174/+0
2011-06-04Formatting.nyamatongwe1-2/+1
2011-06-04Fixed compilation failure retrieving NSFont* from Font.nyamatongwe1-1/+2
2011-06-04Included DBCS support.nyamatongwe1-1/+24
2011-06-04Reimplemented Window and ListBox classes to make autocompletion work.nyamatongwe1-587/+521
2011-05-27Fix last warning.nyamatongwe1-1/+0
2011-05-27Avoid warning.nyamatongwe1-0/+2
2011-05-27IME fixed to avoid inserting keys that are part of a character.nyamatongwe1-7/+19
Allows for either NSString or NSAttributedString. From Mike Schroeder of Adobe.
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe2-0/+13
From Elizabeth Irizarry of Adobe.
2011-05-26Project files target 64-bit as well as 32-bit architectures.nyamatongwe2-0/+4
2011-05-26Made 64-bit type safe.nyamatongwe1-1/+1
2011-05-26List box doesn't work on Cocoa and stops 64-bit building so disable its codenyamatongwe1-0/+10
2011-05-26Convert text drawing and measurement to use Core Text API.nyamatongwe4-415/+201
Contributed by Elizabeth Irizarry of Adobe with some modifications by Neil Hodgson.
2011-05-2164-bit fixes.nyamatongwe3-5/+5
2011-05-21Updated to work with XCode 4 and use 10.6 SDK.nyamatongwe2-10/+6
Removed reference to MySQL build directory.
2011-02-28Copy of change 3284 for macosx platform: maximum alpha is 255, not 100.nyamatongwe1-1/+1
2011-02-07Added Modula lexer.nyamatongwe1-0/+4
2011-02-07Using wildcard code to find lexers rather than list them all.nyamatongwe1-13/+4
This means I don't have to modify Framework.mk after adding a lexer.
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe5-35/+87
2011-02-02Calling ClearSelection with explicit argument to make compile for Cocoa.nyamatongwe1-1/+1
2010-12-08Added 68K assembler lexer.nyamatongwe2-0/+18
Some region settings were inserted automatically by Xcode.
2010-12-08Added new 68K assembler lexer.nyamatongwe1-2/+2
2010-08-01Bug #3037586 Scintilla Cocoa doesn't compile the Framework makefilenyamatongwe1-2/+2
Missing lexer.
2010-07-24Updated files and file locations for lexer objects changes.nyamatongwe1-552/+610
Added header search path to find headers in lexlib.
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe7-146/+963
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-07-13Platform files changed for new lexer design.nyamatongwe2-3/+7
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe3-73/+107
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe9-143/+322
Context menu implemented. Many warnings avoided. Make files added.
2010-01-20Updated to current version (28) of Scintilla Cocoa.nyamatongwe5-15/+70
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-09-04Avoid errors from new compiler in OS X 10.6.nyamatongwe1-1/+3
2009-09-04Including Markdown lexer.nyamatongwe1-0/+4
2009-09-04Fix in the InfoBar to avoid setting a cell class for the entire application.nyamatongwe4-7/+20
Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image.
2009-09-04Fixed build problem due to new and outdated files in the project.nyamatongwe1-12/+12
2009-07-21Added PropSetSimple.h and removed SString.h.nyamatongwe1-4/+4
2009-07-21Including PropSetSimple.nyamatongwe1-0/+1
2009-07-21Replacing SString with std::string.nyamatongwe1-1/+0
2009-07-15Added vector header to make new Selection code build.nyamatongwe1-0/+2
2009-07-12Changes needed to make new selection class work on Cocoa.nyamatongwe3-13/+22
2009-06-26From scintilla-cocoa bzr.nyamatongwe4-0/+534
2009-06-26From scintilla-cocoa.nyamatongwe2-0/+33
2009-06-26Added the Scintilla framework as a separate XCode project.nyamatongwe2-0/+957
2009-06-26Updated cocoa to current version from bzr.nyamatongwe8-771/+411