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
/
Indicator.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-28
Declare reading methods as noexcept where reasonable.
Neil
1
-1
/
+1
2019-03-25
Use generic versions of ceil, floor, round, lround, trunc from <cmath>.
Neil
1
-5
/
+5
2018-10-11
Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
1
-2
/
+2
2018-06-21
Removed condition which is always true.
Neil
1
-2
/
+1
2018-05-22
Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.
Neil
1
-0
/
+21
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
1
-1
/
+1
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
-41
/
+46
2018-05-01
Use round and floor instead of casts.
Neil
1
-2
/
+2
2018-04-20
Undo part of last change as Xcode Clang doesn't like assigning long to int wi...
Neil Hodgson
1
-5
/
+5
2018-04-20
Use standard lround function and remove some casts.
Neil
1
-5
/
+7
2018-04-19
Use ColourDesired constructor explicitly to make more obvious.
Neil
1
-1
/
+1
2018-03-01
Mark variables as const where simple.
Neil
1
-7
/
+7
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
-3
/
+4
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
1
-3
/
+4
2017-04-06
Added const where possible.
Neil
1
-1
/
+1
2016-10-26
INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows
Neil
1
-1
/
+14
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
1
-2
/
+8
2015-02-10
Add INDIC_FULLBOX.
Neil
1
-2
/
+5
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-27
/
+32
2015-01-22
Add INDIC_COMPOSITIONTHIN indicator.
Neil
1
-0
/
+3
2014-06-22
Drawing and measuring should not change ViewStyle which is set by the container
Neil
1
-1
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
1
-2
/
+2
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-34
/
+34
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
1
-1
/
+1
2013-04-16
Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an
nyamatongwe
1
-0
/
+3
2012-08-05
Avoid poor drawing at right of INDIC_SQUIGGLE.
nyamatongwe
1
-7
/
+13
2012-08-05
Align INDIC_DOTBOX to pixel grid for full intensity.
nyamatongwe
1
-3
/
+2
2012-08-05
Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.
nyamatongwe
1
-0
/
+24
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-1
/
+1
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-4
/
+0
2011-09-25
Palette support removed.
nyamatongwe
1
-5
/
+5
2011-07-21
Added dotted box indicator.
nyamatongwe
1
-0
/
+29
2011-06-18
Added INDIC_SQUIGGLELOW. Bug #3314591.
nyamatongwe
1
-0
/
+11
2011-06-02
Added new indicators: dashed and dotted underlines.
nyamatongwe
1
-0
/
+14
2011-05-04
INDIC_STRAIGHTBOX added to indicators. Bug #3290435.
nyamatongwe
1
-2
/
+2
2011-04-22
INDIC_ROUNDBOX can set alpha of outline. Feature #3290434.
nyamatongwe
1
-1
/
+1
2009-02-14
Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd
nyamatongwe
1
-1
/
+1
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2006-02-26
Translucency implementation for INDIC_ROUNDBOX and caret line.
nyamatongwe
1
-0
/
+6
2003-08-14
Added BOX indicator.
nyamatongwe
1
-1
/
+7
2003-07-26
Invisible indicator INDIC_HIDDEN.
nyamatongwe
1
-0
/
+2
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-05-10
Added underline attribute to styles.
nyamatongwe
1
-0
/
+16
[next]