Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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).
|
|
|
|
|
|
|
|
|
|
|
|
Japanese) IME input.
|
|
|
|
Avoids potential problems if sptr_t changed to a slightly different type.
|
|
|
|
From johnsonj.
|
|
From johnsonj.
|
|
|
|
|
|
|
|
|
|
|
|
character window support.
|
|
From johnsonj.
|
|
|
|
|
|
compatibility and to lessen the number of casts.
|
|
|
|
calls to allow use of Asian font names.
|
|
|
|
warning from cppcheck.
|
|
|
|
|
|
the future.
|
|
From johnsonj.
|
|
which may fix problems with sibling windows.
|
|
as these can cause unexpected dwell start notifications.
From Yusuf Ramazan Karagöz.
|
|
From Mat Berchtold.
|
|
Document.h with some versions of MinGW.
|