aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.mm
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Replacing raw pointers and allocations with std::string and std::vector.nyamatongwe1-48/+36
2013-03-27Spelling in comments.nyamatongwe1-2/+2
2013-03-10Remove remnants of Carbon.nyamatongwe1-5/+2
2013-01-30Type casts so will build in std=c++11 mode.nyamatongwe1-1/+1
2013-01-04Fix positioning of autompletion lists on retina displays.nyamatongwe1-2/+1
2012-07-21Scale factor implemented for RGBAImages to allow for high definition markers ...nyamatongwe1-1/+1
2012-07-20Fix text size on retina display by not scaling by device resolution.nyamatongwe1-10/+6
2012-07-15Use unnamed namespace so that ListBox implementation is not visible outside t...nyamatongwe1-76/+91
2012-07-15Fix position and remove dead code.nyamatongwe1-7/+2
2012-07-15Memory for image was used after being freed. Fixed.nyamatongwe1-4/+7
2012-06-12Fix truncation of descenders and underscores in list box.nyamatongwe1-1/+1
2012-06-12Fix double free of font objects with list box by copying font.nyamatongwe1-1/+2
2012-04-26Fix bug identified by Xcode Analyze.nyamatongwe1-1/+1
2012-02-17Xcode analyze could not understand treating a 2D array as a 1D arraynyamatongwe1-4/+6
2011-12-01Change memory management so will work with deferred drawing such as printing.nyamatongwe1-4/+10
2011-11-27Follow standard pattern as that will work better with ARC if ever used.nyamatongwe1-4/+2
2011-11-09Fix potential memory problems found by analyze.nyamatongwe1-6/+6
2011-10-29Fix warnings from Clang analyze about memory management.nyamatongwe1-3/+3
2011-10-28Fix warnings from Clang analyze by using single statement alloc and init.nyamatongwe1-9/+5
2011-09-25Fixed Cocoa for palette removal.nyamatongwe1-1/+0
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
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
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
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