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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
Note that Cocoa also supports bidirectional text.
rel-4-1-0
Neil
1
-1
/
+1
2018-06-15
Updates for 4.1.0.
Neil
8
-19
/
+17
2018-06-12
Remove definition that has never been used.
Neil
1
-1
/
+0
2018-06-10
Using noexcept for simple functions.
Neil
3
-36
/
+36
2018-06-10
Updated the code and comment for running a regex over multiple lines at once
Neil
1
-8
/
+14
2018-06-07
Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is now
Neil
2
-9
/
+1
2018-06-07
Update Cocoa enumerations to current names instead of deprecated names.
Neil Hodgson
4
-17
/
+17
2018-06-06
Added brace for multi-line if and normalized space.
Neil
1
-6
/
+7
2018-06-06
SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.
Henrik Hank
5
-6
/
+26
2018-06-06
Hide Meson and Ninja artifacts.
Neil
1
-0
/
+5
2018-06-04
Reduce scope of captures for lambdas.
Neil
2
-5
/
+5
2018-06-04
Use const and noexcept, initialize, avoid casts and improve variable name.
Neil
1
-29
/
+29
2018-06-04
Use lambda in preference to function object.
Neil
1
-10
/
+2
2018-06-04
Use const in lexlib headers.
Neil
3
-9
/
+9
2018-06-02
Extra header needed with g++ on Linux.
Neil Hodgson
2
-0
/
+2
2018-06-02
Updated to mention bidirectional works on Cocoa.
Neil
1
-4
/
+5
2018-06-02
UpdateBidiData is called by EditView but doesn't use any EditView fields so make
Neil
1
-1
/
+1
2018-06-02
Make virtual space selections visible in bidirectional mode.
Neil
1
-1
/
+10
2018-06-02
Implement IScreenLineLayout for Cocoa Core Text as ScreenLineLayout.
Neil
3
-4
/
+219
2018-06-02
Define IScreenLineLayout as the main interface for implementing bidirectional
Neil
8
-265
/
+194
2018-06-01
Mark constant inline Unicode functions as constexpr.
Neil
1
-4
/
+4
2018-06-01
Add function to find a UTF-16 position in a UTF-8 string.
Neil
2
-0
/
+13
2018-05-31
Allow std::unique_ptr to be used more widely.
Neil
6
-0
/
+6
2018-05-30
Add header needed for floor.
Neil Hodgson
1
-0
/
+1
2018-05-30
Add TabPositionAfter method to IScreenLine as this calculation is needed on each
Neil
3
-0
/
+6
2018-05-30
Fix comments.
Neil
1
-4
/
+4
2018-05-28
Add styles for diffs containing patches.
Andreas Rönnquist
4
-0
/
+20
2018-05-26
Add necessary headers and move includes to be in same order.
Neil
5
-4
/
+9
2018-05-24
Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.
Neil
11
-127
/
+136
2018-05-24
Added credits.
Neil
1
-0
/
+2
2018-05-23
Update for bidirectional support.
Neil
2
-8
/
+17
2018-05-23
Implement bidirectional mode bidiL2R for DirectDraw on Win32.
Neil
10
-51
/
+748
2018-05-23
Add definitions for bidirectional support to Platform.h and provide empty
Neil
7
-0
/
+131
2018-05-23
Replace C-style casts with C++ casts. Use const.
Neil
1
-21
/
+21
2018-05-23
Change from function to object lexer. Use string and set types to simplify code.
Neil
1
-212
/
+307
2018-05-22
Move static functions into anonymous namespace and drop "static".
Neil
1
-225
/
+225
2018-05-22
Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Neil
6
-1
/
+50
2018-05-22
Add GradientRectangle method to Surface to draw rectangles with vertical or
Neil
7
-4
/
+226
2018-05-21
If decoding DBCS text fails, use the MacRoman encoding to ensure something is
Neil Hodgson
3
-11
/
+39
2018-05-21
Remove CGContextRef field in QuartzTextLayout as it is only used in draw method
Neil Hodgson
2
-19
/
+8
2018-05-21
Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8.
Neil Hodgson
5
-1
/
+107
2018-05-19
SciTE change log.
Neil
1
-0
/
+6
2018-05-18
Can use const now that Font::GetID is const.
Neil
2
-2
/
+2
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
11
-1
/
+11
2018-05-18
Added credit.
Neil Hodgson
1
-0
/
+1
2018-05-17
Use nullptr instead of 0 in headers as this diminishes the number of warnings.
Neil
3
-5
/
+5
2018-05-16
Use noexcept method to preserve noexcept.
Neil
1
-1
/
+1
2018-05-16
Move implementations into cxx file.
Neil
6
-21
/
+34
2018-05-16
Use standard library function.
Neil
1
-1
/
+2
2018-05-16
Fix regex crash reported with libstdc++ on macOS that occurs
Neil Hodgson
2
-7
/
+3
[next]