Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-09 | Fixed bad backport involving noexcept default constructors for Clang 3.4. | mitchell | 1 | -1/+1 | |
2019-04-08 | Backport: Rename FontNames to UniqueStringSet and move into UniqueString. | Neil | 1 | -0/+20 | |
It may be useful in more situations than just font names. Backport of changeset 7409:a70a4ee51448. | |||||
2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵ | mitchell | 1 | -9/+1 | |
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view. | |||||
2019-04-05 | Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵ | Neil | 1 | -0/+4 | |
display text. Backport of changeset 7400:9fcb52fdb307. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -4/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+34 | |
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. |