Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Use ReleaseUnknown which is noexcept making it easier to reason about exceptions.
Add constexpr where possible.
|
|
|
|
|
|
|
|
|
|
with explicit arguments.
|
|
|
|
Moved IsControlCharacter to anonymous namespace.
|
|
|
|
|
|
call ListNotify on delegate. This avoids need to override mouseReleaseEvent.
As currentRow() is not updated for selectionChanged, use selectedRows to find
selection.
Fixes a compiler warning.
|
|
QScreen::availableGeometry call when available.
|
|
|
|
This avoids non-matching line ends when running lexer tests.
|
|
|
|
they can cause warnings when another compilation performed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return less text than in document.
|
|
|
|
|
|
While CatalogueModules is in lexlib, it is newer with few users so does not have
to remain as fixed as other files in lexlib.
|
|
|
|
|
|
|
|
|
|
|
|
to verbatim.
|
|
|
|
first two stops over the whole rectangle.
|
|
|
|
undefined or implementation defined behaviour.
Drop some casts by hoisting out part of dwordMultiplied.
|
|
|
|
Use range for when reasonable. Prefer transform over explicit loop.
|
|
noexcept context.
|
|
GetDpiForMonitor to emulate it.
|
|
|
|
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.
|