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
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Neil
1
-0
/
+10
2021-04-15
Bug [#2234]. Remove method that is no longer called.
Neil
1
-4
/
+0
2021-04-05
Extract unnamed caching enum as LineLayoutCache::Cache and change to enum class.
Neil
1
-2
/
+2
2021-04-05
Extract CharClassify::cc as CharacterClass and change to enum class.
Neil
1
-6
/
+6
2021-04-05
Change IndentView, WhiteSpaceVisibility, and TabDrawMode to enum class.
Neil
1
-4
/
+4
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-0
/
+18
2021-03-27
Add APIs for setting translucency and stroke width of markers.
Neil
1
-4
/
+28
2021-03-27
Add API for setting stroke width of indicators.
Neil
1
-0
/
+13
2021-03-20
Use Surface::AllocatePixMap instead of changing an existing surface with
Neil
1
-23
/
+13
2021-03-19
Add an explicit FlushDrawing method to Surface that should be called after
Neil
1
-0
/
+1
2021-03-19
Implement PopClip to allow local clipping.
Neil
1
-0
/
+5
2021-03-19
Add Platform::Supports for SupportsFeature API.
Neil
1
-2
/
+3
2021-03-19
Switch enum to enum class.
Neil
1
-160
/
+173
2021-03-19
Add SupportsFeature API but leave empty for now with no features defined.
Neil
1
-0
/
+7
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-1
/
+1
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
1
-2
/
+2
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-0
/
+1
2021-03-17
Change Window::Cursor to an enum class.
Neil
1
-9
/
+9
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
1
-1
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2020-08-25
Move SCI_MULTIEDGEADDLINE impleemntation into ViewStyle as it is too complex for
Neil
1
-12
/
+4
2020-08-25
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
Derek Brown
1
-4
/
+21
2020-08-11
Bug [#2193]. Fixed bug where hovered indicator was not returning to non-hover
uhf7
1
-0
/
+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-16
Make WrapMode an enum class for more type safety.
Neil
1
-4
/
+4
2020-07-16
Rename validLevel to ValidLevel and make an enum class.
Neil
1
-4
/
+4
2020-07-16
Make AddNumber an enum class for more type safety.
Neil
1
-3
/
+3
2020-07-16
Use enum class for selectionUnit (previously selectionType) for more type saf...
Neil
1
-31
/
+31
2020-07-16
Add some const, constexpr.
Neil
1
-1
/
+1
2020-07-15
Feature [feature-requests:1368]. Add BraceMatchNext API.
Zufu Liu
1
-1
/
+4
2020-07-11
Feature [feature-requests:1369]. Represent DEL control character 0x7f with DEL.
Zufu Liu
1
-0
/
+1
2020-06-17
Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.
Neil
1
-1
/
+1
2020-06-12
Bug [#2141]. Implement end of line annotations.
Prakash Sahni
1
-0
/
+50
2020-06-10
Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.
Neil
1
-3
/
+3
2020-04-08
Feature [feature-requests:1344]. Add methods for iterating through the marker
Iain Clarke
1
-0
/
+6
2020-04-05
Perform autoscroll when mouse on pixel just below window.
Mitchell Foral
1
-1
/
+1
2020-03-26
Fix spelling mistakes.
Neil
1
-4
/
+4
2020-02-29
Add const and noexcept where they make sense.
Neil
1
-4
/
+4
2020-02-27
Feature [feature-requests:497] Structure caret policy data and pass policy for
Neil
1
-62
/
+50
2020-02-21
Feature [feature-requests:497] Automatically scroll while dragging text.
McLoo
1
-0
/
+14
2020-02-15
Bug [#2138]. Potential fix to Direct2D crash when updating driver.
Mat Berchtold
1
-1
/
+7
2019-11-15
Feature [feature-requests:#1316] Allow target to have virtual space.
Neil
1
-38
/
+54
2019-11-15
Feature [feature-requests:#1316] Add access to virtual space at start and end of
Neil
1
-0
/
+6
2019-11-03
Bug [#2130]. Setting rectangular selection made faster by reusing surface.
Neil
1
-1
/
+4
2019-07-05
Bug [#2118]. Add TabMinimumWidth property to API so applications can display
Neil
1
-0
/
+7
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-6
/
+7
2019-06-22
Bug [#1924]. Option to allow block carets to trail selection ranges.
Neil
1
-1
/
+1
[next]