wine
12 years agowined3d: Get rid of the WINED3DRESOURCETYPE typedef.
Henri Verbeet [Tue, 17 Jan 2012 20:13:36 +0000 (21:13 +0100)] 
wined3d: Get rid of the WINED3DRESOURCETYPE typedef.

12 years agoddraw: Maintain D3D state across cooperative level changes.
Henri Verbeet [Tue, 17 Jan 2012 20:13:35 +0000 (21:13 +0100)] 
ddraw: Maintain D3D state across cooperative level changes.

12 years agoddraw/tests: Add some tests to show that we should maintain D3D state across cooperat...
Henri Verbeet [Tue, 17 Jan 2012 20:13:34 +0000 (21:13 +0100)] 
ddraw/tests: Add some tests to show that we should maintain D3D state across cooperative level chnages.

12 years agoddraw/tests: Add a border around the blitted source data in test_clipper_blt().
Henri Verbeet [Tue, 17 Jan 2012 20:13:33 +0000 (21:13 +0100)] 
ddraw/tests: Add a border around the blitted source data in test_clipper_blt().

Some drivers use the neighbouring pixels in the interpolation. You can
probably argue about whether that's right or wrong, but it's really not what
we're trying to test in either case.

12 years agoddraw: Allow querying the surface interface if a device was created from a surface.
Henri Verbeet [Tue, 17 Jan 2012 20:13:32 +0000 (21:13 +0100)] 
ddraw: Allow querying the surface interface if a device was created from a surface.

12 years agowined3d: Reset the changed float shader constants in stateblock_init_default_state().
Henri Verbeet [Tue, 17 Jan 2012 20:13:31 +0000 (21:13 +0100)] 
wined3d: Reset the changed float shader constants in stateblock_init_default_state().

The GLSL constant tracking needs these to be correct.

12 years agowined3d: Don't print an ERR if the depth/stencil surface still has references in...
Henri Verbeet [Tue, 17 Jan 2012 20:13:30 +0000 (21:13 +0100)] 
wined3d: Don't print an ERR if the depth/stencil surface still has references in wined3d_device_uninit_3d().

This is completely legitimate in ddraw.

12 years agomsi: Support test for aplicable patch of MSIPATCH_DATATYPE_XMLPATH type.
Nikolay Sivov [Tue, 17 Jan 2012 20:46:16 +0000 (23:46 +0300)] 
msi: Support test for aplicable patch of MSIPATCH_DATATYPE_XMLPATH type.

12 years agomsi: Support MSIPATCH_DATATYPE_XMLBLOB when testing for applicable patch.
Nikolay Sivov [Tue, 17 Jan 2012 19:07:11 +0000 (22:07 +0300)] 
msi: Support MSIPATCH_DATATYPE_XMLBLOB when testing for applicable patch.

12 years agoquartz: Lower the merit on our current builtin filters.
Aric Stewart [Tue, 17 Jan 2012 15:02:25 +0000 (09:02 -0600)] 
quartz: Lower the merit on our current builtin filters.

12 years agomsi: Create the rest of objects with separate helpers.
Nikolay Sivov [Mon, 16 Jan 2012 23:12:30 +0000 (02:12 +0300)] 
msi: Create the rest of objects with separate helpers.

12 years agowinedbg: Append some system information to the crash log.
Alexandre Julliard [Tue, 17 Jan 2012 18:11:07 +0000 (19:11 +0100)] 
winedbg: Append some system information to the crash log.

12 years agowinedbg: Make the crash details dialog resizable.
Alexandre Julliard [Tue, 17 Jan 2012 16:43:06 +0000 (17:43 +0100)] 
winedbg: Make the crash details dialog resizable.

12 years agowinedbg: Add a dialog to display crash details and save them to a file.
Alexandre Julliard [Mon, 16 Jan 2012 15:31:47 +0000 (16:31 +0100)] 
winedbg: Add a dialog to display crash details and save them to a file.

