wine
14 years agojscript: Moved resetting lastIndex to do_regexp_match_next.
Jacek Caban [Sat, 23 Jan 2010 22:57:55 +0000 (23:57 +0100)] 
jscript: Moved resetting lastIndex to do_regexp_match_next.

14 years agojscript: Added String.replace implementation.
Jacek Caban [Sat, 23 Jan 2010 22:57:20 +0000 (23:57 +0100)] 
jscript: Added String.replace implementation.

14 years agojscript: Make RegExp contructor implementation more generic.
Jacek Caban [Sat, 23 Jan 2010 22:56:48 +0000 (23:56 +0100)] 
jscript: Make RegExp contructor implementation more generic.

14 years agodbghelp: For PE modules, when no debug info is present, also try to load symbols...
Eric Pouech [Sat, 23 Jan 2010 21:13:25 +0000 (22:13 +0100)] 
dbghelp: For PE modules, when no debug info is present, also try to load symbols out of COFF symbol table.

14 years agodbghelp: Removed some unused fields for public symbol description.
Eric Pouech [Sat, 23 Jan 2010 21:13:18 +0000 (22:13 +0100)] 
dbghelp: Removed some unused fields for public symbol description.

14 years agowinmm: For MCI parsing, use 64bit compatible variables.
Eric Pouech [Sat, 23 Jan 2010 17:56:50 +0000 (18:56 +0100)] 
winmm: For MCI parsing, use 64bit compatible variables.

14 years agowinmm: In mmio manipulation, always ensure that we use a HFILE for mmio internal...
Eric Pouech [Sat, 23 Jan 2010 17:56:45 +0000 (18:56 +0100)] 
winmm: In mmio manipulation, always ensure that we use a HFILE for mmio internal handlers (and not a HANDLE).

14 years agowinmm: A couple of simple fixes for winmm compilation on 64bit platforms.
Eric Pouech [Sat, 23 Jan 2010 17:56:36 +0000 (18:56 +0100)] 
winmm: A couple of simple fixes for winmm compilation on 64bit platforms.

14 years agokernel32/tests: Fix header comments.
André Hentschel [Sat, 23 Jan 2010 15:46:09 +0000 (16:46 +0100)] 
kernel32/tests: Fix header comments.

14 years agontdll: Detect more cpu features in get_cpuinfo.
Freddie Tilley [Sat, 23 Jan 2010 10:09:28 +0000 (11:09 +0100)] 
ntdll: Detect more cpu features in get_cpuinfo.

14 years agowinegcc: Update comments.
André Hentschel [Fri, 22 Jan 2010 20:08:34 +0000 (21:08 +0100)] 
winegcc: Update comments.

14 years agoshdocvw: Moved WebBrowser client site realizing to separated function and release...
Jacek Caban [Fri, 22 Jan 2010 16:12:57 +0000 (17:12 +0100)] 
shdocvw: Moved WebBrowser client site realizing to separated function and release more interfaces in SetClientSite.

14 years agoshdocvw: Moved DocHost client site releasing to separated function and release more...
Jacek Caban [Fri, 22 Jan 2010 16:12:26 +0000 (17:12 +0100)] 
shdocvw: Moved DocHost client site releasing to separated function and release more interfaces in SetClientSite.

14 years agomakefiles: Cross-compile all static libraries and import libs to .cross.a files to...
Alexandre Julliard [Sat, 23 Jan 2010 19:33:37 +0000 (20:33 +0100)] 
makefiles: Cross-compile all static libraries and import libs to .cross.a files to avoid conflicts.

14 years agoAvoid using wine/port.h in static libraries.
Alexandre Julliard [Sat, 23 Jan 2010 19:51:27 +0000 (20:51 +0100)] 
Avoid using wine/port.h in static libraries.

14 years agomakefiles: Add rules for cross-compiling static libraries.
Alexandre Julliard [Sat, 23 Jan 2010 19:26:49 +0000 (20:26 +0100)] 
makefiles: Add rules for cross-compiling static libraries.

14 years agowinegcc: Add support for specifying a custom static library suffix.
Alexandre Julliard [Sat, 23 Jan 2010 19:25:14 +0000 (20:25 +0100)] 
winegcc: Add support for specifying a custom static library suffix.

