Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
in PopUp::Text mode.
|
|
|
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|
|
|
|
instances created on different threads.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Win32 and Qt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by GdiAlphaBlend.
|
|
|
|
|
|
Replace [v]sprintf with bounds checked [v]snprintf.
|
|
|
|
|
|
|
|
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
|
|
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.
|
|
for autocompletion lists.
This prevents the text appearing blurred with GDI scaling.
|
|
|
|
|
|
|
|
Ensure works on text longer than stackBufferLength.
|
|
|
|
Treat case where outline and fill are same colour as single fill call for more
uniform appearance.
In thin rectangles, shift to semi-circular ends when no room for full rounded
corners.
Use different radius for fill and stroke for more uniform appearance.
|