Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-18 | Updates for version 5.3.7. | Neil | 1 | -1/+1 | |
2023-07-23 | Updates for version 5.3.6.rel-5-3-6 | Neil | 1 | -1/+1 | |
2023-06-28 | Add const where viable. | Neil | 1 | -1/+1 | |
2023-05-27 | Updates for version 5.3.5.rel-5-3-5 | Neil | 1 | -1/+1 | |
2023-03-04 | Updates for version 5.3.4.rel-5-3-4 | Neil | 1 | -1/+1 | |
2023-02-22 | Remove _CRT_SECURE_NO_DEPRECATE. | Neil | 1 | -1/+1 | |
Replace [v]sprintf with bounds checked [v]snprintf. | |||||
2023-02-04 | Updates for version 5.3.3. | Neil | 1 | -1/+1 | |
2022-12-02 | Updates for version 5.3.2.rel-5-3-2 | Neil | 1 | -1/+1 | |
2022-10-09 | Update version number to 5.3.1. | Neil | 1 | -1/+1 | |
2022-09-12 | Remove NotifyLexerChanged notification from DocWatcher. | Neil | 2 | -6/+0 | |
This is a private interface but could be used by independent platform layers and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit. | |||||
2022-08-24 | Updates for 5.3.0 release. | Neil | 1 | -1/+1 | |
2022-07-31 | Added change history which can display document changes (modified, saved, ...) | Neil | 1 | -0/+1 | |
in the margin or in the text. | |||||
2022-07-06 | Updates for 5.2.4 release.rel-5-2-4 | Neil | 1 | -1/+1 | |
2022-07-04 | Remove ScintillaEditPy from WidgetGen.py as it was removed in Scintilla 5.1.5. | Neil | 1 | -20/+3 | |
2022-05-17 | Updates for 5.2.3 release. | Neil | 1 | -1/+1 | |
2022-03-27 | Updates for 5.2.2 release. | Neil | 1 | -1/+1 | |
2022-02-24 | Updates for 5.2.1 release.rel-5-2-1 | Neil | 1 | -1/+1 | |
2022-02-05 | Updates for 5.2.0.rel-5-2-0 | Neil | 1 | -1/+1 | |
2021-12-12 | Ensure enough room for NUL terminator in string return values. | Neil | 1 | -3/+4 | |
2021-12-12 | Made compatible with Qt 6. | Fan Yang | 1 | -0/+1 | |
Authored by Fan Yang and Justin Dailey. | |||||
2021-12-03 | Updates for 5.1.5. | Neil | 1 | -1/+1 | |
2021-11-03 | Updates for 5.1.4. | Neil | 1 | -1/+1 | |
2021-10-25 | Don't define destructors when not needed, use unique_ptr, explict constructors. | Neil | 1 | -4/+0 | |
2021-09-29 | Updates for 5.1.3.rel-5-1-3 | Neil | 1 | -1/+1 | |
2021-09-20 | Updates for 5.1.2. | Neil | 1 | -1/+1 | |
2021-07-20 | Updates for 5.1.1 release. | Neil | 1 | -1/+1 | |
2021-07-03 | Remove remnants of support for including lexers in Scintilla. | Neil | 1 | -1/+1 | |
2021-06-18 | Updated for stable version 5.1.0. | Neil | 1 | -1/+1 | |
2021-05-29 | Updates for 5.0.3. | Neil | 1 | -1/+1 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 2 | -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-09 | Add @file to template files. | Neil Hodgson | 2 | -2/+2 | |
2021-05-09 | Add @file <filename> comments to follow convention. | Neil | 2 | -3/+3 | |
Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X. | |||||
2021-04-27 | Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType | Neil | 2 | -3/+3 | |
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both. | |||||
2021-04-21 | Updates for 5.0.2.rel-5-0-2 | Neil | 1 | -1/+1 | |
2021-04-03 | Updates for 5.0.1. | Neil | 1 | -1/+1 | |
2021-03-29 | Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements. | Neil | 1 | -0/+1 | |
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists. | |||||
2021-03-23 | Add colouralpha type to iface. | Neil | 1 | -1/+2 | |
2021-03-19 | Add Geometry.cxx for geometric and colour operations too complex for headers. | Neil | 1 | -0/+1 | |
Add FillStroke to hold parameters for drawing shapes. | |||||
2021-03-18 | std::optional is a basic vocabulary type that may be used widely so include | Neil | 1 | -0/+1 | |
almost everywhere. | |||||
2021-03-18 | Move assert and debug trace functions into their own header Debugging.h. | Neil | 1 | -0/+1 | |
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules. | |||||
2021-03-17 | Extract geometry and colour definitions from Platform.h into src/Geometry.h. | Neil | 1 | -0/+1 | |
2021-03-05 | Update version number to 5.0.0. | Neil | 1 | -1/+1 | |
2020-11-07 | Update Qt projects to exclude lexers and lexlib. | Neil | 1 | -16/+4 | |
2020-11-28 | Update version number to 4.4.6 and release date. | Neil | 1 | -1/+1 | |
2020-09-05 | Update version number to 4.4.5. | Neil | 1 | -1/+1 | |
2020-07-18 | Updates for 4.4.4. | Neil | 1 | -1/+1 | |
2020-06-03 | Updates for 4.4.3. | Neil | 1 | -1/+1 | |
2020-06-02 | Updates for 4.4.2.rel-4-4-2 | Neil | 1 | -1/+1 | |
2020-05-28 | Updates for 4.4.0. | Neil | 1 | -1/+1 | |
2020-04-23 | Updates for 4.3.3.rel-4-3-3 | Neil | 1 | -1/+1 | |