wine
12 years agopo: Fix an accelerator key specification in the Romanian translation.
Francois Gouget [Mon, 23 Jan 2012 23:34:08 +0000 (00:34 +0100)] 
po: Fix an accelerator key specification in the Romanian translation.

12 years agopo: Fix the accelerator key specifications in the French translation.
Francois Gouget [Mon, 23 Jan 2012 23:33:03 +0000 (00:33 +0100)] 
po: Fix the accelerator key specifications in the French translation.

12 years agopo: Fix the accelerator key specifications in the Finnish translation.
Francois Gouget [Mon, 23 Jan 2012 23:32:46 +0000 (00:32 +0100)] 
po: Fix the accelerator key specifications in the Finnish translation.

12 years agopo: Fix the accelerator key specifications in the German translation.
Francois Gouget [Mon, 23 Jan 2012 23:31:55 +0000 (00:31 +0100)] 
po: Fix the accelerator key specifications in the German translation.

12 years agopo: Fix the accelerator key specifications in the Catalan translation.
Francois Gouget [Mon, 23 Jan 2012 23:31:11 +0000 (00:31 +0100)] 
po: Fix the accelerator key specifications in the Catalan translation.

12 years agopo: Update French translation.
Frédéric Delanoy [Mon, 23 Jan 2012 23:53:27 +0000 (00:53 +0100)] 
po: Update French translation.

12 years agomsi: Use the column count specified in the table transform data.
Hans Leidekker [Tue, 24 Jan 2012 09:03:59 +0000 (10:03 +0100)] 
msi: Use the column count specified in the table transform data.

It can be smaller than the number of columns found in the table meta data.

12 years agod3dx9/tests: Add effect parameter value SetFloatArray() test.
Rico Schüller [Tue, 24 Jan 2012 08:48:56 +0000 (09:48 +0100)] 
d3dx9/tests: Add effect parameter value SetFloatArray() test.

12 years agod3dx9/tests: Add effect parameter value SetFloat() test.
Rico Schüller [Tue, 24 Jan 2012 08:48:49 +0000 (09:48 +0100)] 
d3dx9/tests: Add effect parameter value SetFloat() test.

12 years agod3dx9/tests: Add effect parameter value SetIntArray() test.
Rico Schüller [Tue, 24 Jan 2012 08:48:45 +0000 (09:48 +0100)] 
d3dx9/tests: Add effect parameter value SetIntArray() test.

12 years agod3dx9/tests: Add effect parameter value SetInt() test.
Rico Schüller [Tue, 24 Jan 2012 08:48:41 +0000 (09:48 +0100)] 
d3dx9/tests: Add effect parameter value SetInt() test.

12 years agod3dx9/tests: Add effect parameter value SetBoolArray() test.
Rico Schüller [Tue, 24 Jan 2012 08:48:32 +0000 (09:48 +0100)] 
d3dx9/tests: Add effect parameter value SetBoolArray() test.

12 years agomsxml3: Internally call methods with interface macros.
Nikolay Sivov [Tue, 24 Jan 2012 08:02:35 +0000 (11:02 +0300)] 
msxml3: Internally call methods with interface macros.

12 years agomsxml3: Block ::add() if collection is read-only.
Nikolay Sivov [Tue, 24 Jan 2012 07:44:19 +0000 (10:44 +0300)] 
msxml3: Block ::add() if collection is read-only.

12 years agomsxml3: Put all defined document namespaces in collection.
Nikolay Sivov [Tue, 24 Jan 2012 07:40:56 +0000 (10:40 +0300)] 
msxml3: Put all defined document namespaces in collection.

12 years agoddraw: Accept pointers to wrong IDirectDrawSurface versions.
Matteo Bruni [Mon, 23 Jan 2012 21:34:48 +0000 (22:34 +0100)] 
ddraw: Accept pointers to wrong IDirectDrawSurface versions.

12 years agowined3d: SM1 texture projection always divides by w when there is a vertex shader...
Matteo Bruni [Mon, 23 Jan 2012 21:34:47 +0000 (22:34 +0100)] 
wined3d: SM1 texture projection always divides by w when there is a vertex shader set.

