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
2017-03-30
Make autocompletion slightly wider to avoid text truncation.
Neil Hodgson
1
-1
/
+2
2017-03-04
Use "override" for Cocoa platform code and add to Editor where possible.
Neil Hodgson
1
-24
/
+24
2017-01-24
Use safer static_cast instead of reinterpret_cast. Remove cast to void*.
Neil
1
-1
/
+1
2017-01-24
Remove casts from id to Objective C object as they are not needed. Use safer
Neil
1
-28
/
+28
2017-01-24
Use correct signatures for pattern draw and release functions and avoid
Neil
1
-6
/
+5
2017-01-23
Use safer static_cast instead of reinterpret_cast when converting FontID to
Neil
1
-11
/
+11
2016-09-21
Bug [#1863]. Allow subclass of SCIContentView to set cursor.
Tse Kit Yam
1
-1
/
+1
2016-04-08
Update header ordering to cover all headers used in Scintilla and reorder
Neil Hodgson
1
-3
/
+4
2015-12-10
Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-back
Chinh Nguyen
1
-0
/
+1
2015-09-29
ScreenMax no longer depends on window so do not pass as argument.
Neil Hodgson
1
-3
/
+3
2015-09-29
Mark local functions as static.
Neil Hodgson
1
-2
/
+2
2015-06-25
Bug [#1740]. Improve autocompletion positioning to avoid being off-screen.
Neil Hodgson
1
-2
/
+14
2015-06-19
Fix crash in drag and drop.
Neil Hodgson
1
-3
/
+11
2015-05-29
Bug [#1728]. Initialise fields to nil when they may be released in ReleaseViews
Neil Hodgson
1
-3
/
+15
2015-05-13
Bug [#1703]. Fix bug when drawing text margins in buffered mode which would use
Neil
1
-1
/
+5
2015-03-17
Bug [#1706]. Release list box objects when autocompletion closed.
Neil Hodgson
1
-15
/
+42
2015-02-26
Changed selection appearance to lighter as that leaves the text more readable...
Neil Hodgson
1
-0
/
+1
2015-02-26
Fix bug where autocompletion and call-ups were placed on the wrong screen due to
Neil Hodgson
1
-5
/
+3
2015-02-14
Fix warnings for suspicious type conversions and not fully bracketed initiali...
Neil Hodgson
1
-31
/
+29
2015-02-14
Fix doc comments.
Neil Hodgson
1
-1
/
+1
2014-12-07
Replace calls to deprecated methods with their current equivalents.
Neil Hodgson
1
-3
/
+4
2014-06-07
Fix laying out of emoji. Emoji are not in the BMP, taking 2 UTF-16 code units...
Neil Hodgson
1
-1
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-9
/
+11
2014-05-03
Fix Point and PRectangle constructors to match changes in Platform.h.
Neil Hodgson
1
-7
/
+9
2014-02-20
Check that argument is of correct type.
Neil Hodgson
1
-0
/
+1
2014-02-20
When window is offscreen, use the main screen for screen max Y to prevent
Neil Hodgson
1
-0
/
+2
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-1
/
+2
2014-01-16
Draw circles more accurately using CGContextAddEllipseInRect instead
Neil Hodgson
1
-52
/
+4
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-4
/
+2
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-85
/
+85
2013-10-14
To follow naming conventions InnerView was renamed to SCIContentView and
nyamatongwe
1
-2
/
+2
2013-09-27
Draw rounding on alpha rectangles so INDIC_ROUNDBOX looks good.
nyamatongwe
1
-14
/
+84
2013-09-26
Fixed appearance of outlines of alpha rectangles.
nyamatongwe
1
-6
/
+18
2013-09-08
Stop exposing Scintilla implementation to clients from ScintillaView header.
nyamatongwe
1
-0
/
+2
2013-09-08
Fix spelling mistakes in comments.
nyamatongwe
1
-7
/
+7
2013-07-23
Made header inclusion more consistent.
nyamatongwe
1
-3
/
+3
2013-05-04
Replacing raw pointers and allocations with std::string and std::vector.
nyamatongwe
1
-48
/
+36
2013-03-27
Spelling in comments.
nyamatongwe
1
-2
/
+2
2013-03-10
Remove remnants of Carbon.
nyamatongwe
1
-5
/
+2
2013-01-30
Type casts so will build in std=c++11 mode.
nyamatongwe
1
-1
/
+1
2013-01-04
Fix positioning of autompletion lists on retina displays.
nyamatongwe
1
-2
/
+1
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-1
/
+1
2012-07-20
Fix text size on retina display by not scaling by device resolution.
nyamatongwe
1
-10
/
+6
2012-07-15
Use unnamed namespace so that ListBox implementation is not visible outside t...
nyamatongwe
1
-76
/
+91
2012-07-15
Fix position and remove dead code.
nyamatongwe
1
-7
/
+2
2012-07-15
Memory for image was used after being freed. Fixed.
nyamatongwe
1
-4
/
+7
2012-06-12
Fix truncation of descenders and underscores in list box.
nyamatongwe
1
-1
/
+1
2012-06-12
Fix double free of font objects with list box by copying font.
nyamatongwe
1
-1
/
+2
2012-04-26
Fix bug identified by Xcode Analyze.
nyamatongwe
1
-1
/
+1
2012-02-17
Xcode analyze could not understand treating a 2D array as a 1D array
nyamatongwe
1
-4
/
+6
[next]