Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
in Scintilla.iface.
|
|
to fix warnings before making widening types in the next change set.
|
|
|
|
|
|
|
|
|
|
|
|
Relies on Platform environment variable and defaults to 32-bit.
|
|
C++ Core Guidelines C.146.
|
|
|
|
|
|
|
|
|
|
type safety and adherence to C++ Core Guidelines C.146.
|
|
This reduces casting.
|
|
|
|
|
|
|
|
Use noexcept, namespace, const, constexpr, and static inline where reasonable.
Avoid warnings in initializations.
|
|
|
|
|
|
|
|
|
|
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.
|
|
|
|
Remove unused headers from HeaderOrder.txt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dragging instead of manipulating global state..
|
|
Added automatic scrolling when text dragged near edge of window.
|
|
|
|
|
|
This avoids a warning when Direct2D debugging turned on.
|
|
|
|
is a bug.
|