14 years agomakefiles: Move some of the cross-compile rules to the main rules file.
Alexandre Julliard [Sat, 23 Jan 2010 17:00:54 +0000 (18:00 +0100)] 
makefiles: Move some of the cross-compile rules to the main rules file.

14 years agomakefiles: Remove the obsolete rule for .spec.o files.
Alexandre Julliard [Sat, 23 Jan 2010 13:24:23 +0000 (14:24 +0100)] 
makefiles: Remove the obsolete rule for .spec.o files.

14 years agomakefiles: Disable 16-bit specific modules from make_makefiles.
Alexandre Julliard [Sat, 23 Jan 2010 13:24:06 +0000 (14:24 +0100)] 
makefiles: Disable 16-bit specific modules from make_makefiles.

14 years agoconfigure: Add specific creation macros for the various types of makefiles.
Alexandre Julliard [Sat, 23 Jan 2010 13:15:43 +0000 (14:15 +0100)] 
configure: Add specific creation macros for the various types of makefiles.

14 years agoRelease 1.1.37. wine-1.1.37
Alexandre Julliard [Fri, 22 Jan 2010 16:54:11 +0000 (17:54 +0100)] 
Release 1.1.37.

14 years agoshell32: Add a test to show the IShellLink_GetIDList returns a copy of the IDList...
Huw Davies [Fri, 22 Jan 2010 12:08:47 +0000 (12:08 +0000)] 
shell32: Add a test to show the IShellLink_GetIDList returns a copy of the IDList, remove an incorrect comment and fix a memory leak.

Found by Valgrind.

14 years agomsi: Add tests for updating rows in join tables.
Hans Leidekker [Fri, 22 Jan 2010 11:49:44 +0000 (12:49 +0100)] 
msi: Add tests for updating rows in join tables.

14 years agomsi: Add support for updating rows in join tables.
Hans Leidekker [Fri, 22 Jan 2010 11:49:11 +0000 (12:49 +0100)] 
msi: Add support for updating rows in join tables.

14 years agocomctl32: Handle WM_NOTIFY correctly when the parent returns zero.
Peter Dons Tychsen [Thu, 21 Jan 2010 01:45:46 +0000 (02:45 +0100)] 
comctl32: Handle WM_NOTIFY correctly when the parent returns zero.

14 years agomsvcrtd/tests: Fix a memory leak (Valgrind).
Paul Vriens [Fri, 22 Jan 2010 10:33:30 +0000 (11:33 +0100)] 
msvcrtd/tests: Fix a memory leak (Valgrind).

14 years agorpcrt4/tests: Fix some memory leaks (Valgrind).
Paul Vriens [Fri, 22 Jan 2010 10:22:37 +0000 (11:22 +0100)] 
rpcrt4/tests: Fix some memory leaks (Valgrind).

14 years agoxmllite/tests: Remove some tests that make Vista SP0 crash.
Paul Vriens [Fri, 22 Jan 2010 09:03:28 +0000 (10:03 +0100)] 
xmllite/tests: Remove some tests that make Vista SP0 crash.

14 years agoxmllite: Basic input object creation on IXmlReader::SetInput().
Nikolay Sivov [Thu, 21 Jan 2010 18:05:25 +0000 (21:05 +0300)] 
xmllite: Basic input object creation on IXmlReader::SetInput().

14 years agoxmllite: Add IXmlReaderInput stub implementation.
Nikolay Sivov [Thu, 21 Jan 2010 15:19:20 +0000 (18:19 +0300)] 
xmllite: Add IXmlReaderInput stub implementation.

14 years agoxmllite/tests: Test query for supported interface sequence while creating IXmlReaderI...
Nikolay Sivov [Thu, 21 Jan 2010 14:47:03 +0000 (17:47 +0300)] 
xmllite/tests: Test query for supported interface sequence while creating IXmlReaderInput instance.

14 years agowinex11: Use the thread connection to clear the systray icon window.
Alexandre Julliard [Fri, 22 Jan 2010 11:44:59 +0000 (12:44 +0100)] 
winex11: Use the thread connection to clear the systray icon window.

