Alexandre Julliard
adf9dcd6a7
user32: Fix Z-order handling of windows that have a top-most owner.
2010-02-19 13:05:08 +01:00
Alexandre Julliard
71fa5a36b1
advapi32/tests: Fix the ReadEventLog error checking.
2010-02-19 11:36:12 +01:00
Vincent Povirk
38c6628911
comdlg32/tests: Font sizes are influenced by the display dpi.
2010-02-19 11:29:14 +01:00
Vitaly Perov
cffd28f74d
mshtml: Silence IExternalConnection in htmldoc_qi FIXME.
2010-02-18 17:15:15 +01:00
Dmitry Timoshkov
c1fd55d6c9
comctl32: Listview should accept both unicode and ansi notifications.
...
Listview receives notifications not only from built-in header control,
but also from custom or subclassed application controls, there is no
need to assert(0) on application input, printing a FIXME is the maximum
we can do on an unknown input.
2010-02-18 15:01:01 +01:00
Hans Leidekker
65c68efc8d
msi: Implement MSIRUNMODE_MAINTENANCE and MSIRUNMODE_REBOOTATEND for MsiGetMode.
2010-02-18 14:39:11 +01:00
Hans Leidekker
a11882fc0f
msi: Implement MsiSetMode.
2010-02-18 14:39:06 +01:00
Gabriele Moabiti
c65a3e81f7
comdlg32: Open should try to browse directory first.
2010-02-18 14:38:58 +01:00
Alexandre Julliard
4f6d085073
advapi32/tests: Avoid crashing if ReadEventLogA fails.
2010-02-18 14:06:10 +01:00
Alexandre Julliard
9b7d1041fc
advapi32: Implemented RegDeleteKeyExA/W.
2010-02-18 14:01:45 +01:00
Alexandre Julliard
8543c32442
ntdll: Properly handle empty but present ACLs in self-relative descriptors.
2010-02-18 13:01:58 +01:00
Piotr Caban
12feffe49e
oleaut32: Store names in list.
2010-02-18 12:43:00 +01:00
Piotr Caban
8354e37628
oleaut32: Store indices in list.
2010-02-18 12:43:00 +01:00
Piotr Caban
21bfd64e6c
oleaut32: Compute TypeInfo offsets while writing data.
2010-02-18 12:43:00 +01:00
Piotr Caban
d1c174837f
oleaut32: Store CreateTypeInfo->typedata in list.
2010-02-18 12:43:00 +01:00
Andrew Nguyen
f8ae018423
winnls32: Restore the correct export names.
2010-02-18 12:43:00 +01:00
Dylan Smith
9106860c85
richedit: Prevent crash on word selection at end of paragraph.
2010-02-18 12:18:17 +01:00
Alexandre Julliard
a9a5dae064
user.exe: The default dialog button id is 0 on Win16.
2010-02-18 11:12:11 +01:00
Stefan Dösinger
5c4d3fb5a2
wined3d: Control SFLAG_CONVERTED in surface_prepare_texture.
...
This makes sure that the flag is set correctly when
surface_allocate_surface is called and client storage is disabled
properly for converted surfaces.
2010-02-17 16:50:38 +01:00
Roderick Colenbrander
a19abd9fd5
winex11: Use PictOpOver instead of PictOpSrc in 1-bit -> color blits.
2010-02-17 16:49:53 +01:00
Roderick Colenbrander
5b29189da4
winex11: Fix xrender mono->mono blit.
...
Use plain xrender_blit for mono -> mono copies, masking in combination
with PictOpOver doesn't make sense and doesn't work.
2010-02-17 16:33:05 +01:00
Piotr Caban
1f2590be9b
oleaut32: Return TYPE_E_NAMECONFLICT in ICreateTypeLib2::CreateTypeInfo.
2010-02-17 16:31:09 +01:00
Piotr Caban
2c911147b9
oleaut32: Fix crash in LoadTypeLib if typelib name is not specified.
2010-02-17 16:31:01 +01:00
Nikolay Sivov
16785efc27
msxml3/tests: Fix leaks and wrong pointer use.
2010-02-17 16:30:26 +01:00
Paul Chitescu
381bd1c0ca
qedit: Always print a TRACE when a SampleGrabber pin gets connected.
2010-02-17 12:32:59 +01:00
Alexandre Julliard
fb950a6da5
kernel32/tests: Fix a test failure on xp64.
2010-02-17 12:04:42 +01:00
Paul Vriens
387f050f68
winspool.drv/tests: Fix a test failure on Win9x/WinMe.
2010-02-17 11:45:34 +01:00
Paul Vriens
5e3e9e03f2
winspool.drv/tests: Skip non supported levels on Win9x/WinMe.
2010-02-17 11:45:27 +01:00
Paul Vriens
f5d40cb8c5
winspool.drv/tests: Fix some test failures on Win9x/WinMe.
2010-02-17 11:45:22 +01:00
Alexandre Julliard
a64765f673
user32: Don't overwrite the default button id when creating the dialog structure.
2010-02-17 11:43:34 +01:00
Hwang YunSong
1442a18e3a
jscript: Add Korean translation.
2010-02-17 10:58:21 +01:00
Hans Leidekker
33e522eec6
winhttp/tests: Wait for a handle closing notification.
...
Fixes a Valgrind warning.
2010-02-17 10:57:53 +01:00
Hans Leidekker
7b660bb3d8
msi: Add tests for publishing and unpublishing components.
2010-02-17 10:57:45 +01:00
Hans Leidekker
0f0e81d14a
msi: Implement the UnpublishComponents standard action.
2010-02-17 10:57:40 +01:00
Hans Leidekker
d95e3eb4d2
msi: PublishComponents must look at the requested install state of the feature, not the component.
2010-02-17 10:57:35 +01:00
Justin Chevrier
4e1c8767f9
msctf: Implement stubbed out TF_CreateLangBarMgr.
2010-02-17 10:57:28 +01:00
Justin Chevrier
b6da823354
msctf: Add TF_LangBarMgr registration.
2010-02-17 10:56:36 +01:00
Justin Chevrier
fd196329e5
uuid: Add LangBarMgr CLSID.
2010-02-17 10:55:48 +01:00
Nikolay Sivov
abe86a1ef9
msxml3: Use common format for TRACE() in DOM objects.
2010-02-17 09:42:50 +01:00
Dan Kegel
fed6738bc4
advapi32: Fix leak in test_symlinks.
2010-02-17 09:42:19 +01:00
Vincent Povirk
3f3101138a
comdlg32/tests: Rely on the Symbol font instead of Tahoma.
2010-02-17 09:42:06 +01:00
Paul Chitescu
c56dc3b71e
qedit: In output pin's IPin_Connect call ReceiveConnection on the receiver pin to properly negotiate media type.
2010-02-17 09:42:02 +01:00
Alexandre Julliard
2b1ff01006
version: Improve detection of builtin libraries.
2010-02-17 09:41:20 +01:00
Paul Vriens
716358c568
winspool.drv/tests: Use FILE_SHARE_READ to fix some Win9x/WinMe failures.
2010-02-16 18:13:35 +01:00
Paul Vriens
09dbbfc5e9
winspool.drv/tests: Fix a test failure on Win9x/WinMe.
2010-02-16 16:44:06 +01:00
Alexandre Julliard
ff55fc9bea
dbghelp: Fix a pointer cast.
2010-02-16 15:50:43 +01:00
Alexandre Julliard
08e53fc048
urlmon/tests: Avoid size_t in a trace.
2010-02-16 15:50:36 +01:00
Alexandre Julliard
ba7cbccfcb
msvcrt/tests: Avoid size_t in a trace.
2010-02-16 15:50:32 +01:00
Alexandre Julliard
f7a447bada
winmm/tests: Fix a couple of incorrect casts.
2010-02-16 15:50:21 +01:00
Alexandre Julliard
0e98500e43
ntdll: Fix the return value of NtOpenKey for some invalid parameters.
2010-02-16 14:32:26 +01:00