12 years agowinedbg: Split minidump option handling to a separate function.
Alexandre Julliard [Mon, 16 Jan 2012 13:15:12 +0000 (14:15 +0100)] 
winedbg: Split minidump option handling to a separate function.

12 years agouser32: Always query actual key state from the server for pressed keys.
Alexandre Julliard [Tue, 17 Jan 2012 15:22:43 +0000 (16:22 +0100)] 
user32: Always query actual key state from the server for pressed keys.

12 years agouser32: Fix some printf format warnings.
Alexandre Julliard [Tue, 17 Jan 2012 13:59:19 +0000 (14:59 +0100)] 
user32: Fix some printf format warnings.

12 years agoshlwapi: Fix some printf format warnings.
Alexandre Julliard [Tue, 17 Jan 2012 13:59:02 +0000 (14:59 +0100)] 
shlwapi: Fix some printf format warnings.

12 years agojscript: Set return value after assert(0) to avoid warnings.
Alexandre Julliard [Tue, 17 Jan 2012 13:59:41 +0000 (14:59 +0100)] 
jscript: Set return value after assert(0) to avoid warnings.

12 years agolibwine: Avoid compiler warnings for Mingw builds.
Alexandre Julliard [Tue, 17 Jan 2012 14:00:25 +0000 (15:00 +0100)] 
libwine: Avoid compiler warnings for Mingw builds.

12 years agojscript: Get rid of no longer used OP_label.
Jacek Caban [Tue, 17 Jan 2012 11:42:20 +0000 (12:42 +0100)] 
jscript: Get rid of no longer used OP_label.

12 years agojscript: Added labelled statements tests.
Jacek Caban [Tue, 17 Jan 2012 11:42:08 +0000 (12:42 +0100)] 
jscript: Added labelled statements tests.

12 years agojscript: Added labelled continue statement implementation.
Jacek Caban [Tue, 17 Jan 2012 11:41:54 +0000 (12:41 +0100)] 
jscript: Added labelled continue statement implementation.

12 years agojscript: Added labelled break statement implementation.
Jacek Caban [Tue, 17 Jan 2012 11:41:42 +0000 (12:41 +0100)] 
jscript: Added labelled break statement implementation.

12 years agojscript: Added labelled statement implementation.
Jacek Caban [Tue, 17 Jan 2012 11:37:06 +0000 (12:37 +0100)] 
jscript: Added labelled statement implementation.

12 years agooleaut32: Handle negative offsets into the custom data table.
Hans Leidekker [Tue, 17 Jan 2012 11:06:18 +0000 (12:06 +0100)] 
oleaut32: Handle negative offsets into the custom data table.

Fixes a crash in the Visio 2002 installer.

12 years agoappwiz.cpl: Avoid unneeded abbreviation in button label.
Frédéric Delanoy [Mon, 16 Jan 2012 22:47:25 +0000 (23:47 +0100)] 
appwiz.cpl: Avoid unneeded abbreviation in button label.

12 years agopo: Remove an English string from the Arabic translation.
Francois Gouget [Tue, 17 Jan 2012 08:45:36 +0000 (09:45 +0100)] 
po: Remove an English string from the Arabic translation.

12 years agopo: Remove English strings from the Romansh translation.
Francois Gouget [Tue, 17 Jan 2012 08:44:26 +0000 (09:44 +0100)] 
po: Remove English strings from the Romansh translation.

12 years agopo: Remove English strings from the Slovak translation.
Francois Gouget [Mon, 16 Jan 2012 23:08:50 +0000 (00:08 +0100)] 
po: Remove English strings from the Slovak translation.

12 years agopo: Remove English strings from the Slovenian translation.
Francois Gouget [Mon, 16 Jan 2012 23:08:32 +0000 (00:08 +0100)] 
po: Remove English strings from the Slovenian translation.

12 years agopo: Remove English strings from the Serbian (Cyrillic) translation.
Francois Gouget [Mon, 16 Jan 2012 23:07:55 +0000 (00:07 +0100)] 
po: Remove English strings from the Serbian (Cyrillic) translation.

