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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-22
Reduce casts by moving casting from char* to UInt8* into QuartzTextLayout::Se...
Neil Hodgson
2
-11
/
+20
2018-04-15
Feature [feature-requests:#1215]. Stop warning about virtual call in destructor.
Neil
2
-2
/
+11
2018-04-07
Updates for 4.0.4.
rel-4-0-4
Neil
1
-2
/
+2
2018-03-30
New Xcode 9.3 so ran the updater which turned on some warnings and
Neil Hodgson
3
-8
/
+16
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-3
/
+3
2018-03-24
Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.
Zufu Liu
1
-4
/
+0
2018-03-22
Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.
Zufu Liu
1
-15
/
+4
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-03-06
Feature [feature-requests:#1210]. Maxima lexer added.
Gunter Königsmann
1
-0
/
+4
2018-03-03
Promote methods from int to ptrdiff_t to allow extension to 64-bits.
Neil
2
-8
/
+8
2018-03-03
Use Position and Line types in ScintillaCocoa to allow for later changes.
Neil
1
-7
/
+7
2018-02-27
Added <utility> and <tuple> to header order and moved POSIX header <sys/time.h>
Neil
2
-4
/
+4
2018-02-10
Update Cocoa test app to Xcode 9.2 settings.
rel-4-0-3
Neil Hodgson
1
-7
/
+15
2018-02-10
Eliminate calls of Scintilla APIs that have been removed.
Neil Hodgson
1
-3
/
+0
2018-02-08
Updating for 4.0.3.
Neil
1
-2
/
+2
2018-01-30
Disable animated find indicator on macOS 10.12 as it causes drawing failures.
Neil Hodgson
1
-2
/
+3
2018-01-26
Ensure build allows C++17.
Neil Hodgson
1
-2
/
+4
2017-11-09
Close autocompletion list for escape and delete on macOS 10.13 as the window
chinhster
1
-1
/
+1
2017-10-26
Updates for 4.0.2.
rel-4-0-2
Neil
1
-2
/
+2
2017-10-26
Disable the animated find indicator on macOS 10.13 where it fails.
Neil Hodgson
1
-2
/
+20
2017-10-26
Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13.
Chinh Nguyen
1
-4
/
+10
2017-10-18
Updates for 4.0.1 release.
rel-4-0-1
Neil
1
-2
/
+2
2017-09-25
Update Xcode project files automatically for Xcode 9.
Neil Hodgson
2
-9
/
+19
2017-09-18
Bug [#1885]. Improve scrolling on macOS 10.12.
Neil Hodgson
1
-8
/
+15
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
2
-4
/
+0
2017-08-28
Include ILoader.h in public interface to Scintilla framework.
Neil Hodgson
1
-0
/
+4
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-08-11
Preparing for the 4.0.0 release.
Neil
1
-2
/
+2
2017-07-18
Bug [#1958]. Make doCommandBySelector work but avoid double effect of 'delete'
Neil Hodgson
1
-4
/
+7
2017-07-17
Casts required for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
1
-4
/
+5
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-0
/
+8
2017-06-12
Remove old timer code in favour of the FineTicker* methods.
Neil
2
-10
/
+0
2017-06-12
Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.
Neil
1
-19
/
+16
2017-06-12
Fix bug where retrieving encoded bytes failed.
Neil
1
-1
/
+1
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
4
-132
/
+6
2017-06-11
Implement SCN_AUTOCSELECTIONCHANGE notification.
Neil
1
-17
/
+58
2017-06-09
Use min and max from std instead of own version from platform.
Neil
1
-1
/
+1
2017-06-08
Indented consistently by using astyle.
Neil
12
-4936
/
+4281
2017-06-07
Use property dot syntax.
Neil Hodgson
4
-188
/
+188
2017-06-07
Bug as it uses a getter and discards the result instead of a setter.
Neil Hodgson
1
-1
/
+1
2017-06-07
Using modern Objective C literals and indexing.
Neil Hodgson
4
-33
/
+31
2017-06-07
Using instancetype for constructors.
Neil Hodgson
2
-3
/
+3
2017-06-05
Converted to Automatic Reference Counting.
Neil Hodgson
6
-121
/
+78
2017-05-23
Updated for 3.7.5 release.
Neil
1
-2
/
+2
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-05-07
Use unique_ptr on Cocoa.
Neil Hodgson
3
-21
/
+17
2017-05-02
For Cocoa, use unique_ptr for drawing surfaces and don't check for allocation
Neil
2
-38
/
+26
2017-04-24
Remove unnecessary cast.
Neil
1
-1
/
+1
2017-04-24
Make string encoding and decoding more regular by using std::string more and
Neil
1
-57
/
+34
2017-04-22
Use simple alloc as "memory zones are no longer used by Objective-C"
Neil Hodgson
1
-1
/
+1
[prev]
[next]