Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|
|
|
|
Makes it easier to understand and reduces warnings.
|
|
zero-width character.
|
|
Without setting the hint the popup windows lead to some obscure behavior
on macOS when the main window is full screened, see
https://gitlab.gnome.org/GNOME/gtk/-/issues/5716
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5778
while the solution from 5778 might be a sufficient workaround, setting
the hints might be a good idea in general so the window manager knows better
the purpose of these windows.
|
|
|
|
|
|
secondary threads.
|
|
Replace [v]sprintf with bounds checked [v]snprintf.
|
|
|
|
input methods
Add support for retrieving and deleting surrounding text from input
methods on GTK.
|
|
|
|
-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.
|
|
SurfaceImpl uses g_iconv and could be called from multiple threads without
synchronization leading to occasional errors and potentially out-of-bounds
writes.
|
|
|
|
and Win32.
|
|
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
Also fixes bugs [#2196] and [#2312].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concurrent calls to MeasureWidths.
|
|
|
|
(ctuOneDefinitionRuleViolation) from Cppcheck.
|
|
header.
|
|
|
|
|
|
|
|
Avoid strlen when .length() available.
|
|
|
|
available.
|
|
MeasureWidthsUTF8 reentrant so they can be called safely from multiple threads.
|
|
|
|
custom equivalents as should no longer need to be compatible with very old Pango.
|
|
better with Chinese text.
|
|
|
|
|