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-06-21
Feature [feature-requests:#1185]. Add lexers for SAS and Stata.
Luke Rasmussen
1
-0
/
+8
2018-06-15
Updates for 4.1.0.
Neil
1
-2
/
+2
2018-06-07
Update Cocoa enumerations to current names instead of deprecated names.
Neil Hodgson
4
-17
/
+17
2018-06-02
Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout.
Neil
2
-4
/
+218
2018-06-02
Define IScreenLineLayout as the main interface for implementing bidirectional
Neil
2
-13
/
+3
2018-05-23
Add definitions for bidirectional support to Platform.h and provide empty
Neil
2
-0
/
+23
2018-05-22
Add GradientRectangle method to Surface to draw rectangles with vertical or
Neil
2
-0
/
+45
2018-05-21
If decoding DBCS text fails, use the MacRoman encoding to ensure something is
Neil Hodgson
2
-11
/
+35
2018-05-21
Remove CGContextRef field in QuartzTextLayout as it is only used in draw method
Neil Hodgson
2
-19
/
+8
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
2
-0
/
+2
2018-05-15
Fix crashes for invalid DBCS characters when dragging text, changing case of
Neil Hodgson
1
-0
/
+14
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
3
-29
/
+28
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
2
-15
/
+3
2018-05-14
Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-3
/
+3
2018-05-14
Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-7
/
+7
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
3
-0
/
+5
2018-05-06
Updates for 4.0.5.
rel-4-0-5
Neil
1
-2
/
+2
2018-05-01
Remove dead function and unnecessary casts. Convert C casts to C++ casts.
Neil Hodgson
2
-28
/
+14
2018-05-01
Hoist conversion between NSEvent time and Editor method time into function.
Neil Hodgson
1
-5
/
+19
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-26
Use <chrono> for platform-independent timing and remove ElapsedTime.
Neil
1
-28
/
+0
2018-04-25
Remove variables and casts that are not needed.
Neil
1
-2
/
+2
2018-04-25
Use set of coercion functions for transforming WndProc parameters into pointers.
Neil
1
-3
/
+3
2018-04-25
Standardized signature of TargetAsUTF8 and EncodedFromUTF8.
Neil
2
-4
/
+4
2018-04-22
Fix problems with 64-bit positions by using types that expand to 64-bits and
Neil Hodgson
3
-31
/
+33
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
[next]