wine
13 years agowintab32: Mark internal symbols with hidden visibility.
Marcus Meissner [Wed, 25 May 2011 17:09:53 +0000 (19:09 +0200)] 
wintab32: Mark internal symbols with hidden visibility.

13 years agomsvfw32: Mark MSVFW32_hModule with hidden visibility.
Marcus Meissner [Wed, 25 May 2011 17:09:57 +0000 (19:09 +0200)] 
msvfw32: Mark MSVFW32_hModule with hidden visibility.

13 years agowmiutils: Mark internal symbols with hidden visibility.
Marcus Meissner [Wed, 25 May 2011 17:09:55 +0000 (19:09 +0200)] 
wmiutils: Mark internal symbols with hidden visibility.

13 years agowininet: Mark internal symbols with hidden visibility.
Marcus Meissner [Wed, 25 May 2011 17:09:51 +0000 (19:09 +0200)] 
wininet: Mark internal symbols with hidden visibility.

13 years agokernel32/tests: Delete some temporary files.
Alexandre Julliard [Thu, 26 May 2011 11:28:55 +0000 (13:28 +0200)] 
kernel32/tests: Delete some temporary files.

13 years agokernel32: Fix a couple of handle leaks.
Alexandre Julliard [Thu, 26 May 2011 11:28:46 +0000 (13:28 +0200)] 
kernel32: Fix a couple of handle leaks.

13 years agomsi: Remove the temp files after the storage files are closed.
Alexandre Julliard [Thu, 26 May 2011 11:28:27 +0000 (13:28 +0200)] 
msi: Remove the temp files after the storage files are closed.

13 years agoshdocvw: Delete the temporary storage file on release.
Alexandre Julliard [Thu, 26 May 2011 11:27:55 +0000 (13:27 +0200)] 
shdocvw: Delete the temporary storage file on release.

13 years agoole32: Delete the transacted storage scratch file on release.
Alexandre Julliard [Thu, 26 May 2011 11:27:41 +0000 (13:27 +0200)] 
ole32: Delete the transacted storage scratch file on release.

13 years agolibport: Don't clear the buffer on failure in mkstemps.
Alexandre Julliard [Thu, 26 May 2011 10:21:02 +0000 (12:21 +0200)] 
libport: Don't clear the buffer on failure in mkstemps.

13 years agowinebuild: Fix the creation of temp files in /tmp.
Alexandre Julliard [Thu, 26 May 2011 10:20:37 +0000 (12:20 +0200)] 
winebuild: Fix the creation of temp files in /tmp.

13 years agoconfigure: Make sure the winetest directory exists before building tests.
Alexandre Julliard [Thu, 26 May 2011 10:04:45 +0000 (12:04 +0200)] 
configure: Make sure the winetest directory exists before building tests.

13 years agowidl: Set the correct stack size for parameters in the proc format string.
Alexandre Julliard [Wed, 25 May 2011 18:32:12 +0000 (20:32 +0200)] 
widl: Set the correct stack size for parameters in the proc format string.

13 years agowidl: Allow using fixed size arrays as strings.
Alexandre Julliard [Wed, 25 May 2011 17:34:26 +0000 (19:34 +0200)] 
widl: Allow using fixed size arrays as strings.

13 years agod3dx9: Pass objects to functions instead of using the base effect in the parameter.
Rico Schüller [Wed, 25 May 2011 08:55:13 +0000 (10:55 +0200)] 
d3dx9: Pass objects to functions instead of using the base effect in the parameter.

13 years agod3d9/tests: Fix some ok() messages in the visual tests.
Rico Schüller [Wed, 25 May 2011 08:55:01 +0000 (10:55 +0200)] 
d3d9/tests: Fix some ok() messages in the visual tests.

13 years agod3dx9: Pass the device directly to d3dx9_parse_data().
Rico Schüller [Wed, 25 May 2011 08:54:51 +0000 (10:54 +0200)] 
d3dx9: Pass the device directly to d3dx9_parse_data().

13 years agoinetmib1: Remove unused parameter pPduType from mapStructEntryToValue.
Gerald Pfeifer [Sun, 22 May 2011 18:54:16 +0000 (20:54 +0200)] 
inetmib1: Remove unused parameter pPduType from mapStructEntryToValue.

13 years agoimm32: Simplify CopyCompClauseIMEtoClient and callees by shedding an unused parameter.
Gerald Pfeifer [Sun, 22 May 2011 18:54:04 +0000 (20:54 +0200)] 
imm32: Simplify CopyCompClauseIMEtoClient and callees by shedding an unused parameter.

