| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-29 | Backport: Include "CharacterCategory.h" in all files that include ↵ | Neil | 1 | -0/+1 | |
| "Document.h" as it will be needed for adding a CharacterCategory feature. Backport of changeset 7391:9d98d77e920f. | |||||
| 2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -2/+2 | |
| Backport of changeset 7287:0272b3c3a03b. | |||||
| 2018-06-21 | Backport: Use override for methods in WatcherHelper. | Neil | 1 | -6/+6 | |
| Backport of changeset 7058:353423109e74. | |||||
| 2018-03-28 | Backport: Change '.' to '->' as Document::decorations was changed to a ↵ | Neil Hodgson | 1 | -4/+4 | |
| pointer by last set. Backport of changeset 6659:bb434e6d3f9b. | |||||
| 2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code ↵ | Neil | 1 | -1/+0 | |
| that uses them needs to #include "XPM.h". Move definition of standard methods on LineMarker from header to implementation to reduce included text and further isolate use of XPM and RGBAImage. Backport of changeset 6624:32adac0930bb. | |||||
| 2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -1/+1 | |
| Backport of changeset 6448:431b814a54a6. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 1 | -0/+1 | |
| belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
| 2017-07-18 | Backport: Bug [#1959]. Eliminate extra layer in signal emission for document. | Justin Dailey | 1 | -48/+19 | |
| Backport of changeset 6355:f8c75a2bda6d. | |||||
| 2017-05-21 | Make SparseVector work with move-only types. | Neil | 1 | -0/+1 | |
| Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed. | |||||
| 2017-03-31 | Using Sci::Position and Sci::Line to mark variables that are document positions | Neil | 1 | -2/+2 | |
| and lines. | |||||
| 2017-03-06 | Use several C++11 features as examples so problems with these features are seen. | Vicente | 1 | -0/+1 | |
| Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop. | |||||
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
| 2015-06-04 | Use static_cast instead of C-style casts to avoid warnings. | Neil | 1 | -41/+41 | |
| 2015-05-13 | Make single argument constructors explicit where simple to avoid possibility of | Neil | 1 | -1/+1 | |
| unintended conversions. | |||||
| 2014-10-10 | Ensure can see standard exceptions and so build. | Neil | 1 | -0/+1 | |
| 2014-09-12 | Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer. | Neil | 1 | -0/+4 | |
| From Jason Haslam. | |||||
| 2014-08-06 | Feature [feature-requests:#1064]. Add a get_character method on the document. | Neil | 1 | -0/+4 | |
| 2013-12-19 | Expose the EOLMode on the document object. | Neil Hodgson | 1 | -0/+8 | |
| From John Ehresman. | |||||
| 2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -0/+1 | |
| case conversion of Unicode text in accordance with Unicode. | |||||
| 2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+286 | |
| at Scientific Toolworks, Inc. with additions performed for Wingware. | |||||