12 years agopo: Remove English strings from the Serbian (Latin) translation.
Francois Gouget [Mon, 16 Jan 2012 23:07:45 +0000 (00:07 +0100)] 
po: Remove English strings from the Serbian (Latin) translation.

12 years agopo: Remove English strings from the Swedish translation.
Francois Gouget [Mon, 16 Jan 2012 23:07:23 +0000 (00:07 +0100)] 
po: Remove English strings from the Swedish translation.

12 years agopo: Remove English strings from the Thai translation.
Francois Gouget [Mon, 16 Jan 2012 23:06:08 +0000 (00:06 +0100)] 
po: Remove English strings from the Thai translation.

12 years agopo: Remove English strings from the Turkish translation.
Francois Gouget [Mon, 16 Jan 2012 23:05:00 +0000 (00:05 +0100)] 
po: Remove English strings from the Turkish translation.

12 years agopo: Update German translation.
André Hentschel [Mon, 16 Jan 2012 22:52:15 +0000 (23:52 +0100)] 
po: Update German translation.

12 years agopo: Updated Korean translation.
Hwang YunSong [Mon, 16 Jan 2012 13:27:41 +0000 (22:27 +0900)] 
po: Updated Korean translation.

12 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Thu, 12 Jan 2012 20:17:43 +0000 (22:17 +0200)] 
po: Update Lithuanian translation.

12 years agokernel32: Fix access flags to page protection mapping in MapViewOfFileEx.
Dmitry Timoshkov [Tue, 17 Jan 2012 05:43:36 +0000 (13:43 +0800)] 
kernel32: Fix access flags to page protection mapping in MapViewOfFileEx.

12 years agodsound: Support IKsPropertySet in the primary buffer too.
Michael Stefaniuc [Tue, 17 Jan 2012 00:54:53 +0000 (01:54 +0100)] 
dsound: Support IKsPropertySet in the primary buffer too.

12 years agodsound: Merge IKsPropertySet into the secondary buffer object.
Michael Stefaniuc [Tue, 17 Jan 2012 00:53:10 +0000 (01:53 +0100)] 
dsound: Merge IKsPropertySet into the secondary buffer object.

12 years agodsound: Drop "Buffer" from the IKsPropertySet method names.
Michael Stefaniuc [Tue, 17 Jan 2012 00:50:14 +0000 (01:50 +0100)] 
dsound: Drop "Buffer" from the IKsPropertySet method names.

12 years agowined3d: Recognize Nvidia 540M.
Austin English [Mon, 16 Jan 2012 20:54:48 +0000 (14:54 -0600)] 
wined3d: Recognize Nvidia 540M.

12 years agolibwine: Always build preloading code.
Gerald Pfeifer [Sun, 15 Jan 2012 17:16:23 +0000 (18:16 +0100)] 
libwine: Always build preloading code.

12 years agodsound: Lock the source buffer during duplication.
Andrew Eikum [Mon, 16 Jan 2012 20:02:45 +0000 (14:02 -0600)] 
dsound: Lock the source buffer during duplication.

12 years agowineqtdecoder: Lock the Transform filter csReceive around the decommpression callback.
Aric Stewart [Mon, 16 Jan 2012 20:14:29 +0000 (14:14 -0600)] 
wineqtdecoder: Lock the Transform filter csReceive around the decommpression callback.

12 years agostrmbase: In the TransformFilter add a critical section that protects the streaming...
Aric Stewart [Mon, 16 Jan 2012 20:14:23 +0000 (14:14 -0600)] 
strmbase: In the TransformFilter add a critical section that protects the streaming state.

12 years agowineqtdecoder: Do not invert height.
Aric Stewart [Mon, 16 Jan 2012 20:14:07 +0000 (14:14 -0600)] 
wineqtdecoder: Do not invert height.

12 years agomountmgr: Create a symlink in DosDevices for cdroms.
Alexandre Julliard [Tue, 17 Jan 2012 10:41:15 +0000 (11:41 +0100)] 
mountmgr: Create a symlink in DosDevices for cdroms.