13 years agoversion: Merge all 3 C source files into one.
Marcus Meissner [Fri, 13 May 2011 16:23:59 +0000 (18:23 +0200)] 
version: Merge all 3 C source files into one.

13 years agousp10/tests: Make enumFontProc() static.
Francois Gouget [Wed, 25 May 2011 09:09:12 +0000 (11:09 +0200)] 
usp10/tests: Make enumFontProc() static.

13 years agogdi32: Move MFDRV_{ExtEscape,GetDeviceCaps}() up and make them static.
Francois Gouget [Wed, 25 May 2011 09:09:07 +0000 (11:09 +0200)] 
gdi32: Move MFDRV_{ExtEscape,GetDeviceCaps}() up and make them static.

13 years agoshell32/tests: COM cleanup in ebrowser.c.
Michael Stefaniuc [Wed, 25 May 2011 08:40:07 +0000 (10:40 +0200)] 
shell32/tests: COM cleanup in ebrowser.c.

13 years agoshell32: COM cleanup for shfldr_printers.c.
Michael Stefaniuc [Wed, 25 May 2011 08:39:35 +0000 (10:39 +0200)] 
shell32: COM cleanup for shfldr_printers.c.

13 years agomsi: Support rollback of failed uninstalls.
Hans Leidekker [Wed, 25 May 2011 08:40:36 +0000 (10:40 +0200)] 
msi: Support rollback of failed uninstalls.

13 years agomsi: Don't schedule rollback actions during rollback.
Hans Leidekker [Wed, 25 May 2011 08:40:19 +0000 (10:40 +0200)] 
msi: Don't schedule rollback actions during rollback.

13 years agomsi: Fix updating the component reference count during rollback.
Hans Leidekker [Wed, 25 May 2011 08:39:58 +0000 (10:39 +0200)] 
msi: Fix updating the component reference count during rollback.

13 years agomsi: Fix the remaining actions to revert features and components to the installed...
Hans Leidekker [Wed, 25 May 2011 08:39:41 +0000 (10:39 +0200)] 
msi: Fix the remaining actions to revert features and components to the installed state during rollback.

13 years agomsi: Fix the assembly actions to revert components to the installed state during...
Hans Leidekker [Wed, 25 May 2011 08:39:11 +0000 (10:39 +0200)] 
msi: Fix the assembly actions to revert components to the installed state during rollback.

13 years agocomdlg32: Add IFileDialogCustomize interface stub.
David Hedberg [Tue, 24 May 2011 19:09:53 +0000 (21:09 +0200)] 
comdlg32: Add IFileDialogCustomize interface stub.

13 years agocomdlg32/tests: Fix some copypaste errors.
David Hedberg [Tue, 24 May 2011 19:09:52 +0000 (21:09 +0200)] 
comdlg32/tests: Fix some copypaste errors.

13 years agocomdlg32: Improve handling of file extension changes in the Item Dialog.
David Hedberg [Tue, 24 May 2011 19:09:51 +0000 (21:09 +0200)] 
comdlg32: Improve handling of file extension changes in the Item Dialog.

13 years agocomdlg32: Implement SetDefaultFilename.
David Hedberg [Tue, 24 May 2011 19:09:50 +0000 (21:09 +0200)] 
comdlg32: Implement SetDefaultFilename.

13 years agocomdlg32: Add IOleWindow implementation to the Item Dialog.
David Hedberg [Tue, 24 May 2011 19:09:49 +0000 (21:09 +0200)] 
comdlg32: Add IOleWindow implementation to the Item Dialog.

13 years agocomdlg32: Support some events in the item dialog.
David Hedberg [Tue, 24 May 2011 19:09:48 +0000 (21:09 +0200)] 
comdlg32: Support some events in the item dialog.

13 years agocomdlg32: Fix reference counting when querying services.
David Hedberg [Tue, 24 May 2011 19:09:47 +0000 (21:09 +0200)] 
comdlg32: Fix reference counting when querying services.

13 years agocomdlg32: Change some trace statements to dump strings.
David Hedberg [Tue, 24 May 2011 19:09:46 +0000 (21:09 +0200)] 
comdlg32: Change some trace statements to dump strings.

13 years agoport: Add isinf and isnan implementations for Visual Studio.
Stefan Dösinger [Tue, 24 May 2011 19:05:28 +0000 (21:05 +0200)] 
port: Add isinf and isnan implementations for Visual Studio.

13 years agod3d9: Use a pixel shader for the vs 3.0 input test.
Stefan Dösinger [Mon, 23 May 2011 16:40:43 +0000 (18:40 +0200)] 
d3d9: Use a pixel shader for the vs 3.0 input test.

