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
/
Indicator.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-25
Enlarge point and point top indicators and scale to be larger with larger text.
Neil
1
-7
/
+7
2022-07-31
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
Neil
1
-2
/
+18
2021-08-24
Remove line end white space.
Neil
1
-2
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-31
/
+35
2021-05-22
Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef
Neil
1
-12
/
+12
2021-04-25
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Neil
1
-1
/
+1
2021-04-20
Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.
Neil
1
-8
/
+10
2021-03-27
Add API for setting stroke width of indicators.
Neil
1
-1
/
+0
2021-03-20
Use new Surface APIs that can adapt to different stroke widths and use clipping
Neil
1
-93
/
+102
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
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2020-08-11
Fixed bug where gradient indicators were not showing hovered appearance.
Neil
1
-2
/
+2
2020-06-10
Convert enum to enum class. Add noexcept and const.
Neil
1
-4
/
+4
2020-06-10
Feature [feature-requests:1357]. Convert to switch.
Zufu Liu
1
-144
/
+195
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
[next]