| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
noexcept context.
|
|
Previously, more initialisation was performed inside DllMain but some actions
such as loading libraries are unsafe inside DllMain.
Avoid listbox UnregisterClass if no attempt to register which will occur if
no Scintilla windows were created.
std::call_once is used to ensure initialisation is performed at most once.
|
|
paint.
|
|
|
|
drop.
Simplify IME font definition.
|
|
|
|
|
|
|
|
defined behaviour.
|
|
subclass.
|
|
Added constexpr where reasonable.
|
|
share implementation of window pointers between files, use GetWindowStyle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move WM_INPUTLANGCHANGE[REQUEST] into IMEMessage.
|
|
Changed HDC, HPEN, HBRUSH, HFONT, HRGN, and HBITMAP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is commented out and may be enabled by changing source code.
|
|
|
|
|
|
cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard.
This does not change drag-and-drop as that depends on CF_TEXT such as when
dragging from DBCS.
|
|
be reused.
|
|
This allows removal of related #include statements.
|
|
Avoid warnings for potentially NULL pRenderTarget.
|
|
|
|
|
|
|
|
|
|
|
|
while typing.
|
|
of composition text.
|
|
typing.
|
|
composition text.
|
|
Feature [feature-requests:#1300] part 1.
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|