Frédéric Delanoy
7377aa1683
rsaenh/tests: Use BOOL type where appropriate.
2013-11-25 15:15:53 +01:00
Frédéric Delanoy
5e321b2c7f
system.drv16: Use BOOL type where appropriate.
2013-11-25 15:15:53 +01:00
Frédéric Delanoy
08acae5deb
rsaenh: Use BOOL type where appropriate.
2013-11-25 15:15:53 +01:00
Frédéric Delanoy
6e472d8bc3
kernel32: Use BOOL type where appropriate.
2013-11-25 15:15:53 +01:00
Marcus Meissner
0ef0f7bb0a
netapi32: Added missing breaks (Coverity).
2013-11-25 15:15:52 +01:00
Vincent Povirk
68b60c0ddd
gdiplus: Add metafile test for FillRectangles.
2013-11-25 15:15:52 +01:00
Vincent Povirk
681cd545ea
gdiplus: Set world transform when drawing metafiles.
2013-11-25 15:15:52 +01:00
Vincent Povirk
fc560b2121
gdiplus: Implement FillRects record playback.
2013-11-25 15:15:52 +01:00
Vincent Povirk
c491d52821
gdiplus: Write FillRects records to metafiles.
2013-11-25 15:15:52 +01:00
Vincent Povirk
8babdc860a
gdiplus: Forward GdipFillRectangle to GdipFillRectangles.
2013-11-25 15:15:52 +01:00
Frédéric Delanoy
ef2a8be648
comctl32: Clarify DATETIME_GetPrevDateField documentation.
2013-11-25 15:15:52 +01:00
Nikolay Sivov
a2bcfa28d4
kernel32: Add more LoadLibraryEx() flags defines and mark them as unsupported.
2013-11-25 15:15:52 +01:00
Jacek Caban
1c1a261122
vbscript: Don't allow OP_dim on already initialized arrays.
2013-11-25 15:15:52 +01:00
Jacek Caban
d222521989
vbscript: Added support for VT_BYREF|VT_VARIANT to to_int.
2013-11-25 15:15:52 +01:00
Henri Verbeet
caf9ad6c2c
wined3d: Swap the container's texture name in flip_surface().
2013-11-22 16:41:35 +01:00
Nikolay Sivov
2ab0002674
kernel32/tests: Test for LoadLibraryEx() with full path without extension.
2013-11-22 16:08:44 +01:00
Nikolay Sivov
48c97ad0bc
kernel32/tests: Some more tests for SearchPath().
2013-11-22 16:08:35 +01:00
Jacek Caban
9c7057c226
urlmon: Fixed tests on IE10.
2013-11-22 16:08:24 +01:00
Piotr Caban
5a69b888f7
qcap: Fix ICaptureGraphBuilder2::RenderStream test failures.
2013-11-22 13:59:40 +01:00
Piotr Caban
6702f44500
qcap: Add AVI Mux QueryInterface tests.
2013-11-22 13:59:38 +01:00
Ken Thomases
eac789c6da
winemac: Put clipboard formats synthesized from other standard clipboard formats at the end of the list.
2013-11-22 13:59:33 +01:00
Ken Thomases
f2640745b3
winemac: Make macdrv_EnumClipboardFormats() always use macdrv_copy_pasteboard_formats().
...
This makes sure that the formats are enumerated in a consistent order.
2013-11-22 13:59:08 +01:00
Ken Thomases
b28a014c44
winemac: Cache the "natural" clipboard format entry associated with synthesized built-in entries at startup.
2013-11-22 13:59:03 +01:00
Ken Thomases
ee53ea4b93
winemac: Add a function to find the "natural" clipboard format entry for a format ID.
2013-11-22 13:58:48 +01:00
Ken Thomases
a0061e0a30
winemac: Synthesize text clipboard formats in CF_TEXT, CF_OEMTEXT, CF_UNICODETEXT order.
2013-11-22 13:58:42 +01:00
Ken Thomases
d98dbf8fbd
winemac: Synthesize CF_METAFILEPICT from CF_ENHMETAFILE.
2013-11-22 13:58:33 +01:00
Ken Thomases
53089bff2e
winemac: Synthesize CF_ENHMETAFILE from CF_METAFILEPICT.
2013-11-22 13:58:28 +01:00
Ken Thomases
29236cce4c
winemac: Add support for the CF_ENHMETAFILE clipboard format.
2013-11-22 13:58:20 +01:00
Ken Thomases
cdad61369c
winemac: Add support for the CF_METAFILEPICT clipboard format.
2013-11-22 13:58:12 +01:00
Ken Thomases
a983cfb01d
winemac: Ignore Mac-originating pasteboard types which aren't mapped to standard clipboard formats.
...
New clipboard formats had been registered for them, but that was pointless.
No Windows app would ever expect or make use of such clipboard formats or the
associated pasteboard data.
2013-11-22 13:58:02 +01:00
Ken Thomases
788e2034f6
winemac: Add support for a "Decorated" registry setting to control whether windows get Mac-style decorations.
2013-11-22 13:57:28 +01:00
Alexandre Julliard
1e78c99388
kernel32: Validate the architecture of newly created processes on the server side.
2013-11-22 12:32:48 +01:00
Alexandre Julliard
f2c54dba01
kernel32: Determine the module architecture for all binary types.
2013-11-22 12:25:30 +01:00
Henri Verbeet
f6b5dc246a
wined3d: Get rid of the WINED3DSRGB enum.
2013-11-22 11:37:29 +01:00
Henri Verbeet
7427b72250
wined3d: Get rid of surface_internal_preload().
2013-11-22 11:37:24 +01:00
Henri Verbeet
e0beab8b81
wined3d: Merge texture2d_preload() and texture3d_preload() into wined3d_texture_load().
2013-11-22 11:37:20 +01:00
Henri Verbeet
c025b5d06b
wined3d: surface_load() should never fail.
2013-11-22 11:37:07 +01:00
Henri Verbeet
12f16f2127
wined3d: Reimplement wined3d_ftoa().
...
The current implementation is not precise enough when the FPU is in REAL4
mode, which also happens to be the mode d3d9 sets by default. Doing the same
thing with integer math is a huge pain, so just replace the decimal separator
instead.
2013-11-22 11:37:02 +01:00
Rico Schüller
5f15a5633c
shell32: Use lParam for BFFM_SETOKTEXT.
2013-11-22 11:36:17 +01:00
Alistair Leslie-Hughes
d8f54b4d49
mscoree: Implement IMetahostPolicy GetRequestedRuntime.
2013-11-22 11:35:57 +01:00
Andrew Eikum
ace3c315b8
dsound: Don't change play position if IAudioClient methods fail.
2013-11-22 11:34:53 +01:00
Andrew Eikum
f53dd40ad8
winecoreaudio.drv: Don't return 0 absolute position if AudioQueue call fails.
...
Some failures are temporary, for example if the user reconfigures their
audio setup while playing audio. Returning 0 could have bad "going
backward in time" effects which can break audio even after the call
starts to succeed again.
2013-11-22 11:34:47 +01:00
Frédéric Delanoy
57d7f74d34
Assorted spelling fixes.
2013-11-21 19:44:46 +01:00
Erich E. Hoover
d2e216f462
server: Create directories with the specified security attributes.
2013-11-21 19:44:45 +01:00
Erich E. Hoover
95c414fea7
advapi32/tests: Add tests for creating directories with specific security attributes.
2013-11-21 19:44:44 +01:00
Hans Leidekker
a448bbf880
wininet: Reading past end-of-file in chunked mode returns success.
...
Found by Andrew Eikum.
2013-11-21 19:39:02 +01:00
Alexandre Julliard
e8eb781327
server: Check PE file architecture at mapping creation time.
2013-11-21 19:39:02 +01:00
Alexandre Julliard
55eb7e56e8
kernel32/tests: Add some tests for invalid image section mappings.
2013-11-21 19:39:02 +01:00
Alexandre Julliard
70d490aa3d
kernel32/tests: Add a helper function for creating a test dll.
2013-11-21 19:39:02 +01:00
Alexandre Julliard
3dc1f20f03
kernel32/tests: Make the page size a global variable.
2013-11-21 19:39:02 +01:00