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
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
36
-71
/
+1734
2022-07-31
Move main access to active marker bit set to model. This will allow merging in
Neil
5
-9
/
+14
2022-07-30
Add cast functions to simplify code and avoid warnings.
Neil
1
-24
/
+41
2022-07-30
Apply rule-of-zero to CellBuffer internals.
Neil
1
-14
/
+0
2022-07-29
Apply rule-of-zero to delete standard methods where possible as handled by
Neil
17
-131
/
+190
2022-07-29
Flatten SparseVector to avoid a level of indirection by containing SplitVector
Neil
1
-53
/
+53
2022-07-29
Use SplitVector directly instead of throughSplitVectorWithRangeAdd which was
Neil
2
-74
/
+35
2022-07-29
Flatten Partitioning and RunStyles to avoid a level of indirection by containing
Neil
4
-84
/
+84
2022-07-29
Add growSize argument to SplitVector constructor with default value so can be
Neil
3
-7
/
+5
2022-07-28
Use extra consts to avoid 32 to 64-bit widening warnings in headers.
Neil
1
-2
/
+4
2022-07-25
Use T type parameter for RangeAddDelta arguments to harmonize types and avoid
Neil
1
-6
/
+7
2022-07-25
Use size_t for sizing SplitVector as compatible with vector.size() which avoids
Neil
1
-10
/
+7
2022-07-28
Simplify and shorten indicator drawing.
Neil
1
-28
/
+19
2022-07-28
Call Check to ensure in consistent state.
Neil
1
-0
/
+9
2022-07-24
Fix Cocoa to match hideSelection change revision 9151.
Neil Hodgson
1
-3
/
+3
2022-07-24
Add line_cast function to simplify code and avoid warnings.
Neil
1
-23
/
+29
2022-07-24
Bug [#2340] Simplify expand all folds. Speed up expand line a little.
Zufu Liu
4
-11
/
+51
2022-07-22
Bug [#2341] Stop including STYLE_CALLTIP when calculating line height.
Markus Nißl
2
-5
/
+15
2022-07-22
Bug [#2335] Fix incorrect display of selection when printing in some modes.
Neil
2
-6
/
+5
2022-07-22
Move EditView::hideSelection to (inverted) SelectionAppearance::visible so that
Neil
11
-17
/
+40
2022-07-20
Implement PositionNext to iterate. Simpler than IndexAfter for client code which
Neil
2
-0
/
+21
2022-07-20
Add DeleteAll method as quick way to clear everything.
Neil
2
-0
/
+8
2022-07-20
Check IndexAfter at end.
Neil
1
-0
/
+1
2022-07-20
Remove unnecessary code in destructor.
Neil
1
-8
/
+1
2022-07-20
Fix setting end element empty.
Neil
2
-1
/
+5
2022-07-18
Bug [#2338] Enable multiline regex for gcc and clang when REGEX_MULTILINE def...
Jacky Yang
2
-0
/
+10
2022-07-17
Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...
Zufu Liu
6
-17
/
+34
2022-07-17
Feature [feature-requests:#1442] Added PerLine tests for LineMarkers and
Zufu Liu
1
-0
/
+70
2022-07-04
Feature [feature-requests:#1442] Tighter checking of indices avoids handling
Zufu Liu
2
-4
/
+4
2022-07-04
Feature [feature-requests:#1442] Faster build with multiprocessing option.
Zufu Liu
1
-1
/
+1
2022-07-09
Added tag rel-5-2-4 for changeset 7dd0480eccaa
Neil
1
-0
/
+1
2022-07-06
Updates for 5.2.4 release.
rel-5-2-4
Neil
9
-19
/
+20
2022-07-05
Fix failures with non-UTF-8 text when multi-threading. The Converter object on
Neil Hodgson
2
-8
/
+37
2022-07-05
Suppress warnings for ScintillaEdit as have no way to test it.
Neil
1
-0
/
+4
2022-07-04
Avoid C-style cast and range reduction warnings from cppcheck 2.8.
Neil Hodgson
3
-17
/
+15
2022-07-04
Update suppressions for cppcheck 2.8.
Neil
1
-7
/
+7
2022-07-04
Avoid shadow warning from cppcheck 2.8.
Neil
1
-2
/
+2
2022-07-04
Remove ScintillaEditPy from WidgetGen.py as it was removed in Scintilla 5.1.5.
Neil
1
-20
/
+3
2022-06-17
Avoid cast.
Neil
1
-2
/
+2
2022-06-17
Fix crash printing on Win32 in bidirectional mode with a non-empty selection.
Neil
2
-6
/
+11
2022-06-17
Change bug colour slightly to be more unique and make it easier to detect when
Neil
1
-1
/
+1
2022-06-17
Bug [#2335] Fix bad background colour for additional, secondary, and inactive
Neil
2
-2
/
+10
2022-06-16
Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectional
Neil
1
-0
/
+4
2022-06-10
Bug [#2334] Fix hiding selection when selection layer is SC_LAYER_UNDER_TEXT.
John Ehresman
2
-1
/
+15
2022-05-22
Added tag rel-5-2-3 for changeset 03d65839fa48
Neil
1
-0
/
+1
2022-05-21
Change release date.
rel-5-2-3
Neil
2
-3
/
+3
2022-05-18
Update for 5.2.3 release.
Neil
1
-2
/
+2
2022-05-18
Bug [#2329] Place autocompletion lists and calltips on a higher window level
Neil Hodgson
3
-2
/
+7
2022-05-17
Updates for 5.2.3 release.
Neil
9
-20
/
+18
2022-05-17
Fix pink selection background when printing by making it completely transparent.
Neil
2
-0
/
+5
[next]