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