Age | Commit message (Expand) | Author | Files | Lines |
2019-05-11 | Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ->... | Neil | 1 | -1/+1 |
2019-04-26 | Backport: Feature [feature-requests:#1238]. Simplify case forcing with CaseFo... | Neil | 1 | -29/+35 |
2019-04-26 | Backport: Feature [feature-requests:#1238]. Simplify camel case forcing by ch... | Neil | 1 | -4/+4 |
2019-04-25 | Backport: Bug [#1238]. Removed redundant loop. | Zufu Liu | 1 | -4/+0 |
2019-04-05 | Backport: Feature [feature-requests:#1272]. Add API to set default fold displ... | Neil | 1 | -3/+4 |
2019-04-02 | Backport: Removed variable which duplicated meaning of earlier variable. | Neil | 1 | -3/+2 |
2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include "Document.h... | Neil | 1 | -0/+1 |
2019-03-31 | Backport: Use generic versions of ceil, floor, round, lround, trunc from <cma... | mitchell | 1 | -5/+5 |
2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -8/+8 |
2019-02-05 | Backport: Feature [feature-requests:#1217]. Change API so block just for over... | Zufu Liu | 1 | -5/+6 |
2019-02-02 | Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. | Zufu Liu | 1 | -3/+3 |
2019-01-13 | Backport: Replace the only use of a function from <cctype> with a Scintilla f... | Neil | 1 | -1/+0 |
2019-01-06 | Backport: Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -1/+1 |
2018-06-06 | Backport: Added brace for multi-line if and normalized space. | Neil | 1 | -6/+7 |
2018-06-06 | Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. | Henrik Hank | 1 | -3/+9 |
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 1 | -6/+6 |
2018-05-13 | Backport: When line end characters are displayed, indicators are drawn under/... | Neil | 1 | -6/+7 |
2018-05-01 | Backport: Add IntegerRectangle to simplify drawing lines without casting. | Neil | 1 | -24/+28 |
2018-04-27 | Backport: Use nullptr for custom draw functions. | Neil | 1 | -7/+8 |
2018-04-26 | Backport: Specify concrete class for ldTabstops and use directly instead of c... | Neil | 1 | -7/+4 |
2018-05-06 | Backport: Use <chrono> for platform-independent timing and remove ElapsedTime... | mitchell | 1 | -19/+30 |
2018-05-06 | Backport: More const and cast avoidance. | mitchell | 1 | -4/+5 |
2018-04-20 | Backport: Mark pointer to constant parameter as const. | Neil | 1 | -1/+1 |
2018-05-06 | Backport: Feature [feature-requests:#1215]. Use standard functions in prferen... | mitchell | 1 | -4/+4 |
2018-04-20 | Backport: Avoid casts for DrawIndentGuide. | Neil | 1 | -6/+6 |
2018-04-19 | Backport: Templatize MakeUpperCase/MakeLowerCase so they work on char/int wit... | Neil | 1 | -4/+4 |
2018-04-19 | Backport: Use ColourDesired constructor explicitly to make more obvious. | Neil | 1 | -1/+1 |
2018-04-19 | Backport: Casting changed in many places, due to change to 64-bit variables f... | Neil | 1 | -44/+44 |
2018-04-19 | Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ... | Nicholai Benalal | 1 | -2/+3 |
2018-05-05 | Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2... | mitchell | 1 | -4/+3 |
2018-04-05 | Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on Edit... | Neil | 1 | -8/+0 |
2018-04-04 | Backport: Cache client rectangle on EditView so it can be used easily inside ... | Neil | 1 | -0/+8 |
2018-05-05 | Backport: Split decorations into interface and implementation. | mitchell | 1 | -10/+10 |
2018-03-27 | Backport: Use an interface for ContractionState so that there can be different | Neil | 1 | -15/+15 |
2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code tha... | Neil | 1 | -1/+0 |
2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large docu... | Neil | 1 | -22/+24 |
2018-03-01 | Backport: Mark variables as const where simple. | Neil | 1 | -46/+46 |
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and f... | Neil | 1 | -6/+0 |
2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not belon... | Neil | 1 | -0/+1 |
2017-06-22 | Backport: Cast between Sci_Position.h types used for lexers and Position.h ty... | Neil | 1 | -41/+49 |
2017-05-21 | Use unique_ptr and forward_list to regularize PerLine data structures. | Neil | 1 | -0/+1 |
2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+1 |
2017-05-10 | Simplify DecorationList and its clients by using a vector instead of an | Neil | 1 | -2/+2 |
2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 1 | -8/+8 |
2017-05-02 | Use unique_ptr for drawing surfaces and don't check for allocation failure | Neil | 1 | -22/+12 |
2017-04-12 | For speed, store height of capital letters in FontMeasurements so not | Neil | 1 | -2/+1 |
2017-04-09 | Further use of range-for. | Neil | 1 | -5/+5 |
2017-04-09 | Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion. | Neil | 1 | -1/+1 |
2017-04-06 | Added const where possible. | Neil | 1 | -36/+36 |
2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ... | A-R-C-A | 1 | -8/+62 |