aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.mm
AgeCommit message (Collapse)AuthorFilesLines
2011-09-25Palette support removed.nyamatongwe1-62/+15
2011-09-09Merge with main repository.nyamatongwe1-4/+12
2011-08-20Fix memory leak with images in autocompletion list.nyamatongwe1-1/+0
2011-08-20Specify that AutoCompletionDataSource implements NSTableViewDataSourcenyamatongwe1-1/+4
protocol only when building for later than 10.5 so SDK has to know about that protocol.
2011-08-20Replace call available only on 10.6 with sequence that works on 10.5.nyamatongwe1-2/+8
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe1-8/+7
2011-08-07Support a range of weights on Cocoa.nyamatongwe1-1/+1
2011-08-02Implemented floating point text positioning for Cocoa.nyamatongwe1-17/+23
2011-07-12Fix Shift-JIS lead byte ranges to match Windows.nyamatongwe1-1/+2
2011-07-11Fix memory leaks for font and color objects.nyamatongwe1-0/+2
2011-07-11Avoid unused parameter warnings when deliberate.nyamatongwe1-12/+13
2011-07-11Fix warning about extra ';'.nyamatongwe1-1/+1
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe1-16/+17
2011-07-10Remove unnecessary code.nyamatongwe1-2/+0
2011-07-10Removed or replaced out of date TODO comments.nyamatongwe1-10/+9
2011-07-10Make copies of bitmap images so they can outlive their surface.nyamatongwe1-2/+10
2011-07-10Display and measure text in different encodings.nyamatongwe1-23/+59
2011-07-10Store character set in QuartzTextStyle.nyamatongwe1-1/+1
2011-06-25Initial implementation of RGBA images.nyamatongwe1-0/+88
2011-06-14Ensure SurfaceImpl fully initialised. Fixes bad line height in 64-bit mode.nyamatongwe1-1/+11
2011-06-05Cache surface resolution as it is slow and is callednyamatongwe1-3/+7
for every font creation.
2011-06-04Added EncodingFromCharacterSet for ScintillaCocoa case folding.nyamatongwe1-2/+60
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-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.nyamatongwe1-147/+60
Contributed by Elizabeth Irizarry of Adobe with some modifications by Neil Hodgson.
2011-05-2164-bit fixes.nyamatongwe1-3/+3
2011-02-28Copy of change 3284 for macosx platform: maximum alpha is 255, not 100.nyamatongwe1-1/+1
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-32/+48
Context menu implemented. Many warnings avoided. Make files added.
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-06-26Updated cocoa to current version from bzr.nyamatongwe1-26/+4
2009-05-14First upload of Cocoa platform from Mike Lischke at Sun.nyamatongwe1-0/+2130