14 years agokernel32/tests: Add tests for the global flag and its influence on the heap flags.
Alexandre Julliard [Fri, 22 Jan 2010 11:33:24 +0000 (12:33 +0100)] 
kernel32/tests: Add tests for the global flag and its influence on the heap flags.

14 years agontdll: Set the heap debug flags based on the GlobalFlag value.
Alexandre Julliard [Fri, 22 Jan 2010 11:33:03 +0000 (12:33 +0100)] 
ntdll: Set the heap debug flags based on the GlobalFlag value.

14 years agontdll: Make it possible to use RtlGetNtGlobalFlags before the TEB is initialized.
Alexandre Julliard [Fri, 22 Jan 2010 11:32:40 +0000 (12:32 +0100)] 
ntdll: Make it possible to use RtlGetNtGlobalFlags before the TEB is initialized.

14 years agojscript: Skip tests on too old jscript.dll.
Jacek Caban [Fri, 22 Jan 2010 00:25:30 +0000 (01:25 +0100)] 
jscript: Skip tests on too old jscript.dll.

14 years agomshtml: Added IDispatchEx support for frame element.
Jacek Caban [Thu, 21 Jan 2010 13:48:43 +0000 (14:48 +0100)] 
mshtml: Added IDispatchEx support for frame element.

14 years agomshtml: Added IHTMLFrameElement3::get_contentDocument implementation.
Jacek Caban [Thu, 21 Jan 2010 13:48:11 +0000 (14:48 +0100)] 
mshtml: Added IHTMLFrameElement3::get_contentDocument implementation.

14 years agomshtml: Added IHTMLFrameElement3 stub implementation.
Jacek Caban [Thu, 21 Jan 2010 13:47:37 +0000 (14:47 +0100)] 
mshtml: Added IHTMLFrameElement3 stub implementation.

14 years agomshtml.idl: Added IHTMLFrameElement3 declaration.
Jacek Caban [Thu, 21 Jan 2010 13:46:55 +0000 (14:46 +0100)] 
mshtml.idl: Added IHTMLFrameElement3 declaration.

14 years agomshtml.idl: Added DispHTMLFrameElement dispinterface declaration.
Jacek Caban [Thu, 21 Jan 2010 13:46:28 +0000 (14:46 +0100)] 
mshtml.idl: Added DispHTMLFrameElement dispinterface declaration.

14 years agomsdaps: Register the row and rowset proxy and server classes.
Huw Davies [Thu, 21 Jan 2010 11:57:01 +0000 (11:57 +0000)] 
msdaps: Register the row and rowset proxy and server classes.

14 years agomsdaps: Add stub class factories for the row and rowset servers and proxies.
Huw Davies [Thu, 21 Jan 2010 11:53:25 +0000 (11:53 +0000)] 
msdaps: Add stub class factories for the row and rowset servers and proxies.

14 years agomsdaps: Switch to using an entry prefix for the auto-generated dlldata routines.
Huw Davies [Thu, 21 Jan 2010 11:33:53 +0000 (11:33 +0000)] 
msdaps: Switch to using an entry prefix for the auto-generated dlldata routines.

14 years agowmc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
Rob Shearman [Thu, 21 Jan 2010 11:57:27 +0000 (11:57 +0000)] 
wmc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

14 years agoole32: Rearrange declarations in itemmoniker.c to avoid unnecessary forward declarations.
Rob Shearman [Thu, 21 Jan 2010 11:58:24 +0000 (11:58 +0000)] 
ole32: Rearrange declarations in itemmoniker.c to avoid unnecessary forward declarations.

14 years agoserver: Fix symbol was not declared and using plain integer as NULL pointer sparse...
Rob Shearman [Thu, 21 Jan 2010 11:57:45 +0000 (11:57 +0000)] 
server: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

14 years agowrc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
Rob Shearman [Thu, 21 Jan 2010 11:57:09 +0000 (11:57 +0000)] 
wrc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

14 years agowidl: Fix symbol was not declared and using plain integer as NULL pointer sparse...
Rob Shearman [Thu, 21 Jan 2010 11:56:53 +0000 (11:56 +0000)] 
widl: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.

