aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Indicator.h
AgeCommit message (Collapse)AuthorFilesLines
2023-11-07Feature [feature-requests:#1501] Another use of black constant.Zufu Liu1-1/+1
2023-10-10Use global constants for opaque black and white and local constants for greys.Neil1-2/+2
Makes it easier to understand and reduces warnings.
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-11/+11
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-05-22Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedefNeil1-3/+3
will be published in externally visible header.
2021-04-25Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.Neil1-3/+3
Change ColourDesired to ColourAlpha in styles. Remove ColourDesired.
2021-03-27Add API for setting stroke width of indicators.Neil1-0/+1
2020-06-10Convert enum to enum class. Add noexcept and const.Neil1-3/+3
2019-04-28Declare reading methods as noexcept where reasonable.Neil1-4/+4
2019-03-19Make constructors of simple classes noexcept.Neil1-4/+4
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil1-1/+1
underneath positions or characters.
2015-02-15Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicatorNeil1-3/+11
colours and to change the colour of text.
2015-02-13Remove unused state.Neil1-1/+1
2015-02-04Implement hover style and colour for indicators.Neil1-5/+21
2014-09-22Add a constructor that takes arguments for each attribute to make it easier toNeil1-2/+5
set up indicators. Changed field order so that the colour, which is likely to be set, is before under which is likely to be left default.
2014-06-22Drawing and measuring should not change ViewStyle which is set by the containerNeil1-1/+1
so mark ViewStyle parameters as const. Provide a FontAlias copy constructor and use it to work around non-const Font arguments to Surface when sourced from const ViewStyle.
2011-09-25Palette support removed.nyamatongwe1-1/+1
2011-04-22INDIC_ROUNDBOX can set alpha of outline. Feature #3290434.nyamatongwe1-1/+2
From Marko Njezic.
2009-02-14Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Toddnyamatongwe1-1/+2
Whiteman of ActiveState.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+8
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe1-1/+2
over text.
2003-08-14Added BOX indicator.nyamatongwe1-1/+1
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-1/+1
visibility of these headers to most code.
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+5
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-03-08Initial revisionnyamatongwe1-0/+18