Sweden-Number/dlls/user32
Lauri Kenttä 1d3b9448f6 user32: Fix caret disappearing after scrolling.
The caret needs to be moved along with scrolling even if it's
outside the visible area. Otherwise, when the caret is scrolled
out from the view, the position won't get updated anymore and
the caret will never scroll back again.

The idea is based on the patch by André Hentschel.

Signed-off-by: Lauri Kenttä <lauri.kentta@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-12-02 21:10:12 +01:00
..
resources user32: Support IDC_PEN. 2016-12-01 13:06:05 +01:00
tests user32/tests: FlashWindow(Ex) sets ERROR_INVALID_WINDOW_HANDLE on updated Windows 7. 2016-11-30 16:28:06 +01:00
Makefile.in
button.c user32: Add support for WS_EX_RIGHT style. 2016-10-20 07:32:12 -07:00
caret.c
class.c
clipboard.c user32: Also release GMEM_FIXED data in free_cached_data. 2016-10-01 15:14:10 +02:00
combo.c
controls.h
cursoricon.c user32: Synthesize bitmap clipboard formats on the user32 side. 2016-09-07 11:36:24 +09:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c user32: Handle invalid dialog handles in IsDialogMessage(). 2016-08-17 11:53:41 +09:00
driver.c user32: Remove no longer used clipboard driver entry points. 2016-09-26 15:54:05 +09:00
edit.c user32: Fix buffer overflow in EDIT_EM_ReplaceSel(). 2016-10-19 09:50:12 -07:00
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Implement OemKeyScan(). 2016-09-22 22:29:57 +09:00
listbox.c
lstr.c user32: Use MB_USEGLYPHCHARS in OemToCharBuffW(). 2016-09-22 22:29:54 +09:00
mdi.c
menu.c
message.c user32: Fix InSendMessage return value. 2016-08-30 14:38:15 +09:00
misc.c user32: Fix definition of DeregisterShellHookWindow. 2016-09-14 11:50:58 +09:00
msgbox.c
nonclient.c user32: Fix DefWindowProc behavior on WM_NCRBUTTONDOWN message. 2016-08-29 16:38:31 +09:00
painting.c user32: Fix caret disappearing after scrolling. 2016-12-02 21:10:12 +01:00
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c
text.c
uitools.c user32: Scale the check mark drawn with DrawFrameControl(). 2016-08-22 23:05:22 +09:00
user32.rc user32: Support IDC_PEN. 2016-12-01 13:06:05 +01:00
user32.spec user32: Implement GetUpdatedClipboardFormats. 2016-09-06 15:35:49 +09:00
user_main.c user32: Introduced ThreadDetach driver entry point. 2016-08-27 13:23:52 +09:00
user_private.h user32: Remove no longer used clipboard driver entry points. 2016-09-26 15:54:05 +09:00
win.c user32: Do not create IME window for HWND_MESSAGE windows. 2016-09-02 23:34:27 +09:00
win.h user32: Create and destroy the default IME window implicitly. 2016-08-29 16:45:32 +09:00
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c