Henri Verbeet
51cdeeacd4
wined3d: Explicitly request alpha testing for blitting the cursor and logo textures to screen.
2014-01-10 12:06:09 +01:00
Henri Verbeet
06d6bdae4a
wined3d: Place the logo texture in the default pool.
2014-01-10 12:06:04 +01:00
Henri Verbeet
f8e62bc596
wined3d: Place the cursor texture in the default pool.
2014-01-10 12:05:57 +01:00
Ken Thomases
c072a4564e
winemac: For ChangeDisplaySettingsEx(), if caller didn't specify, prefer non-interlaced and unstretched modes.
2014-01-10 12:05:45 +01:00
Ken Thomases
ce5a87b1ef
winemac: Simplify display mode code.
...
When originalDisplayModes has entries, the app is active. When the app is
active, latentDisplayModes is empty.
2014-01-10 12:05:41 +01:00
Ken Thomases
d4d92a759e
winemac: Clear the latentDisplayModes instance variable before realizing the latent modes.
2014-01-10 12:05:38 +01:00
Ken Thomases
42a7d7209b
winemac: Restore display mode to original in more cases.
...
We only care if we have changed the mode and we're changing it back to its
original. Even if the current mode matches the target mode, we may still
need to release the displays and clear the entry from originalDisplayModes.
2014-01-10 12:05:34 +01:00
Ken Thomases
9c65d672a2
winemac: Don't assume the current display mode is the original if we don't have the displays captured.
...
Another process may have changed the display mode before we queried the
current mode, so we may be seeing a non-original mode.
2014-01-10 12:05:30 +01:00
Ken Thomases
fe1c0ab952
winemac: Don't record original display modes when not the active app.
...
originalDisplayModes should be used when active, empty when inactive.
latentDisplayModes is used when inactive, empty when active.
The count of entries in originalDisplayModes is used to test whether the
process has the displays captured so adding entries when inactive would give
incorrect results. This could have led us to mistakenly change the display
mode when we don't have the displays captured.
2014-01-10 12:05:25 +01:00
Hans Leidekker
a1d8886f6a
wbemprox: Implement Win32_OperatingSystem.Name.
2014-01-10 12:05:01 +01:00
Nikolay Sivov
92ed7c50a9
oleaut32: Add missing methods to test IRecordInfo implementation.
2014-01-10 12:04:54 +01:00
Frédéric Delanoy
7215eb2497
kernel32/tests: Unconstify a character string.
2014-01-10 12:04:10 +01:00
Akihiro Sagawa
ebccff8225
gdi32: Relax vertical face requirements.
2014-01-09 18:07:15 +01:00
Akihiro Sagawa
142a0f7af0
gdi32: Fix DBCS mask value in GetFontLanguageInfo.
2014-01-09 18:06:11 +01:00
Akihiro Sagawa
ab32c657ed
gdi32: Use defined names in GetFontLanguageInfo.
2014-01-09 18:06:05 +01:00
Piotr Caban
1d4ac6dc1e
msvcrt/tests: Fix crash in mbstowcs tests.
2014-01-09 17:42:44 +01:00
Andrey Gusev
8d426f5398
xapofx1_1: Add version.rc file.
2014-01-09 17:41:52 +01:00
Frédéric Delanoy
91f2435469
Assorted spelling fixes.
2014-01-09 17:39:59 +01:00
Erich E. Hoover
dc184b526c
ddraw/tests: Test DirectDrawEnumerateEx with DDENUM_ATTACHEDSECONDARYDEVICES.
2014-01-09 17:39:58 +01:00
Erich E. Hoover
eba5132bfa
ddraw: Make DirectDrawEnumerateEx report the driver description.
2014-01-09 17:39:57 +01:00
Erich E. Hoover
639f9335c2
ddraw: Make DirectDrawEnumerateEx only enumerate secondary display devices when requested.
2014-01-09 17:39:56 +01:00
Stefan Dösinger
bffd536213
wined3d: GL_NV_vertex_program2_option supports relative offsets > 63.
...
The ARR codepath used if ctx->target_version >= NV2 does not account for
the correction offset, but the indirect addressing reads do, which
ultimately results in incorrect offsets. Since the limitation goes away
as soon as we enable GL_NV_vertex_program_2_option ignoring the offset
is the best thing to do. I don't set shader_data->rel_offset to zero in
the pre-compilation analysis because enablding NV_vertex_program2 is in
theory a decision that is taken later during code generation.
2014-01-09 17:39:55 +01:00
Stefan Dösinger
441d8ffeb2
wined3d: Mark the system location up to date in the DIB recreation codepath.
2014-01-09 17:39:54 +01:00
Stefan Dösinger
db6d3c500c
wined3d: Remove SFLAG_USERPTR.
2014-01-09 17:39:53 +01:00
Alexandre Julliard
d1463cc44b
gdi32/tests: Run all DIB tests with a hardcoded palette.
2014-01-09 17:39:53 +01:00
Alexandre Julliard
eba26475fb
gdi32/tests: Don't test unreliable palette entries.
2014-01-09 17:39:52 +01:00
Alexandre Julliard
406587898f
ntdll/tests: Fix a test that fails on Win2k.
2014-01-09 17:39:51 +01:00
Henri Verbeet
e00cc024fd
ddraw/tests: Add some color key tests for complex surfaces.
2014-01-09 17:39:49 +01:00
Henri Verbeet
bddb0433f3
ddraw: Return DDERR_NOTONMIPMAPSUBLEVEL for ddraw_surface7_SetColorKey() on mipmap sub levels.
2014-01-09 17:39:47 +01:00
Henri Verbeet
f7ee96c311
ddraw: Don't propagate color key changes to attached surfaces.
2014-01-09 15:50:45 +01:00
Henri Verbeet
4710c4b51a
wined3d: Store color keys in textures instead of in surfaces.
2014-01-09 15:50:39 +01:00
Henri Verbeet
d412eb568e
wined3d: Introduce a common GLSL handler for scalar instructions.
2014-01-09 15:50:30 +01:00
Henri Verbeet
4d93adf75e
wined3d: Reset the command stream state as well in wined3d_device_reset().
2014-01-09 15:50:25 +01:00
Dmitry Timoshkov
cdc9eff5d2
msxml3: Remove unused IUnknown *outer parameter from object constructors.
2014-01-09 14:23:39 +01:00
Bruno Jesus
0d965c14e9
ws2_32/tests: Add broken for a WSALookupServiceBegin test in NT.
2014-01-09 12:12:52 +01:00
Frédéric Delanoy
290cd16358
mountmgr.sys: Use BOOL type where appropriate.
2014-01-09 12:11:35 +01:00
Frédéric Delanoy
4cece0dd43
crypt32: Use BOOL type where appropriate.
2014-01-09 12:11:33 +01:00
Jacek Caban
51e3c2397c
devenum: Added more strict CLSID_VideoCompressorCategory test.
2014-01-09 12:10:54 +01:00
Jacek Caban
e303f11628
devenum: Make CLSID_VideoCompressorCategory a special category.
2014-01-09 12:10:52 +01:00
Jacek Caban
bcf78a227f
dxdiagn: Don't fail the whole initialization for invalid filter data in build_directshowfilters_tree.
2014-01-09 12:10:50 +01:00
Dmitry Timoshkov
c7332fa1dc
ntdll: Remove shadow local variables.
2014-01-09 12:10:42 +01:00
Nikolay Sivov
b058c96136
oleaut32: Mask out certain features on array copy.
2014-01-09 10:55:13 +01:00
Bruno Jesus
2548d75f16
iphlpapi/tests: Add more IcmpSendEcho tests related to the reply size.
2014-01-09 10:51:07 +01:00
Michael Stefaniuc
a4664409ef
dmime: Remove "#if 1" preprocessor directives.
2014-01-09 10:50:27 +01:00
Jacek Caban
81c42ce710
devenum: Populate CLSID_VideoCompressorCategory category in key in DEVENUM_CreateSpecialCategories.
2014-01-08 20:06:16 +01:00
Jacek Caban
92be7be48d
devenum: Enumerate both regular key and special key for special categories.
2014-01-08 20:04:46 +01:00
Jacek Caban
6ce17c1fa4
devenum: Moved test for special category GUID to separated function.
2014-01-08 20:03:44 +01:00
Stefan Dösinger
03b2e737d2
ddraw/tests: Add a getdc test with a custom pitch.
2014-01-08 20:03:04 +01:00
Stefan Dösinger
b91973daa7
wined3d: Merge wined3d_surface_set_mem into wined3d_surface_update_desc .
2014-01-08 20:02:22 +01:00
Stefan Dösinger
82666af87a
wined3d: Simplify wined3d_surface_set_mem.
2014-01-08 19:58:56 +01:00
Stefan Dösinger
2a012ba16f
ddraw: Always set surface width, height and format in ddraw_surface7_SetSurfaceDesc.
2014-01-08 19:55:06 +01:00
Stefan Dösinger
70eab9d025
wined3d: Support custom pitches in wined3d_surface_update_desc.
2014-01-08 17:35:08 +01:00
Martin Storsjo
8d9ecf70e2
api-ms-win-core-util-l1-1-0: Add stub dll.
2014-01-08 16:27:21 +01:00
Martin Storsjo
6f17458793
api-ms-win-core-sysinfo-l1-2-0: Add stub dll.
2014-01-08 16:27:03 +01:00
Martin Storsjo
463bf7bb61
api-ms-win-core-string-l1-1-0: Add stub dll.
2014-01-08 16:26:54 +01:00
Martin Storsjo
3741f7176a
api-ms-win-core-profile-l1-1-0: Add stub dll.
2014-01-08 16:26:45 +01:00
Martin Storsjo
e5c2036cfe
api-ms-win-core-interlocked-l1-2-0: Add stub dll.
2014-01-08 16:26:36 +01:00
Martin Storsjo
5ee522162c
api-ms-win-core-errorhandling-l1-1-1: Add stub dll.
2014-01-08 16:26:26 +01:00
Martin Storsjo
0ee5b475cc
api-ms-win-core-debug-l1-1-1: Add stub dll.
2014-01-08 16:26:16 +01:00
Martin Storsjo
7918f968f1
api-ms-win-core-processthreads-l1-1-1: Add stub dll.
2014-01-08 16:26:06 +01:00
Bruno Jesus
98e1560d49
iphlpapi/tests: Add IcmpSendEcho tests.
2014-01-08 16:11:33 +01:00
Piotr Caban
f1105d3f81
msvcp110: Fix streamsize parameter size in spec file.
2014-01-08 16:11:32 +01:00
Piotr Caban
544d179434
msvcrt: Handle null mbstr parameter in mbstowcs.
2014-01-08 16:11:31 +01:00
Alexandre Julliard
3e40fea9d6
makefiles: Automatically add the necessary msvcrt flags to the generated rules.
2014-01-08 14:34:15 +01:00
Sebastian Lackner
ddc7f300e2
kernel32: Forward condition variable functions to ntdll.
2014-01-08 14:34:14 +01:00
Sebastian Lackner
5472b9f9ca
ntdll: Implement condition variable functions using keyed events.
2014-01-08 14:34:14 +01:00
Henri Verbeet
86ffd6c4ea
d3d9/tests: Make sure create_device() returns NULL on failure.
2014-01-08 14:34:13 +01:00
Henri Verbeet
ddae20b689
wined3d: Fix up the backbuffer count on failure in swapchain_init().
2014-01-08 14:34:12 +01:00
Henri Verbeet
2401a82bdc
wined3d: Get rid of the unused screen_palents field in struct wined3d_palette.
2014-01-08 14:34:12 +01:00
Nikolay Sivov
fac0d13ee7
scrrun: Fill find data on second Next() call before testing it.
2014-01-08 11:11:58 +01:00
Nikolay Sivov
c813ae2230
scrrun: Implement Clone() for file collection.
2014-01-08 11:11:54 +01:00
Nikolay Sivov
844aa7959e
scrrun: Implement Clone() for folder collection.
2014-01-08 11:11:51 +01:00
Nikolay Sivov
c1b7a075ca
scrrun: Store collection pointer directly in IEnumVARIANT data.
2014-01-08 11:11:47 +01:00
Nikolay Sivov
64c93f6070
scrrun: Implement Skip() for file and folder collections.
2014-01-08 11:11:42 +01:00
Michael Stefaniuc
8472190aaf
dmime: Fix copy and paste errors.
2014-01-08 11:11:37 +01:00
André Hentschel
1c61a53ef6
kernel32/tests: Don't test last error on success.
2014-01-08 11:10:27 +01:00
Piotr Caban
460991a8e9
msvcr110: Add __crtTerminateProcess implementation.
2014-01-07 16:34:40 +01:00
Piotr Caban
07566faaca
msvcr110: Add __libm_sse2_sqrt_precise implementation.
2014-01-07 16:34:33 +01:00
Piotr Caban
50e3f110d0
msvcp110: Share the source code with msvcp90.
2014-01-07 15:37:38 +01:00
Dmitry Timoshkov
f8a18f9c90
wmiutils: Remove unused IUnknown *outer parameter from object constructors.
2014-01-07 15:23:14 +01:00
Dmitry Timoshkov
182ff187a9
wbemprox: Remove unused IUnknown *outer parameter from object constructors.
2014-01-07 15:23:07 +01:00
Dmitry Timoshkov
fb9e8bc94e
wbemdisp: Remove unused IUnknown *outer parameter from object constructor.
2014-01-07 15:22:49 +01:00
Dmitry Timoshkov
f8d79c83b4
winhttp: Remove unused IUnknown *outer parameter from object constructor.
2014-01-07 15:22:24 +01:00
Dmitry Timoshkov
5cf3c1f4a6
wuapi: Remove unused IUnknown *outer parameter from object constructors.
2014-01-07 15:22:18 +01:00
Dmitry Timoshkov
ab8237c8c5
wiaservc: Remove unused IUnknown *outer parameter from object constructor.
2014-01-07 15:22:03 +01:00
Dmitry Timoshkov
da0c40326a
qmgr: Remove unused IUnknown *outer parameter from object constructor.
2014-01-07 15:21:55 +01:00
Huw Davies
a53179dadd
riched20: Ensure the cursors are equal after deleting the selection.
2014-01-07 15:21:33 +01:00
Huw Davies
c59c582c9a
riched20: Correctly handle the cursor at the end of run case while splitting paragraphs.
2014-01-07 15:21:30 +01:00
Huw Davies
86ea91f424
riched20: Correctly handle the cursor at the end of a run case.
2014-01-07 15:21:27 +01:00
Huw Davies
2429e8b10b
riched20: Don't split a run if the cursor is at the end of it.
2014-01-07 15:21:23 +01:00
Huw Davies
7e7a8f1a4e
riched20: Simplify the code by accessing paragraphs directly from runs.
2014-01-07 15:21:13 +01:00
Michael Stefaniuc
996b3c87f1
dmime: Remove the extraneous IUnknown from DirectMusicSegment8.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-01-07 12:20:30 +01:00
Michael Stefaniuc
dc45b8ad06
dmime: COM cleanup for IDirectMusicSegment8.
2014-01-07 12:20:29 +01:00
Michael Stefaniuc
c236bddcef
dmime: Remove duplicated "IDirectMusicSegment8" from the method names.
2014-01-07 12:20:28 +01:00
Michael Stefaniuc
770feca7ac
dmime: Don't use an IDirectMusicSegment8 method implementation directly.
2014-01-07 12:20:28 +01:00
Alexandre Julliard
15b40f62cc
mountmgr.sys: Use the correct variable for the include paths.
2014-01-07 12:20:27 +01:00
Alexandre Julliard
0d533cf0bd
makefiles: Allow define arguments to be specific to a single file.
2014-01-07 12:20:25 +01:00
Bruno Jesus
a1e2294006
ws2_32/tests: Show that the last WSACleanup must destroy sockets.
2014-01-07 10:47:13 +01:00
Bruno Jesus
7e4d075ec1
ws2_32/tests: Add some FIONREAD tests.
2014-01-07 10:47:06 +01:00
Andrey Gusev
4ec773a099
d3dx9_xx: Correct filename string.
2014-01-07 10:43:33 +01:00
Andrey Gusev
7ad3b863dc
d3dcompiler: Correct filename string.
2014-01-07 10:43:30 +01:00
André Hentschel
29907a2862
kernel32/tests: Add missing last errors for win8.
2014-01-07 10:42:32 +01:00
Nikolay Sivov
3ee9f2407b
scrrun: Implement Name() property for File.
2014-01-07 10:42:23 +01:00
Nikolay Sivov
6dbc8195a0
scrrun: Implement Reset() for file collection.
2014-01-07 10:42:21 +01:00
Nikolay Sivov
308f1144ac
scrrun: Implement Next() for file collection.
2014-01-07 10:42:17 +01:00
Nikolay Sivov
0920a3296e
scrrun: Added stub NewEnum support for IFileCollection.
2014-01-07 10:42:12 +01:00
Frédéric Delanoy
e5b689b71e
xmllite/tests: Use BOOL type where appropriate.
2014-01-07 10:42:08 +01:00
Frédéric Delanoy
50629d7ca9
wmiutils/tests: Use BOOL type where appropriate.
2014-01-07 10:41:53 +01:00
Frédéric Delanoy
aa0eceb554
wbemprox/tests: Use BOOL type where appropriate.
2014-01-07 10:41:47 +01:00
Piotr Caban
32858d1811
msvcr90: Add _is_exception_typeof implementation.
2014-01-06 20:52:40 +01:00
Jactry Zeng
51936be04d
riched20: Use CP_UNICODE instead of 1200.
2014-01-06 20:52:40 +01:00
Jacek Caban
289bdc4f45
strmbase: Store BasePinFuncTable inside Base*PinFuncTable structs.
2014-01-06 20:47:02 +01:00
Marcus Meissner
54dc91547d
ws2_32: handle error return from get_sock_fd (Coverity).
2014-01-06 20:47:00 +01:00
Marcus Meissner
eddc91f6e7
msvcp90: Return on error (Coverity).
2014-01-06 20:46:59 +01:00
Stefan Dösinger
b054fe94ee
d3dx9_36: Cast UINTs to FLOATs in d3dx9_line_Begin.
2014-01-06 20:46:56 +01:00
Stefan Dösinger
b87e167fa3
d3dx9_36: Make the order parameter of weightedcapintegrale an UINT.
2014-01-06 20:46:50 +01:00
Stefan Dösinger
86e88f51b8
d3dx9_36: Improve error handling in remap_faces_for_attrsort.
2014-01-06 20:46:48 +01:00
Stefan Dösinger
303a5f05f7
d3dx9_36: Don't make the input parameter to remap_faces_for_attrsort const.
2014-01-06 20:46:47 +01:00
Stefan Dösinger
e1a845c213
d3dx9_36: Cast D3DPARAMETER_TYPE * to DWORD *.
2014-01-06 20:46:45 +01:00
André Hentschel
87c7c961f2
Assorted spelling fixes.
2014-01-06 17:33:24 +01:00
André Hentschel
2d6685f4ec
msi: Check return value from MSIREG_OpenInstallProps (Coverity).
2014-01-06 17:19:43 +01:00
André Hentschel
57d2e8f3c3
ws2_32: Don't leak hostname (Coverity).
2014-01-06 17:16:55 +01:00
André Hentschel
6db63a1867
kernel32/tests: Allow more last errors from win8.
2014-01-06 17:16:33 +01:00
Frédéric Delanoy
4ec00cb2c2
setupapi/tests: Use BOOL type where appropriate.
2014-01-06 17:15:45 +01:00
Frédéric Delanoy
a06363669f
msi/tests: Use BOOL type where appropriate.
2014-01-06 17:15:14 +01:00
Frédéric Delanoy
949f1a0161
msxml3/tests: Use BOOL type where appropriate.
2014-01-06 17:14:40 +01:00
Frédéric Delanoy
e7594272fe
gdi32: Use BOOL type where appropriate.
2014-01-06 17:14:32 +01:00
André Hentschel
5865fe78de
ntdll: Add signal definitions for GNU/Hurd.
...
Partially based on a patch by Andrew Nguyen.
2014-01-06 17:10:05 +01:00
Michael Stefaniuc
84df351b1e
dmusic: Don't hardcode the guidClass in IDirectMusicObject::ParseDescriptor.
2014-01-06 17:10:04 +01:00
Michael Stefaniuc
dc9208a0c5
dmusic/tests: Add some DirectMusicCollection tests.
2014-01-06 17:10:03 +01:00
Michael Stefaniuc
fe0d2a2ba7
dmusic: Don't crash on NULL in IDirectMusicObject::GetDescriptor.
2014-01-06 17:10:02 +01:00
Michael Stefaniuc
fda99c0fcc
dmusic: The object class is immutable in a DirectMusicObject.
2014-01-06 17:10:01 +01:00
Michael Stefaniuc
5771ff8912
dmusic: Don't leak mem if DirectMusicCollection creation fails.
2014-01-06 17:08:52 +01:00
Michael Stefaniuc
d3c550d0ba
dmusic: Always AddRef the returned iface in QueryInterface.
2014-01-06 17:06:52 +01:00
Nikolay Sivov
5e4d5ebde7
dwrite: Implement ConvertFontFaceToLOGFONT().
2014-01-06 17:05:31 +01:00
Nikolay Sivov
07ded6bb36
scrrun: Added IFileCollection stub.
2014-01-06 17:03:06 +01:00
Nikolay Sivov
42d2b51992
scrrun: Implement Name() property for Folder.
2014-01-06 17:01:17 +01:00
Nikolay Sivov
b99b69aac2
scrrun: Implement Next() for folder collection.
2014-01-06 17:00:24 +01:00
Bruno Jesus
281f69bccf
ws2_32: Fix FreeBSD compiling issue on ipx address structure.
2014-01-06 16:59:15 +01:00
Bruno Jesus
b461fa4468
ws2_32/tests: Add some WSALookupService[Begin|Next|End] tests.
2014-01-06 16:59:06 +01:00
Vincent Povirk
51b873b3ca
gdiplus: Mark the Graphics object as busy before freeing it.
2014-01-06 16:02:40 +01:00
Alexandre Julliard
ce25c89585
makedep: Don't expand variable references that use ${}.
2014-01-04 20:33:57 +01:00
Frédéric Delanoy
29b2db009c
comctl32/tests: Use BOOL type where appropriate.
2014-01-03 18:08:51 +01:00
Frédéric Delanoy
6151371de3
ddraw/tests: Use BOOL type where appropriate.
2014-01-03 18:08:51 +01:00
Alexandre Julliard
2a7cdcf3c5
version: Load the resource that corresponds to the current language first.
2014-01-03 17:25:18 +01:00
Hans Leidekker
190878d92d
mscms: Print a fixme when compiled without support for liblcms2.
2014-01-03 17:01:22 +01:00
Hans Leidekker
48908c130c
msi: Remove the unused CurrentlyScripting field from MSISCRIPT.
2014-01-03 17:00:12 +01:00
Hans Leidekker
fcb924c144
msi: Fall back to the global temporary directory when the TempFolder property resolves to a non-existing directory.
2014-01-03 17:00:08 +01:00
Hans Leidekker
41d2b53c5b
msi: Always derive the SourceDir property from the database path.
2014-01-03 17:00:02 +01:00
Piotr Caban
2a8a1452ac
msvcp80: Fix ostreambuf_iterator<char> structure definition.
2014-01-03 14:40:47 +01:00
Nikolay Sivov
3cc34a5bf8
scrrun: Implement Reset() for folder collection.
2014-01-03 14:27:35 +01:00
Nikolay Sivov
47e1ac9f98
scrrun: Implement IEnumVARIANT stub for folder collection.
2014-01-03 14:27:33 +01:00
Nikolay Sivov
51f5ab1999
scrrun: Implement Count() property for folder collection.
2014-01-03 14:05:21 +01:00
Nikolay Sivov
0802e301ff
scrrun: Fix IFolder::QueryInterface() to respond to IDispatch query.
2014-01-03 14:05:19 +01:00
Nikolay Sivov
2a3f1560bb
scrrun: Added IFolderCollection stub.
2014-01-03 14:05:16 +01:00
Nikolay Sivov
c84189609d
scrrun: Use DISPID_VALUE instead of 0 in private idl.
2014-01-03 14:05:14 +01:00
Francois Gouget
1f26451964
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2014-01-03 11:28:16 +01:00
Martin Storsjo
48ae8f3070
ntdll: Improve handling of THUMB_MOV32 relocations.
2014-01-03 11:27:29 +01:00
Nikolay Sivov
f76f34ca23
scrrun: Implement GetFolder().
2014-01-02 19:35:49 +01:00
Nikolay Sivov
2ca39611e1
scrrun: Store folder path.
2014-01-02 19:35:49 +01:00
Zhenbo Li
c3bb460d68
wineps.drv: Constify a few pointers.
2014-01-02 17:49:19 +01:00
Zhenbo Li
767c09f16f
kernel32/tests: Add one more test for FindFirstFileA.
2014-01-02 17:46:00 +01:00
Michael Müller
6e373aa695
quartz: Return increasing monitor GUID on VMR7 monitor enumeration.
2014-01-02 17:43:29 +01:00
Stefan Dösinger
95317c33a9
d3dx9_36/tests: Use NAN.
2014-01-02 17:29:38 +01:00
Stefan Dösinger
9e3ef4abc6
d3dx9_36/tests: Fix calling convention specification.
...
Msvc wants __stdcall after the type, otherwise it generates an error.
2014-01-02 17:29:16 +01:00
Stefan Dösinger
aa2baf8c58
d3dx9_36: Add explicit casts in type conversion functions.
2014-01-02 17:29:06 +01:00
Stefan Dösinger
6bc4ebd516
d3dx9_36: Floatify some constants.
2014-01-02 17:28:47 +01:00
Stefan Dösinger
f06fc7f858
d3dx9_36: Use float math functions.
2014-01-02 17:28:24 +01:00
Piotr Caban
0f3c31b1ea
msvcrt: Try to convert C to C++ exception in __CxxFrameHandler.
2014-01-02 15:50:13 +01:00
Jacek Caban
9372274533
qcap: Added AVICompressorIn_Receive implementation.
2014-01-02 15:50:11 +01:00
Jacek Caban
d190b0c61e
msrle32: Properly set compression output flags.
2014-01-02 15:49:00 +01:00
Jacek Caban
331cb13b2f
msrle32: Get rid of no longer needed lDist argument in MSRLE32_CompressRLE8Line.
2014-01-02 15:48:57 +01:00
Jacek Caban
cb767f738d
msrle32: Append EOI instead of replacing EOL.
2014-01-02 15:48:53 +01:00
Jacek Caban
f9be296be4
msrle32: Get rid of ICM_GETQUALITY and ICM_SET_QUALITY that should not be supported.
2014-01-02 15:48:47 +01:00
Jacek Caban
1ed45a7416
msrle32: Use the same default quality as native.
2014-01-02 15:48:36 +01:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Alexandre Julliard
af6db67d6f
makefiles: Get rid of the MAKE_IMPLIB_RULES variable.
2014-01-02 12:12:59 +01:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Alexandre Julliard
e330a128d5
shell32: Use Shell_GetImageLists to retrieve image lists instead of using a global variable.
2014-01-02 11:56:11 +01:00
Michael Stefaniuc
393135c3c7
dmusic/tests: Change the way of detecting a workable dmusic.
2014-01-02 11:52:44 +01:00
Frédéric Delanoy
bf1a43e620
wintrust/tests: Constify some character strings.
2014-01-02 11:52:39 +01:00
Frédéric Delanoy
86f3f62289
winspool.drv/tests: Constify some character strings.
2014-01-02 11:52:32 +01:00
André Hentschel
4573aecf5b
gdi32: Fix a comment.
2014-01-02 11:52:11 +01:00
Alexandre Julliard
b192879597
makefiles: Automatically output appropriate target flags.
2014-01-01 21:44:38 +01:00
Alexandre Julliard
1cd2786f92
makefiles: Generate cross-compile rules automatically when supported.
2014-01-01 21:28:28 +01:00
Sebastian Lackner
3caa4e035d
kernel32: Prevent endless loop if NtQuerySystemInformation fails.
2014-01-01 20:45:31 +01:00
Stefan Dösinger
4734771f28
d3dx9_36: Make NUM_ELEM a define.
2014-01-01 20:45:29 +01:00
Stefan Dösinger
dcb101666b
d3dx9_36: Use SIZE_T for some iterators.
2014-01-01 20:45:28 +01:00
Stefan Dösinger
ebfdcc9c9a
d3dx9_36/tests: Use D3DX_PI instead of M_PI.
2014-01-01 20:45:27 +01:00
Stefan Dösinger
f6c90ec59f
d3dx9_36: Use D3DX_PI instead of M_PI.
2014-01-01 20:45:26 +01:00
Stefan Dösinger
1e9fe22f4c
wined3d: Fix an msvc warning.
2014-01-01 20:45:25 +01:00
Marcus Meissner
88923cd6f3
msxml3: Avoid double free of str (Coverity).
2014-01-01 20:45:21 +01:00
Marcus Meissner
84a51f64ca
setupapi: Do not free stack pointers (Coverity).
2014-01-01 20:45:20 +01:00
Marcus Meissner
a21c489f0f
mmsystem.dll16: Free the correct pointer (Coverity).
2014-01-01 20:45:19 +01:00
Marcus Meissner
ba8cacebf3
gdiplus: Free the correct pointer (Coverity).
2014-01-01 19:59:30 +01:00
Nikolay Sivov
1e1084232d
ntdll: Fix manifest attribute parsing.
2014-01-01 19:32:56 +01:00
Francois Gouget
b6ba53e572
gdi32/tests: Fix a flood of failures on Windows XP SP1 and 2003 pre-SP1.
2014-01-01 11:45:00 +01:00
Dmitry Timoshkov
07e7f40dc9
xmllite: Constify pointers in arrays that hold const data.
2014-01-01 11:44:25 +01:00
Dmitry Timoshkov
1be348ea51
xmllite: Use wine_dbg_sprintf instead of a static buffer.
2014-01-01 11:44:21 +01:00
Alexandre Julliard
1adaad4c89
makefiles: Remove no longer needed dlldata.o and testlist.o extra objects.
2013-12-31 19:05:12 +01:00
Alexandre Julliard
d08ff3ff19
makefiles: Use a single variable for all types of idl files.
2013-12-31 18:15:17 +01:00
Dmitry Timoshkov
3b8f4a280c
cabinet: Remove a no longer valid comment about seeking and restoring CAB position.
2013-12-31 16:18:48 +01:00
Dmitry Timoshkov
4ddb9f6915
cabinet: Read CAB size from the file header instead of calling FDI seek callback with SEEK_END.
...
SEEK_END is not supported by some callback implementations.
2013-12-31 16:18:28 +01:00
Dmitry Timoshkov
3cb5b93db9
cabinet/tests: Add an FDICopy test which emulates extracting from a memory block.
2013-12-31 16:18:08 +01:00
Ken Thomases
4f9de6bcdf
winemac: More thoroughly discard events which have been obsoleted by subsequent Wine- or program-driven changes.
...
Among other things, this fixes Syberia 2. That game shows, hides, and then
shows its window. Hiding it caused a WINDOW_LOST_FOCUS event to be queued.
By the time it was processed, the window was the foreground window again.
In response to being told it had lost focus, the game minimized its window.
Hiding the window should have prevented or discarded the WINDOW_LOST_FOCUS
event since the change was driven from Wine and the Win32 foreground/active
window state would already be correct. In addition, when the program
re-showed its window and made it foreground, that should have discarded the
event as being out of date. Now they do.
2013-12-31 12:31:39 +01:00
Ken Thomases
94cfa7799b
winemac: For WINDOW_DID_UNMINIMIZE events, don't attempt to restore windows which aren't minimized and visible.
...
The Win32 window state might have changed while the event was in the queue,
making it obsolete. Sending WM_SYSCOMMAND/SC_RESTORE might re-show a hidden
window, for example.
2013-12-31 12:31:33 +01:00
Ken Thomases
bcde44fb8a
winemac: Explicitly unhide the app early when showing windows.
...
Cocoa would implictly unhide it when we order a window, anyway. Doing it
early avoids problems from querying -[NSWindow isVisible] while the app is
hidden. That method returns FALSE even for windows which would be visible
if the app weren't hidden.
2013-12-31 12:31:29 +01:00
Ken Thomases
ae47323604
winemac: Track whether our windows would be visible if the process weren't hidden.
...
The -[NSWindow isVisible] method returns FALSE when the process is hidden,
but that's not what we need to know in some cases.
This fixes full-screen games which minimize their window when they lose
focus. Command-Tabbing away hides the process. Because the window was not
visible, the code didn't actually minimize it. When switching back to the
process, no event was sent to the Wine back-end telling it the window had
been restored, so it never resumed drawing to it.
2013-12-31 12:31:21 +01:00
Ken Thomases
6447e8e75c
winemac: Defer adjusting window levels while the process is hidden.
...
While the process is hidden, it can't get a list of its windows which would
be visible were it not hidden.
2013-12-31 12:31:15 +01:00
Nikolay Sivov
3cd677958c
shell32: Implement SHCreateQueryCancelAutoPlayMoniker() with some tests.
2013-12-31 12:27:23 +01:00
Nikolay Sivov
f041c2c554
ole32: Call moniker methods with proper wrappers.
2013-12-31 12:27:05 +01:00
Frédéric Delanoy
0e7e87875c
wininet/tests: Constify some character strings.
2013-12-31 12:25:04 +01:00
Frédéric Delanoy
e7f8e9e81d
winhttp/tests: Constify a character string.
2013-12-31 12:25:01 +01:00
Frédéric Delanoy
b1fd27eb2d
version/tests: Constify some character strings.
2013-12-31 12:24:52 +01:00
Frédéric Delanoy
5e94a5d4c9
user32/tests: Constify some character strings.
2013-12-31 12:24:49 +01:00
Frédéric Delanoy
e4c76bb3ca
urlmon/tests: Constify some character strings.
2013-12-31 12:24:37 +01:00
Bruno Jesus
719715c774
ws2_32: Cope with invalid hints in getaddrinfo/GetAddrInfoW.
2013-12-31 12:24:30 +01:00
Bruno Jesus
3eb39dc08e
ws2_32: Add extended IPX protocol support.
2013-12-31 12:23:52 +01:00
Bruno Jesus
2d4adfc49e
ws2_32: Use a helper function to set the IPX packet type.
2013-12-31 12:23:37 +01:00
Bruno Jesus
b26ffddc8f
ws2_32: Add a missing release_sock_fd.
2013-12-31 12:23:21 +01:00
Michael Stefaniuc
7474a37050
dmusic/tests: Don't crash with old dmusic versions.
2013-12-31 12:23:04 +01:00
Jacek Caban
47cc78c454
qcap: Added AVI compressor Start and Stop implementations.
2013-12-31 12:23:00 +01:00
Jacek Caban
0414557ef7
qcap: Added AVICompressorOut_DecideBufferSize implementation.
2013-12-31 12:22:57 +01:00
Jacek Caban
6b30b6fb4e
qcap: Added AVICompressorOut_GetMediaType implementation.
2013-12-31 12:22:54 +01:00
Jacek Caban
56fa8f1cc5
qcap: Added AVICompressorIn_ReceiveConnection implementation.
2013-12-31 12:22:51 +01:00
Jacek Caban
1a2c6b9570
qcap: Added AVICompressorIn_CheckMediaType implementation.
2013-12-31 12:22:40 +01:00
Jacek Caban
d45241dd91
qcap: Added IPersistPropertyBag::Load implementation.
2013-12-31 12:22:17 +01:00
Alexandre Julliard
a414681648
oleaut32: Don't create non-existent typelib files.
2013-12-30 20:35:02 +01:00
Piotr Caban
ed2d53a36a
msvcrt: Don't write to buffer in ungetc if _IOSTRG flag is specified.
2013-12-30 19:44:08 +01:00
Piotr Caban
6122c2ba37
msvcrt: Convert data to multibyte encoding in ungetwc if needed.
2013-12-30 19:44:02 +01:00
Jacek Caban
71687bef17
qcap: Added AVI compressor output pin stub implementation.
2013-12-30 19:43:57 +01:00
Jacek Caban
792c53ad25
qcap: Added AVI compressor input pin stub implementation.
2013-12-30 19:43:51 +01:00
Jacek Caban
cd90d8fdd8
qcap: Added IPersistPropertyBag stub implementation to AVI compressor.
2013-12-30 19:43:45 +01:00
Dmitry Timoshkov
2d05a63390
advapi32/tests: Test generic access mapping for a file.
2013-12-30 19:01:58 +01:00
Dmitry Timoshkov
683a1dc943
advapi32/tests: Test generic access mapping for a pipe.
2013-12-30 19:01:57 +01:00
Dmitry Timoshkov
8b91e6e41e
advapi32/tests: Test generic access mapping for a semaphore.
2013-12-30 19:01:56 +01:00
Dmitry Timoshkov
3fa43b6b65
advapi32/tests: Test generic access mapping for an event.
2013-12-30 19:01:56 +01:00
Dmitry Timoshkov
8caa9f351d
advapi32/tests: Test generic access mapping for a mutex.
2013-12-30 19:01:55 +01:00
Alexandre Julliard
e03bfb482f
scrrun: Add missing ITextStream id.
2013-12-30 19:01:54 +01:00
Alexandre Julliard
200eb1d30b
gdi32: Trigger the display driver load for CreateCompatibleDC(0).
2013-12-30 19:01:53 +01:00
Alexandre Julliard
7c3bb6070a
gdi32: Don't bother returning the driver module from DRIVER_load_driver.
2013-12-30 19:01:52 +01:00
Jacek Caban
754e621613
msrle32/tests: Added tests.
2013-12-30 19:01:51 +01:00
Ken Thomases
66736b4ab3
winemac: Implement support for maximizing windows.
...
The user is prevented from moving or resizing a maximized window. The zoom
button is still present and enabled for a maximized window but requests that
it be restored rather than simply resizing it, which is what it does for
normal windows.
If a window is not resizable (lacks WS_THICKFRAME) but has a maximize box
(WS_MAXIMIZEBOX), then the zoom button requests that it be maximized rather
than resizing it.
2013-12-30 19:01:50 +01:00
Ken Thomases
0137b07973
winemac: Allow programmatic changes of the window frame even if a window is disabled (prevented from resizing).
2013-12-30 19:01:49 +01:00
Ken Thomases
8876751e93
winemac: Prevent disabled windows from being moved.
...
This won't be enforced if AllowImmovableWindows=n is set in the registry.
2013-12-30 19:01:48 +01:00
Ken Thomases
5f7b30aee2
winemac: Move some state-based feature adjustment into the -adjustFeaturesForState method.
2013-12-30 19:01:47 +01:00
Ken Thomases
2d1396af32
winemac: Extract some duplicated code to a new perform_window_command() function.
...
This also changes to posting rather than sending WM_SYSCOMMAND/SC_MINIMIZE.
2013-12-30 19:01:47 +01:00
Ken Thomases
2c6ad1829d
winemac: Don't check the state of the SC_MINIMIZE item of the window menu when asked to minimize.
...
The window menu items are not updated as the window state changes; they only
update when the menu is shown. So the item state is not a reliable indicator
of whether minimization is allowed.
2013-12-30 19:01:46 +01:00
Nikolay Sivov
aa4ebeb57c
ntdll: Fix return value when failed to locate resource.
2013-12-30 19:01:45 +01:00
Nikolay Sivov
031c027262
ntdll: Open source file only when needed during context creation.
2013-12-30 19:01:44 +01:00
Michael Stefaniuc
0c4b3514a5
dmusic/tests: Add some COM tests for IDirectMusic/IDirectMusicCollection.
2013-12-30 19:01:43 +01:00
Michael Stefaniuc
645ca7504e
dmusic/tests: Centralize the skip().
2013-12-30 19:01:42 +01:00
Michael Stefaniuc
5f5c21e55d
dmusic: These COM classes don't support COM aggregation.
2013-12-30 19:01:42 +01:00
Frédéric Delanoy
36e8004291
shlwapi/tests: Constify some character strings.
2013-12-30 19:01:41 +01:00
Frédéric Delanoy
bdce3b9994
shlwapi/tests: Fix StrChrNW prototype.
2013-12-30 19:01:40 +01:00
Frédéric Delanoy
7b9058c87a
shell32/tests: Constify some character strings.
2013-12-30 19:01:39 +01:00
Frédéric Delanoy
844ea00392
shdocvw/tests: Constify some character strings.
2013-12-30 19:01:38 +01:00
Frédéric Delanoy
9ad67a9a8e
secur32/tests: Constify a character string.
2013-12-30 19:01:37 +01:00
Frédéric Delanoy
fe7f9e5fbb
scrrun/tests: Constify a character string.
2013-12-30 19:01:37 +01:00
Frédéric Delanoy
7d8f8dbad9
qedit/tests: Constify some character strings.
2013-12-30 19:01:36 +01:00
Bruno Jesus
ae728cfa27
ws2_32: Add support to check if an IPX socket is bound.
2013-12-30 16:05:17 +01:00
Bruno Jesus
38a3a574f3
ws2_32: Add support to print IPX socket address.
2013-12-30 16:05:14 +01:00
Bruno Jesus
b8e9bbd4d0
ws2_32/tests: Fix some test message typos.
2013-12-27 20:28:16 +01:00
Bruno Jesus
658c2b5f28
ws2_32: Normalize IPX protocol names using the WS prefix.
2013-12-27 18:21:29 +01:00
Dmitry Timoshkov
c0ecc10257
taskschd: Add registration for TaskScheduler interfaces.
2013-12-27 14:31:54 +01:00
Dmitry Timoshkov
58b1b6b77f
taskschd: Add Task Scheduler class factory.
2013-12-27 14:31:54 +01:00
Dmitry Timoshkov
b060096400
taskschd: Add ITaskService stub implementation.
2013-12-27 14:31:54 +01:00
Frédéric Delanoy
0a51a8203b
oledb32/tests: Constify some character strings.
2013-12-27 14:31:53 +01:00
Frédéric Delanoy
43d05cc59e
ole32/tests: Constify some character strings.
2013-12-27 14:31:53 +01:00
Frédéric Delanoy
dfe6a9b200
oleaut32/tests: Constify some character strings.
2013-12-27 14:31:53 +01:00
Frédéric Delanoy
8a4e5ec68b
msxml3/tests: Constify some character strings.
2013-12-27 14:31:53 +01:00
Frédéric Delanoy
1181c850dd
ntdll/tests: Constify a character string.
2013-12-27 14:31:53 +01:00
Frédéric Delanoy
1d36b93f7e
msi/tests: Constify some character strings.
2013-12-27 14:31:52 +01:00
Bruno Jesus
fc5884c232
ws2_32: Do not convert EAI_xxx return in case of success.
2013-12-27 14:31:52 +01:00
Alexandre Julliard
263a1448f9
msvcp: Don't assume that msvcrt is imported.
2013-12-27 14:31:52 +01:00
Alexandre Julliard
db0a6fcaa5
msvcp: Don't forward the mbtowc functions to msvcrt.
2013-12-27 14:31:52 +01:00
Alexandre Julliard
b2d030a9ca
msvcp: Don't forward __uncaught_exception to msvcrt.
2013-12-27 14:31:52 +01:00
Alexandre Julliard
64b21eee94
makedep: Generate rules for TrueType fonts in maintainer mode.
2013-12-27 14:31:51 +01:00
Dmitry Timoshkov
bfb4f28dc5
ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation.
2013-12-26 16:51:07 +01:00
Dmitry Timoshkov
c66c14ddda
ws2_32: Move the buffer used by inet_ntoa into the per-thread data.
2013-12-26 14:35:14 +01:00
Dmitry Timoshkov
3a56f9b956
ws2_32/tests: Add a test for inet_ntoa called from two threads.
2013-12-26 14:35:13 +01:00
Dmitry Timoshkov
7fd3d9d499
ws2_32: Add more traces.
2013-12-26 14:35:13 +01:00
Dmitry Timoshkov
e25853c543
ws2_32: Add translation for AI_V4MAPPED.
2013-12-26 13:46:32 +01:00
Dmitry Timoshkov
83a1789c55
ws2_32: Add a workaround for broken versions of glibc which return EAI_SYSTEM and set errno to 0 instead returning of EAI_NONAME.
2013-12-26 13:44:59 +01:00
André Hentschel
a803c496b2
kernel32/tests: Accept more win8 return values.
2013-12-26 13:44:34 +01:00
André Hentschel
5a6d38c2bd
kernel32: Adapt input checking in OpenConsoleW to match win8 behaviour.
2013-12-26 13:42:55 +01:00
Alexandre Julliard
566d3418af
makedep: Add a separate pragma flag for typelibs that need registration.
2013-12-26 13:32:49 +01:00
Frédéric Delanoy
4962b2f8be
localui/tests: Constify some character strings.
2013-12-24 11:23:02 +01:00
Frédéric Delanoy
181004bf92
localspl/tests: Constify some character strings.
2013-12-24 11:22:58 +01:00
Frédéric Delanoy
5f6b0d0027
kernel32/tests: Constify some character strings.
2013-12-24 11:22:52 +01:00
Frédéric Delanoy
ab159ead21
infosoft/tests: Constify a character string.
2013-12-24 11:22:44 +01:00
Frédéric Delanoy
ff304fb5c7
inetcomm/tests: Constify some character strings.
2013-12-24 11:22:11 +01:00
Frédéric Delanoy
3ad692d483
imagehlp/tests: Constify some character strings.
2013-12-24 11:22:03 +01:00
Alexandre Julliard
e54503f708
ntdll: Allocate TLS data in all running threads on module load.
2013-12-23 18:39:58 +01:00
Alexandre Julliard
1a4eca6f16
ntdll: Allocate TLS slots dynamically on module load.
2013-12-23 18:39:58 +01:00
Alexandre Julliard
384d698a9e
ntdll: Allocate a separate pointer for each TLS slot.
2013-12-23 18:39:58 +01:00
Zhenbo Li
f39c64a85c
kernel32/tests: Add some tests for DeleteFileA.
2013-12-23 18:39:58 +01:00
Nikolay Sivov
3740b2bbcf
oleacc: Added DllGetClassObject() stub.
2013-12-23 18:39:58 +01:00
Sebastian Lackner
09bb38d12b
ntdll/tests: Add test for _snprintf.
2013-12-23 18:39:55 +01:00
Sebastian Lackner
3c2dc4a7b3
ntdll: Allow passing NULL buffer to printf functions.
2013-12-23 12:05:07 +01:00
Dmitry Timoshkov
73edf08041
taskschd: Add new dll.
2013-12-23 12:05:06 +01:00
Andrey Gusev
fe57612c1c
d3d8: Added missing hyphen in WARN message.
2013-12-23 11:54:31 +01:00
Frédéric Delanoy
4849e57866
hlink/tests: Constify some character strings.
2013-12-23 11:54:31 +01:00
Frédéric Delanoy
cc97a2385a
gdi32/tests: Constify a character string.
2013-12-23 11:54:31 +01:00
Frédéric Delanoy
9f2ebd7736
faultrep/tests: Constify some character strings.
2013-12-23 11:54:31 +01:00
Frédéric Delanoy
ad906531b2
dnsapi/tests: Constify a character string.
2013-12-23 11:54:31 +01:00
Frédéric Delanoy
90d1e9471b
crypt32/tests: Constify some character strings.
2013-12-23 11:54:30 +01:00
Frédéric Delanoy
4ef6d4a6ad
comcat/tests: Constify some character strings.
2013-12-23 11:54:30 +01:00
Alexandre Julliard
91356c3bed
msvcp100: Implement _Locinfo::_Getname.
2013-12-23 11:54:28 +01:00
Alexandre Julliard
6e47b1691b
msvcp90: Work around Mingw duplicate encode/decode_pointer definition.
2013-12-21 12:50:32 +01:00
Alexandre Julliard
b6e5496da4
msvcp90: Avoid mismatched parentheses inside ifdefs.
2013-12-21 12:43:09 +01:00
Huw Davies
72297ebfbb
mshtml: Remove a double-Release.
2013-12-20 17:09:12 +01:00
Andrey Gusev
9970e29589
d3dx9_36: Add one more missing f suffix.
2013-12-20 17:09:12 +01:00
Alexandre Julliard
c3f70de66e
msvcp: Import the corresponding version of the msvcr library.
2013-12-20 17:09:12 +01:00
Alexandre Julliard
ec7d714464
msvcr: Add import libraries for all versions.
2013-12-20 17:09:11 +01:00
Sebastian Lackner
805311f798
ntdll: Don't do further calls to pf_output_stringA if previous call failed.
2013-12-20 17:09:09 +01:00
Sebastian Lackner
29de7dd60b
ntdll: Handle error if RtlAllocateHeap fails in printf functions.
2013-12-20 11:13:11 +01:00
Sebastian Lackner
661212b5f5
ntdll: Fix incorrect value added to out->used in pf_output_stringA.
2013-12-20 11:13:11 +01:00
Austin English
2a3932a0a2
ntdll: Export a few more functions.
2013-12-20 10:54:16 +01:00
Austin English
0dac887f48
ntdll: Return success for FSCTL_IS_VOLUME_MOUNTED ioctl.
2013-12-20 10:51:52 +01:00
Frédéric Delanoy
3e9b7b5992
advapi32/tests: Constify some character strings.
2013-12-20 10:51:41 +01:00
Jacek Caban
99c96b0f01
qcap: Added CLSID_AVICo stub implementation.
2013-12-19 17:30:31 +01:00
Stefan Dösinger
af3a59cbd0
d3dx9_36: Add missing f suffixes.
2013-12-19 17:30:30 +01:00
Hans Leidekker
2f3c474e41
advapi32: Avoid a crash when storing credentials on MacOS.
2013-12-19 17:10:30 +01:00
Hans Leidekker
f222582af6
msi: Don't add text to the scrollable text control twice.
2013-12-19 17:10:26 +01:00
Frédéric Delanoy
78cf65abb1
xmllite: Constify some character strings.
2013-12-19 17:09:19 +01:00
Frédéric Delanoy
43d6a45c4e
wininet: Constify some character strings.
2013-12-19 17:09:14 +01:00
Frédéric Delanoy
f2e1589b34
winemac.drv: Constify a character string.
2013-12-19 17:09:08 +01:00
Frédéric Delanoy
f2b0ed0611
wer: Constify a character string.
2013-12-19 17:08:53 +01:00
Alexandre Julliard
6d30d6be78
msvcp100: Share the source code with msvcp90.
2013-12-19 17:06:09 +01:00
Alexandre Julliard
40a64912ae
msvcp90: Set the thiscall parameter count according to the size of the stream size and offset types.
2013-12-19 17:06:07 +01:00
Alexandre Julliard
a8202d0e11
msvcp: Add macros to switch the string type used in the locale information structure.
2013-12-19 12:22:14 +01:00
Alexandre Julliard
0a59471c99
msvcp90: Always print stream sizes and offsets as long long to support various sizes.
2013-12-19 12:22:12 +01:00
Frédéric Delanoy
7102459c60
setupapi: Constify a character string.
2013-12-18 11:39:58 +01:00
Frédéric Delanoy
62da5f2604
usp10: Constify a character string.
2013-12-18 11:39:36 +01:00
Frédéric Delanoy
a0a1a5fca5
scrrun: Constify a character string.
2013-12-18 11:39:32 +01:00
Frédéric Delanoy
44c1ba9f9e
rpcrt4: Constify a character string.
2013-12-18 11:39:29 +01:00
Frédéric Delanoy
1c972c5987
msxml3: Constify a character string.
2013-12-18 11:39:24 +01:00
Frédéric Delanoy
1983448942
msi: Constify a character string.
2013-12-18 11:34:53 +01:00
Stefan Leichter
adbc691d20
setupapi/tests: Test signature $Windows NT$ in SetupDiGetINFClassA too.
2013-12-18 11:33:31 +01:00
Stefan Leichter
6aace3014d
setupapi: Support signature $Windows NT$ in SetupDiGetINFClassA/W too.
2013-12-18 11:33:26 +01:00
Ken Thomases
77f0a63b4f
winemac: When ClipCursor() is called redundantly, don't warp the cursor or discard mouse move events.
...
Fixes a problem in some games which repeatedly (re)establish the same cursor
clipping rect, making it exceedingly difficult to move the camera with the
mouse.
2013-12-17 16:53:44 +01:00
Ken Thomases
b877885400
winemac: When dragging an undecorated window, keep the title bar vertically within the work area.
...
In particular, keep the title bar from moving behind the menu bar or Dock (when
it's on the bottom).
2013-12-17 16:53:36 +01:00
Ken Thomases
b423532f94
user32: In WINPOS_SysCommandSizeMove(), fix constraining a point to a rect's right and bottom edges.
2013-12-17 16:36:45 +01:00
André Hentschel
2692b9d2ca
ntdll: Trace NtFlushInstructionCache on x86_64.
2013-12-17 16:36:28 +01:00
Frédéric Delanoy
ff9bbe3721
mshtml: Constify a character string.
2013-12-17 08:45:44 +01:00
Frédéric Delanoy
3c6a4fe554
mscoree: Constify a character string.
2013-12-17 08:45:40 +01:00
Frédéric Delanoy
37d1753a5d
joy.cpl: Constify some character strings.
2013-12-17 08:45:36 +01:00
Frédéric Delanoy
c4ba190ba3
inetcomm: Constify some character strings.
2013-12-17 08:45:32 +01:00
Frédéric Delanoy
5605db6b94
krnl386.exe16: Use BOOL type where appropriate.
2013-12-17 08:43:08 +01:00