Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
All events include a set of keyboard modifier flags.
Older calls that passed individual parameters for each key were removed.
|
|
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
|
|
|
|
|
|
|
|
|
|
reproducible.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
|
|
limiting scope, making comments more accurate, and avoiding warnings from clang
analyze.
|
|
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
and lines.
|
|
Raise the default list length to 9 items.
|
|
|
|
LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so
check for availability before using.
|
|
only available from Windows 2000 and later.
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to SDK headers.
|
|
and StringDecode more and make more likely to be optimized.
|
|
|
|
|
|
|
|
of memmove and memcpy.
This allows SplitVector<std::string> to work.
|