12 years agowined3d: Get rid of the vertex buffer conversion hack in process_vertices_strided().
Henri Verbeet [Mon, 23 Jan 2012 19:33:33 +0000 (20:33 +0100)] 
wined3d: Get rid of the vertex buffer conversion hack in process_vertices_strided().

The main thing that's broken is the unnecessary color conversion in case bgra
vertex arrays are supported. It shouldn't be hard to fix that, but at this
point I don't think this hack even helps a lot anymore.

12 years agocrypt32: Fix build with MSVC.
Thomas Faber [Mon, 23 Jan 2012 17:37:35 +0000 (18:37 +0100)] 
crypt32: Fix build with MSVC.

12 years agocmd: Fix an internationalization issue in WCMD_ask_confirm().
Francois Gouget [Mon, 23 Jan 2012 16:37:47 +0000 (17:37 +0100)] 
cmd: Fix an internationalization issue in WCMD_ask_confirm().

Don't break the strings to translate in little chunks: this makes it
hard or even impossible to translate them correctly. For instance it
must be possible to insert an unbreakable space before question marks
for French.

12 years agocmd: Fix asking for a Yes / No / All confirmation.
Francois Gouget [Mon, 23 Jan 2012 16:37:18 +0000 (17:37 +0100)] 
cmd: Fix asking for a Yes / No / All confirmation.

12 years agocmd: Remove an unused variable.
Francois Gouget [Mon, 23 Jan 2012 16:24:30 +0000 (17:24 +0100)] 
cmd: Remove an unused variable.

12 years agoshell32: Don't translate the shell folder paths.
Francois Gouget [Mon, 23 Jan 2012 17:44:50 +0000 (18:44 +0100)] 
shell32: Don't translate the shell folder paths.

12 years agoshell32: Use the plural for 'My Videos' wherever appropriate.
Francois Gouget [Mon, 23 Jan 2012 14:56:35 +0000 (15:56 +0100)] 
shell32: Use the plural for 'My Videos' wherever appropriate.

12 years agomshtml: Added IHTMLWindow5 stub implementation.
Jacek Caban [Mon, 23 Jan 2012 15:42:15 +0000 (16:42 +0100)] 
mshtml: Added IHTMLWindow5 stub implementation.

12 years agomsxml3: Allocate private data when cloning from existing document.
Nikolay Sivov [Mon, 23 Jan 2012 14:36:35 +0000 (17:36 +0300)] 
msxml3: Allocate private data when cloning from existing document.

12 years agocomdlg32: Correctly handle filters with multiple file extensions in Save As dialogs.
Alex Henrie [Fri, 20 Jan 2012 21:52:18 +0000 (14:52 -0700)] 
comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs.

12 years agowineqtdecoder: Release the csReceive critical section before delivering a sample.
Aric Stewart [Mon, 23 Jan 2012 14:43:53 +0000 (08:43 -0600)] 
wineqtdecoder: Release the csReceive critical section before delivering a sample.

12 years agoquartz: Use the csReceive critical sections in transform filters.
Aric Stewart [Mon, 23 Jan 2012 14:33:22 +0000 (08:33 -0600)] 
quartz: Use the csReceive critical sections in transform filters.

12 years agostrmbase: Do not hold the csReceive lock when calling the transform's Receive function.
Aric Stewart [Mon, 23 Jan 2012 14:33:02 +0000 (08:33 -0600)] 
strmbase: Do not hold the csReceive lock when calling the transform's Receive function.

12 years agowinex11: Strip the _L or _R from X11DRV_GetKeyNameText when appropriate.
Aric Stewart [Fri, 20 Jan 2012 20:07:05 +0000 (14:07 -0600)] 
winex11: Strip the _L or _R from X11DRV_GetKeyNameText when appropriate.

12 years agomscoree: Implement DllGetClassObject.
Alistair Leslie-Hughes [Fri, 6 Jan 2012 03:33:19 +0000 (14:33 +1100)] 
mscoree: Implement DllGetClassObject.