12 years agoinclude: Fix some typos in winioctl.h.
Alexandre Julliard [Tue, 17 Jan 2012 10:39:45 +0000 (11:39 +0100)] 
include: Fix some typos in winioctl.h.

12 years agodsound: Don't launch a separate thread for the mmdevapi enumerator.
Andrew Eikum [Mon, 16 Jan 2012 16:44:38 +0000 (10:44 -0600)] 
dsound: Don't launch a separate thread for the mmdevapi enumerator.

12 years agowinmm: Only start the devices thread when necessary.
Andrew Eikum [Mon, 16 Jan 2012 16:44:02 +0000 (10:44 -0600)] 
winmm: Only start the devices thread when necessary.

12 years agokernel32: Test MapViewOfFile and NtMapViewOfSection side by side.
Dmitry Timoshkov [Mon, 16 Jan 2012 13:50:35 +0000 (21:50 +0800)] 
kernel32: Test MapViewOfFile and NtMapViewOfSection side by side.

12 years agowineqtdecoder: Include cbAlign in the requested buffer size.
Aric Stewart [Mon, 16 Jan 2012 17:35:13 +0000 (11:35 -0600)] 
wineqtdecoder: Include cbAlign in the requested buffer size.

12 years agowineqtdecoder: Improve and differentiate Sample Time and MediaTime.
Aric Stewart [Mon, 16 Jan 2012 16:13:12 +0000 (10:13 -0600)] 
wineqtdecoder: Improve and differentiate Sample Time and MediaTime.

12 years agowineqtdecoder: Zero out the whole QTSplitter structure on creation.
Aric Stewart [Mon, 16 Jan 2012 16:11:47 +0000 (10:11 -0600)] 
wineqtdecoder: Zero out the whole QTSplitter structure on creation.

12 years agoquartz: Implement IObjectWithSite and IAMGraphBuilderCallback for the FilterGraph.
Aric Stewart [Mon, 16 Jan 2012 14:12:23 +0000 (08:12 -0600)] 
quartz: Implement IObjectWithSite and IAMGraphBuilderCallback for the FilterGraph.

12 years agourlmon/tests: Added Uri IMarshal_UnmarshalInterface tests.
Piotr Caban [Mon, 16 Jan 2012 14:13:32 +0000 (15:13 +0100)] 
urlmon/tests: Added Uri IMarshal_UnmarshalInterface tests.

12 years agourlmon/tests: Added Uri IMarshal_MarshalInterface tests.
Piotr Caban [Mon, 16 Jan 2012 14:13:18 +0000 (15:13 +0100)] 
urlmon/tests: Added Uri IMarshal_MarshalInterface tests.

12 years agourlmon: Added Uri IMarshal implementation.
Piotr Caban [Mon, 16 Jan 2012 14:13:03 +0000 (15:13 +0100)] 
urlmon: Added Uri IMarshal implementation.

12 years agouser32: Fix a pointer cast warning.
Alexandre Julliard [Mon, 16 Jan 2012 17:07:09 +0000 (18:07 +0100)] 
user32: Fix a pointer cast warning.

12 years agodbghelp: Fix a couple of pointer cast warnings.
Alexandre Julliard [Mon, 16 Jan 2012 16:51:45 +0000 (17:51 +0100)] 
dbghelp: Fix a couple of pointer cast warnings.

12 years agoqedit: Avoid releasing an uninitialized object.
Alexandre Julliard [Mon, 16 Jan 2012 16:41:56 +0000 (17:41 +0100)] 
qedit: Avoid releasing an uninitialized object.

12 years agovbscript: Fixed stack reallocation.
Jacek Caban [Mon, 16 Jan 2012 11:41:00 +0000 (12:41 +0100)] 
vbscript: Fixed stack reallocation.

12 years agovbscript: Use 0 as an invalid label value.
Jacek Caban [Mon, 16 Jan 2012 11:40:50 +0000 (12:40 +0100)] 
vbscript: Use 0 as an invalid label value.

