| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Relies on Platform environment variable and defaults to 32-bit.
|
|
|
|
|
|
|
|
be reused.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
C++20 features.
|
|
implementation.
|
|
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.
|
|
|
|
|
|
|
|
|
|
controlled completely at run-time.
|
|
|
|
|
|
DISABLE_D2D may still be defined to remove Direct2D features.
|
|
to simplify build process by eliminating the compilation of ScintillaWin.cxx
into ScintillaWinS.o|obj.
|
|
|
|
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
|
|
Friendlier treatment of invalid UTF-8.
Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests.
|
|
Stop creating Lexers.a static library.
Harmonize make files.
|
|
|
|
|
|
default implementations of the ILexerWithSubStyles interface methods.
|
|
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.
|
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
only available from Windows 2000 and later.
|
|
|
|
|
|
|
|
|
|
|
|
of memmove and memcpy.
This allows SplitVector<std::string> to work.
|
|
|
|
|
|
Backed out changeset: 819f953e432b
|
|
|
|
|
|
|
|
LexErrorList, LexMake, LexNull, and LexProps.
|