Sweden-Number/dlls/user32
Michael Stefaniuc 56b3341f8e user32: Fix bogus "if (!x & y)" code.
The dde.c tests succeed on Windows and the DDE callback registered is
set to trigger on all messages it gets. Thus it looks like Windows
doesn't calls the callback in that case.
2009-01-27 16:05:04 +01:00
..
resources *Ko.rc: Update Korean resource. 2008-12-11 12:21:07 +01:00
tests user32: Fix maximized child windows. 2009-01-27 15:18:56 +01:00
Makefile.in
bidi16.c
button.c user32: Remove WINAPI/CALLBACK on static functions where not needed. 2008-11-25 11:50:00 +01:00
caret.c server: Add functions for conversions between server user handles and pointer-style handles. 2008-12-08 16:58:20 +01:00
class.c server: Make atom_t an unsigned int to avoid padding issues. 2008-12-31 15:09:59 +01:00
clipboard.c server: Add functions for conversions between server user handles and pointer-style handles. 2008-12-08 16:58:20 +01:00
combo.c
comm16.c user32: Do not cast NULL. 2008-11-03 13:40:27 +01:00
controls.h user32: Fix dialogs for 64-bits wine. 2008-12-03 11:28:25 +01:00
cursoricon.c user32: The frames of .ani cursors are .ico's, not .cur's. 2008-12-01 14:14:45 +01:00
dde_client.c user32: Fix bogus "if (!x & y)" code. 2009-01-27 16:05:04 +01:00
dde_misc.c user32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError for instances on that thread. 2009-01-26 14:29:44 +01:00
dde_private.h user32: Pass pConv to WDML_Global2DataHandle so that it can be correcly passed to DdeCreateDataHandle. 2009-01-21 13:04:45 +01:00
dde_server.c user32: Pass pConv to WDML_Global2DataHandle so that it can be correcly passed to DdeCreateDataHandle. 2009-01-21 13:04:45 +01:00
ddeml.spec
ddeml16.c
defdlg.c user32: Fix dialogs for 64-bits wine. 2008-12-03 11:28:25 +01:00
defwnd.c user32: Proper handling of WM_INPUTLANGCHANGEREQUEST. 2008-12-12 12:20:53 +01:00
desktop.c
dialog.c user32: Remove superfluous casts of void pointers. 2008-11-05 10:55:46 +01:00
dialog16.c user32: Avoid a pointer cast in a trace. 2009-01-08 13:13:05 +01:00
display.c
display.drv.spec
driver.c user32: Free allocated memory in USER_unload_driver. 2009-01-12 13:07:07 +01:00
driver16.c user32: Do not cast zero. 2008-11-04 11:26:24 +01:00
edit.c user32: Remove WINAPI/CALLBACK on static functions where not needed. 2008-11-25 11:50:00 +01:00
exticon.c
focus.c server: Add functions for conversions between server user handles and pointer-style handles. 2008-12-08 16:58:20 +01:00
hook.c server: Make hook procedures client_ptr_t instead of void pointers. 2008-12-29 17:35:35 +01:00
hook16.c
icontitle.c
input.c user32: Remove the driver call for GetKeyboardLayoutList and instead populate from the registry. 2008-12-18 14:19:39 +01:00
kbd16.c
keyboard.drv.spec
listbox.c user32: Remove WINAPI/CALLBACK on static functions where not needed. 2008-11-25 11:50:00 +01:00
lstr.c
mdi.c user32: Partially revert 499c26ce66. 2008-08-27 13:21:20 +02:00
menu.c user32: Make sure the submenu is valid in MENU_HideSubPopups. 2009-01-26 15:09:07 +01:00
message.c user32: Allocate buffer on heap. 2009-01-26 14:24:29 +01:00
misc.c user32: Make GetMonitorInfoW print the monitor properties. 2008-09-11 11:46:19 +02:00
mouse.drv.spec
mouse16.c
msg16.c
msgbox.c
network.c
nonclient.c user32: Handle NULL rectangles in WM_NCCALCSIZE. 2008-11-18 15:52:00 +01:00
painting.c server: Add functions for conversions between server user handles and pointer-style handles. 2008-12-08 16:58:20 +01:00
property.c server: Windows properties are actually generic params, not handles. 2008-12-10 16:21:32 +01:00
resource.c user32: Do not cast zero. 2008-11-04 11:26:24 +01:00
scroll.c user32: Do not cast zero. 2008-11-04 11:26:24 +01:00
spy.c comctl32: Add names for now documented toolbar messages. 2009-01-02 14:27:43 +01:00
static.c user32: HGDIOBJ is interchangeable with other handle types; no casts are needed. 2008-10-27 11:29:54 +01:00
sysparams.c user32: Fix pointer cast warnings on 64-bit. 2009-01-08 17:28:04 +01:00
text.c user32: HGDIOBJ is interchangeable with other handle types; no casts are needed. 2008-10-27 11:29:54 +01:00
uitools.c user32: Remove superfluous casts of void pointers. 2008-11-05 10:55:46 +01:00
user.exe.spec
user16.c
user32.spec user32: Add a stub implementation of ChangeWindowMessageFilter. 2008-11-11 11:41:19 +01:00
user_main.c user32: Stub for LockWorkStation. 2008-09-17 18:11:11 +02:00
user_private.h user32/winex11.drv: Change all user32 operations to use CDECL. 2008-12-23 13:06:04 +01:00
win.c server: Make the class opaque data a client_ptr_t instead of a void pointer. 2008-12-29 17:24:39 +01:00
win.h user32: Fix dialogs for 64-bits wine. 2008-12-03 11:28:25 +01:00
winhelp.c
winpos.c user32: Unify handling of child and normal windows in getMinMaxInfo. 2009-01-27 15:20:01 +01:00
winproc.c user32: Winproc handles do not get sign-extended on 64-bit. 2009-01-10 21:06:32 +01:00
winstation.c user32: GetUserObjectSecurity should return a valid security descriptor. 2009-01-04 14:59:54 +01:00
wnd16.c user32: Remove superfluous casts of void pointers. 2008-11-05 10:55:46 +01:00
wsprintf.c user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64. 2008-12-31 20:59:33 +01:00