Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Implement arrow cursor colour choice.
React to most settings changes.
|
|
|
|
|
|
|
|
in PopUp::Text mode.
|
|
|
|
|
|
|
|
|
|
Win32 and Qt.
|
|
|
|
|
|
|
|
|
|
|
|
determining scale factor.
Function name changed to avoid possibility of confusion with Win32 API.
|
|
https://sourceforge.net/p/scintilla/code/merge-requests/28/
|
|
rendering parameters. Temporarily switch DPI awareness to find correct monitor
in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/34/
|
|
This code triggers when wheel rotated and mouse is outside list.
|
|
mouse wheel. Also feature [feature-requests:#1451].
|
|
be used for horizontal scrolling.
|
|
document width.
|
|
through WM_MOUSEHWHEEL.
|
|
|
|
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
|
|
and update when changed by user.
Includes code from Zufu Liu.
|
|
EditModel::CurrentSurfaceMode.
|
|
InvalidateStyleRedraw calls DropGraphics and the unique_ptr destructors will
ensure that the pixmaps are destroyed when Editor is destroyed.
|
|
|
|
should now be compatible.
|
|
(ctuOneDefinitionRuleViolation) from Cppcheck.
|
|
Use constexpr.
|
|
new WinType.h header.
|
|
|
|
|
|
|
|
|
|
correctly so that SetScrollInfo is not called nor dwell end notified
unnecessarily.
|
|
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.
|
|
|
|
|
|
updates.
|
|
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.
|
|
|