Age | Commit message (Expand) | Author | Files | Lines |
2019-11-01 | Remove noexcept from allocating constructors as may throw on memory exhaustion. | Neil | 1 | -1/+1 |
2019-07-02 | Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined behaviour. | Neil | 1 | -3/+2 |
2019-06-29 | Bug [#2115]. Fix undefined behaviour of shifting negative values. | Zufu Liu | 1 | -2/+3 |
2019-04-25 | Bug [#1223]. Removed duplicate code. | Neil | 1 | -2/+1 |
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 | -1/+1 |
2019-03-03 | Use noexcept where reasonable. | Neil | 1 | -12/+12 |
2019-01-06 | Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -1/+1 |
2018-09-26 | Bug [#2046]. Optimize setting up representation. | Zufu Liu | 1 | -2/+3 |
2018-05-30 | Add header needed for floor. | Neil Hodgson | 1 | -0/+1 |
2018-05-30 | Add TabPositionAfter method to IScreenLine as this calculation is needed on each | Neil | 1 | -0/+4 |
2018-05-24 | Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods. | Neil | 1 | -7/+6 |
2018-05-23 | Implement bidirectional mode bidiL2R for DirectDraw on Win32. | Neil | 1 | -0/+103 |
2018-05-21 | Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8. | Neil Hodgson | 1 | -1/+2 |
2018-05-14 | Modernize Platform.h (4) - update Surface to use string_view for text arguments. | Neil | 1 | -2/+2 |
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 | -5/+5 |
2018-05-03 | Use Range and Position in more cases to avoid casts. | Neil | 1 | -15/+18 |
2018-05-03 | Ensure all 4 byte characters will work in MapRepresentation by using unsigned... | Neil | 1 | -9/+16 |
2018-04-21 | Tighten definition of regular expression iterators so they are noexcept and | Neil | 1 | -1/+1 |
2018-03-28 | Split decorations into interface and implementation. | Neil | 1 | -3/+3 |
2018-03-15 | Use forward class definitions of XPM and RGBAImage so only code that uses them | Neil | 1 | -1/+0 |
2018-03-09 | Use Position/Line/int more accurately in preparation for large documents. | Neil | 1 | -14/+15 |
2018-03-01 | Mark variables as const where simple. | Neil | 1 | -10/+10 |
2018-03-01 | Use make_unique in preference to new. | Neil | 1 | -9/+9 |
2018-01-28 | Use std::end when filling arrays as reduces chance of mistake. | Neil | 1 | -2/+3 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 |
2017-08-28 | New header ILoader.h defines ILoader interface as it does not belong in ILexe... | 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 | -1/+1 |
2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 1 | -36/+22 |
2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -3/+13 |
2017-04-19 | Drop reinterpret_cast when can implicit cast to void* or const void*. | Neil | 1 | -2/+2 |
2017-04-15 | Use bool literals true and false instead of 1 and 0. | Neil | 1 | -1/+1 |
2017-04-09 | Further use of range-for. | Neil | 1 | -10/+10 |
2017-04-07 | Remove unnecessary casts. | Neil | 1 | -2/+2 |
2017-04-06 | Added const where possible. | Neil | 1 | -6/+6 |
2017-04-01 | More encapsulation for Decoration and DecorationList. | Neil | 1 | -2/+2 |
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -4/+3 |
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -8/+8 |
2017-03-08 | Fix warnings from Visual Studio 2017. | Neil | 1 | -2/+2 |
2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -0/+1 |
2016-11-05 | Add options to choose between the locations of a position when there | Neil Hodgson | 1 | -1/+7 |
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 |
2015-02-15 | Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator | Neil | 1 | -2/+12 |
2014-10-02 | Include <stdexcept> so that exceptions derived from std::runtime_error can be | Neil | 1 | -0/+1 |
2014-07-08 | Split parts of Editor class off into EditModel, MarginView, and EditView clas... | Neil | 1 | -13/+12 |
2014-06-23 | Use Range type for hotspot to simplify manipulation. | Neil | 1 | -2/+1 |
2014-06-22 | Extra casting to prevent warnings from cppcheck. | Neil | 1 | -2/+2 |
2014-06-22 | Stop storing a pointer to the selection on LineLayout objects where it may have | Neil | 1 | -4/+3 |