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
2017-04-09
Further use of range-for.
Neil
10
-87
/
+84
2017-04-09
Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion.
Neil
5
-108
/
+93
2017-04-08
SciTE change log.
Neil
1
-0
/
+3
2017-04-08
Use reference for efficiency.
Neil
1
-1
/
+1
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
7
-18
/
+19
2017-04-07
Remove unnecessary casts.
Neil
1
-2
/
+2
2017-04-07
Drop "virtual" from methods that do not need to be virtual.
Neil
1
-2
/
+2
2017-04-07
Use same parameter names in declarations and definitions.
Neil
20
-56
/
+56
2017-04-07
Check index before checking value at index.
Neil
1
-2
/
+2
2017-04-07
Allowing assigning Windows and ensure cursorLast is initialized.
Neil
1
-0
/
+8
2017-04-06
Added const to some lexers.
Neil
6
-61
/
+61
2017-04-06
Added const where possible.
Neil
35
-357
/
+357
2017-04-06
Added a caret line frame as an alternative visual for highlighting the caret ...
A-R-C-A
8
-9
/
+103
2017-04-06
SciTE change log.
Neil
1
-0
/
+4
2017-04-05
Change log.
Neil
1
-0
/
+4
2017-04-05
Made formatting more consistent by running astyle.
Neil
1
-6
/
+6
2017-04-05
Bug [#1929]. Recognize escaped quotes within quotes.
Jim Pattee
1
-0
/
+4
2017-04-03
Fix test which was broken by encapsulation of revision 6195.
Neil
1
-1
/
+1
2017-04-03
Prevent warning from MSVC Code Analysis.
Neil
1
-4
/
+6
2017-04-02
Added "Reverse Selected Lines" as SCI_LINEREVERSE.
Vicente
6
-1
/
+43
2017-04-01
Fix DisplayFromPosition pos argument to be correct type.
Neil
2
-2
/
+2
2017-04-01
More encapsulation for Decoration and DecorationList.
Neil
5
-39
/
+56
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
52
-184
/
+162
2017-03-31
Prefer standard min/max over Platform's as adapts to changed types.
Neil
6
-32
/
+33
2017-03-31
Hide decorations details a little.
Neil
7
-8
/
+10
2017-03-31
Delete declaration of unimplemented method.
Neil
1
-1
/
+0
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
39
-1327
/
+1322
2017-03-30
SciTE change log.
Neil
1
-0
/
+4
2017-03-30
Stop drawing a focus rectangle on the autocompletion list.
Neil
2
-4
/
+5
2017-03-30
Make autocompletion slightly wider to avoid text truncation.
Neil Hodgson
2
-1
/
+5
2017-03-28
Fix Xcode warning.
Neil Hodgson
1
-1
/
+1
2017-03-27
Keep positions in Sci_Position variables so can adapt to changes.
Neil
1
-3
/
+3
2017-03-25
SciTE change log.
Neil
1
-0
/
+3
2017-03-23
The Python lexer recognizes identifiers more accurately when they include
Neil
4
-10
/
+159
2017-03-23
Updated case conversion and character categories to Unicode 9.
Neil
3
-113
/
+725
2017-03-21
Added tag rel-3-7-4 for changeset ddcae5344fa5
Neil
1
-0
/
+2
2017-03-21
Removed tag rel-3-7-4
rel-3-7-4
Neil
1
-0
/
+2
2017-03-21
Document C++11 requirement.
Neil
4
-10
/
+12
2017-03-21
Added tag rel-3-7-4 for changeset 535c34f64993
Neil
1
-0
/
+1
2017-03-19
Update for 3.7.4 release.
Neil
8
-16
/
+18
2017-03-19
Change log for the recent fold tag drawing fixes.
Neil
1
-0
/
+4
2017-03-19
Group non-single-phase drawing before text.
Neil
1
-11
/
+11
2017-03-16
For single phase drawing ensure remainder of line filled by always filling
Neil
1
-1
/
+1
2017-03-16
For single phase drawing ensure edges and mark underline drawn over fold tags by
Neil
1
-5
/
+8
2017-03-16
For multiphase drawing ensure edges and mark underline drawn over fold tags by
Neil
1
-0
/
+2
2017-03-17
Round left and right sides of fold text box to ensure within the allocation.
Neil
1
-8
/
+11
2017-03-16
Fix 1 pixel unpainted as background.
Neil
1
-1
/
+1
2017-03-16
Fix difference between right of line end and left of fold tag.
Neil
1
-1
/
+1
2017-03-16
Fix use-after-free in fold tags when top line folded then new top line inserted.
Neil
3
-1
/
+17
2017-03-11
SciTE change log.
Neil
1
-1
/
+5
[next]