Huw Davies
522a00e69a
oleaut32: Correctly marshal NULL interface ptrs.
2010-02-25 15:59:47 +01:00
Vincent Povirk
10990f5898
gdiplus: Stub GdipGetRegionScansCount.
2010-02-25 12:12:11 +01:00
Vincent Povirk
ab124aa6b8
gdiplus: Stub GdipGetImageItemData.
2010-02-25 12:12:08 +01:00
Vincent Povirk
f62560f76c
gdiplus: Free the attached HBITMAP when destroying Bitmap objects.
2010-02-25 12:12:03 +01:00
Dylan Smith
bb58537e95
wordpad: Show page numbers in statusbar for print preview.
2010-02-25 12:11:13 +01:00
Dmitry Timoshkov
2f7053e6c0
gdi32: Fix the DeleteDC test failures under Win9x.
2010-02-25 12:11:04 +01:00
Reece Dunn
f08206b31f
ole32: Fix the HGLOBAL stream Seek implementation.
2010-02-25 12:10:40 +01:00
Reece Dunn
4cd390ca4e
ole32/tests: Improve the HGLOBAL stream tests for Seek.
2010-02-25 12:10:35 +01:00
Gerald Pfeifer
9d8160c52a
winmm/tests: Fix test condition in test_midiStream().
2010-02-25 12:10:28 +01:00
Jacek Caban
f6b4341638
atl: Properly release registrar in do_register_dll_server.
2010-02-25 12:10:20 +01:00
Jacek Caban
75967cd9ff
atl: Don't add CLSID_ATLRegistrar replacement in do_register_dll_server.
2010-02-25 12:10:17 +01:00
André Hentschel
da519c603b
oleaut32/tests: Add some tests.
2010-02-25 12:10:12 +01:00
Charles Davis
5415b62fc2
include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang).
2010-02-25 12:10:07 +01:00
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