Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
ScreenLineLayout destructor. Allows multiple ScreenLineLayout calls and fixes a
leak when only FindRangeIntervals called.
|
|
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
|
|
|
|
implementations for each platform.
|
|
horizontal gradients.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Polygon and delete the standard copy and assignment methods.
|
|
ColourDesired is an int instead of long for consistency over different platforms.
Changes made to Point, PRectangle, and ColourDesired.
RoundXYPosition removed.
|
|
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu,
DynamicLibrary, and Platform.
|
|
|
|
|
|
|
|
Use namespaces more consistently.
Fix typo.
|
|
Use const where there is a benefit.
|
|
|
|
|
|
|
|
Also use #if for painting measurement as there are 7 sections of code to enable.
|
|
|
|
|
|
|
|
RoundXYPosition, XYMinimum, and XYMaximum.
|
|
Constructor not marked explicit as may be used in external platform layers.
|
|
|
|
DISABLE_D2D may still be defined to remove Direct2D features.
|
|
|
|
Friendlier treatment of invalid UTF-8.
Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests.
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
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.
|
|
|
|
|
|
limiting scope, making comments more accurate, and avoiding warnings from clang
analyze.
|
|
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
|
|
|
|
|
|
|