| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
concurrent calls to MeasureWidths.
|
|
(ctuOneDefinitionRuleViolation) from Cppcheck.
|
|
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
|
|
Use constexpr.
|
|
|
|
DIR_O.
|
|
|
|
|
|
|
|
new WinType.h header.
|
|
|
|
|
|
|
|
|
|
|
|
correctly so that SetScrollInfo is not called nor dwell end notified
unnecessarily.
|
|
|
|
|
|
|
|
needed by DLL.
|
|
|
|
|
|
|
|
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.
|
|
|
|
Avoids some warnings but drops constexpr.
Use MixedWith in PlatWin for GDI instead of local implementation.
Add unit tests for Geometry.
|
|
|
|
|
|
|
|
updates.
|
|
|
|
on Win32. This also avoids a header rectangle above the list.
|
|
|
|
WM_GETTEXT to not use CountUTF16 or GetRelativePositionUTF16, instead using
the Win32 API MultiByteToWideChar for consistency between reported length and
text as UTF-16.
|
|
|
|
|
|
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
|
|
|
|
|
|
|
|
Ensure variables initialised. Remove dead code.
|
|
|
|
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.
|