13 years agod3d: Make the INTZ test more reliable.
Stefan Dösinger [Mon, 23 May 2011 20:45:50 +0000 (22:45 +0200)] 
d3d: Make the INTZ test more reliable.

13 years agowined3d: CMP supports _SAT.
Stefan Dösinger [Sun, 22 May 2011 11:54:57 +0000 (13:54 +0200)] 
wined3d: CMP supports _SAT.

This is a partial revert of c9ef1ed28c861bc862c92ff68aa37b4ddf01cc39. I don't know where I got the
idea that CMP does not support _SAT, but I suspect that my driver at the time was broken.

13 years agowinealsa.drv: Implement device enumeration.
Andrew Eikum [Tue, 24 May 2011 18:59:36 +0000 (13:59 -0500)] 
winealsa.drv: Implement device enumeration.

13 years agopo: Update French translation.
Frédéric Delanoy [Tue, 24 May 2011 18:20:32 +0000 (20:20 +0200)] 
po: Update French translation.

13 years agousp10/test: Add Tibetan shaping test.
Aric Stewart [Tue, 24 May 2011 19:40:56 +0000 (14:40 -0500)] 
usp10/test: Add Tibetan shaping test.

13 years agousp10: Determine glyph properties after shaping for Tibetan script.
Aric Stewart [Tue, 24 May 2011 19:40:50 +0000 (14:40 -0500)] 
usp10: Determine glyph properties after shaping for Tibetan script.

13 years agousp10/test: Make sure to only trace on _test_shape_ok number of glyphs if font is...
Aric Stewart [Tue, 24 May 2011 19:40:28 +0000 (14:40 -0500)] 
usp10/test: Make sure to only trace on _test_shape_ok number of glyphs if font is not valid.

13 years agocomctl32/treeview: TVM_EXPAND with TVE_TOGGLE action shouldn't always notify as it...
Nikolay Sivov [Tue, 24 May 2011 09:25:47 +0000 (13:25 +0400)] 
comctl32/treeview: TVM_EXPAND with TVE_TOGGLE action shouldn't always notify as it does on user input.

13 years agospoolss: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:20:22 +0000 (18:20 +0200)] 
spoolss: Mark internal symbols with hidden visibility.

13 years agousp10: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:21:24 +0000 (18:21 +0200)] 
usp10: Mark internal symbols with hidden visibility.

13 years agouxtheme: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:23:06 +0000 (18:23 +0200)] 
uxtheme: Mark internal symbols with hidden visibility.

13 years agowbemprox: Mark one internal function with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:24:41 +0000 (18:24 +0200)] 
wbemprox: Mark one internal function with hidden visibility.

13 years agowiaservc: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:25:26 +0000 (18:25 +0200)] 
wiaservc: Mark internal symbols with hidden visibility.

13 years agowinealsa.drv: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:26:37 +0000 (18:26 +0200)] 
winealsa.drv: Mark internal symbols with hidden visibility.

13 years agowineps.drv: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:41:29 +0000 (18:41 +0200)] 
wineps.drv: Mark internal symbols with hidden visibility.

13 years agowinex11.drv: Mark internal symbols with hidden visibility.
Marcus Meissner [Fri, 13 May 2011 16:52:35 +0000 (18:52 +0200)] 
winex11.drv: Mark internal symbols with hidden visibility.

13 years agowined3d: Get rid of an unintentional variable.
Henri Verbeet [Tue, 24 May 2011 20:04:25 +0000 (22:04 +0200)] 
wined3d: Get rid of an unintentional variable.

13 years agod3d9/tests: Add a test for unwritten pixel shader outputs.
Henri Verbeet [Tue, 24 May 2011 19:18:54 +0000 (21:18 +0200)] 
d3d9/tests: Add a test for unwritten pixel shader outputs.

13 years agowined3d: Mask out writes to unused render targets.
Henri Verbeet [Tue, 24 May 2011 20:24:12 +0000 (22:24 +0200)] 
wined3d: Mask out writes to unused render targets.

Outputs not written by the pixel shader are undefined in GL, but in D3D the
render target is unmodified.

13 years agowined3d: Check for unhandled resource usage flags.
Henri Verbeet [Tue, 24 May 2011 19:18:52 +0000 (21:18 +0200)] 
wined3d: Check for unhandled resource usage flags.

13 years agowined3d: Rename IWineD3DDeviceImpl_FindTexUnitMap() to device_update_tex_unit_map().
Henri Verbeet [Tue, 24 May 2011 19:18:51 +0000 (21:18 +0200)] 
wined3d: Rename IWineD3DDeviceImpl_FindTexUnitMap() to device_update_tex_unit_map().

