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
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.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-29
Recreate all pixmaps if any null as this may better handle cases where some
Neil
1
-1
/
+1
2025-04-03
Turn on type conversion warnings for GCC and fix them.
Neil
1
-1
/
+1
2023-10-10
Use global constants for opaque black and white and local constants for greys.
Neil
1
-1
/
+1
2023-03-27
Declare const where possible.
Neil
1
-1
/
+1
2023-02-17
Use maximum 4 digits for next fold level display when lexer incorrectly sets
Neil
1
-3
/
+3
2022-10-01
Draw SC_MARK_BAR markers underneath other markers as they often cover multiple
Neil
1
-17
/
+25
2022-10-01
Hoist choosing marker variants into PartForFoldHighlight and PartForBar.
Neil
1
-32
/
+39
2022-07-31
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
Neil
1
-1
/
+23
2022-07-31
Move main access to active marker bit set to model. This will allow merging in
Neil
1
-1
/
+1
2021-10-26
Mark method const as its a reader.
Neil
1
-1
/
+1
2021-09-28
Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles
Neil
1
-0
/
+1
2021-09-14
Break up PaintOneMargin more and simplify code.
Neil
1
-91
/
+105
2021-09-07
Handle case where all lines are hidden by a filter and kinetic scrolling
Neil Hodgson
1
-1
/
+1
2021-09-07
Move bulk of PaintMargin into PaintOneMargin which paints one margin.
Neil
1
-249
/
+254
2021-06-04
Simplified expression.
Zufu Liu
1
-1
/
+1
2021-05-27
Fix fold debug mode for margin.
Neil
1
-1
/
+1
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-70
/
+72
2021-05-22
Encapsulate whether a margin shows folding.
Neil
1
-4
/
+4
2021-05-22
Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef
Neil
1
-5
/
+5
2021-05-20
Add LevelIsHeader and LevelIsWhitespace as fold levels will become enum class
Neil
1
-10
/
+10
2021-04-27
Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType
Neil
1
-1
/
+1
2021-04-26
Avoid some warnings.
Neil
1
-1
/
+1
2021-04-26
Change std::optional value() to * as value() is not implemented in older macOS
Neil Hodgson
1
-2
/
+2
2021-04-26
Extract related groups of fields out of ViewStyle into new structs.
Neil
1
-1
/
+1
2021-04-25
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Neil
1
-9
/
+9
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-0
/
+1
2021-03-26
Minor changes: const, constexpr, and noexcept.
Neil
1
-2
/
+2
2021-03-22
Use PolyLine to simplify wrap marker arrows and allow thicker strokes when there
Neil
1
-28
/
+32
2021-03-20
Use Surface::AllocatePixMap instead of changing an existing surface with
Neil
1
-26
/
+8
2021-03-19
Add an explicit FlushDrawing method to Surface that should be called after
Neil
1
-0
/
+2
2021-03-19
Switch enum to enum class.
Neil
1
-2
/
+2
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-1
/
+1
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
1
-3
/
+3
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 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-07-28
Fix position of marker symbols for SC_MARGIN_RTEXT which were being moved based
Neil
1
-5
/
+8
2020-07-16
Rename typeOfFold to FoldPart and make an enum class.
Neil
1
-7
/
+7
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-1
/
+1
2019-07-02
Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined behaviour.
Neil
1
-2
/
+2
2019-07-01
Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31.
Zufu Liu
1
-2
/
+2
2019-05-11
Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".
Neil
1
-1
/
+1
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+1
2019-03-03
Use noexcept where reasonable.
Neil
1
-1
/
+1
2019-01-13
Replace the only use of a function from <cctype> with a Scintilla function.
Neil
1
-1
/
+0
2018-05-15
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
Neil
1
-1
/
+0
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-2
/
+2
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-01
Add IntegerRectangle to simplify drawing lines without casting.
Neil
1
-5
/
+8
[next]