12 years agokernel32: Add stubs for ExpungeConsoleCommandHistoryA/W.
Austin English [Thu, 19 Jan 2012 21:51:45 +0000 (15:51 -0600)] 
kernel32: Add stubs for ExpungeConsoleCommandHistoryA/W.

12 years agokernel32: Add stubs for GetConsoleAliasesLengthA/W.
Austin English [Thu, 19 Jan 2012 21:49:08 +0000 (15:49 -0600)] 
kernel32: Add stubs for GetConsoleAliasesLengthA/W.

12 years agokernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
Austin English [Thu, 19 Jan 2012 21:48:51 +0000 (15:48 -0600)] 
kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.

12 years agorichedit: v1.0 richedit uses CR and LF for enter.
Jason Edmeades [Thu, 19 Jan 2012 21:35:56 +0000 (21:35 +0000)] 
richedit: v1.0 richedit uses CR and LF for enter.

12 years agooleaut32/tests: Use a better invalid color for the olepicture icon test.
Alexandre Julliard [Mon, 23 Jan 2012 14:14:58 +0000 (15:14 +0100)] 
oleaut32/tests: Use a better invalid color for the olepicture icon test.

12 years agoconfigure: Remove regex detection.
Eric Pouech [Sun, 22 Jan 2012 11:58:10 +0000 (12:58 +0100)] 
configure: Remove regex detection.

12 years agodbghelp: Use new regular expression matcher for files.
Eric Pouech [Sun, 22 Jan 2012 11:58:04 +0000 (12:58 +0100)] 
dbghelp: Use new regular expression matcher for files.