12 years agovbscript: Use 0 as invalid instruction offset.
Jacek Caban [Mon, 16 Jan 2012 11:40:26 +0000 (12:40 +0100)] 
vbscript: Use 0 as invalid instruction offset.

12 years agoshell32/tests: Simple tests for IApplicationAssociationRegistration.
Detlef Riekenberg [Sun, 15 Jan 2012 23:06:16 +0000 (00:06 +0100)] 
shell32/tests: Simple tests for IApplicationAssociationRegistration.

12 years agoshell32: Add a stub for IApplicationAssociationRegistration.
Detlef Riekenberg [Sun, 15 Jan 2012 23:06:15 +0000 (00:06 +0100)] 
shell32: Add a stub for IApplicationAssociationRegistration.

12 years agoshell32: Avoid crash on NULL pointer.
Detlef Riekenberg [Sun, 15 Jan 2012 23:06:14 +0000 (00:06 +0100)] 
shell32: Avoid crash on NULL pointer.

12 years agoshell32/tests: Start tests for IQueryAssociations.
Detlef Riekenberg [Sun, 15 Jan 2012 23:06:13 +0000 (00:06 +0100)] 
shell32/tests: Start tests for IQueryAssociations.

12 years agoshell32: Use SHFree for memory allocated with SHAlloc.
Detlef Riekenberg [Sun, 15 Jan 2012 23:06:12 +0000 (00:06 +0100)] 
shell32: Use SHFree for memory allocated with SHAlloc.

12 years agoconfigure: Disable printf format checking for 64-bit Mingw builds.
Alexandre Julliard [Mon, 16 Jan 2012 15:31:11 +0000 (16:31 +0100)] 
configure: Disable printf format checking for 64-bit Mingw builds.

12 years agowinedbg: Kill the whole target process on exit in auto mode.
Alexandre Julliard [Mon, 16 Jan 2012 13:05:20 +0000 (14:05 +0100)] 
winedbg: Kill the whole target process on exit in auto mode.

12 years agontdll: Set the thread exit code when a thread is killed inside a wait.
Alexandre Julliard [Mon, 16 Jan 2012 13:04:39 +0000 (14:04 +0100)] 
ntdll: Set the thread exit code when a thread is killed inside a wait.

12 years agowinecoreaudio: GetNextPacketSize returns 0 when no data is available yet.
Jörg Höhle [Mon, 9 Jan 2012 21:54:54 +0000 (22:54 +0100)] 
winecoreaudio: GetNextPacketSize returns 0 when no data is available yet.

12 years agowinealsa: Fix AudioCaptureClient Get/ReleaseBuffer protocol.
Jörg Höhle [Sun, 8 Jan 2012 15:35:43 +0000 (16:35 +0100)] 
winealsa: Fix AudioCaptureClient Get/ReleaseBuffer protocol.

12 years agowineconsole: Don't include spaces before colons in English strings.
Frédéric Delanoy [Fri, 13 Jan 2012 18:41:11 +0000 (19:41 +0100)] 
wineconsole: Don't include spaces before colons in English strings.

12 years agomsi: Use data table for dispid tests.
Nikolay Sivov [Sat, 14 Jan 2012 22:55:13 +0000 (01:55 +0300)] 
msi: Use data table for dispid tests.

12 years agomsi: Implement list on top of general object.
Nikolay Sivov [Sat, 14 Jan 2012 22:32:01 +0000 (01:32 +0300)] 
msi: Implement list on top of general object.

12 years agomsi: Add a helper to create database object.
Nikolay Sivov [Sat, 14 Jan 2012 13:58:50 +0000 (16:58 +0300)] 
msi: Add a helper to create database object.

12 years agomsi: Add null terminator to typelib name.
Nikolay Sivov [Sat, 14 Jan 2012 13:43:31 +0000 (16:43 +0300)] 
msi: Add null terminator to typelib name.

12 years agomsi: Create installer object initializing automation object data.
Nikolay Sivov [Sat, 14 Jan 2012 13:38:58 +0000 (16:38 +0300)] 
msi: Create installer object initializing automation object data.

