| Age | Commit message (Collapse) | Author | Files | Lines |
|
and Win32.
|
|
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
Also fixes bugs [#2196] and [#2312].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concurrent calls to MeasureWidths.
|
|
|
|
(ctuOneDefinitionRuleViolation) from Cppcheck.
|
|
header.
|
|
|
|
|
|
|
|
Avoid strlen when .length() available.
|
|
|
|
available.
|
|
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
|
|
|
|
custom equivalents as should no longer need to be compatible with very old Pango.
|
|
better with Chinese text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transfer ownership.
|
|
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
|
|
|
|
|
|
underscores and accents will be visible.
|
|
|
|
|
|
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
|
|
|
|
|
|
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.
|
|
will be published in externally visible header.
|
|
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|