Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
Throw when (impossible) dynamic_cast failures occur as it isn't reasonable to
recover. That removes 'noexcept' from some methods.
Cast to avoid 'sub-expression overflow' warnings.
Add default initializations and noexcept where safe.
Move DropRenderTarget out of #if to avoid some preprocessor use.
|
|
|
|
settings. Trigger UpdateBaseElements when system settings change.
|
|
Visual C++ project file.
|
|
|
|
method returns a colour with maximum (0xff) alpha.
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|
|
Size of ViewStyle makes it more difficult to understand and this helps a bit.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autocompletion lists.
|
|
|
|
|
|
|
|
|
|
|
|
and the possibility of truncation.
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
pixel oriented platforms.
|
|
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
|
|
|
|
|
|
|