aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit
AgeCommit message (Collapse)AuthorFilesLines
2022-05-17Updates for 5.2.3 release.Neil1-1/+1
2022-03-27Updates for 5.2.2 release.Neil1-1/+1
2022-02-24Updates for 5.2.1 release.rel-5-2-1Neil1-1/+1
2022-02-05Updates for 5.2.0.rel-5-2-0Neil1-1/+1
2021-12-12Ensure enough room for NUL terminator in string return values.Neil1-3/+4
2021-12-12Made compatible with Qt 6.Fan Yang1-0/+1
Authored by Fan Yang and Justin Dailey.
2021-12-03Updates for 5.1.5.Neil1-1/+1
2021-11-03Updates for 5.1.4.Neil1-1/+1
2021-10-25Don't define destructors when not needed, use unique_ptr, explict constructors.Neil1-4/+0
2021-09-29Updates for 5.1.3.rel-5-1-3Neil1-1/+1
2021-09-20Updates for 5.1.2.Neil1-1/+1
2021-07-20Updates for 5.1.1 release.Neil1-1/+1
2021-07-03Remove remnants of support for including lexers in Scintilla.Neil1-1/+1
2021-06-18Updated for stable version 5.1.0.Neil1-1/+1
2021-05-29Updates for 5.0.3.Neil1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil2-9/+13
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-05-09Add @file to template files.Neil Hodgson2-2/+2
2021-05-09Add @file <filename> comments to follow convention.Neil2-3/+3
Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X.
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil2-3/+3
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both.
2021-04-21Updates for 5.0.2.rel-5-0-2Neil1-1/+1
2021-04-03Updates for 5.0.1.Neil1-1/+1
2021-03-29Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.Neil1-0/+1
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
2021-03-23Add colouralpha type to iface.Neil1-1/+2
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