| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-08-27 | Bug [#2197]. Avoid rewrap when checkTextAndStyle finds unchanged from cache. | Zufu Liu | 1 | -5/+4 |
| 2020-08-26 | Bug [#2199]. Fixed bug where a hovered INDIC_TEXTFORE indicator was not applying | uhf7 | 1 | -3/+6 |
| 2020-08-21 | Reduce code and variable lifetime. | Zufu Liu | 1 | -6/+3 |
| 2020-08-21 | Bug [#2197]. Fixed bug where layout caching was ineffective. | Neil | 1 | -1/+2 |
| 2020-07-16 | Make WrapMode an enum class for more type safety. | Neil | 1 | -4/+4 |
| 2020-07-16 | Rename validLevel to ValidLevel and make an enum class. | Neil | 1 | -8/+8 |
| 2020-07-16 | Add some const, constexpr. | Neil | 1 | -1/+1 |
| 2020-07-11 | Removed calls that had no effect as drawing in indent guides uses FillRectangle | Neil | 1 | -2/+0 |
| 2020-07-11 | Treat DEL as a control character for determining block caret size. | Zufu Liu | 1 | -5/+6 |
| 2020-06-12 | Bug [#2141]. Implement end of line annotations. | Prakash Sahni | 1 | -1/+93 |
| 2020-06-11 | Use noexcept where safe and maintainable. | Neil | 1 | -3/+3 |
| 2020-06-10 | Convert enum to enum class. Add noexcept and const. | Neil | 1 | -6/+6 |
| 2020-03-26 | Fix spelling mistakes. | Neil | 1 | -1/+1 |
| 2020-03-19 | Minor improvements - noexcept, constexpr, cast removal. | Neil | 1 | -10/+8 |
| 2020-03-19 | Feature [feature-requests:1302] Simplify DrawCarets. | Zufu Liu | 1 | -5/+4 |
| 2020-03-19 | Feature [feature-requests:1302] Add IsCaretVisible to simplify DrawCarets. | Zufu Liu | 1 | -1/+1 |
| 2019-06-21 | Bug [#2106]. Place line caret in correct location for line caret with block OVR. | Neil | 1 | -1/+3 |
| 2019-05-11 | Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour". | Neil | 1 | -1/+1 |
| 2019-04-26 | Feature [feature-requests:#1238]. Simplify case forcing with CaseForce function | Neil | 1 | -29/+35 |
| 2019-04-26 | Feature [feature-requests:#1238]. Simplify camel case forcing by checking only | Neil | 1 | -4/+4 |
| 2019-04-25 | Bug [#1238]. Removed redundant loop. | Zufu Liu | 1 | -4/+0 |
| 2019-04-05 | Feature [feature-requests:#1272]. Add API to set default fold display text. | Neil | 1 | -3/+4 |
| 2019-04-02 | Removed variable which duplicated meaning of earlier variable. | Neil | 1 | -3/+2 |
| 2019-03-29 | Include "CharacterCategory.h" in all files that include "Document.h" as it will | Neil | 1 | -0/+1 |
| 2019-03-25 | Use generic versions of ceil, floor, round, lround, trunc from <cmath>. | Neil | 1 | -9/+9 |
| 2019-03-03 | Use noexcept where reasonable. | Neil | 1 | -8/+8 |
| 2019-02-05 | Feature [feature-requests:#1217]. Change API so block just for overstrike. | Zufu Liu | 1 | -5/+6 |
| 2019-02-02 | Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. | Zufu Liu | 1 | -3/+3 |
| 2019-01-13 | Replace the only use of a function from <cctype> with a Scintilla function. | Neil | 1 | -1/+0 |
| 2019-01-06 | Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -1/+1 |
| 2018-06-06 | Added brace for multi-line if and normalized space. | Neil | 1 | -6/+7 |
| 2018-06-06 | SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. | Henrik Hank | 1 | -3/+9 |
| 2018-06-02 | Make virtual space selections visible in bidirectional mode. | Neil | 1 | -1/+10 |
| 2018-06-02 | Define IScreenLineLayout as the main interface for implementing bidirectional | Neil | 1 | -5/+10 |
| 2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -13/+13 |
| 2018-05-23 | Implement bidirectional mode bidiL2R for DirectDraw on Win32. | Neil | 1 | -37/+163 |
| 2018-05-15 | Replace ELEMENTS with std::size and drop inclusion of StringCopy.h. | Neil | 1 | -1/+0 |
| 2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 1 | -31/+28 |
| 2018-05-14 | Include <string_view> to allow future use in Platform interface and Unicode. | Neil | 1 | -0/+1 |
| 2018-05-13 | When line end characters are displayed, indicators are drawn under/over them. | Neil | 1 | -6/+7 |
| 2018-05-01 | Add IntegerRectangle to simplify drawing lines without casting. | Neil | 1 | -24/+28 |
| 2018-04-27 | Use nullptr for custom draw functions. | Neil | 1 | -7/+8 |
| 2018-04-26 | Specify concrete class for ldTabstops and use directly instead of copying value | Neil | 1 | -7/+4 |
| 2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 1 | -19/+30 |
| 2018-04-20 | More const and cast avoidance. | Neil | 1 | -5/+6 |
| 2018-04-20 | Mark pointer to constant parameter as const. | Neil | 1 | -1/+1 |
| 2018-04-20 | Feature [feature-requests:#1215]. Use standard functions in prference to | Neil | 1 | -4/+4 |
| 2018-04-20 | Avoid casts for DrawIndentGuide. | Neil | 1 | -6/+6 |
| 2018-04-19 | Templatize MakeUpperCase/MakeLowerCase so they work on char/int without casts. | Neil | 1 | -4/+4 |
| 2018-04-19 | Use ColourDesired constructor explicitly to make more obvious. | Neil | 1 | -1/+1 |