14 years agoinclude: Replace hexadecimal representation of four character codes in WINED3DFORMAT...
Rob Shearman [Thu, 21 Jan 2010 11:56:32 +0000 (11:56 +0000)] 
include: Replace hexadecimal representation of four character codes in WINED3DFORMAT enum with macros using the actual characters.

14 years agouser32/tests: Don't crash on Win9x/WinMe.
Paul Vriens [Thu, 21 Jan 2010 10:59:31 +0000 (11:59 +0100)] 
user32/tests: Don't crash on Win9x/WinMe.

14 years agowined3d: Remove unused occlusion query extensions.
Henri Verbeet [Thu, 21 Jan 2010 09:38:31 +0000 (10:38 +0100)] 
wined3d: Remove unused occlusion query extensions.

14 years agowined3d: Remove the duplicate GL_2X_BIT_ATI define.
Henri Verbeet [Thu, 21 Jan 2010 09:38:30 +0000 (10:38 +0100)] 
wined3d: Remove the duplicate GL_2X_BIT_ATI define.

14 years agowined3d: Remove the second set of EXT_texture_env_dot3 definitions.
Henri Verbeet [Thu, 21 Jan 2010 09:38:29 +0000 (10:38 +0100)] 
wined3d: Remove the second set of EXT_texture_env_dot3 definitions.

14 years agowined3d: Fix the ARB_pixel_buffer_object extension definitions.
Henri Verbeet [Thu, 21 Jan 2010 09:38:28 +0000 (10:38 +0100)] 
wined3d: Fix the ARB_pixel_buffer_object extension definitions.

14 years agowined3d: Sort our GL extension definitions.
Henri Verbeet [Thu, 21 Jan 2010 09:38:27 +0000 (10:38 +0100)] 
wined3d: Sort our GL extension definitions.

This makes some of the problems in there a bit more obvious.

14 years agod3drm: Add definitions for IDirect3DRMMeshBuilder.
Christian Costa [Thu, 21 Jan 2010 08:40:58 +0000 (09:40 +0100)] 
d3drm: Add definitions for IDirect3DRMMeshBuilder.

14 years agod3drm: Add definitions for IDirect3DRMFace2.
Christian Costa [Thu, 21 Jan 2010 08:40:52 +0000 (09:40 +0100)] 
d3drm: Add definitions for IDirect3DRMFace2.

14 years agoinclude: Define some more of the NT global flag values.
Alexandre Julliard [Thu, 21 Jan 2010 08:07:46 +0000 (09:07 +0100)] 
include: Define some more of the NT global flag values.

14 years agoshlwapi: Improved res protocol handling in UrlCanonicalizeW.
Piotr Caban [Thu, 21 Jan 2010 00:03:25 +0000 (01:03 +0100)] 
shlwapi: Improved res protocol handling in UrlCanonicalizeW.

14 years agomsxml3/tests: Fix interface leak.
Nikolay Sivov [Wed, 20 Jan 2010 23:24:29 +0000 (02:24 +0300)] 
msxml3/tests: Fix interface leak.

14 years agoavifil32: Use chunksize specified by the chunk itself, avoids a noticable ticking...
Julius Schwartzenberg [Wed, 20 Jan 2010 21:57:27 +0000 (22:57 +0100)] 
avifil32: Use chunksize specified by the chunk itself, avoids a noticable ticking sound heard when reading past the chunk boundary.

14 years agowininet: Implement PER_CONN_FLAGS option.
Andrew Eikum [Wed, 20 Jan 2010 20:49:13 +0000 (14:49 -0600)] 
wininet: Implement PER_CONN_FLAGS option.

14 years agowininet: Implement PER_CONN_PROXY_SERVER option.
Andrew Eikum [Wed, 20 Jan 2010 20:49:05 +0000 (14:49 -0600)] 
wininet: Implement PER_CONN_PROXY_SERVER option.

14 years agowininet: Pull proxy info gathering into its own function.
Andrew Eikum [Wed, 20 Jan 2010 20:48:55 +0000 (14:48 -0600)] 
wininet: Pull proxy info gathering into its own function.

14 years agowininet: Convert PER_CONN_OPTION_LIST from A to W in InternetSetOptionA.
Andrew Eikum [Wed, 20 Jan 2010 20:48:47 +0000 (14:48 -0600)] 
wininet: Convert PER_CONN_OPTION_LIST from A to W in InternetSetOptionA.

