aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit
AgeCommit message (Collapse)AuthorFilesLines
2018-06-21Backport: Use override for methods in WatcherHelper.Neil1-6/+6
Backport of changeset 7058:353423109e74.
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell1-1/+1
2018-04-26Backport: Remove cast that is not needed.Neil1-1/+1
Backport of changeset 6744:1e9563e79132.
2018-03-28Backport: Change '.' to '->' as Document::decorations was changed to a ↵Neil Hodgson1-4/+4
pointer by last set. Backport of changeset 6659:bb434e6d3f9b.
2018-03-22Updating for 3.8.0.mitchell1-1/+1
2018-03-16Backport: Remove line-end white space.Neil3-9/+9
Backport of changeset 6625:2dd6b8049c4e.
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code ↵Neil1-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-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
Backport of changeset 6448:431b814a54a6.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil4-20/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not ↵Neil1-0/+1
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7.
2017-07-23Backport: Bug [#1959]. Avoid problems with changes with different versions ↵Neil Hodgson1-0/+2
of Qt. Backport of changeset 6358:fce43dff709b.
2017-07-18Backport: Bug [#1959]. Eliminate extra layer in signal emission for document.Justin Dailey2-62/+21
Backport of changeset 6355:f8c75a2bda6d.
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want ↵Neil1-0/+1
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e.
2017-06-14Backport: Use $$files instead of bare wildcard to support including in a ↵Neil1-1/+1
parent project. Backport of changeset 6315:9db390056b66.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil1-0/+1
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
2017-05-23Updated for 3.7.5 release.Neil1-1/+1
2017-05-21Make SparseVector work with move-only types.Neil1-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-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-2/+2
and lines.
2017-03-19Update for 3.7.4 release.Neil1-1/+1
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-0/+1
Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop.
2017-02-16Updates for 3.7.3.rel-3-7-3Neil1-1/+1
2016-12-27Updates for 3.7.2.rel-3-7-2Neil1-1/+1
2016-11-30Updates for 3.7.1.Neil1-1/+1
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-2/+2
2016-11-07Move warning suppression from global header to Qt platform layer header soNeil1-0/+4
warnings are visible for platform-independent code.
2016-10-11Updates for 3.7.0.Neil1-1/+1
2016-08-31Updates for 3.6.7.Neil1-1/+1
2016-05-18Updates for 3.6.6.Neil1-2/+2
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson1-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-23Updates for 3.6.5 release.Neil1-1/+1
2016-03-09Updates for 3.6.4.Neil1-1/+1
2016-01-22For Qt, release builds have assertions turned off.John Ehresman1-0/+3
2016-01-10Updates for 3.6.3.Neil1-1/+1
2015-11-20Remove line end whitespace.Neil2-4/+4
2015-11-02Updates for 3.6.2.Neil1-1/+1
2015-09-10Updates for 3.6.1.rel-3-6-1johnsonj1-1/+1
2015-07-29Update version numbers and dates for 3.6.0 release.Neil1-1/+1
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil1-0/+1
2015-06-19Updates for release 3.5.7.rel-3-5-7Neil1-1/+1
2015-06-04Use static_cast instead of C-style casts to avoid warnings.Neil1-41/+41
2015-05-22Updates for 3.5.6.Neil1-1/+1
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
unintended conversions.
2015-04-14Getting ready for 3.5.5 release.Neil1-1/+1
2015-03-05Updates for 3.5.4.Neil1-1/+1
2015-01-14Preparing for version 3.5.3.Neil1-1/+1
2014-11-29Updates for 3.5.2 release.Neil1-1/+1
2014-10-10Ensure can see standard exceptions and so build.Neil1-0/+1
2014-09-25Updating for 3.5.1.Neil1-1/+1
2014-09-12Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.Neil3-1/+17
From Jason Haslam.
2014-08-09Getting ready to release 3.5.0.Neil1-1/+1