Hans Leidekker
1c07d94ddc
wininet: Send a content length header for all verbs other than GET.
2009-01-15 12:41:53 +01:00
Alexandre Julliard
31fd066393
kernel32/tests: Add test cases for reading/writing process memory from an invalid buffer address.
2009-01-15 12:06:16 +01:00
Alexandre Julliard
858a7efdd4
ntdll: Check buffer for access in NtRead/WriteVirtualMemory.
...
This also triggers page faults needed for DIB section access and write
watches.
2009-01-15 12:06:16 +01:00
Alexandre Julliard
e016d2ec5e
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care of it.
2009-01-15 12:06:16 +01:00
Alexandre Julliard
d2b217e90a
gdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer.
2009-01-15 12:06:15 +01:00
Alexandre Julliard
8de57bd541
kernel32/tests: Add test cases for reading/writing from an invalid buffer address.
2009-01-15 12:05:53 +01:00
Alexandre Julliard
63bff0937f
ntdll: Check buffer for access in NtReadFile before performing I/O.
...
This also triggers page faults needed for write watches.
2009-01-15 12:05:26 +01:00
Alexandre Julliard
39d4f9e272
ntdll: Check buffer for access in NtWriteFile before performing I/O.
...
This also triggers page faults needed for DIB section access.
2009-01-15 12:04:24 +01:00
Alexandre Julliard
51c7fe5fc7
cabinet: Don't try to copy data from the file if we don't even have a data buffer.
2009-01-15 12:03:08 +01:00
Huw Davies
8b10dd2a8d
comdlg32: We no longer need to update the dialog struct on exit as all of the information is up to date.
2009-01-14 15:56:06 +01:00
Huw Davies
3e43528a99
comdlg32: Use a unicode dialog.
2009-01-14 15:55:59 +01:00
Huw Davies
90651c049a
comdlg32: Keep the DEVMODE's papersize member up to date.
2009-01-14 15:55:01 +01:00
Huw Davies
34c771bd9a
comdlg32: Keep the DEVMODE's orientation member up to date.
2009-01-14 15:54:59 +01:00
Francois Gouget
41e9dd3d80
winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().
2009-01-14 15:54:52 +01:00
Francois Gouget
ffdf89c4a5
winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.
2009-01-14 15:54:46 +01:00
Nikolay Sivov
4e12b8efc8
kernel32/tests: Some todo tests for CompareStringA and lstrcmpi.
2009-01-14 15:54:41 +01:00
Jeff Latimer
1f5b2f7e0c
user32/tests: Add tests for DdeGetData Ascii interface.
2009-01-14 15:22:51 +01:00
Jeff Latimer
56784f60c1
user32: Check for NULL pData in DdeClientTransAction expecting to be passed a handle.
2009-01-14 14:59:34 +01:00
Paul Vriens
950514c8c3
ddrawex/tests: Don't crash on win9x.
2009-01-14 14:52:55 +01:00
Paul Vriens
b8cde623dd
setupapi/tests: Fix some test failures on win9x.
2009-01-14 14:52:51 +01:00
Francois Gouget
3fe5d80512
configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing.
2009-01-14 14:52:33 +01:00
Francois Gouget
053d521ca7
ddrawex: Add a trailing '\n' to a Wine trace.
2009-01-14 14:52:24 +01:00
Francois Gouget
a17f48219a
widl: Add a trailing '\n' to an error() message.
2009-01-14 14:52:21 +01:00
Francois Gouget
5656e41640
rpcrt4/tests: Add a trailing '\n' to ok() calls.
2009-01-14 14:52:18 +01:00
Dylan Smith
b81144b350
richedit: Correct limitations on values for setting zoom ratio.
2009-01-14 14:22:43 +01:00
Dylan Smith
fcabbbf30f
richedit: Zoom in and out with mouse wheel with control held.
2009-01-14 14:22:37 +01:00
Dylan Smith
b70b3e893f
richedit: Added tests for zooming.
...
The contents of the text can be zoomed in with EM_SETZOOM, or with the
mouse wheel. EM_SETZOOM is implemented, but these tests show bugs in
the implementation, and zooming using the mouse wheel isn't
implemented at all yet.
2009-01-14 14:22:26 +01:00
Andrey Turkin
8ff76d24f6
ole32/tests: Add test for IContextCallback.
2009-01-14 14:16:21 +01:00
Andrey Turkin
aa8f008952
include: Add ctxtcall.idl file with IContextCallback interface definition.
2009-01-14 14:16:08 +01:00
Michael Stefaniuc
a28052ab8a
cryptnet: Remove superfluous pointer casts.
2009-01-14 13:51:01 +01:00
Michael Stefaniuc
357c3f4a2c
d3d8: Remove superfluous pointer casts.
2009-01-14 13:51:01 +01:00
Michael Stefaniuc
02602bd3cf
dswave: Remove superfluous pointer casts.
2009-01-14 13:51:01 +01:00
Michael Stefaniuc
b53877d92e
gdiplus: Remove superfluous pointer casts.
2009-01-14 13:51:00 +01:00
Henri Verbeet
4c7e72bb96
wined3d: Fix a memory leak in CreateSwapChain() error handling.
2009-01-14 13:51:00 +01:00
Henri Verbeet
c8c073fc9b
wined3d: Get rid of D3DCREATEOBJECTINSTANCE.
2009-01-14 13:51:00 +01:00
Henri Verbeet
9440dfedf4
wined3d: Remove AddDirtyRect() from the public interface.
2009-01-14 13:51:00 +01:00
Henri Verbeet
fd90021666
wined3d: Remove AddDirtyBox() from the public interface.
...
This is an internal wined3d function.
2009-01-14 13:51:00 +01:00
Henri Verbeet
881780276b
wined3d: Remove CleanDirtyBox().
...
It's never used.
2009-01-14 13:51:00 +01:00
Alexandre Julliard
8c84636cd5
configure: Specify the target flags directly from configure to avoid trouble on BSD make.
2009-01-14 13:50:52 +01:00
Alexandre Julliard
034a7f8849
winebuild: Add -b as a short option for --target for gcc compatibility.
2009-01-14 12:52:53 +01:00
Alistair Leslie-Hughes
022ae89e0f
mshtml: Add missing IHTMLCurrentStyle interfaces.
2009-01-14 12:41:04 +01:00
Alistair Leslie-Hughes
421dca6a96
msxml3: Add fixme for unsupported parameter.
2009-01-14 12:40:56 +01:00
Andrew Talbot
d287e88691
riched20: Declare some functions static.
2009-01-14 12:40:40 +01:00
Hervé Chanal
831290e93d
shell32: A nicer icon for desktop.
2009-01-14 12:22:59 +01:00
Dmitry Timoshkov
c34b64d6d9
wrc: Warn for duplicate dialog ids.
2009-01-14 12:22:40 +01:00
Dmitry Timoshkov
1793f55f35
wordpad: Use "-1" as a "don't care value", fix dialog id duplicates.
2009-01-14 12:22:10 +01:00
Dmitry Timoshkov
65bc525e05
winemine: Use "-1" as a "don't care value", fix dialog id duplicates.
2009-01-14 12:22:03 +01:00
Dmitry Timoshkov
a21c8d77ef
progman: Use "-1" as a "don't care value", fix dialog id duplicates.
2009-01-14 12:21:59 +01:00
Dmitry Timoshkov
1bebaaadbd
oleview: Use "-1" as a "don't care value", fix dialog id duplicates.
2009-01-14 12:21:54 +01:00
Dmitry Timoshkov
1fb2a50986
serialui: Use "-1" as a "don't care value", fix dialog id duplicates.
2009-01-14 12:21:48 +01:00