index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cocoa
/
PlatCocoa.mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-01
Change memory management so will work with deferred drawing such as printing.
nyamatongwe
1
-4
/
+10
2011-11-27
Follow standard pattern as that will work better with ARC if ever used.
nyamatongwe
1
-4
/
+2
2011-11-09
Fix potential memory problems found by analyze.
nyamatongwe
1
-6
/
+6
2011-10-29
Fix warnings from Clang analyze about memory management.
nyamatongwe
1
-3
/
+3
2011-10-28
Fix warnings from Clang analyze by using single statement alloc and init.
nyamatongwe
1
-9
/
+5
2011-09-25
Fixed Cocoa for palette removal.
nyamatongwe
1
-1
/
+0
2011-09-25
Palette support removed.
nyamatongwe
1
-62
/
+15
2011-09-09
Merge with main repository.
nyamatongwe
1
-4
/
+12
2011-08-20
Fix memory leak with images in autocompletion list.
nyamatongwe
1
-1
/
+0
2011-08-20
Specify that AutoCompletionDataSource implements NSTableViewDataSource
nyamatongwe
1
-1
/
+4
2011-08-20
Replace call available only on 10.6 with sequence that works on 10.5.
nyamatongwe
1
-2
/
+8
2011-08-11
Implement new APIs defined for technology choice on Windows.
nyamatongwe
1
-8
/
+7
2011-08-07
Support a range of weights on Cocoa.
nyamatongwe
1
-1
/
+1
2011-08-02
Implemented floating point text positioning for Cocoa.
nyamatongwe
1
-17
/
+23
2011-07-12
Fix Shift-JIS lead byte ranges to match Windows.
nyamatongwe
1
-1
/
+2
2011-07-11
Fix memory leaks for font and color objects.
nyamatongwe
1
-0
/
+2
2011-07-11
Avoid unused parameter warnings when deliberate.
nyamatongwe
1
-12
/
+13
2011-07-11
Fix warning about extra ';'.
nyamatongwe
1
-1
/
+1
2011-07-11
Fix 64 bit -> 32 bit warnings in Cocoa code.
nyamatongwe
1
-16
/
+17
2011-07-10
Remove unnecessary code.
nyamatongwe
1
-2
/
+0
2011-07-10
Removed or replaced out of date TODO comments.
nyamatongwe
1
-10
/
+9
2011-07-10
Make copies of bitmap images so they can outlive their surface.
nyamatongwe
1
-2
/
+10
2011-07-10
Display and measure text in different encodings.
nyamatongwe
1
-23
/
+59
2011-07-10
Store character set in QuartzTextStyle.
nyamatongwe
1
-1
/
+1
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+88
2011-06-14
Ensure SurfaceImpl fully initialised. Fixes bad line height in 64-bit mode.
nyamatongwe
1
-1
/
+11
2011-06-05
Cache surface resolution as it is slow and is called
nyamatongwe
1
-3
/
+7
2011-06-04
Added EncodingFromCharacterSet for ScintillaCocoa case folding.
nyamatongwe
1
-2
/
+60
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-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
1
-147
/
+60
2011-05-21
64-bit fixes.
nyamatongwe
1
-3
/
+3
2011-02-28
Copy of change 3284 for macosx platform: maximum alpha is 255, not 100.
nyamatongwe
1
-1
/
+1
2010-04-22
Updated to launchpad scintilla-cocoa revision 33.
nyamatongwe
1
-32
/
+48
2009-11-02
Added setting for font quality to allow application to choose anti-aliased,
nyamatongwe
1
-1
/
+1
2009-06-26
Updated cocoa to current version from bzr.
nyamatongwe
1
-26
/
+4
2009-05-14
First upload of Cocoa platform from Mike Lischke at Sun.
nyamatongwe
1
-0
/
+2130