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
path:
root
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
Updated for stable version 5.1.0.
Neil
3
-19
/
+18
2021-06-17
Move ScintillaCall from SciTE project.
Neil
2
-3
/
+11
2021-06-17
Add SciFnDirectStatus, a direct access function which also returns status so can
Neil
2
-5
/
+19
2021-06-10
Surround parameters with code tags styling as class 'parameter'.
Neil
1
-8
/
+8
2021-06-10
Use string_view for PositionCache methods.
Neil
1
-3
/
+5
2021-06-10
Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text
Neil
1
-4
/
+6
2021-06-09
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Mitchell Foral
2
-0
/
+7
2021-06-03
Add APIs for setting appearance (traditional blob or plain text) and colour of
Neil
2
-1
/
+57
2021-06-05
Bug [#2259]. Fix gcc link-time-optimization compilation.
Neil
1
-0
/
+4
2021-06-04
Bug [#2260]. Fix bug with SCI_GETLASTCHILD when lParam is -1.
Zufu Liu
1
-0
/
+12
2021-06-02
Remove extraneous periods.
Neil
1
-3
/
+3
2021-06-02
Updated release date.
rel-5-0-3
Neil
2
-3
/
+3
2021-05-30
Update download size.
Neil
1
-1
/
+1
2021-05-29
Updates for 5.0.3.
Neil
3
-9
/
+13
2021-05-28
Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.
Neil
1
-6
/
+6
2021-05-28
Moved SCI_SETFONTLOCALE to correct position.
Neil
1
-10
/
+10
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
2
-23
/
+52
2021-05-19
Bug [#2253]. Remove SC_ELEMENT_CARET_SECONDARY as it caused unexpected change to
Neil
1
-11
/
+1
2021-05-16
Include modifiers in SCN_INDICATORRELEASE notification.
Damiano Lombardi
1
-0
/
+5
2021-05-15
Protect against out-of-bounds layout cache level and remove unnecessary code.
Neil
1
-1
/
+1
2021-05-14
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
Neil
2
-8
/
+60
2021-05-14
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
Neil
2
-5
/
+30
2021-05-14
Add SC_ELEMENT_WHITE_SPACE_BACK to set the background colour of visible
Neil
1
-12
/
+43
2021-05-14
Feature [feature-requests:#1402] Add SC_ELEMENT_WHITE_SPACE to set the colour of
YX Hao
2
-3
/
+19
2021-05-14
Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
Neil
2
-10
/
+21
2021-05-12
Switch caret line background colour to SC_ELEMENT_CARET_LINE_BACK element and
Neil
2
-10
/
+64
2021-05-11
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
Neil
2
-1
/
+17
2021-05-10
Change the way that selections and carets are drawn to use the element APIs.
Neil
2
-44
/
+233
2021-05-10
Spelling fixes.
Neil
1
-6
/
+6
2021-05-08
Feature [feature-requests:1373]. Make idle actions smoother by measuring
Neil
1
-0
/
+7
2021-05-08
Feature [feature-requests:1405]. Enable hardware-enforced stack protection.
Neil
1
-0
/
+4
2021-05-06
Fix parameter name.
Neil
1
-3
/
+2
2021-04-28
Character indices are no longer provisional so move out of Provisional category.
Neil
1
-8
/
+5
2021-04-28
Spelling.
Neil
1
-2
/
+2
2021-04-28
Document preprocessor values that affect building.
Zufu Liu
1
-1
/
+44
2021-04-28
Bug [#2227]. On GTK 3 with Wayland, fix primary selection.
Neil Hodgson
1
-0
/
+4
2021-04-27
Use correct parameter name in description.
Neil
1
-3
/
+3
2021-04-27
Feature [feature-requests:1379]. Update to Unicode 13.
Neil
1
-0
/
+12
2021-04-24
Moved link to follow document.
Neil
1
-1
/
+1
2021-04-21
Updates for 5.0.2.
rel-5-0-2
Neil
3
-12
/
+11
2021-04-20
Bug [#2248]. Make autocompletion look the same on macOS 11 as macOS 10
Petko Georgiev
1
-0
/
+5
2021-04-20
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Neil
2
-2
/
+22
2021-04-20
Bug [#2246]. Fix encoding used for DirectWrite text display.
Neil
1
-0
/
+12
2021-04-09
Bug [#2243]. Fix crash when technology=2 (SC_TECHNOLOGY_DIRECTWRITERETAIN).
rel-5-0-1
Neil
1
-0
/
+4
2021-04-09
Add count argument to ReplaceREInFile so can modify mutiple occurrences.
Neil
1
-3
/
+3
2021-04-09
Changed release date.
Neil
2
-3
/
+3
2021-04-09
Document element colours.
Neil
1
-25
/
+129
2021-04-06
Log font settings change detection.
Neil
1
-0
/
+5
2021-04-03
Updates for 5.0.1.
Neil
3
-7
/
+9
2021-04-03
Update compatibility information.
Neil
2
-3
/
+3
[next]