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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-10
Need <string> for std::string.
Neil Hodgson
1
-0
/
+1
2018-07-10
Delete standard methods to avoid warnings.
Neil
1
-0
/
+5
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
13
-45
/
+923
2018-07-10
Use Select* macros from windowsx.h to avoid casts and for consistency.
Neil
1
-8
/
+8
2018-07-08
SciTE change log.
Neil
1
-0
/
+3
2018-07-06
Fix a shadowed variable.
Neil
1
-2
/
+2
2018-07-05
SciTE change log.
Neil
1
-0
/
+3
2018-06-21
Use override for methods in WatcherHelper.
Neil
1
-6
/
+6
2018-06-21
Removed condition which is always true.
Neil
1
-2
/
+1
2018-06-21
Feature [feature-requests:#1185]. Add lexers for SAS and Stata.
Luke Rasmussen
8
-0
/
+516
2018-06-19
Added tag rel-4-1-0 for changeset 0dc20d87a4f9
Neil
1
-0
/
+1
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
[next]