Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
indicator at file end.
|
|
Reversed order of selection checks as SelectionEmpty is lighter than
PointInSelection.
|
|
|
|
|
|
|
|
and simplify callers.
|
|
|
|
variable names.
|
|
|
|
|
|
|
|
Use ReleaseUnknown which is noexcept making it easier to reason about exceptions.
Add constexpr where possible.
|
|
|
|
|
|
|
|
return less text than in document.
|
|
|
|
|
|
first two stops over the whole rectangle.
|
|
|
|
undefined or implementation defined behaviour.
Drop some casts by hoisting out part of dwordMultiplied.
|
|
|
|
Use range for when reasonable. Prefer transform over explicit loop.
|
|
noexcept context.
|
|
GetDpiForMonitor to emulate it.
|
|
|
|
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.
|
|
messages. Modify types to match.
|
|
share implementation of window pointers between files, use GetWindowStyle.
|
|
|
|
|