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
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
/
ScintillaCocoa.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-1
/
+1
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+1
2019-01-13
Replace the only use of a function from <cctype> with a Scintilla function.
Neil
1
-1
/
+0
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
1
-2
/
+2
2018-04-22
Fix problems with 64-bit positions by using types that expand to 64-bits and
Neil Hodgson
1
-1
/
+1
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-03-03
Promote methods from int to ptrdiff_t to allow extension to 64-bits.
Neil
1
-2
/
+2
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
1
-1
/
+0
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-0
/
+1
2017-06-08
Indented consistently by using astyle.
Neil
1
-160
/
+158
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-04-22
Restrict cursor changing to visible bounds so the text area cursor doesn't show
Neil
1
-0
/
+1
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-19
Fix problem compiling recent change with Xcode.
Neil Hodgson
1
-1
/
+1
2017-04-19
Use =delete for unwanted functions.
Neil
1
-4
/
+3
2017-04-15
Avoid calling virtual functions in destructor. Mark overridden methods.
Neil Hodgson
1
-1
/
+1
2017-04-15
Avoid calling virtual functions in constructors and destructors.
Neil
1
-1
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-4
/
+5
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-3
/
+3
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2017-03-04
Use "override" for Cocoa platform code and add to Editor where possible.
Neil Hodgson
1
-49
/
+49
2017-03-02
Fix potential problems with IME on Cocoa when document contains invalid UTF-8.
Neil
1
-0
/
+1
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-0
/
+3
2016-11-19
Moved @private sections from header into implementation.
Neil Hodgson
1
-1
/
+2
2016-11-05
Support for NSAccessibility protocol added sufficient for the VoiceOver
Neil Hodgson
1
-2
/
+6
2015-10-26
Remove unnecessary timer variables.
Neil Hodgson
1
-2
/
+0
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-06-25
Bug [#1740]. Cancel autocompletion and calltip when window moved.
Neil Hodgson
1
-0
/
+1
2015-02-22
Implement additional methods from the NSTextInputClient protocol so that more
Neil Hodgson
1
-0
/
+7
2015-02-16
Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.
Neil Hodgson
1
-0
/
+2
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-1
/
+6
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+3
2014-07-08
Specifying some methods as const as they are used from display and measurement
Neil
1
-3
/
+3
2014-06-17
Remove unused TopContainer method. Use less specific types when possible.
Neil Hodgson
1
-1
/
+0
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-4
/
+4
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
1
-1
/
+1
2014-03-27
Improve scrolling by performing styling in methods called before drawing inst...
Neil Hodgson
1
-0
/
+3
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-7
/
+7
2013-12-03
Fix problems with appearance of newly scrolled content on OS X 10.9 where pre...
Neil Hodgson
1
-0
/
+2
2013-10-14
To follow naming conventions InnerView was renamed to SCIContentView and
nyamatongwe
1
-4
/
+4
2013-09-30
Removed command: method from ScintillaNotificationProtocol as all events can ...
nyamatongwe
1
-1
/
+0
2013-09-18
Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ...
nyamatongwe
1
-0
/
+4
2013-09-08
Stop exposing Scintilla implementation to clients from ScintillaView header.
nyamatongwe
1
-20
/
+0
2013-09-08
Fix spelling mistakes in comments.
nyamatongwe
1
-1
/
+1
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+2
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
1
-1
/
+0
[next]