12 years agomsi: Implement session object directly on top of automation object.
Nikolay Sivov [Sat, 14 Jan 2012 13:34:13 +0000 (16:34 +0300)] 
msi: Implement session object directly on top of automation object.

12 years agomsi: COM cleanup for automation object implementation.
Nikolay Sivov [Sat, 14 Jan 2012 11:06:17 +0000 (14:06 +0300)] 
msi: COM cleanup for automation object implementation.

12 years agowinemaker: Add command line option for compiling static libraries.
André Hentschel [Sun, 15 Jan 2012 17:02:57 +0000 (18:02 +0100)] 
winemaker: Add command line option for compiling static libraries.

12 years agod3drm: Add IDirect3DRMDevice3 interface.
André Hentschel [Sun, 15 Jan 2012 16:01:09 +0000 (17:01 +0100)] 
d3drm: Add IDirect3DRMDevice3 interface.

12 years agod3drm: Fix invocation of GetTextureCoordinates.
André Hentschel [Sun, 15 Jan 2012 16:00:16 +0000 (17:00 +0100)] 
d3drm: Fix invocation of GetTextureCoordinates.

12 years agowindowscodecs: Fix memory deallocation in LoadUnknownMetadata (Coverity).
Frédéric Delanoy [Sat, 14 Jan 2012 23:35:47 +0000 (00:35 +0100)] 
windowscodecs: Fix memory deallocation in LoadUnknownMetadata (Coverity).

12 years agomsvcrt: Add declarations to stdlib.h for _wcstoui64 and _wcstoi64.
Daniel Lehman [Fri, 13 Jan 2012 23:03:46 +0000 (15:03 -0800)] 
msvcrt: Add declarations to stdlib.h for _wcstoui64 and _wcstoi64.

12 years agomsvcp90: Start rfind from given position.
Daniel Lehman [Fri, 30 Dec 2011 17:45:10 +0000 (09:45 -0800)] 
msvcp90: Start rfind from given position.

12 years agopo: Remove English strings from the Ukrainian translation.
Francois Gouget [Sun, 15 Jan 2012 23:51:28 +0000 (00:51 +0100)] 
po: Remove English strings from the Ukrainian translation.

12 years agopo: Remove English strings from the Walloon translation.
Francois Gouget [Sun, 15 Jan 2012 23:49:00 +0000 (00:49 +0100)] 
po: Remove English strings from the Walloon translation.

12 years agopo: Remove English strings from the Chinese (PRC) translation.
Francois Gouget [Sun, 15 Jan 2012 23:48:36 +0000 (00:48 +0100)] 
po: Remove English strings from the Chinese (PRC) translation.

12 years agopo: Remove English strings from the Chinese (Taiwan) translation.
Francois Gouget [Sun, 15 Jan 2012 23:48:25 +0000 (00:48 +0100)] 
po: Remove English strings from the Chinese (Taiwan) translation.

12 years agopo: Update the Hebrew fuzzy translations.
Francois Gouget [Sun, 15 Jan 2012 23:48:04 +0000 (00:48 +0100)] 
po: Update the Hebrew fuzzy translations.

12 years agopo: Update German translation.
André Hentschel [Sun, 15 Jan 2012 16:30:50 +0000 (17:30 +0100)] 
po: Update German translation.

12 years agopo: Update Brazilian Portuguese translation.
Gustavo Henrique Milaré [Sun, 15 Jan 2012 03:47:35 +0000 (01:47 -0200)] 
po: Update Brazilian Portuguese translation.

12 years agopo: Fixes in French translation.
Frédéric Delanoy [Sat, 14 Jan 2012 19:09:58 +0000 (20:09 +0100)] 
po: Fixes in French translation.

12 years agopo: Typo fixes in Dutch translation.
Frédéric Delanoy [Sat, 14 Jan 2012 18:21:37 +0000 (19:21 +0100)] 
po: Typo fixes in Dutch translation.