aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil1-1/+1
2019-12-11Readying 4.2.3 release.rel-4-2-3Neil1-1/+1
2019-12-03Readying 4.2.2 release.rel-4-2-2Neil1-1/+1
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil1-1/+1
2019-07-02Readying 4.2.0 release.Neil1-1/+1
2019-06-22Suppress GCC 8 diagnostic Wcast-function-type as this occurs many times forNeil Hodgson1-0/+3
casts in code generated by Shiboken.
2019-06-18Feature [feature-requests:#1297] 6: Support enumerated types in APIs.Neil1-3/+8
2019-06-18Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.Neil1-1/+2
2019-06-18Feature [feature-requests:#1297] 2: Add line type to WidgetGen.pyNeil1-1/+2
2019-06-13Make a new release due to a regression in SciTE with 4.1.6.rel-4-1-7Neil1-1/+1
2019-06-05Preparing for 4.1.6 release.Neil1-1/+1
2019-04-13Preparing for 4.1.5 release.Neil1-1/+1
2019-04-05Move UniqueStringCopy into its own source file UniqueString.cxx to hide theNeil1-0/+1
implementation.
2019-03-29Include "CharacterCategory.h" in all files that include "Document.h" as it willNeil1-0/+1
be needed for adding a CharacterCategory feature.
2019-03-04Updated version number for release.Neil1-1/+1
2019-03-03Use noexcept where reasonable.Neil1-2/+2
2019-01-07Updates for version 4.1.3.rel-4-1-3Neil1-1/+1
2018-12-14Stop specifying -std:c++latest as that is no longer needed to enable C++17 withNeil1-4/+0
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
2018-09-30Updates for 4.1.2 release.Neil1-1/+1
2018-09-05Updates for 4.1.1.Neil1-1/+1
2018-06-21Use override for methods in WatcherHelper.Neil1-6/+6
2018-06-15Updates for 4.1.0.Neil1-1/+1
2018-05-14Include <string_view> to allow future use in Platform interface and Unicode.Neil1-0/+1
2018-05-06Updates for 4.0.5.rel-4-0-5Neil1-1/+1
2018-04-26Remove cast that is not needed.Neil1-1/+1
2018-04-07Updates for 4.0.4.rel-4-0-4Neil1-1/+1
2018-03-28Change '.' to '->' as Document::decorations was changed to a pointer by last ↵Neil Hodgson1-4/+4
set.
2018-03-16Remove line-end white space.Neil3-9/+9
2018-03-15Use forward class definitions of XPM and RGBAImage so only code that uses themNeil1-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-08Updating for 4.0.3.Neil1-1/+1
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
2018-01-28Allow C++17 in all build and project files.Neil1-1/+1
2017-10-26Updates for 4.0.2.rel-4-0-2Neil1-1/+1
2017-10-18Updates for 4.0.1 release.rel-4-0-1Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil4-20/+0
interfaces ILexer4 and IDocument.
2017-08-28New header ILoader.h defines ILoader interface as it does not belong in ↵Neil1-0/+1
ILexer.h.
2017-08-11Preparing for the 4.0.0 release.Neil1-1/+1
2017-07-23Bug [#1959]. Avoid problems with changes with different versions of Qt.Neil Hodgson1-0/+2
2017-07-18Bug [#1959]. Eliminate extra layer in signal emission for document.Justin Dailey2-62/+21
2017-06-22Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just haveNeil2-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-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-0/+1
default implementations of the ILexerWithSubStyles interface methods.
2017-06-14Use $$files instead of bare wildcard to support including in a parent project.Neil1-1/+1
2017-06-12Removed unused functions and methods from Platform.h.Neil1-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-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