| Age | Commit message (Collapse) | Author | Files | Lines |
|
defaulting DIR_O to src\obj.
|
|
|
|
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
|
|
|
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|
|
|
|
by GdiAlphaBlend.
|
|
Replace [v]sprintf with bounds checked [v]snprintf.
|
|
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
|
|
in the margin or in the text.
|
|
|
|
|
|
needed by DLL.
|
|
|
|
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|
|
Add FillStroke to hold parameters for drawing shapes.
|
|
|
|
|
|
|
|
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.
|