Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows removal of related #include statements.
|
|
|
|
|
|
|
|
|
|
This code worked correctly before this change.
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
|
|
|
|
|
|
implementation.
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
This restores functioning of Scintilla on versions of Qt before 5.9.
|
|
|
|
|
|
|
|
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
|
|
This can reduce the time taken to fold a document by half.
|
|
|
|
|
|
|
|
|
|
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use #if for painting measurement as there are 7 sections of code to enable.
|
|
|
|
|
|
|
|
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
|
|
|
|
Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character
into UniConversion.
|