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-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
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
15
-36
/
+304
2022-05-16
Bug [#2330] Use relative URLs so when offline, more links can be followed.
Neil
1
-9
/
+9
2022-05-13
Mark constant variable as const.
Neil
1
-1
/
+1
2022-05-11
Bug [#2328]. For Qt 6.x, ensure QByteArray created when text is null but
John Ehresman
2
-1
/
+5
2022-05-10
Support more than 2G lines with FoldAll.
Neil
1
-2
/
+2
2022-05-10
Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).
Neil
2
-3
/
+8
2022-05-01
Optimize case where there are no annotations
Neil
3
-0
/
+12
2022-04-29
Add warning for GTK scroll bar change.
Neil
1
-0
/
+2
2022-04-29
Feature [feature-requests:#1427] Enable multithreaded layout for GTK on macOS
Neil Hodgson
1
-3
/
+0
2022-04-29
Update make dependencies.
Neil
3
-0
/
+3
2022-04-23
Provide a default KeyModifiers constructor for use by platform layers.
Neil
1
-0
/
+2
2022-04-22
Bug [#2324] Fix ARM64 builds with Visual C++ due to unsupported CETCOMPAT flag.
Mat Berchtold
2
-1
/
+8
[next]