Sweden-Number/dlls/user32
Ken Thomases c7d2bcfb61 user32: Fix mouseRect computation for starting position when sizing window.
The mouseRect is the limit of the mouse position to keep the window between
its minimum and maximum sizes.  The computation was correct if the mouse
started precisely on the window border.  But if the mouse is not exactly at
the border, then the mouse limit has to account for that, because the window
will be resized based on the distance from the starting point.
2013-09-12 11:07:50 +02:00
..
resources
tests user32/tests: Test to show that SendMessage/PostMessage don't force caller activation context on window thread. 2013-09-06 17:25:08 +02:00
Makefile.in
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h user32: Remove dead code for suppressing menu drawing. 2013-07-27 11:50:12 -05:00
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c user32: Properly update caret position after result string is committed. 2013-07-03 10:28:44 +02:00
exticon.c user32: Fix icon extraction from non-native PE executables. 2013-06-06 20:05:31 +02:00
focus.c
hook.c
icontitle.c
input.c
listbox.c
lstr.c
mdi.c user32: Bring reference MDI child to bottom when switching to next. 2013-06-06 10:42:51 +02:00
menu.c user32: Remove dead code for suppressing menu drawing. 2013-07-27 11:50:12 -05:00
message.c user32: Check for driver events more quickly once we start getting timer messages. 2013-07-02 19:39:34 +02:00
misc.c
msgbox.c user32: Check the correct id for the close button when setting the font. 2013-06-17 19:30:38 +02:00
nonclient.c user32: Remove dead code for suppressing menu drawing. 2013-07-27 11:50:12 -05:00
painting.c
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Make the default non-client metrics scalable with the resolution. 2013-06-17 19:30:38 +02:00
text.c
uitools.c user32: Use the current DC layout in DrawState when drawing to an intermediate bitmap. 2013-06-18 12:57:44 +02:00
user32.rc
user32.spec
user_main.c
user_private.h
win.c user32: Make CreateWindowExA and CreateWindowExW hotpatchable. 2013-05-24 11:06:03 +02:00
win.h
winhelp.c
winpos.c user32: Fix mouseRect computation for starting position when sizing window. 2013-09-12 11:07:50 +02:00
winproc.c
winstation.c
wsprintf.c