14 years agowininet: Add Internet{Set,Query}Option tests, implement POLICY option.
Andrew Eikum [Wed, 20 Jan 2010 20:46:44 +0000 (14:46 -0600)] 
wininet: Add Internet{Set,Query}Option tests, implement POLICY option.

14 years agomshtml: Create URL moniker after test initialization.
Jacek Caban [Wed, 20 Jan 2010 20:44:05 +0000 (21:44 +0100)] 
mshtml: Create URL moniker after test initialization.

14 years agojscript: Add error handling to Array.reverse.
Piotr Caban [Wed, 20 Jan 2010 16:23:55 +0000 (17:23 +0100)] 
jscript: Add error handling to Array.reverse.

14 years agojscript: Make Array.sort generic.
Piotr Caban [Wed, 20 Jan 2010 16:14:44 +0000 (17:14 +0100)] 
jscript: Make Array.sort generic.

14 years agojscript: Make Array.pop generic.
Piotr Caban [Wed, 20 Jan 2010 16:12:38 +0000 (17:12 +0100)] 
jscript: Make Array.pop generic.

14 years agooleaut32: Do not crash in logging if string is NULL.
Aric Stewart [Wed, 20 Jan 2010 16:03:09 +0000 (10:03 -0600)] 
oleaut32: Do not crash in logging if string is NULL.

14 years agowine.inf: Add entries for some of the global options.
Alexandre Julliard [Wed, 20 Jan 2010 19:06:08 +0000 (20:06 +0100)] 
wine.inf: Add entries for some of the global options.

14 years agontdll: Load the various PEB global options at startup.
Alexandre Julliard [Wed, 20 Jan 2010 16:30:00 +0000 (17:30 +0100)] 
ntdll: Load the various PEB global options at startup.

14 years agontdll: Implement LdrQueryImageFileExecutionOptions and use it to retrieve the per...
Alexandre Julliard [Wed, 20 Jan 2010 16:11:03 +0000 (17:11 +0100)] 
ntdll: Implement LdrQueryImageFileExecutionOptions and use it to retrieve the per-process global flag.

14 years agogdi32: Improve some FIXMEs.
Christian Costa [Wed, 20 Jan 2010 08:18:59 +0000 (09:18 +0100)] 
gdi32: Improve some FIXMEs.

14 years agomshtml: Store document as IHTMLDocument2 interface.
Jacek Caban [Wed, 20 Jan 2010 15:21:07 +0000 (16:21 +0100)] 
mshtml: Store document as IHTMLDocument2 interface.

14 years agomsi: Add a partial stub for the ValidateProductID control event.
Alexandre Julliard [Wed, 20 Jan 2010 14:36:00 +0000 (15:36 +0100)] 
msi: Add a partial stub for the ValidateProductID control event.

14 years agokernel32/tests: Initial fiber tests.
André Hentschel [Wed, 20 Jan 2010 11:37:15 +0000 (12:37 +0100)] 
kernel32/tests: Initial fiber tests.

14 years agontdll: Set cpu frequency for FreeBSD 7.2 and higher.
Freddie Tilley [Wed, 20 Jan 2010 10:59:25 +0000 (11:59 +0100)] 
ntdll: Set cpu frequency for FreeBSD 7.2 and higher.

14 years agomsi: Correct the setting of environment variables.
Jason Edmeades [Wed, 20 Jan 2010 09:40:37 +0000 (09:40 +0000)] 
msi: Correct the setting of environment variables.

Contrary to the MSDN, you can 'create only' whilst using a previous value
(ie +-variable and [~];value). This breaks the install of an application
I was debugging who uses that throughout for all their variables. In
addition whilst adding some tests I've also cleaned up invalid prefix
syntax handling and semicolon removal if the original string is empty.

14 years agoavifile: Fix playback of fixed sample size audio streams.
Maarten Lankhorst [Wed, 20 Jan 2010 00:08:31 +0000 (01:08 +0100)] 
avifile: Fix playback of fixed sample size audio streams.

