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
/
MarginView.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-01
Hoist choosing marker variants into PartForFoldHighlight and PartForBar.
Neil
1
-1
/
+1
2021-10-12
Feature [feature-requests:#1416] Harmonize parameter name.
Neil
1
-1
/
+1
2021-09-14
Break up PaintOneMargin more and simplify code.
Neil
1
-1
/
+1
2021-09-07
Move bulk of PaintMargin into PaintOneMargin which paints one margin.
Neil
1
-0
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2021-05-22
Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef
Neil
1
-2
/
+2
2021-04-25
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Neil
1
-2
/
+2
2021-03-20
Use Surface::AllocatePixMap instead of changing an existing surface with
Neil
1
-3
/
+2
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-1
/
+1
2019-03-03
Use noexcept where reasonable.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
1
-3
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-1
/
+1
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-0
/
+9
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
1
-6
/
+0
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+47