| Age | Commit message (Collapse) | Author | Files | Lines |
|
parent project.
Backport of changeset 6315:9db390056b66.
|
|
Replaced Platform::Clamp with Sci::clamp.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
Backported from changeset 6307:7030530a9a0f.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
and lines.
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
warnings are visible for platform-independent code.
|
|
|
|
|
|
|
|
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unintended conversions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Jason Haslam.
|
|
|
|
ScintillaConstants.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From John Ehresman.
|
|
|
|
|