Age | Commit message (Collapse) | Author | Files | Lines |
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
extensible.
For CallTip, GTK and Qt hardcode BidiR2L to false as they don't support
bidirectional, its the same as current, and the BidiR2L state on EditModel isn't
easily accessible.
|
|
InitPixMap. Changed DropGraphics from releasing surfaces to deleting them.
This simplifies code and the added cost of allocating a new Surface is small.
|
|
|
|
Allows platform-independent code to be written just to handle Unicode.
|
|
|
|
almost everywhere.
|
|
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
|
|
|
|
|
|
indicator at file end.
|
|
Reversed order of selection checks as SelectionEmpty is lighter than
PointInSelection.
|
|
|
|
|
|
return less text than in document.
|
|
|
|
noexcept context.
|
|
Previously, more initialisation was performed inside DllMain but some actions
such as loading libraries are unsafe inside DllMain.
Avoid listbox UnregisterClass if no attempt to register which will occur if
no Scintilla windows were created.
std::call_once is used to ensure initialisation is performed at most once.
|
|
paint.
|
|
|
|
drop.
Simplify IME font definition.
|
|
|
|
|
|
|
|
defined behaviour.
|
|
subclass.
|
|
Added constexpr where reasonable.
|
|
share implementation of window pointers between files, use GetWindowStyle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move WM_INPUTLANGCHANGE[REQUEST] into IMEMessage.
|
|
Changed HDC, HPEN, HBRUSH, HFONT, HRGN, and HBITMAP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is commented out and may be enabled by changing source code.
|
|
|
|
|
|
cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard.
This does not change drag-and-drop as that depends on CF_TEXT such as when
dragging from DBCS.
|
|
be reused.
|
|
This allows removal of related #include statements.
|