.. |
resources
|
…
|
|
tests
|
user32: Make it possible to activate a window with parent and no WS_CHILD flag in WS_NCLBUTTONDOWN function.
|
2014-04-02 19:06:09 +02:00 |
Makefile.in
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
button.c
|
…
|
|
caret.c
|
…
|
|
class.c
|
…
|
|
clipboard.c
|
user32: Added AddClipboardFormatListener/RemoveClipboardFormatListener stubs.
|
2014-03-19 11:33:17 +01:00 |
combo.c
|
…
|
|
controls.h
|
…
|
|
cursoricon.c
|
…
|
|
dde_client.c
|
…
|
|
dde_misc.c
|
…
|
|
dde_private.h
|
…
|
|
dde_server.c
|
…
|
|
defdlg.c
|
…
|
|
defwnd.c
|
user32: Use delayed imports to call the imm32 functions.
|
2014-02-10 20:11:02 +01:00 |
desktop.c
|
user32: Fail creation of the desktop window earlier on when it already exists.
|
2014-01-28 12:51:59 +01:00 |
dialog.c
|
…
|
|
driver.c
|
user32: Only wait for the desktop process when necessary.
|
2014-01-30 21:49:32 +01:00 |
edit.c
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
exticon.c
|
…
|
|
focus.c
|
user32: Change SetFocus behavior on windows with parent and no WS_CHILD flag.
|
2014-03-26 19:20:44 +01:00 |
hook.c
|
…
|
|
icontitle.c
|
…
|
|
input.c
|
user32: Use boolean return values in boolean functions.
|
2014-02-04 11:15:37 +01:00 |
listbox.c
|
user32: If the listbox loses focus while holding capture, release it by essentially simulating a button up event.
|
2014-02-20 13:58:32 +01:00 |
lstr.c
|
…
|
|
mdi.c
|
…
|
|
menu.c
|
user32: Create popup menu windows before WM_ENTERMENULOOP.
|
2014-03-12 20:26:35 +01:00 |
message.c
|
user32: Added ChangeWindowMessageFilterEx() stub.
|
2014-03-20 17:46:01 +01:00 |
misc.c
|
user32: Treat empty rects as 1x1 in MonitorFromRect.
|
2014-01-28 11:50:31 +01:00 |
msgbox.c
|
…
|
|
nonclient.c
|
user32: Make it possible to activate a window with parent and no WS_CHILD flag in WS_NCLBUTTONDOWN function.
|
2014-04-02 19:06:09 +02:00 |
painting.c
|
user32: Use boolean return values in boolean functions.
|
2014-02-04 11:15:37 +01:00 |
property.c
|
…
|
|
resource.c
|
…
|
|
resources.h
|
…
|
|
scroll.c
|
…
|
|
spy.c
|
…
|
|
static.c
|
…
|
|
sysparams.c
|
user32: Use BOOL type where appropriate.
|
2014-02-20 11:18:37 +01:00 |
text.c
|
user32: Fix TEXT_WordBreak() when no characters fit.
|
2014-03-11 19:39:35 +01:00 |
uitools.c
|
user32: Fix side effect in SubtractRect().
|
2014-03-26 19:20:27 +01:00 |
user32.rc
|
…
|
|
user32.spec
|
user32: Added ChangeWindowMessageFilterEx() stub.
|
2014-03-20 17:46:01 +01:00 |
user_main.c
|
…
|
|
user_private.h
|
…
|
|
win.c
|
user32: Make SetWindowTextA/W hookable.
|
2014-03-03 17:46:50 +01:00 |
win.h
|
…
|
|
winhelp.c
|
…
|
|
winpos.c
|
user32: In WINPOS_SysCommandSizeMove(), fix constraining a point to a rect's right and bottom edges.
|
2013-12-17 16:36:45 +01:00 |
winproc.c
|
…
|
|
winstation.c
|
…
|
|
wsprintf.c
|
…
|
|