Age | Commit message (Collapse) | Author | Files | Lines |
|
and avoids type warnings.
|
|
familiarity.
|
|
explicit swap chain and ID2D1DeviceContext.
Stop supporting DirectWrite on Windows Vista.
|
|
|
|
invalidation which may be more costly to restore.
|
|
Drawing code just needs one or the other but other calls need a particular type
with casting hiding potential problems. This will be more important in the
future when a third type of render target ID2D1DeviceContext will be added.
Use unique_ptr more for render targets to ensure they are freed correctly.
|
|
Move GetSizeUFromRect earlier for possible new code.
|
|
Doesn't change functionality yet but ensures more recent APIs will be available.
|
|
|
|
|
|
Return 1 instead of documented 0 as this prevents interception of following
WM_MOUSEHWHEEL messages, likely by Logi Options+ mouse driver.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|