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.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-07
Make XPM, RGBAImage, and LineMarker copyable and noexcept moveable.
Neil
1
-29
/
+29
2019-04-07
Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Zufu Liu
1
-0
/
+10
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-4
/
+4
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
1
-7
/
+6
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
-38
/
+39
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-0
/
+39
2018-03-01
Mark variables as const where simple.
Neil
1
-9
/
+9
2018-03-01
Use make_unique in preference to new.
Neil
1
-3
/
+3
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-06-09
Use min and max from std instead of own version from platform.
Neil
1
-1
/
+2
2017-04-22
Using unique_ptr to simplify ownership of images, case folder, and list box.
Neil
1
-7
/
+4
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-06
Added const where possible.
Neil
1
-5
/
+5
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-2
/
+2
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-0
/
+5
2014-07-24
Remove false shadowing between local variables and enum values.
Neil
1
-48
/
+48
2014-06-23
Make drawing of markers const.
Neil
1
-1
/
+1
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
1
-41
/
+41
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-44
/
+44
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
1
-2
/
+2
2014-05-03
Convenience Point constructor from integers as common source of shapes.
Neil
1
-5
/
+5
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-12
/
+8
2014-01-21
Implement new marker symbol SC_MARK_BOOKMARK.
Neil Hodgson
1
-1
/
+12
2014-01-18
With Direct2D draw circles with a 1 pixel larger radius to better match
Neil
1
-4
/
+4
2014-01-18
For SC_MARK_ARROWS, scale the arrows to fit the line height.
Neil
1
-4
/
+6
2013-02-18
Fix drawing of markers at negative coordinates due to integer truncation.
nyamatongwe
1
-2
/
+3
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-6
/
+6
2012-03-01
Bug #3494492. Change aveCharWidth in FontMeasurements to actually store
nyamatongwe
1
-1
/
+1
2012-02-29
Centre RGBA markers in all cases including when larger than allocation. Bug #...
nyamatongwe
1
-1
/
+7
2012-02-17
Draw markers horizontally off center only on textual margins. Bug #3488696.
Marko Njezic
1
-3
/
+3
2012-02-17
Make fold tail markers vertically centered.
Marko Njezic
1
-13
/
+12
2011-09-25
Palette support removed.
nyamatongwe
1
-68
/
+59
2011-07-02
Folding related fixes. Initiated by bug #3323805.
Marko Njezic
1
-2
/
+10
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+13
2011-06-20
Properly highlight fold markers on sub lines. Bug #3323015.
Marko Njezic
1
-3
/
+1
2011-04-27
Fix for fold markers not connecting. Bug #3292474.
nyamatongwe
1
-1
/
+1
2011-04-27
Fold marker fixes for wrapped lines. Bug #3291579.
nyamatongwe
1
-0
/
+2
2011-04-07
Add highlighting of current folding block. Feature #3147069.
nyamatongwe
1
-37
/
+93
2011-04-07
Update copyright year.
nyamatongwe
1
-1
/
+1
2010-11-05
Undo previous change to folding markers as can be fixed Cairo drawing
nyamatongwe
1
-13
/
+13
2010-11-05
Change fold markers to connect better with Cairo drawing that
nyamatongwe
1
-13
/
+13
2010-02-17
Formatting whitespace.
nyamatongwe
1
-2
/
+2
2009-06-01
Don't display SC_MARK_AVAILABLE markers.
nyamatongwe
1
-1
/
+2
2009-05-27
Added SC_MARK_UNDERLINE from Stephan Deibel.
nyamatongwe
1
-1
/
+1
2008-01-19
Added SC_MARK_LEFTRECT margin marker.
nyamatongwe
1
-0
/
+4
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2005-04-09
SC_MARK_FULLRECT from Robert Roessler.
nyamatongwe
1
-1
/
+3
2003-01-10
Moved XPM code out to XPM file.
nyamatongwe
1
-143
/
+5
[next]