Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Backport: Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py. | Neil | 1 | -1/+2 | |
Backport of changeset 7583:d6ca697df2a0. | |||||
2019-06-18 | Backport: Feature [feature-requests:#1297] 2: Add line type to WidgetGen.py | Neil | 1 | -1/+2 | |
Backport of changeset 7579:c354c49503c5. | |||||
2019-06-05 | Preparing for 3.10.6 release. | mitchell | 1 | -1/+1 | |
2019-05-09 | Updated version number for release.rel-3-10-5 | mitchell | 1 | -1/+1 | |
2019-04-17 | Updated version number for release. | mitchell | 1 | -1/+1 | |
2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵ | mitchell | 1 | -0/+1 | |
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view. | |||||
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-09 | Updated version number for release. | mitchell | 1 | -1/+1 | |
2019-03-03 | Backport: Use noexcept where reasonable. | Neil | 1 | -2/+2 | |
Backport of changeset 7287:0272b3c3a03b. | |||||
2019-01-12 | Updates for version 3.10.2. | mitchell | 1 | -1/+1 | |
2018-10-31 | Updated for 3.10.1.rel-3-10-1 | mitchell | 1 | -1/+1 | |
2018-06-21 | Backport: Use override for methods in WatcherHelper. | Neil | 1 | -6/+6 | |
Backport of changeset 7058:353423109e74. | |||||
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -1/+1 | |
2018-04-26 | Backport: Remove cast that is not needed. | Neil | 1 | -1/+1 | |
Backport of changeset 6744:1e9563e79132. | |||||
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-22 | Updating for 3.8.0. | mitchell | 1 | -1/+1 | |
2018-03-16 | Backport: Remove line-end white space. | Neil | 3 | -9/+9 | |
Backport of changeset 6625:2dd6b8049c4e. | |||||
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 | 4 | -20/+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-23 | Backport: Bug [#1959]. Avoid problems with changes with different versions ↵ | Neil Hodgson | 1 | -0/+2 | |
of Qt. Backport of changeset 6358:fce43dff709b. | |||||
2017-07-18 | Backport: Bug [#1959]. Eliminate extra layer in signal emission for document. | Justin Dailey | 2 | -62/+21 | |
Backport of changeset 6355:f8c75a2bda6d. | |||||
2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -0/+1 | |
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
2017-06-14 | Backport: Use $$files instead of bare wildcard to support including in a ↵ | Neil | 1 | -1/+1 | |
parent project. Backport of changeset 6315:9db390056b66. | |||||
2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -0/+1 | |
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
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 | |