Sweden-Number/dlls/user32
Gabriel Ivăncescu d2cf3e9763 user32: Fix tracking position for non-client scrollbars.
Non-client scrollbars (SB_HORZ and SB_VERT) don't have their client origin at
(0,0) because they can have non-client borders. It is necessary to offset
by this origin just as it is done for LBUTTONDOWN.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-12-12 17:30:16 +01:00
..
resources
tests user32/tests: Fix some test failures on latest Windows 10. 2018-12-11 15:54:06 +01:00
Makefile.in
button.c user32: Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler. 2018-11-26 12:51:43 +01:00
caret.c
class.c
clipboard.c
combo.c user32: Don't force a combobox repaint on WM_SIZE. 2018-11-26 12:50:52 +01:00
controls.h
cursoricon.c user32: LoadImage should not only search in the working directory. 2018-11-30 20:39:03 +01:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c user32: Call DefWindowProc() in DesktopWndProc(). 2018-09-19 19:46:42 +02:00
dialog.c user32: If there is no dialog controls to set focus to then set focus to dialog itself. 2018-11-28 09:36:08 +01:00
driver.c user32: Let nulldrv return some dummy monitor information. 2018-10-04 09:12:36 -05:00
edit.c user32/edit: Don't set caret position when we don't have focus. 2018-12-12 17:08:25 +01:00
exticon.c
focus.c
hook.c
icontitle.c
input.c
listbox.c user32/listbox: Store the items array size instead of using HeapSize(). 2018-12-03 12:02:01 +01:00
lstr.c
mdi.c
menu.c
message.c user32: Implement GetCurrentInputMessageSource(). 2018-11-05 19:12:12 +01:00
misc.c
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c
resource.c
resources.h
scroll.c user32: Fix tracking position for non-client scrollbars. 2018-12-12 17:30:16 +01:00
spy.c
static.c
sysparams.c
text.c user32: Use height from font metrics for empty text runs in TabbedTextOut(). 2018-10-08 13:22:39 +02:00
uitools.c
user32.rc
user32.spec user32: Add stub for GetCurrentInputMessageSource(). 2018-11-05 19:12:12 +01:00
user_main.c
user_private.h user32: Implement GetCurrentInputMessageSource(). 2018-11-05 19:12:12 +01:00
win.c user32: Fix wraparound check to avoid gcc optimization. 2018-11-26 20:17:41 +01:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c