Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-07 | Feature [feature-requests:#1501] Another use of black constant. | Zufu Liu | 1 | -1/+1 | |
2023-10-10 | Use global constants for opaque black and white and local constants for greys. | Neil | 1 | -2/+2 | |
Makes it easier to understand and reduces warnings. | |||||
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -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-22 | Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef | Neil | 1 | -3/+3 | |
will be published in externally visible header. | |||||
2021-04-25 | Feature [feature-requests:#1402]. Unify colour type with ColourAlpha. | Neil | 1 | -3/+3 | |
Change ColourDesired to ColourAlpha in styles. Remove ColourDesired. | |||||
2021-03-27 | Add API for setting stroke width of indicators. | Neil | 1 | -0/+1 | |
2020-06-10 | Convert enum to enum class. Add noexcept and const. | Neil | 1 | -3/+3 | |
2019-04-28 | Declare reading methods as noexcept where reasonable. | Neil | 1 | -4/+4 | |
2019-03-19 | Make constructors of simple classes noexcept. | Neil | 1 | -4/+4 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2016-10-26 | INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows | Neil | 1 | -1/+1 | |
underneath positions or characters. | |||||
2015-02-15 | Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator | Neil | 1 | -3/+11 | |
colours and to change the colour of text. | |||||
2015-02-13 | Remove unused state. | Neil | 1 | -1/+1 | |
2015-02-04 | Implement hover style and colour for indicators. | Neil | 1 | -5/+21 | |
2014-09-22 | Add a constructor that takes arguments for each attribute to make it easier to | Neil | 1 | -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-22 | Drawing and measuring should not change ViewStyle which is set by the container | Neil | 1 | -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-25 | Palette support removed. | nyamatongwe | 1 | -1/+1 | |
2011-04-22 | INDIC_ROUNDBOX can set alpha of outline. Feature #3290434. | nyamatongwe | 1 | -1/+2 | |
From Marko Njezic. | |||||
2009-02-14 | Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd | nyamatongwe | 1 | -1/+2 | |
Whiteman of ActiveState. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -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-23 | Added setting to allow each indicator to be drawn either under or | nyamatongwe | 1 | -1/+2 | |
over text. | |||||
2003-08-14 | Added BOX indicator. | nyamatongwe | 1 | -1/+1 | |
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -1/+1 | |
visibility of these headers to most code. | |||||
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/+18 | |