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
/
LineMarker.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-14
Add ColourRGBA::Grey constructing method to simplify use of grey-scale colours.
Neil
1
-1
/
+1
2023-10-10
Use global constants for opaque black and white and local constants for greys.
Neil
1
-2
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-8
/
+6
2021-05-22
Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef
Neil
1
-4
/
+4
2021-05-14
Implement SC_LAYER_UNDER_TEXT so that selections, caret lines, and content area
Neil
1
-1
/
+1
2021-05-14
Add SCI_MARKERSETLAYER to define layer on which to draw content area markers.
Neil
1
-0
/
+5
2021-03-29
Align polygons so they are crisp.
Neil
1
-0
/
+1
2021-03-27
Add APIs for setting translucency and stroke width of markers.
Neil
1
-3
/
+4
2021-03-20
Use new Surface APIs for marker drawing. Clipping allows rounded fold markers to
Neil
1
-2
/
+3
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
1
-2
/
+2
2020-07-16
Rename typeOfFold to FoldPart and make an enum class.
Neil
1
-2
/
+2
2019-04-07
Make XPM, RGBAImage, and LineMarker copyable and noexcept moveable.
Neil
1
-10
/
+14
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-35
/
+7
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-04-22
Using unique_ptr to simplify ownership of images, case folder, and list box.
Neil
1
-17
/
+11
2017-04-07
Use same parameter names in declarations and definitions.
Neil
1
-1
/
+1
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-0
/
+10
2014-06-23
Make drawing of markers const.
Neil
1
-1
/
+1
2013-07-21
Whitespace cleanup.
Neil
1
-1
/
+0
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-1
/
+1
2012-04-21
Avoid warning from cppcheck for not checking for self assignment.
nyamatongwe
1
-12
/
+14
2012-02-17
Draw markers horizontally off center only on textual margins. Bug #3488696.
Marko Njezic
1
-1
/
+1
2011-09-25
Palette support removed.
nyamatongwe
1
-4
/
+3
2011-07-02
Folding related fixes. Initiated by bug #3323805.
Marko Njezic
1
-1
/
+1
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+7
2011-04-07
Add highlighting of current folding block. Feature #3147069.
nyamatongwe
1
-1
/
+8
2011-04-07
Update copyright year.
nyamatongwe
1
-1
/
+1
2010-02-17
Formatting whitespace.
nyamatongwe
1
-1
/
+1
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+8
2006-05-21
Added translucency for selection and markers.
nyamatongwe
1
-0
/
+4
2003-02-19
Made operator= safer if misused.
nyamatongwe
1
-0
/
+1
2003-01-10
Moved XPM code out to XPM file.
nyamatongwe
1
-22
/
+1
2002-11-21
Added copy constructor and operator= to avoid blind copy of XPM pointer
nyamatongwe
1
-0
/
+15
2002-10-05
Fixed compiler warnings.
nyamatongwe
1
-2
/
+2
2002-10-02
PixMap marker support.
nyamatongwe
1
-0
/
+29
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-2
/
+2
2001-09-07
Marker can be any character.
nyamatongwe
1
-1
/
+1
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+5
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+22