12 years agodbghelp: Do all module and symbol names matching using unicode string (and new regula...
Eric Pouech [Sun, 22 Jan 2012 11:57:59 +0000 (12:57 +0100)] 
dbghelp: Do all module and symbol names matching using unicode string (and new regular expression matcher).

12 years agodbghelp: Rewrote a simple regular expression matcher, and use for implementing SymMat...
Eric Pouech [Sun, 22 Jan 2012 11:57:53 +0000 (12:57 +0100)] 
dbghelp: Rewrote a simple regular expression matcher, and use for implementing SymMatchString[AW].

12 years agomakefiles: Define __WINESRC__ when building programs.
Alexandre Julliard [Mon, 23 Jan 2012 11:16:36 +0000 (12:16 +0100)] 
makefiles: Define __WINESRC__ when building programs.

12 years agowinhlp32: Don't use strncpy.
Alexandre Julliard [Mon, 23 Jan 2012 11:13:03 +0000 (12:13 +0100)] 
winhlp32: Don't use strncpy.

12 years agowinevdm: Don't use strncpy.
Alexandre Julliard [Mon, 23 Jan 2012 11:12:36 +0000 (12:12 +0100)] 
winevdm: Don't use strncpy.

12 years agoview: Don't use windowsx.h.
Alexandre Julliard [Mon, 23 Jan 2012 11:07:35 +0000 (12:07 +0100)] 
view: Don't use windowsx.h.

12 years agotaskmgr: Fix includes order and avoid tchar.h and memory.h.
Alexandre Julliard [Mon, 23 Jan 2012 11:04:05 +0000 (12:04 +0100)] 
taskmgr: Fix includes order and avoid tchar.h and memory.h.

12 years agoregedit: Don't use tchar.h.
Alexandre Julliard [Mon, 23 Jan 2012 11:02:39 +0000 (12:02 +0100)] 
regedit: Don't use tchar.h.

12 years agodnsapi: Fix a warning when building on Mingw.
Alexandre Julliard [Mon, 23 Jan 2012 11:01:28 +0000 (12:01 +0100)] 
dnsapi: Fix a warning when building on Mingw.

12 years agourlmon: Avoid some symbol redefinitions.
Alexandre Julliard [Mon, 23 Jan 2012 11:01:13 +0000 (12:01 +0100)] 
urlmon: Avoid some symbol redefinitions.

12 years agoAssorted spelling fixes.
Francois Gouget [Sun, 22 Jan 2012 23:44:04 +0000 (00:44 +0100)] 
Assorted spelling fixes.

12 years agocmd: A few usage message tweaks and fixes.
Francois Gouget [Sun, 22 Jan 2012 23:42:25 +0000 (00:42 +0100)] 
cmd: A few usage message tweaks and fixes.

12 years agowordpad: Fix the case of the 'Del' accelerator key.
Francois Gouget [Sun, 22 Jan 2012 23:38:45 +0000 (00:38 +0100)] 
wordpad: Fix the case of the 'Del' accelerator key.

12 years agouser32: Use '+' when specifying a modifier + accelerator key combination.
Francois Gouget [Sun, 22 Jan 2012 23:38:24 +0000 (00:38 +0100)] 
user32: Use '+' when specifying a modifier + accelerator key combination.

12 years agokernel32: Remove a full stop from an error message for consistency.
Francois Gouget [Sun, 22 Jan 2012 23:37:30 +0000 (00:37 +0100)] 
kernel32: Remove a full stop from an error message for consistency.

12 years agowordpad: Add a full stop at the end of error messages for consistency.
Francois Gouget [Sun, 22 Jan 2012 23:37:21 +0000 (00:37 +0100)] 
wordpad: Add a full stop at the end of error messages for consistency.

12 years agoUse a single space after a full stop to follow the Windows GUI guidelines.
Francois Gouget [Sun, 22 Jan 2012 23:36:39 +0000 (00:36 +0100)] 
Use a single space after a full stop to follow the Windows GUI guidelines.

12 years agocryptui: Remove a couple of duplicated spaces.
Francois Gouget [Sun, 22 Jan 2012 23:34:06 +0000 (00:34 +0100)] 
cryptui: Remove a couple of duplicated spaces.

12 years agoxcopy: Remove a duplicated space.
Francois Gouget [Sun, 22 Jan 2012 23:33:51 +0000 (00:33 +0100)] 
xcopy: Remove a duplicated space.

12 years agowinex11: Ignore rectangles with invalid coordinates when converting region data.
Alexandre Julliard [Mon, 23 Jan 2012 10:32:26 +0000 (11:32 +0100)] 
winex11: Ignore rectangles with invalid coordinates when converting region data.

12 years agowined3d: Relax depth blit requirements.
Stefan Dösinger [Sun, 22 Jan 2012 15:32:19 +0000 (16:32 +0100)] 
wined3d: Relax depth blit requirements.

12 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sun, 22 Jan 2012 18:26:47 +0000 (19:26 +0100)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

12 years agod3drm/tests: Add more tests.
André Hentschel [Sun, 22 Jan 2012 17:38:49 +0000 (18:38 +0100)] 
d3drm/tests: Add more tests.

12 years agod3drm: Forward all IUnknown methods from IDirect3DRMFrame3.
André Hentschel [Sun, 22 Jan 2012 17:35:53 +0000 (18:35 +0100)] 
d3drm: Forward all IUnknown methods from IDirect3DRMFrame3.

12 years agocomctl32: Test and fix WM_GETTEXTLENGTH for statusbars.
André Hentschel [Fri, 20 Jan 2012 18:33:10 +0000 (19:33 +0100)] 
comctl32: Test and fix WM_GETTEXTLENGTH for statusbars.

12 years agopo: Update German translation.
André Hentschel [Fri, 20 Jan 2012 18:44:31 +0000 (19:44 +0100)] 
po: Update German translation.

12 years agodbghelp: In x86-64 support code, fix RUNTIME_FUNCTION dumping.
Eric Pouech [Sun, 22 Jan 2012 12:00:12 +0000 (13:00 +0100)] 
dbghelp: In x86-64 support code, fix RUNTIME_FUNCTION dumping.

12 years agodbghelp: On x86-64 CPUs, add capability to interpret properly the epilog part.
Eric Pouech [Sun, 22 Jan 2012 12:00:06 +0000 (13:00 +0100)] 
dbghelp: On x86-64 CPUs, add capability to interpret properly the epilog part.

12 years agodbghelp: Fix a couple of bugs in function table interpretation for x86-64 processors.
Eric Pouech [Sun, 22 Jan 2012 12:00:01 +0000 (13:00 +0100)] 
dbghelp: Fix a couple of bugs in function table interpretation for x86-64 processors.

12 years agodbghelp: Always ensure that 64bit module functions use real 64bit addresses.
Eric Pouech [Sun, 22 Jan 2012 12:00:57 +0000 (13:00 +0100)] 
dbghelp: Always ensure that 64bit module functions use real 64bit addresses.

12 years agopo: Updated Korean translation.
Hwang YunSong [Sun, 22 Jan 2012 14:06:19 +0000 (23:06 +0900)] 
po: Updated Korean translation.

12 years agopo: Fix a formatting directive in the Japanese translation.
Francois Gouget [Sun, 22 Jan 2012 23:40:07 +0000 (00:40 +0100)] 
po: Fix a formatting directive in the Japanese translation.

12 years agopo: Fix some formatting directives in the Korean translation.
Francois Gouget [Sun, 22 Jan 2012 23:39:53 +0000 (00:39 +0100)] 
po: Fix some formatting directives in the Korean translation.

12 years agopo: Fix some formatting directives in the Catalan translation.
Francois Gouget [Sun, 22 Jan 2012 23:40:01 +0000 (00:40 +0100)] 
po: Fix some formatting directives in the Catalan translation.

12 years agopo: Fix a formatting directive in the Dutch translation.
Francois Gouget [Sun, 22 Jan 2012 23:39:49 +0000 (00:39 +0100)] 
po: Fix a formatting directive in the Dutch translation.

12 years agopo: Mark an incorrect Norwegian Bokmål translation as fuzzy.
Francois Gouget [Sun, 22 Jan 2012 23:41:40 +0000 (00:41 +0100)] 
po: Mark an incorrect Norwegian Bokmål translation as fuzzy.

12 years agopo: Fix a formatting directive in the Danish translation.
Francois Gouget [Sun, 22 Jan 2012 23:39:56 +0000 (00:39 +0100)] 
po: Fix a formatting directive in the Danish translation.

12 years agopo: Fix a formatting directive in the Polish translation.
Francois Gouget [Sun, 22 Jan 2012 23:39:46 +0000 (00:39 +0100)] 
po: Fix a formatting directive in the Polish translation.

12 years agopo: Fix a formatting directive in the Russian translation.
Francois Gouget [Sun, 22 Jan 2012 23:39:42 +0000 (00:39 +0100)] 
po: Fix a formatting directive in the Russian translation.

12 years agopo: Update Slovenian translation.
Andrej Znidarsic [Sun, 22 Jan 2012 20:17:57 +0000 (21:17 +0100)] 
po: Update Slovenian translation.

12 years agomsi: Don't evaluate msidbFeatureAttributesFollowParent when features are preselected.
Hans Leidekker [Mon, 23 Jan 2012 08:47:00 +0000 (09:47 +0100)] 
msi: Don't evaluate msidbFeatureAttributesFollowParent when features are preselected.

12 years agomscoree: Correct VARIANT type.
Nikolay Sivov [Mon, 23 Jan 2012 09:53:25 +0000 (12:53 +0300)] 
mscoree: Correct VARIANT type.

12 years agomsxml3: Initial implementation of ::getPrefix().
Nikolay Sivov [Mon, 23 Jan 2012 04:45:44 +0000 (07:45 +0300)] 
msxml3: Initial implementation of ::getPrefix().

12 years agomsxml3: ::get_namespaceURI() doesn't reset out pointer on invalid index.
Nikolay Sivov [Mon, 23 Jan 2012 04:35:20 +0000 (07:35 +0300)] 
msxml3: ::get_namespaceURI() doesn't reset out pointer on invalid index.

12 years agomsxml3: Replace macro with another enum entry.
Nikolay Sivov [Mon, 23 Jan 2012 04:28:21 +0000 (07:28 +0300)] 
msxml3: Replace macro with another enum entry.

12 years agomsxml3: Make remove() method a stub in version 6, more collection tests.
Nikolay Sivov [Mon, 23 Jan 2012 04:23:47 +0000 (07:23 +0300)] 
msxml3: Make remove() method a stub in version 6, more collection tests.

12 years agomsxml3: Try IStream if IPersistStream save failed.
Nikolay Sivov [Mon, 23 Jan 2012 07:31:55 +0000 (10:31 +0300)] 
msxml3: Try IStream if IPersistStream save failed.

12 years agowinegstreamer: Update transform filters to use the correct csReceive critical section.
Aric Stewart [Mon, 23 Jan 2012 03:45:14 +0000 (21:45 -0600)] 
winegstreamer: Update transform filters to use the correct csReceive critical section.

12 years agod3dxof: Prevent accessing pobj when it is null. This can happend on error.
Christian Costa [Sun, 22 Jan 2012 16:58:56 +0000 (17:58 +0100)] 
d3dxof: Prevent accessing pobj when it is null. This can happend on error.

12 years agod3dxof: Make sure This->buf.pdata is set to NULL before being used in case of error.
Christian Costa [Sun, 22 Jan 2012 16:44:01 +0000 (17:44 +0100)] 
d3dxof: Make sure This->buf.pdata is set to NULL before being used in case of error.

12 years agodmusic: Fix memory leak in Direct Music object.
Christian Costa [Sun, 22 Jan 2012 14:10:28 +0000 (15:10 +0100)] 
dmusic: Fix memory leak in Direct Music object.

12 years agod3dx9: Fix constant table trace.
Rico Schüller [Sun, 22 Jan 2012 10:29:32 +0000 (11:29 +0100)] 
d3dx9: Fix constant table trace.

12 years agod3dx9: Reorder argument check in D3DXGetShaderConstantTableEx().
Rico Schüller [Sun, 22 Jan 2012 10:29:08 +0000 (11:29 +0100)] 
d3dx9: Reorder argument check in D3DXGetShaderConstantTableEx().

12 years agod3dx9: Get rid of ID3DXConstantTableImpl typedef.
Rico Schüller [Sun, 22 Jan 2012 10:29:03 +0000 (11:29 +0100)] 
d3dx9: Get rid of ID3DXConstantTableImpl typedef.

12 years agod3dx9: Introduce free_constant_table().
Rico Schüller [Sun, 22 Jan 2012 10:28:52 +0000 (11:28 +0100)] 
d3dx9: Introduce free_constant_table().

12 years agoieframe: Added HTTP navigation and GoBack tests.
Jacek Caban [Fri, 20 Jan 2012 17:26:55 +0000 (18:26 +0100)] 
ieframe: Added HTTP navigation and GoBack tests.

12 years agoieframe: Added InternetExplorer::GoBack implementation.
Jacek Caban [Fri, 20 Jan 2012 14:16:26 +0000 (15:16 +0100)] 
ieframe: Added InternetExplorer::GoBack implementation.

12 years agoieframe: Added very beginning IWebBrowser2::GoBack implementation.
Jacek Caban [Fri, 20 Jan 2012 14:16:10 +0000 (15:16 +0100)] 
ieframe: Added very beginning IWebBrowser2::GoBack implementation.

12 years agomshtml: Added history update notification support.
Jacek Caban [Fri, 20 Jan 2012 14:11:06 +0000 (15:11 +0100)] 
mshtml: Added history update notification support.

12 years agomshtml: Added more travel log tests.
Jacek Caban [Fri, 20 Jan 2012 14:10:54 +0000 (15:10 +0100)] 
mshtml: Added more travel log tests.

12 years agomshtml: Better stub for ITravelLogClient::FindWindowByIndex.
Jacek Caban [Fri, 20 Jan 2012 14:10:39 +0000 (15:10 +0100)] 
mshtml: Better stub for ITravelLogClient::FindWindowByIndex.