Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-29 | Apply rule-of-zero to delete standard methods where possible as handled by | Neil | 1 | -7/+0 |
2021-09-15 | More accurate with 'noexcept'. | Neil | 1 | -2/+2 |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 |
2019-04-08 | Rename FontNames to UniqueStringSet and move into UniqueString. | Neil | 1 | -0/+20 |
2019-04-05 | Move UniqueStringCopy into its own source file UniqueString.cxx to hide the | Neil | 1 | -9/+1 |
2019-04-05 | Feature [feature-requests:#1272]. Add API to set default fold display text. | Neil | 1 | -0/+4 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 |
2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+34 |