reactos/win32ss/user/user32/controls
Katayama Hirofumi MZ 66c8ded454
[COMCTL32][USER32] EDIT: CompForm and CandForm (#5226)
The changes of this PR are on EDIT controls.
- Delete composition_len and composition_start members.
- Add EDIT_ImmSetCompositionWindow helper function.
- At EDIT_SetCaretPos, set the position of the composition window.
- We don't use internal composition string. Rely on the composition window.
- Improve WM_IME_STARTCOMPOSITION, WM_IME_COMPOSITION and WM_IME_ENDCOMPOSITION message handling.
CORE-11700
2023-04-09 15:19:19 +09:00
..
appswitch.c [NTUSER][USER32] Initial support of WS_EX_NOACTIVATE flag (#4731) 2022-10-04 09:40:43 +09:00
button.c [WIN32K][USER32] Change mechanism for storing dialog info pointer 2021-05-28 08:26:36 +02:00
combo.c [User32] Properly handle WM_CTLCOLOR* messages. 2019-11-06 21:43:00 -06:00
edit.c [COMCTL32][USER32] EDIT: CompForm and CandForm (#5226) 2023-04-09 15:19:19 +09:00
ghost.c [WIN32SS][USER32] Add Ghost codes (retrial of #1100) (#1112) 2018-12-11 12:30:59 +09:00
icontitle.c [USER32] Remove unused debug channels. Silences some clang-cl warnings. 2017-12-07 22:25:30 +01:00
listbox.c [USER32][NTUSER] Fix wrong return from LB_GETLISTBOXINFO (#2168) 2020-07-04 15:11:10 +02:00
regcontrol.c [USER32] Add Ghost window class (#1082) 2018-12-02 18:51:44 +09:00
scrollbar.c [USER32] SetScrollPos should not bypass UserApiHook 2022-02-23 20:32:02 +01:00
static.c [USER32] Use UINT as parameter for DrawText() (#4357) 2022-02-16 00:50:51 +01:00