13 years agod3d9/tests: Fix the depth clamping test.
Henri Verbeet [Tue, 24 May 2011 19:18:50 +0000 (21:18 +0200)] 
d3d9/tests: Fix the depth clamping test.

13 years agomsvcr90/tests: Added _getptd tests.
Piotr Caban [Tue, 24 May 2011 15:23:57 +0000 (17:23 +0200)] 
msvcr90/tests: Added _getptd tests.

13 years agomsvcrt: Added _get_unexpected implementation.
Piotr Caban [Tue, 24 May 2011 15:23:43 +0000 (17:23 +0200)] 
msvcrt: Added _get_unexpected implementation.

13 years agomsvcr90/tests: Don't check if msvcr90 functions exists.
Piotr Caban [Tue, 24 May 2011 15:23:34 +0000 (17:23 +0200)] 
msvcr90/tests: Don't check if msvcr90 functions exists.

13 years agomsvcrt: Added _getptd implementation.
Piotr Caban [Tue, 24 May 2011 15:23:24 +0000 (17:23 +0200)] 
msvcrt: Added _getptd implementation.

13 years agomsvcrt: Improved tmpnam/wtmpnam implementation.
Piotr Caban [Tue, 24 May 2011 15:23:13 +0000 (17:23 +0200)] 
msvcrt: Improved tmpnam/wtmpnam implementation.

13 years agomsvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data.
Piotr Caban [Tue, 24 May 2011 15:22:54 +0000 (17:22 +0200)] 
msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data.

13 years agomsvcrt: Change the way locale information is stored in __thread_data.
Piotr Caban [Tue, 24 May 2011 15:22:42 +0000 (17:22 +0200)] 
msvcrt: Change the way locale information is stored in __thread_data.

13 years agomsvcrt: Use get_locinfo instead of get_locale.
Piotr Caban [Tue, 24 May 2011 15:22:32 +0000 (17:22 +0200)] 
msvcrt: Use get_locinfo instead of get_locale.

13 years agomsvcrt: Use _create_locale instead of setlocale during initialization.
Piotr Caban [Tue, 24 May 2011 15:22:23 +0000 (17:22 +0200)] 
msvcrt: Use _create_locale instead of setlocale during initialization.

13 years agomsvcrt: Reorder fields of __thread_data structure.
Piotr Caban [Tue, 24 May 2011 15:22:14 +0000 (17:22 +0200)] 
msvcrt: Reorder fields of __thread_data structure.

13 years agomsvcrt: Close thread handle when _beginthread is used.
Piotr Caban [Tue, 24 May 2011 15:22:02 +0000 (17:22 +0200)] 
msvcrt: Close thread handle when _beginthread is used.

13 years agomakefiles: Set the module name in stripped modules to the non-stripped name.
Alexandre Julliard [Wed, 25 May 2011 08:24:57 +0000 (10:24 +0200)] 
makefiles: Set the module name in stripped modules to the non-stripped name.

13 years agoinclude: Add compatibility macros for non-widl compilers.
Alexandre Julliard [Tue, 24 May 2011 21:58:55 +0000 (23:58 +0200)] 
include: Add compatibility macros for non-widl compilers.

13 years agowidl: Also compute buffer size for non-ref pointers.
Alexandre Julliard [Tue, 24 May 2011 21:53:11 +0000 (23:53 +0200)] 
widl: Also compute buffer size for non-ref pointers.

13 years agowidl: Return the buffer size of the object pointed by a ref pointer for all types.
Alexandre Julliard [Tue, 24 May 2011 21:13:47 +0000 (23:13 +0200)] 
widl: Return the buffer size of the object pointed by a ref pointer for all types.

13 years agowidl: Call marshalling routines directly also for user-marshalled types accessed...
Alexandre Julliard [Tue, 24 May 2011 21:10:48 +0000 (23:10 +0200)] 
widl: Call marshalling routines directly also for user-marshalled types accessed through a ref pointer.

13 years agowidl: Don't call the buffer sizer routine when the size is known already.
Alexandre Julliard [Tue, 24 May 2011 20:47:07 +0000 (22:47 +0200)] 
widl: Don't call the buffer sizer routine when the size is known already.

13 years agowidl: Only return a buffer size for fixed-size arrays.
Alexandre Julliard [Tue, 24 May 2011 20:30:23 +0000 (22:30 +0200)] 
widl: Only return a buffer size for fixed-size arrays.

