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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
7
-7
/
+7
2021-03-18
Use unique_ptr to add to RGBAImageSet.
Neil
2
-8
/
+3
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
4
-6
/
+6
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
5
-10
/
+10
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
21
-0
/
+21
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
23
-35
/
+65
2021-03-18
ListBox options API. ListOptions is currently empty but may contain list item
Neil
1
-0
/
+4
2021-03-17
Use unique_ptr for ListBox::Allocate to show transfer of ownership.
Neil
2
-2
/
+2
2021-03-17
Change Window::Cursor to an enum class.
Neil
2
-12
/
+12
2021-03-17
Remove Window::SetFont as never used.
Neil
1
-2
/
+1
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
15
-111
/
+60
2021-03-17
Make Window argument to Menu::Show const as that avoids warnings and the Window
Neil
1
-1
/
+1
2021-03-17
Mark Window::Destroy, ListBox::Clear, and Menu::Destroy as noexcept since
Neil
1
-3
/
+3
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
23
-194
/
+230
2021-03-17
Remove DynamicLibrary as loading lexers with SCI_LOADLEXERLIBRARY was removed
Neil
1
-17
/
+0
2021-03-16
Convert Platform from a class to a namespace. Does not change callers.
Neil
1
-24
/
+19
2021-03-16
Moved Platform.h to src as it is private to Scintilla.
Neil
1
-0
/
+579
2021-03-12
Remove declarations of methods that are no longer implemented.
Neil
1
-2
/
+0
2021-02-04
Use message parameter converter as passing pointers in sptr_t is a standard part
Neil
1
-2
/
+2
2021-02-04
Make LexState constructor noexcept as it only calls its superclass constructor
Neil
1
-2
/
+2
2021-02-04
Feature [feature-requests:1391]. Remove unused fields from LexState.
Zufu Liu
1
-15
/
+5
2021-02-02
Bug [#2231]. Inconsistent behaviour in navigation on a line containing Japanese
cshnik
1
-1
/
+1
2020-11-02
Remove support for local lexers and loading lexers from ScintillaBase.
Neil
1
-82
/
+26
2021-01-29
Remove Lexilla files from Scintilla
Neil
4
-460
/
+0
2021-01-29
Move CharacterSet and CharacterCategory from lexlib to src as in both Lexilla...
Neil
4
-0
/
+4358
2020-09-18
Fix building with Xcode 12 by defining move constructors for FontAlias, Style,
Neil
3
-4
/
+9
2020-08-27
Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged from cache.
Zufu Liu
1
-5
/
+4
2020-08-26
Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was not applying
uhf7
1
-3
/
+6
2020-08-25
Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is too complex for
Neil
3
-12
/
+17
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
1
-4
/
+21
2020-08-21
Reduce code and variable lifetime.
Zufu Liu
1
-6
/
+3
2020-08-21
Bug [#2197]. Fixed bug where layout caching was ineffective.
Neil
1
-1
/
+2
2020-08-21
Bounds checks for setting annotation style.
Mitchell Foral
1
-8
/
+12
2020-08-11
Fixed bug where gradient indicators were not showing hovered appearance.
Neil
1
-2
/
+2
2020-08-11
Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hover
uhf7
1
-0
/
+1
2020-08-09
Use [[fallthrough]] to reduce warnings from Visual Studio static analysis.
Neil
1
-1
/
+1
2020-08-04
Bounds checking for SetSelectionN* APIs.
Mitchell Foral
1
-0
/
+3
2020-08-03
Use const. Use separate lines for variable declarations.
Neil
1
-3
/
+5
2020-08-03
Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hover
uhf7
1
-0
/
+2
2020-07-28
Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved based
Neil
1
-5
/
+8
2020-07-16
Make WrapMode an enum class for more type safety.
Neil
4
-14
/
+14
2020-07-16
Rename validLevel to ValidLevel and make an enum class.
Neil
4
-20
/
+20
2020-07-16
Rename typeOfFold to FoldPart and make an enum class.
Neil
3
-21
/
+21
2020-07-16
Make AddNumber an enum class for more type safety.
Neil
2
-4
/
+4
2020-07-16
Use enum class for selectionUnit (previously selectionType) for more type saf...
Neil
2
-32
/
+32
2020-07-16
Make EncodingFamily an enum class for more type safety.
Neil
3
-6
/
+6
2020-07-16
Add some const, constexpr.
Neil
3
-3
/
+3
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
3
-4
/
+7
2020-07-11
Removed calls that had no effect as drawing in indent guides uses FillRectangle
Neil
1
-2
/
+0
2020-07-11
Treat DEL as a control character for determining block caret size.
Zufu Liu
1
-5
/
+6
[prev]
[next]