Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | Updates for version 5.4.2.rel-5-4-2 | Neil | 1 | -0/+1 | |
2024-02-01 | Move UndoHistory into its own module that is accessible from CellBuffer and | Neil | 1 | -0/+13 | |
tests but hidden from most of Scintilla. Access through std::unique_ptr. | |||||
2023-02-13 | Updated dependencies as PositionCache.cxx now uses DBCS.h. | Neil | 1 | -0/+1 | |
2022-07-31 | Added change history which can display document changes (modified, saved, ...) | Neil | 1 | -0/+13 | |
in the margin or in the text. | |||||
2022-04-29 | Update make dependencies. | Neil | 1 | -0/+1 | |
2022-02-24 | Bug [#2315] Update dependencies for KeyMap. | Neil | 1 | -0/+2 | |
2022-01-31 | Implement more unique_ptr allocation wrappers and place in new Wrappers.h ↵ | Neil Hodgson | 1 | -0/+3 | |
header. | |||||
2021-10-06 | Update dependencies. | Neil | 1 | -0/+1 | |
2021-07-17 | Updated dependencies. | Neil | 1 | -0/+1 | |
2021-05-25 | Update dependencies. | Neil | 1 | -55/+41 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -31/+51 | |
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-04-27 | Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType | Neil | 1 | -20/+20 | |
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both. | |||||
2021-03-30 | Treat SC_MARK_CHARACTER as Unicode for a wider variety of symbols. | Neil | 1 | -1/+2 | |
2021-03-22 | Remove IntegerRectangle.h as not widely useful | Neil | 1 | -1/+0 | |
Add IntegerRectangle struct for local use in PlatGTK.cxx. | |||||
2021-03-22 | Use PolyLine to simplify wrap marker arrows and allow thicker strokes when there | Neil | 1 | -1/+0 | |
is space. | |||||
2021-03-22 | Replace multiple calls when drawing boxes with Surface::RectangleFrame. | Neil | 1 | -1/+0 | |
Replace annotation boxing logic with calls to FillRectangle and Side. Switch to new AlphaRectangle signature. These will allow changing stroke width in future. | |||||
2021-03-20 | Update CallTip with new Surface APIs. | Neil | 1 | -1/+0 | |
2021-03-20 | Use new Surface APIs for marker drawing. Clipping allows rounded fold markers to | Neil | 1 | -1/+0 | |
be highlighted better. | |||||
2021-03-20 | Use new Surface APIs that can adapt to different stroke widths and use clipping | Neil | 1 | -1/+0 | |
to allow more accurate less complex drawing code. | |||||
2021-03-19 | Add Geometry.cxx for geometric and colour operations too complex for headers. | Neil | 1 | -0/+3 | |
Add FillStroke to hold parameters for drawing shapes. | |||||
2021-03-18 | Move assert and debug trace functions into their own header Debugging.h. | Neil | 1 | -14/+24 | |
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/+24 | |
2021-03-16 | Moved Platform.h to src as it is private to Scintilla. | Neil | 1 | -24/+24 | |
2021-01-29 | Update build dependenciesstart-5 | Neil | 1 | -1551/+21 | |
2020-11-28 | Update build dependencies. | Neil | 1 | -3/+0 | |
2020-04-17 | Making dependencies now requires Python 3.6+. | Neil | 1 | -1/+1 | |
2020-01-03 | Added Raku lexer and style properties and example files | Mark Reay | 1 | -0/+14 | |
2019-12-31 | Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can | Neil | 1 | -0/+1 | |
be reused. | |||||
2019-12-13 | Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx. | Neil | 1 | -6/+2 | |
This allows removal of related #include statements. | |||||
2019-11-12 | Feature [feature-requests:#1324] Add Hollywood lexer. | Andreas Falkenhahn | 1 | -0/+13 | |
2019-06-15 | Feature [feature-requests:#1295]. Lexer added for DataFlex. | Wil van Antwerpen | 1 | -0/+12 | |
2019-04-29 | Feature [feature-requests:#1280]. Lexer added for X12. | Iain Clarke | 1 | -0/+8 | |
2019-04-06 | Updated dependencies for change set 7401 adding UniqueString.cxx. | Neil | 1 | -0/+3 | |
2019-04-01 | Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 1 | -754/+1932 | |
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. | |||||
2019-03-27 | Updated dependencies. | Neil | 1 | -45/+68 | |
2018-05-01 | Updated dependencies. | Neil Hodgson | 1 | -29/+31 | |
2018-04-26 | Update dependencies for ElapsedPeriod. | Neil Hodgson | 1 | -15/+15 | |
2018-03-24 | Removed unwanted include. | Neil | 1 | -1/+1 | |
2018-03-24 | Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion. | Zufu Liu | 1 | -33/+32 | |
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. | |||||
2018-03-06 | Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 1 | -0/+5 | |
2017-11-21 | Update make dependencies due to splitting off ILoader.h. | Neil Hodgson | 1 | -89/+107 | |
2017-05-21 | Update make dependencies for GTK+. | Neil | 1 | -63/+71 | |
2016-12-01 | Sorting list of lexers for 'make deps' to minimize changes. | Neil | 1 | -22/+38 | |
Rerun make deps to cover recntly added files. | |||||
2016-08-30 | Regenerate deps.mak to include LexJSON. | Neil | 1 | -0/+4 | |
2016-05-17 | Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author. | Neil | 1 | -1/+1 | |
2016-04-26 | Enable g-ir-scanner to scan ScintillaObject signals | Thomas Martitz | 1 | -1/+1 | |
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well). | |||||
2015-07-30 | Updated header dependencies to include Sci_Position.h. | Neil | 1 | -371/+512 | |
2014-07-08 | Updated make dependencies for new files. | Neil | 1 | -47/+98 | |
2013-08-07 | Include lexlib and lexers directory in make dependencies. | Unknown | 1 | -1/+396 | |
2013-07-19 | Updated dependencies. | Unknown | 1 | -12/+18 | |