13 years agod3dx9: Add support for loading mesh normals from X files.
Dylan Smith [Fri, 20 May 2011 20:25:10 +0000 (16:25 -0400)] 
d3dx9: Add support for loading mesh normals from X files.

13 years agod3dx9: Add support for loading basic meshes.
Dylan Smith [Fri, 20 May 2011 20:25:03 +0000 (16:25 -0400)] 
d3dx9: Add support for loading basic meshes.

13 years agod3dx9: Implement D3DXLoadMeshHierarchy for only loading frames.
Dylan Smith [Fri, 20 May 2011 20:24:54 +0000 (16:24 -0400)] 
d3dx9: Implement D3DXLoadMeshHierarchy for only loading frames.

13 years agowinmm: Process MCI_DGV_INFO which is larger than MCI_INFO.
Jörg Höhle [Wed, 18 May 2011 13:08:11 +0000 (15:08 +0200)] 
winmm: Process MCI_DGV_INFO which is larger than MCI_INFO.

13 years agomsvfw32: Force lower-case 'vidc/vids/audc' etc. when opening new driver.
Jörg Höhle [Tue, 19 Apr 2011 05:18:23 +0000 (07:18 +0200)] 
msvfw32: Force lower-case 'vidc/vids/audc' etc. when opening new driver.

13 years agousp10/test: Add Lao shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:33 +0000 (09:43 -0500)] 
usp10/test: Add Lao shaping test.

13 years agousp10/test: Add Phags-pa shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:30 +0000 (09:43 -0500)] 
usp10/test: Add Phags-pa shaping test.

13 years agousp10/test: Add Thaana shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:23 +0000 (09:43 -0500)] 
usp10/test: Add Thaana shaping test.

13 years agousp10/tests: Add Syriac shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:18 +0000 (09:43 -0500)] 
usp10/tests: Add Syriac shaping test.

13 years agousp10: Add Thai shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:12 +0000 (09:43 -0500)] 
usp10: Add Thai shaping test.

13 years agousp10: Add Arabic shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:06 +0000 (09:43 -0500)] 
usp10: Add Arabic shaping test.

13 years agousp10: Add Hebrew shaping test.
Aric Stewart [Tue, 24 May 2011 14:43:00 +0000 (09:43 -0500)] 
usp10: Add Hebrew shaping test.

13 years agousp10/tests: Update test_ScriptShapeOpenType framework to shape in a given font.
Aric Stewart [Tue, 24 May 2011 14:41:59 +0000 (09:41 -0500)] 
usp10/tests: Update test_ScriptShapeOpenType framework to shape in a given font.

13 years agoinclude: Use SEGPTR for 16bit string pointers in MCI_*_PARMS16.
Jörg Höhle [Tue, 24 May 2011 06:35:45 +0000 (08:35 +0200)] 
include: Use SEGPTR for 16bit string pointers in MCI_*_PARMS16.

13 years agoinclude: Add some __RPC_XXX macros to help compile code using midl-generated headers.
Francois Gouget [Tue, 24 May 2011 11:10:09 +0000 (13:10 +0200)] 
include: Add some __RPC_XXX macros to help compile code using midl-generated headers.

13 years agoinclude: Add a set of parameter documentation macros to help compile windows applicat...
Francois Gouget [Tue, 24 May 2011 11:09:59 +0000 (13:09 +0200)] 
include: Add a set of parameter documentation macros to help compile windows applications.

13 years agocmd: del /a: test deleting readonly files, with fix.
Dan Kegel [Sun, 22 May 2011 15:27:38 +0000 (08:27 -0700)] 
cmd: del /a: test deleting readonly files, with fix.

13 years agocmd: del /a: move parsing of attributes to helper function, use bitmasks.
Dan Kegel [Sun, 22 May 2011 14:59:22 +0000 (07:59 -0700)] 
cmd: del /a: move parsing of attributes to helper function, use bitmasks.

13 years agowinemenubuilder: Extract icons from NE binaries too.
Damjan Jovanovic [Sun, 22 May 2011 12:09:05 +0000 (14:09 +0200)] 
winemenubuilder: Extract icons from NE binaries too.

13 years agod3d9: Drop the fixed function varying test.
Stefan Dösinger [Mon, 23 May 2011 16:18:54 +0000 (18:18 +0200)] 
d3d9: Drop the fixed function varying test.

Windows drivers return different values, some don't even draw. I don't know
any app that depends on this.

13 years agod3d9: AMD cards don't clip transformed vertices.
Stefan Dösinger [Mon, 23 May 2011 16:08:51 +0000 (18:08 +0200)] 
d3d9: AMD cards don't clip transformed vertices.