| Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transfer ownership.
|
|
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
|
|
|
|
|
|
underscores and accents will be visible.
|
|
|
|
|
|
|