Alexandre Julliard
69ee0ad151
tests: The ok() macro shouldn't return a value.
2010-02-24 16:48:07 +01:00
Alexandre Julliard
fbbac38e4e
kernel32/tests: Fix broken usage of the ok() macro return value.
...
Spotted by Yann Droneaud.
2010-02-24 16:47:48 +01:00
Paul Vriens
563785dfc2
ntdll/tests: Fix a crash on some Vista boxes.
2010-02-24 16:05:54 +01:00
Alexandre Julliard
2432b0f6b9
comctl32/tests: Fix broken check of the ok() macro return value.
...
Spotted by Yann Droneaud.
2010-02-24 16:04:18 +01:00
Alexandre Julliard
c888a2eb22
user32/tests: Fix broken check of the ok() macro return value.
...
Spotted by Yann Droneaud.
2010-02-24 16:04:11 +01:00
Alexandre Julliard
d5a54642f4
shell32/tests: Fix broken check of the ok() macro return value.
...
Spotted by Yann Droneaud.
2010-02-24 16:04:05 +01:00
Alexandre Julliard
d279227538
shell32/tests: Don't use the return value of the ok macro.
2010-02-24 16:03:15 +01:00
Dmitry Timoshkov
d6cfc3223e
user32: DeleteDC() should allow to delete a DC returned by GetDC().
2010-02-24 16:03:02 +01:00
Nikolay Sivov
e7c909a1be
user32: Use whole window rectangle for UpdateLayeredWindow.
2010-02-24 16:02:57 +01:00
Piotr Caban
77e1b7a13f
oleaut32: Added implementation of ITypeInfo2_GetRefTypeOfImplType.
2010-02-24 15:16:00 +01:00
Piotr Caban
3183786367
oleaut32: Added implementation of ITypeInfo2_GetImplTypeFlags.
2010-02-24 15:15:57 +01:00
Piotr Caban
69579b0449
oleaut32/tests: Remove incorrect test.
...
This test is crashing on some systems.
2010-02-24 15:15:54 +01:00
Piotr Caban
ea6b690f82
oleaut32: Improve TKIND_COCLASS handling while creating typelib.
2010-02-24 15:15:49 +01:00
Piotr Caban
e8d117f5a1
oleaut32: Fix importfile searching in ctl2_alloc_importinfo.
2010-02-24 15:15:46 +01:00
Piotr Caban
b6cf636c6e
oleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.
2010-02-24 15:15:42 +01:00
Kusanagi Kouichi
32c39db84d
winex11.drv: Add a new debug channel for XIM.
2010-02-24 15:12:31 +01:00
Kusanagi Kouichi
097d3f0aa0
winex11.drv: There seems to be nothing to be done for IMN_SETOPENSTATUS.
2010-02-24 15:12:31 +01:00
Kusanagi Kouichi
f32483dde1
winex11.drv: Generate IME messages as needed.
2010-02-24 15:12:31 +01:00
Dmitry Timoshkov
4c088cbe35
gdi32: Dump GDI objects in the case of running out of GDI handles.
2010-02-24 15:12:31 +01:00
Jörg Höhle
10b1e2ee88
winmm/tests: Fix transient notification error: messages may arrive late.
2010-02-24 15:12:30 +01:00
Dylan Smith
3355be3e5d
wordpad: Number of preview pages to show when unzoomed is persistent.
...
Either one or two pages may be shown in print preview when zoomed out.
This value is stored in the registry in native wordpad, and preserved
while opening and closing the print preview. Zooming in will only show one
page, but the pages shown value must be saved because it will return to the
preview pages shown value after unzooming completely. If two pages should
be shown when there is only one page of text, then a second blank page is
shown.
2010-02-24 15:12:30 +01:00
Dylan Smith
adc2c9547e
wordpad: Added zoom cursor for print preview.
...
In print preview you can zoom in by left clicking on one of the pages. The
zoom cursor is displayed whenever the mouse is over the page to indicate to
the user that they can zoom in. When fully zoomed in it will zoom out when
this is done again. When clicking on the second page, it will zoom into
that page.
2010-02-24 15:12:30 +01:00
David Hedberg
4148ac0ab5
msvcrt: Implement _mbctombb.
2010-02-24 15:12:30 +01:00
Alexandre Julliard
9b02b5cddb
makefiles: Remove makedep only after everything else has been cleaned.
2010-02-24 15:12:30 +01:00
Ken Thomases
07d005de84
ntdll: Mac: Fix leak of send right for Mach thread port.
...
The leaked send right kept the port alive for threads that are gone. For
processes which create a lot of threads, this can cause performance problems.
2010-02-24 15:12:30 +01:00
Nikolay Sivov
62019e6d3a
user32: Intersect with passed dirty rectangle while blitting.
2010-02-24 15:12:30 +01:00
Nikolay Sivov
9b7b3ef1c4
user32/tests: Test to show that caption added for WS_EX_LAYERED as well.
2010-02-24 15:12:30 +01:00
Paul Chitescu
daa4943322
quartz: Do not assert() the existence of a media format of an input pin.
2010-02-24 15:12:30 +01:00
Andrey Turkin
7628fcdd76
extrac32: Implement /C mode.
2010-02-24 12:16:37 +01:00
Andrey Turkin
2db497e89e
kernel32: Use TEB-based buffer in CreateMutexExA.
2010-02-24 12:16:33 +01:00
Christian Costa
240afab362
shell32: Allow copy operation to overwrite an existing write protected file + tests.
2010-02-23 17:45:40 +01:00
Alexandre Julliard
fc7f1c7e5a
makefiles: Add some shell function helpers to generate the makefile rules.
2010-02-23 14:24:57 +01:00
Alexandre Julliard
1784adca8b
makefiles: Always build dependencies by default and get rid of the auto-depend rules.
2010-02-23 13:44:55 +01:00
Alexandre Julliard
64362acfea
makefiles: Always generate the subdirs makefiles from the main makefile.
2010-02-23 13:33:52 +01:00
Hans Leidekker
911d0df691
wininet: Fix a memory leak.
...
Found by Valgrind.
2010-02-23 13:31:07 +01:00
Hans Leidekker
5c59617121
msi: Add tests for creating and removing duplicate files.
2010-02-23 13:31:04 +01:00
Hans Leidekker
253a7fa73c
msi: Implement the RemoveDuplicateFiles standard action.
2010-02-23 13:31:01 +01:00
Alexandre Julliard
f3696e489b
krnl386.exe: Add an explicit name check to allow importing user.exe and gdi.exe even if not loaded already.
2010-02-23 13:30:52 +01:00
Alexandre Julliard
913cab1353
winex11: Switch owner window to managed when displaying one of its popups.
2010-02-23 12:35:10 +01:00
Alexandre Julliard
391afac66f
winex11: Windows that own popups should be managed.
2010-02-23 12:34:19 +01:00
Alexandre Julliard
7b3a00c09e
winex11: Make sure that the owner window exists when setting the transient for attribute.
2010-02-23 12:33:01 +01:00
Reece Dunn
1571337c03
shlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.
2010-02-23 12:10:06 +01:00
Andrew Nguyen
416589a7c2
user32/tests: Fix a failure message trace.
2010-02-23 12:09:55 +01:00
Andrew Nguyen
0b23012867
user32: Ensure that WM_INITDIALOG passes the first tabstop control handle to the dialog procedure.
2010-02-23 12:09:50 +01:00
David Hedberg
30f6dc9510
msvcrt: Implement _ismbclegal.
2010-02-23 12:09:45 +01:00
David Hedberg
85cc5dd1b2
msvcrt: Add trail bytes info for codepage 1361.
2010-02-23 12:09:33 +01:00
XueFeng Chang
4bc7c59f44
server: Check create_event return value in console creation.
2010-02-23 12:09:25 +01:00
Piotr Caban
456de20085
oleaut32/tests: Added more typelib creation tests.
2010-02-23 12:09:10 +01:00
Piotr Caban
9e02ef54e1
oleaut32: Improved implementation of ICreateTypeInfo2_fnAddImplType.
2010-02-23 12:09:05 +01:00
Piotr Caban
32803c0489
oleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.
2010-02-23 12:08:51 +01:00