Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-07 | Updates for 4.0.4.rel-4-0-4 | Neil | 1 | -1/+1 | |
2018-03-28 | Change '.' to '->' as Document::decorations was changed to a pointer by last ↵ | Neil Hodgson | 1 | -4/+4 | |
set. | |||||
2018-03-16 | Remove line-end white space. | Neil | 3 | -9/+9 | |
2018-03-15 | Use forward class definitions of XPM and RGBAImage so only code that uses them | Neil | 1 | -1/+0 | |
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. | |||||
2018-02-08 | Updating for 4.0.3. | Neil | 1 | -1/+1 | |
2018-02-02 | Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 1 | -1/+1 | |
2018-01-28 | Allow C++17 in all build and project files. | Neil | 1 | -1/+1 | |
2017-10-26 | Updates for 4.0.2.rel-4-0-2 | Neil | 1 | -1/+1 | |
2017-10-18 | Updates for 4.0.1 release.rel-4-0-1 | Neil | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 4 | -20/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-08-28 | New header ILoader.h defines ILoader interface as it does not belong in ↵ | Neil | 1 | -0/+1 | |
ILexer.h. | |||||
2017-08-11 | Preparing for the 4.0.0 release. | Neil | 1 | -1/+1 | |
2017-07-23 | Bug [#1959]. Avoid problems with changes with different versions of Qt. | Neil Hodgson | 1 | -0/+2 | |
2017-07-18 | Bug [#1959]. Eliminate extra layer in signal emission for document. | Justin Dailey | 2 | -62/+21 | |
2017-06-22 | Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have | Neil | 2 | -3/+3 | |
IDocument but with all the methods from IDocumentWithLineEnd. This removes version checking (for now). Use dvRelease4 ID. Drop mask argument to StartStyling. | |||||
2017-06-22 | Add a DefaultLexer class which lexers can subclass if they want reasonable | Neil | 1 | -0/+1 | |
default implementations of the ILexerWithSubStyles interface methods. | |||||
2017-06-14 | Use $$files instead of bare wildcard to support including in a parent project. | Neil | 1 | -1/+1 | |
2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 1 | -9/+6 | |
Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux. | |||||
2017-05-23 | Updated for 3.7.5 release. | Neil | 1 | -1/+1 | |
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-19 | Update for 3.7.4 release. | Neil | 1 | -1/+1 | |
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. | |||||
2017-02-16 | Updates for 3.7.3.rel-3-7-3 | Neil | 1 | -1/+1 | |
2016-12-27 | Updates for 3.7.2.rel-3-7-2 | Neil | 1 | -1/+1 | |
2016-11-30 | Updates for 3.7.1. | Neil | 1 | -1/+1 | |
2016-11-16 | Deprecate non-branded struct names in Scintilla.h. | Neil | 1 | -2/+2 | |
2016-11-07 | Move warning suppression from global header to Qt platform layer header so | Neil | 1 | -0/+4 | |
warnings are visible for platform-independent code. | |||||
2016-10-11 | Updates for 3.7.0. | Neil | 1 | -1/+1 | |
2016-08-31 | Updates for 3.6.7. | Neil | 1 | -1/+1 | |
2016-05-18 | Updates for 3.6.6. | Neil | 1 | -2/+2 | |
2016-04-28 | Fixes for problems with C++11 <regex>. | Neil Hodgson | 1 | -0/+9 | |
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide. For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1. | |||||
2016-04-23 | Updates for 3.6.5 release. | Neil | 1 | -1/+1 | |
2016-03-09 | Updates for 3.6.4. | Neil | 1 | -1/+1 | |
2016-01-22 | For Qt, release builds have assertions turned off. | John Ehresman | 1 | -0/+3 | |
2016-01-10 | Updates for 3.6.3. | Neil | 1 | -1/+1 | |
2015-11-20 | Remove line end whitespace. | Neil | 2 | -4/+4 | |
2015-11-02 | Updates for 3.6.2. | Neil | 1 | -1/+1 | |
2015-09-10 | Updates for 3.6.1.rel-3-6-1 | johnsonj | 1 | -1/+1 | |
2015-07-29 | Update version numbers and dates for 3.6.0 release. | Neil | 1 | -1/+1 | |
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
2015-06-19 | Updates for release 3.5.7.rel-3-5-7 | Neil | 1 | -1/+1 | |
2015-06-04 | Use static_cast instead of C-style casts to avoid warnings. | Neil | 1 | -41/+41 | |
2015-05-22 | Updates for 3.5.6. | Neil | 1 | -1/+1 | |
2015-05-13 | Make single argument constructors explicit where simple to avoid possibility of | Neil | 1 | -1/+1 | |
unintended conversions. | |||||
2015-04-14 | Getting ready for 3.5.5 release. | Neil | 1 | -1/+1 | |
2015-03-05 | Updates for 3.5.4. | Neil | 1 | -1/+1 | |
2015-01-14 | Preparing for version 3.5.3. | Neil | 1 | -1/+1 | |
2014-11-29 | Updates for 3.5.2 release. | Neil | 1 | -1/+1 | |
2014-10-10 | Ensure can see standard exceptions and so build. | Neil | 1 | -0/+1 | |