Age | Commit message (Expand) | Author | Files | Lines |
2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -14/+14 |
2019-01-06 | Backport: Bug [#2068]. Fix some clang-tidy warnings. | Zufu Liu | 1 | -1/+1 |
2018-06-03 | Fixed compilation failures with MSVC 2015. | mitchell | 1 | -2/+2 |
2018-05-24 | Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. Stand... | Neil | 1 | -5/+5 |
2018-05-13 | Backport: When line end characters are displayed, indicators are drawn under/... | Neil | 1 | -2/+3 |
2018-05-03 | Backport: Use Range and Position in more cases to avoid casts. | Neil | 1 | -2/+2 |
2018-05-03 | Backport: Ensure all 4 byte characters will work in MapRepresentation by usin... | Neil | 1 | -1/+1 |
2018-04-28 | Backport: Delete standard functions on classes where there could be attempts ... | Neil | 1 | -0/+10 |
2018-04-21 | Backport: Code improvements - noexcept and intialization. | Neil | 1 | -4/+4 |
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and f... | Neil | 1 | -4/+0 |
2017-05-10 | Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and | Neil | 1 | -6/+6 |
2017-04-21 | More consistent deletion of standard methods. | Neil | 1 | -2/+14 |
2017-04-19 | Use =delete for unwanted functions. | Neil | 1 | -4/+4 |
2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -3/+3 |
2017-04-06 | Added const where possible. | Neil | 1 | -1/+1 |
2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -8/+8 |
2016-12-09 | Use double coordinates instead of float in some cases as float ran out of | Neil | 1 | -0/+17 |
2016-11-05 | Add options to choose between the locations of a position when there | Neil Hodgson | 1 | -1/+11 |
2015-02-15 | Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator | Neil | 1 | -1/+1 |
2014-07-23 | Avoid shadowed names mostly in method prototypes. Turn off shadow | Neil | 1 | -1/+1 |
2014-07-08 | Split parts of Editor class off into EditModel, MarginView, and EditView clas... | Neil | 1 | -3/+2 |
2014-06-23 | Use Range type for hotspot to simplify manipulation. | Neil | 1 | -2/+1 |
2014-06-22 | Stop storing a pointer to the selection on LineLayout objects where it may have | Neil | 1 | -2/+1 |
2014-06-22 | Further use of const in layout and drawing. | Neil | 1 | -10/+10 |
2014-06-22 | Drawing and measuring should not change ViewStyle which is set by the container | Neil | 1 | -1/+1 |
2014-05-24 | Removing style byte indicators. | Neil | 1 | -2/+0 |
2014-05-02 | Use unsigned int for calculating hash and secondary probe as overflow of signed | Neil | 1 | -1/+1 |
2014-02-26 | Refactor methods for converting screen points to and from document index, mov... | Neil | 1 | -0/+3 |
2013-12-15 | Make single argument constructors explicit to avoid unexpected conversions. | Neil | 1 | -2/+2 |
2013-08-08 | Move functionality from Editor to ViewStyle. | Neil | 1 | -3/+6 |
2013-08-07 | Optimize performance with many control characters such as when opening | Neil | 1 | -2/+12 |
2013-07-23 | Only use map for character representations instead of unordered_map where pos... | nyamatongwe | 1 | -5/+1 |
2013-07-22 | Added the character representation feature. | Neil | 1 | -1/+27 |
2013-05-04 | Replacing raw pointers and allocations with std::vector. | nyamatongwe | 1 | -10/+5 |
2013-01-19 | Add private copy constructors to prevent copying and avoid warnings. | nyamatongwe | 1 | -0/+4 |
2012-01-18 | Change wrapIndent, wrapAddIndent, aveCharWidth to support fractional values. | Marko Njezic | 1 | -1/+1 |
2011-12-09 | Fractional position support. | nyamatongwe | 1 | -1/+1 |
2011-08-02 | Allow floating point text positioning. | nyamatongwe | 1 | -5/+5 |
2011-07-11 | Avoid shadowing of fields even for static methods to stop warnings. | nyamatongwe | 1 | -1/+1 |
2011-05-21 | Type safety. | nyamatongwe | 1 | -2/+2 |
2011-05-13 | Break measurement of text into reasonable sized segments similar | nyamatongwe | 1 | -8/+9 |
2011-04-29 | Use indicators to show matching braces. Feature #3290434. | nyamatongwe | 1 | -2/+2 |
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -4/+4 |
2009-08-26 | Avoid breaking text into substrings on selection boundaries for drawing | nyamatongwe | 1 | -1/+1 |
2009-07-07 | Using the last style on a line to determine the width of a virtual space | nyamatongwe | 1 | -0/+1 |
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 1 | -3/+3 |
2009-06-09 | Feature #2796119 Indent wrapped lines to first line. From maXmo. | nyamatongwe | 1 | -0/+1 |
2007-10-10 | Detect and handle invalid byte sequences in UTF-8 mode by displaying each | nyamatongwe | 1 | -2/+5 |
2007-07-25 | Fixed bugs where caret was not shown at start of wrapped lines or was shown | nyamatongwe | 1 | -0/+1 |
2007-06-04 | fix osx build for new positioncache code | scaraveo | 1 | -0/+8 |