aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19Add Geometry.cxx for geometric and colour operations too complex for headers.Neil1-0/+1
Add FillStroke to hold parameters for drawing shapes.
2021-03-18std::optional is a basic vocabulary type that may be used widely so includeNeil1-0/+1
almost everywhere.
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-0/+1
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules.
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-0/+1
2021-03-05Update version number to 5.0.0.Neil1-1/+1
2020-11-07Update Qt projects to exclude lexers and lexlib.Neil1-16/+4
2020-11-28Update version number to 4.4.6 and release date.Neil1-1/+1
2020-09-05Update version number to 4.4.5.Neil1-1/+1
2020-07-18Updates for 4.4.4.Neil1-1/+1
2020-06-03Updates for 4.4.3.Neil1-1/+1
2020-06-02Updates for 4.4.2.rel-4-4-2Neil1-1/+1
2020-05-28Updates for 4.4.0.Neil1-1/+1
2020-04-23Updates for 4.3.3.rel-4-3-3Neil1-1/+1
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-1/+1
Python 2 still. On Windows, Python3 is used.
2020-04-16Specify that NotifyStyleNeeded is an override. Replace 0/NULL with nullptr.Neil1-5/+5
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil1-1/+1
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil1-1/+1
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