Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to SDK headers.
|
|
and StringDecode more and make more likely to be optimized.
|
|
|
|
|
|
|
|
of memmove and memcpy.
This allows SplitVector<std::string> to work.
|
|
is within the window.
|
|
|
|
|
|
|
|
|
|
Improved documentation for character sets.
|
|
|
|
readers like NVDA will speak when extending the selection with a Shift+Down key
combination scrolls but does not move the caret position relative to the screen.
|
|
|
|
was located above the caret.
|
|
|
|
|
|
|
|
|
|
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
|
|
|
|
Backed out changeset: 819f953e432b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selections part-way through clusters so that the caret doesn't stick to the end
of the cluster making it easier to understand editing actions.
|
|
- support surrogate pairs in WM_CHAR messages
- support characters from supplementary planes in WM_UNICHAR messages
- support WM_UNICHAR messages in non-Unicode mode
- fix some code duplication
Also, do not return FALSE upon receiving a WM_UNICHAR message with
a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled
just fine (at least with the exact same level of support as WM_CHAR).
|
|
|