14 years agod3d9: Add a separate function for stateblock initialization.
Henri Verbeet [Tue, 19 Jan 2010 22:52:29 +0000 (23:52 +0100)] 
d3d9: Add a separate function for stateblock initialization.

14 years agowined3d: Set the query.c GLINFO_LOCATION to *gl_info.
Henri Verbeet [Tue, 19 Jan 2010 22:52:26 +0000 (23:52 +0100)] 
wined3d: Set the query.c GLINFO_LOCATION to *gl_info.

14 years agowined3d: Don't leak the context array in the swapchain_init() error path.
Henri Verbeet [Tue, 19 Jan 2010 22:52:25 +0000 (23:52 +0100)] 
wined3d: Don't leak the context array in the swapchain_init() error path.

14 years agocrypt32/tests: Add a win_skip().
Michael Stefaniuc [Tue, 19 Jan 2010 21:47:19 +0000 (22:47 +0100)] 
crypt32/tests: Add a win_skip().

14 years agorasapi32/tests: Fix some test failures on Win9x.
Paul Vriens [Tue, 19 Jan 2010 15:44:22 +0000 (16:44 +0100)] 
rasapi32/tests: Fix some test failures on Win9x.

14 years agoshell32/tests: Fix crash on ancient Win95.
Paul Vriens [Tue, 19 Jan 2010 15:02:26 +0000 (16:02 +0100)] 
shell32/tests: Fix crash on ancient Win95.

14 years agomsi: Add a test to exersize the code to retrieve rows from join tables.
Hans Leidekker [Tue, 19 Jan 2010 14:08:48 +0000 (15:08 +0100)] 
msi: Add a test to exersize the code to retrieve rows from join tables.

14 years agomsvcrt: Fix typo.
André Hentschel [Tue, 19 Jan 2010 13:33:43 +0000 (14:33 +0100)] 
msvcrt: Fix typo.

14 years agowinex11.drv: Produce VK_CANCEL vkey on the Ctrl+Pause/Break pressing.
Ilya Shpigor [Tue, 19 Jan 2010 08:12:45 +0000 (11:12 +0300)] 
winex11.drv: Produce VK_CANCEL vkey on the Ctrl+Pause/Break pressing.

14 years agowineconsole: Fix Russian translation.
Vitaly Lipatov [Wed, 13 Jan 2010 05:26:51 +0000 (08:26 +0300)] 
wineconsole: Fix Russian translation.

14 years agoserver: Activate pending asyncs on a hangup/error.
Mike Kaplinskiy [Sat, 2 Jan 2010 08:44:32 +0000 (03:44 -0500)] 
server: Activate pending asyncs on a hangup/error.

14 years agoavifil32: Allow files with different extensions to be loaded.
Julius Schwartzenberg [Sat, 9 Jan 2010 20:05:58 +0000 (21:05 +0100)] 
avifil32: Allow files with different extensions to be loaded.

14 years agowinedump: Remove an unused flag.
Alexandre Julliard [Tue, 19 Jan 2010 12:06:19 +0000 (13:06 +0100)] 
winedump: Remove an unused flag.

14 years agorpcrt4: Add structure definition for RPC AUTH3 packet and use the size of this on...
Rob Shearman [Tue, 19 Jan 2010 10:30:31 +0000 (10:30 +0000)] 
rpcrt4: Add structure definition for RPC AUTH3 packet and use the size of this on sending to fix authentication against native servers.

Also use the new size to validate incoming AUTH3 packets to be
consistent with native.

14 years agowinecoreaudio.drv: Reorder includes to avoid OS X bug.
Austin English [Tue, 19 Jan 2010 05:54:56 +0000 (23:54 -0600)] 
winecoreaudio.drv: Reorder includes to avoid OS X bug.

14 years agomsxml3: Implement IXMLDOMComment::deleteData() with tests.
Nikolay Sivov [Tue, 19 Jan 2010 01:48:41 +0000 (04:48 +0300)] 
msxml3: Implement IXMLDOMComment::deleteData() with tests.

14 years agodmband: Avoid newlines inside FIXME messages.
Michael Stefaniuc [Mon, 18 Jan 2010 23:44:14 +0000 (00:44 +0100)] 
dmband: Avoid newlines inside FIXME messages.