Rico Schüller
59a43c4cc9
wined3d: Fix memcpy with wrong size parameter to simple assignment in GetScissorRect.
2008-02-15 12:08:54 +01:00
Alexandre Julliard
58913b439b
kernel32: On Mac OS, recompose the Unicode strings we get from the OS.
2008-02-15 12:07:56 +01:00
Alexandre Julliard
86ff825f41
libwine: Add option for Unicode composition in utf-8 -> wchar conversion.
2008-02-15 12:06:58 +01:00
Alexandre Julliard
dbefd038ac
libwine: Abstract part of the utf8 char decoding to a separate function.
2008-02-15 12:06:42 +01:00
Andrew Talbot
70c4b66781
crypt32: Assign to structs instead of using memcpy.
2008-02-15 12:05:47 +01:00
Andrew Talbot
649d8b5298
comdlg32: Rename some identifiers to reflect their width.
2008-02-15 12:05:44 +01:00
Francois Gouget
79333bd1c0
advapi32/tests: Check that a credential type is supported before testing it. Test CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials. Factorize the CredentialBlob checks.
2008-02-15 12:05:39 +01:00
Francois Gouget
6552f86ff9
advapi32/tests: Factorize the password constants.
2008-02-15 12:05:30 +01:00
Francois Gouget
ddab29b7d1
advapi32: Add a rudimentary implementation of CredGetSessionTypes().
2008-02-15 12:05:20 +01:00
Francois Gouget
8edfee18cc
advapi32: Add some missing CRED_TYPE_XXX constants.
2008-02-15 12:05:09 +01:00
Mikołaj Zalewski
cd7e1417b1
browseui: Implement PROGDLG_NOMINIMIZE.
2008-02-15 12:04:56 +01:00
Mikołaj Zalewski
a17e222d02
browseui: aclmulti: Follow the Windows Vista behavious in Expand.
2008-02-15 12:04:50 +01:00
Mikołaj Zalewski
c9492a5bf4
browseui/tests: make the ACLMulti test pass under Windows Vista.
2008-02-15 12:04:43 +01:00
Christian Authmann
2da848428f
explorer: Add meaningful titles to virtual desktop windows.
2008-02-15 12:04:32 +01:00
Marcus Meissner
80c2cabab4
include: Added some defines for EnumDevicesBySemantics.
2008-02-15 11:47:51 +01:00
Royal Chan
c86f2c29ff
gdiplus: draw_polyline never sets status from GenericError to Ok on successful calls.
2008-02-15 11:39:35 +01:00
Kirill K. Smirnov
be784ba1c5
systray: Better validate icon owner.
2008-02-15 11:38:24 +01:00
Kirill K. Smirnov
be2911a180
systray: Correctly handle icon addition/deletion.
2008-02-15 11:38:19 +01:00
Kirill K. Smirnov
7515f312f9
systray: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon.
2008-02-15 11:35:16 +01:00
Reece H. Dunn
d9c2a91f8b
user32: Improve the combo tests to check when the CBN_SELCHANGE notification is sent.
2008-02-15 11:35:09 +01:00
Andrew Talbot
43ed6eae5a
d3d9: Assign to struct instead of using memcpy.
2008-02-15 11:09:37 +01:00
Andrew Talbot
6733c6bad0
dbghelp: Assign to struct instead of using memcpy.
2008-02-15 11:09:34 +01:00
Frans Kool
cef389c106
shdoclc: Added missing Dutch translations.
2008-02-15 11:09:29 +01:00
Frans Kool
52435e1c0d
oledlg: Added missing Dutch translations.
2008-02-15 11:09:25 +01:00
Frans Kool
36f464e3f4
notepad: Added missing LGPL License in Dutch translations.
2008-02-15 11:08:50 +01:00
Frans Kool
50991ed1c3
mpr: Added Dutch translations.
2008-02-15 11:08:38 +01:00
Frans Kool
502866cc2f
cmdlgtst: Added missing Dutch translations.
2008-02-15 11:08:33 +01:00
Frans Kool
fe1d1a68d8
winecfg: Added missing Dutch translations.
2008-02-15 11:08:23 +01:00
Frans Kool
0380baf668
cmd: Added & corrected Dutch translations.
2008-02-15 11:08:17 +01:00
Frans Kool
0813881232
taskmgr: Corrected Dutch translations.
2008-02-15 11:08:07 +01:00
Paul Vriens
4c105b2f5c
msi/tests: Services are not available on win9x.
2008-02-15 11:07:19 +01:00
Rob Shearman
a5886607d0
widl: Guard the inclusion of unistd.h.
2008-02-15 11:06:25 +01:00
Rob Shearman
c233ba105e
widl: Remove unused headers.
2008-02-15 11:06:21 +01:00
Rob Shearman
d9891887c7
crypt32: Fix function declaration - WINAPI should come after the return type.
2008-02-15 11:06:15 +01:00
Rob Shearman
4510346b4f
shell32: Memory allocated by CommandLineToArgvW should be that got from LocalAlloc/LocalReAlloc, not from GlobalAlloc.
...
Use LMEM_FIXED instead of 0 in calls to LocalAlloc to emphasise that
we're getting a direct pointer, not a handle to memory.
Remove hargv as it is confusing and unnecessary.
2008-02-15 11:04:47 +01:00
Rob Shearman
3d55b590b5
user32: Fix incorrect character count passed to GetWindowTextW in ICONTITLE_Paint.
2008-02-15 11:04:28 +01:00
Rob Shearman
151cc8bd05
shlwapi: IID_IInternetSecurityMgrSite is now defined so remove the local definition from IUnknown_GetWindow.
2008-02-15 11:04:18 +01:00
Rob Shearman
96fafe1661
ole32: Fix the character count passed to GetClipboardFormatNameW in WriteFmtUserTypeStg.
2008-02-15 11:04:09 +01:00
Rob Shearman
cedf6308aa
hhctrl.ocx: Fix the character count passed to GetFullPathNameW in OpenCHM and NavigateToChm.
2008-02-15 11:04:04 +01:00
Rob Shearman
9ca4680fce
msrle32: Fix the character count passed into LoadStringW in About.
2008-02-15 11:03:56 +01:00
Rob Shearman
806dc4249c
dxdiagn: Fix the character count passed to snprintfW in DXDiag_AddFileDescContainer and DXDiag_InitDXDiagDisplayContainer.
2008-02-15 11:03:52 +01:00
Rob Shearman
f48941a2a8
dbghelp: Fix a typo in SymLoadModuleExW that caused the wrong number of characters to be passed to lstrcpynW.
2008-02-15 11:03:42 +01:00
Rob Shearman
7579145ae1
advapi32: The lpcbSecurityDescriptor parameter to RegGetKeySecurity isn't optional, so don't complicate the code by treating as though it is.
2008-02-15 11:03:31 +01:00
Huw Davies
cc0a458f92
inetcomm: Add IStream_CopyTo to the sub-stream implementation.
2008-02-15 11:03:22 +01:00
Huw Davies
5f8c766528
inetcomm: Improve some TRACEs.
2008-02-15 11:03:20 +01:00
Paul Vriens
dd8fe5a973
netapi32/tests: Adding a user with a too long name succeeds on NT4.
2008-02-15 11:03:17 +01:00
Alexandre Julliard
ab820ef24c
shell32: Add support for the NoDrives registry key.
2008-02-15 10:58:14 +01:00
Dmitry Timoshkov
3d421a4783
user32: Use custom window procs instead of DefWindowProcA/W in the IsWindowUnicode test.
2008-02-15 10:13:27 +01:00
Vitaliy Margolen
971c4e19d6
dinput: Don't use event times, report current tick count instead.
2008-02-15 10:12:51 +01:00
Vitaliy Margolen
eca356829c
Revert "dinput: Skip old mouse movement events.".
...
This reverts commit 3187669512
.
2008-02-15 10:12:45 +01:00