wine
14 years agourlmon: Implemented canonicalization for reg-names.
Thomas Mullaly [Sat, 10 Jul 2010 19:12:27 +0000 (15:12 -0400)] 
urlmon: Implemented canonicalization for reg-names.

14 years agourlmon/tests: Added more test URIs for IPv6 canonicalization.
Thomas Mullaly [Thu, 8 Jul 2010 20:42:12 +0000 (16:42 -0400)] 
urlmon/tests: Added more test URIs for IPv6 canonicalization.

14 years agourlmon: Implemented canonicalization for IPv6 addresses.
Thomas Mullaly [Sat, 3 Jul 2010 15:52:59 +0000 (11:52 -0400)] 
urlmon: Implemented canonicalization for IPv6 addresses.

14 years agourlmon/tests: Added more URI test cases.
Thomas Mullaly [Thu, 1 Jul 2010 01:31:22 +0000 (21:31 -0400)] 
urlmon/tests: Added more URI test cases.

14 years agourlmon: Added parser for registered host names.
Thomas Mullaly [Thu, 1 Jul 2010 01:27:28 +0000 (21:27 -0400)] 
urlmon: Added parser for registered host names.

14 years agourlmon: Added parser for IPvFuture addresses.
Thomas Mullaly [Thu, 1 Jul 2010 01:10:13 +0000 (21:10 -0400)] 
urlmon: Added parser for IPvFuture addresses.

14 years agourlmon: Added parser for IPv6 addresses.
Thomas Mullaly [Thu, 1 Jul 2010 00:57:01 +0000 (20:57 -0400)] 
urlmon: Added parser for IPv6 addresses.

14 years agomsvcp90: Correctly declare pointers to delete/new functions.
Piotr Caban [Sun, 25 Jul 2010 10:23:22 +0000 (12:23 +0200)] 
msvcp90: Correctly declare pointers to delete/new functions.

14 years agomakefiles: Always build the cross import libraries if crosstest is supported.
Alexandre Julliard [Mon, 26 Jul 2010 10:38:11 +0000 (12:38 +0200)] 
makefiles: Always build the cross import libraries if crosstest is supported.

14 years agomakefiles: Always build the static cross libraries if crosstest is supported.
Alexandre Julliard [Mon, 26 Jul 2010 10:13:47 +0000 (12:13 +0200)] 
makefiles: Always build the static cross libraries if crosstest is supported.

14 years agowinegcc: Don't import winecrt0 by default when building with -nodefaultlibs.
Alexandre Julliard [Mon, 26 Jul 2010 07:57:37 +0000 (09:57 +0200)] 
winegcc: Don't import winecrt0 by default when building with -nodefaultlibs.

14 years agowinecfg: Add the Serbian (Latin) translation.
Paul Vriens [Sun, 25 Jul 2010 17:13:20 +0000 (19:13 +0200)] 
winecfg: Add the Serbian (Latin) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agouser32: Add the Serbian (Cyrillic) translation.
Paul Vriens [Sun, 25 Jul 2010 14:01:30 +0000 (16:01 +0200)] 
user32: Add the Serbian (Cyrillic) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agoshell32: Add the Serbian (Cyrillic) translation.
Paul Vriens [Sun, 25 Jul 2010 08:51:54 +0000 (10:51 +0200)] 
shell32: Add the Serbian (Cyrillic) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agoshell32: Fix the Serbian (Latin) translation.
Paul Vriens [Sun, 25 Jul 2010 08:34:38 +0000 (10:34 +0200)] 
shell32: Fix the Serbian (Latin) translation.

14 years agowindowscodecs: Reset the stream pointer when initializing JPEG decoder.
Matteo Bruni [Mon, 24 May 2010 21:40:58 +0000 (23:40 +0200)] 
windowscodecs: Reset the stream pointer when initializing JPEG decoder.

14 years agocmd: Add Ukrainian translation.
Igor Paliychuk [Sat, 24 Jul 2010 16:07:30 +0000 (19:07 +0300)] 
cmd: Add Ukrainian translation.

14 years agoshdocvw: Add the Dutch translation.
Sven Baars [Sat, 24 Jul 2010 16:07:49 +0000 (18:07 +0200)] 
shdocvw: Add the Dutch translation.

14 years agowininet: Commit URL cache entry when cache file is closed.
Piotr Caban [Sat, 24 Jul 2010 15:56:41 +0000 (17:56 +0200)] 
wininet: Commit URL cache entry when cache file is closed.

14 years agowininet: Fixed CreateUrlCacheEntryA implementation.
Piotr Caban [Sat, 24 Jul 2010 15:55:18 +0000 (17:55 +0200)] 
wininet: Fixed CreateUrlCacheEntryA implementation.

14 years agoconfigure: Disable the unused result warnings when Fortify is enabled.
Alexandre Julliard [Sat, 24 Jul 2010 09:42:59 +0000 (11:42 +0200)] 
configure: Disable the unused result warnings when Fortify is enabled.

14 years agoshdocvw: Add Ukrainian translation.
Igor Paliychuk [Fri, 23 Jul 2010 18:49:27 +0000 (21:49 +0300)] 
shdocvw: Add Ukrainian translation.

14 years agostart: Add Ukrainian translation.
Igor Paliychuk [Fri, 23 Jul 2010 18:48:43 +0000 (21:48 +0300)] 
start: Add Ukrainian translation.

14 years agonotepad: Don't specify initial dir for save and open dialogs.
Andrew Eikum [Fri, 23 Jul 2010 18:13:11 +0000 (13:13 -0500)] 
notepad: Don't specify initial dir for save and open dialogs.

14 years agocomdlg32: Store and use save/open dialogs' most-recently-used data.
Andrew Eikum [Fri, 23 Jul 2010 18:13:04 +0000 (13:13 -0500)] 
comdlg32: Store and use save/open dialogs' most-recently-used data.

14 years agouser32: Don't make constants static to avoid compile error without optimization.
Alexandre Julliard [Sat, 24 Jul 2010 09:17:05 +0000 (11:17 +0200)] 
user32: Don't make constants static to avoid compile error without optimization.

14 years agod3dx9: Add basic implementation of D3DXFilterTexture, plus tests.
Owen Rudge [Thu, 22 Jul 2010 19:38:31 +0000 (20:38 +0100)] 
d3dx9: Add basic implementation of D3DXFilterTexture, plus tests.

14 years agod3dx9: Implement D3DXCreateTexture plus tests.
Owen Rudge [Thu, 22 Jul 2010 19:38:23 +0000 (20:38 +0100)] 
d3dx9: Implement D3DXCreateTexture plus tests.

14 years agod3dx9/tests: Implement additional texture requirement tests.
Owen Rudge [Thu, 22 Jul 2010 19:38:17 +0000 (20:38 +0100)] 
d3dx9/tests: Implement additional texture requirement tests.

14 years agod3dx9: Implement D3DXCheckTextureRequirements.
Owen Rudge [Thu, 22 Jul 2010 19:38:04 +0000 (20:38 +0100)] 
d3dx9: Implement D3DXCheckTextureRequirements.

14 years agodwmapi: Add stub DwmEnableBlurBehindWindow.
Alistair Leslie-Hughes [Fri, 23 Jul 2010 09:53:02 +0000 (19:53 +1000)] 
dwmapi: Add stub DwmEnableBlurBehindWindow.

14 years agowinhlp32: Add the Serbian (Latin) translation.
Paul Vriens [Fri, 23 Jul 2010 12:45:51 +0000 (14:45 +0200)] 
winhlp32: Add the Serbian (Latin) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agouser32: Add the Serbian (Latin) translation.
Paul Vriens [Fri, 23 Jul 2010 11:56:39 +0000 (13:56 +0200)] 
user32: Add the Serbian (Latin) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agoshell32: Add the Serbian (Latin) translation.
Paul Vriens [Fri, 23 Jul 2010 10:18:43 +0000 (12:18 +0200)] 
shell32: Add the Serbian (Latin) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agoshdocvw: Make the Open URL dialog open URLs.
Alexander Nicolaysen Sørnes [Mon, 21 Jun 2010 15:47:55 +0000 (17:47 +0200)] 
shdocvw: Make the Open URL dialog open URLs.

14 years agoshdocvw: Add Open URL dialog to IE.
Alexander Nicolaysen Sørnes [Wed, 21 Jul 2010 14:38:45 +0000 (16:38 +0200)] 
shdocvw: Add Open URL dialog to IE.

14 years agoshdocvw: Add About dialog to IE.
Alexander Nicolaysen Sørnes [Wed, 21 Jul 2010 14:34:41 +0000 (16:34 +0200)] 
shdocvw: Add About dialog to IE.

14 years agoshdocvw: Allow printing from the menubar in IE.
Alexander Nicolaysen Sørnes [Sun, 20 Jun 2010 22:49:59 +0000 (00:49 +0200)] 
shdocvw: Allow printing from the menubar in IE.

14 years agoshdocvw: Add menu bar to Internet Explorer.
Alexander Nicolaysen Sørnes [Sun, 20 Jun 2010 18:25:34 +0000 (20:25 +0200)] 
shdocvw: Add menu bar to Internet Explorer.

14 years agocomdlg32/tests: Untie ok_testcases from test_ok().
Andrew Eikum [Thu, 22 Jul 2010 19:18:37 +0000 (14:18 -0500)] 
comdlg32/tests: Untie ok_testcases from test_ok().

14 years agowinemenubuilder: Remove legacy PNG and XPM conversion code.
Damjan Jovanovic [Thu, 22 Jul 2010 19:41:35 +0000 (21:41 +0200)] 
winemenubuilder: Remove legacy PNG and XPM conversion code.

14 years agowinemenubuilder: Use windowscodecs for all ICO to PNG conversion.
Damjan Jovanovic [Thu, 22 Jul 2010 19:41:03 +0000 (21:41 +0200)] 
winemenubuilder: Use windowscodecs for all ICO to PNG conversion.

14 years agowinemenubuilder: Use windowscodecs for some ICO to PNG conversion.
Damjan Jovanovic [Thu, 22 Jul 2010 19:40:14 +0000 (21:40 +0200)] 
winemenubuilder: Use windowscodecs for some ICO to PNG conversion.

14 years agokernel32: Deal with unix paths in wine_get_dos_file_name.
Damjan Jovanovic [Thu, 22 Jul 2010 19:38:59 +0000 (21:38 +0200)] 
kernel32: Deal with unix paths in wine_get_dos_file_name.

14 years agontdll: Convert even Unix paths outside Wine's drive mappings to DOS paths.
Damjan Jovanovic [Thu, 22 Jul 2010 19:36:33 +0000 (21:36 +0200)] 
ntdll: Convert even Unix paths outside Wine's drive mappings to DOS paths.

14 years agoshell32: Implement SHGetIDListFromObject.
David Hedberg [Thu, 22 Jul 2010 18:17:06 +0000 (20:17 +0200)] 
shell32: Implement SHGetIDListFromObject.

14 years agoshell32: Implement SHGetItemFromDataObject.
David Hedberg [Thu, 22 Jul 2010 18:17:05 +0000 (20:17 +0200)] 
shell32: Implement SHGetItemFromDataObject.

14 years agoshell32: Implement SHCreateItemFromIDList.
David Hedberg [Thu, 22 Jul 2010 18:17:04 +0000 (20:17 +0200)] 
shell32: Implement SHCreateItemFromIDList.

14 years agoshell32: Implement SHCreateItemFromParsingName.
David Hedberg [Thu, 22 Jul 2010 18:17:03 +0000 (20:17 +0200)] 
shell32: Implement SHCreateItemFromParsingName.

14 years agoshell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName.
David Hedberg [Thu, 22 Jul 2010 18:17:02 +0000 (20:17 +0200)] 
shell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName.

14 years agod3d10: Add a stub ID3D10ReflectShader implementation.
Rico Schüller [Wed, 21 Jul 2010 18:44:59 +0000 (20:44 +0200)] 
d3d10: Add a stub ID3D10ReflectShader implementation.

14 years agod3d10: Add the ID3D10ShaderReflection interface.
Rico Schüller [Wed, 21 Jul 2010 18:44:55 +0000 (20:44 +0200)] 
d3d10: Add the ID3D10ShaderReflection interface.

14 years agod3d10: Add the ID3D10ShaderReflectionConstantBuffer interface.
Rico Schüller [Wed, 21 Jul 2010 18:44:47 +0000 (20:44 +0200)] 
d3d10: Add the ID3D10ShaderReflectionConstantBuffer interface.

14 years agod3d10: Add the ID3D10ShaderReflectionVariable interface.
Rico Schüller [Wed, 21 Jul 2010 18:44:43 +0000 (20:44 +0200)] 
d3d10: Add the ID3D10ShaderReflectionVariable interface.

14 years agod3d10: Add the ID3D10ShaderReflectionType interface.
Rico Schüller [Wed, 21 Jul 2010 18:44:32 +0000 (20:44 +0200)] 
d3d10: Add the ID3D10ShaderReflectionType interface.

14 years agowined3d: Avoid loading the destination surface in stretch_rect_fbo() if it will be...
Henri Verbeet [Fri, 23 Jul 2010 09:31:05 +0000 (11:31 +0200)] 
wined3d: Avoid loading the destination surface in stretch_rect_fbo() if it will be completely overwritten.

14 years agod3d9/tests: Add a test for clearing render targets in an MRT.
Henri Verbeet [Fri, 23 Jul 2010 09:31:04 +0000 (11:31 +0200)] 
d3d9/tests: Add a test for clearing render targets in an MRT.

14 years agowined3d: Clear all render targets in an MRT setup.
Henri Verbeet [Fri, 23 Jul 2010 09:31:03 +0000 (11:31 +0200)] 
wined3d: Clear all render targets in an MRT setup.

14 years agod3d9/tests: Introduce a vertex shader to the MRT test.
Henri Verbeet [Fri, 23 Jul 2010 09:31:02 +0000 (11:31 +0200)] 
d3d9/tests: Introduce a vertex shader to the MRT test.

14 years agooleaut32/tests: Use IsEqualIID instead of memcmp to compare REFIIDs.
Michael Stefaniuc [Fri, 23 Jul 2010 09:30:10 +0000 (11:30 +0200)] 
oleaut32/tests: Use IsEqualIID instead of memcmp to compare REFIIDs.

14 years agoole32: Use IsEqualIID instead of memcmp to compare REFIIDs.
Michael Stefaniuc [Fri, 23 Jul 2010 09:30:00 +0000 (11:30 +0200)] 
ole32: Use IsEqualIID instead of memcmp to compare REFIIDs.

14 years agomsi: Synchronize the spec file with version 5.0.
Hans Leidekker [Fri, 23 Jul 2010 07:43:44 +0000 (09:43 +0200)] 
msi: Synchronize the spec file with version 5.0.

14 years agomsi: Register dlls directly in the SelfRegModules and SelfUnregModules actions.
Hans Leidekker [Fri, 23 Jul 2010 07:43:27 +0000 (09:43 +0200)] 
msi: Register dlls directly in the SelfRegModules and SelfUnregModules actions.

14 years agomsi: Warn if a transform file cannot be opened.
Hans Leidekker [Fri, 23 Jul 2010 07:43:11 +0000 (09:43 +0200)] 
msi: Warn if a transform file cannot be opened.

14 years agomsi: Add some tests for MsiGetSourcePath.
Hans Leidekker [Fri, 23 Jul 2010 07:42:56 +0000 (09:42 +0200)] 
msi: Add some tests for MsiGetSourcePath.

14 years agomsi: Set/unset the SourceDir property at the right stage in the execution sequence.
Hans Leidekker [Fri, 23 Jul 2010 07:42:37 +0000 (09:42 +0200)] 
msi: Set/unset the SourceDir property at the right stage in the execution sequence.

14 years agomsi: Never defer standard actions.
Hans Leidekker [Fri, 23 Jul 2010 07:42:21 +0000 (09:42 +0200)] 
msi: Never defer standard actions.

14 years agomsi/tests: Properly contruct the icon path for win9x.
Hans Leidekker [Fri, 23 Jul 2010 07:42:06 +0000 (09:42 +0200)] 
msi/tests: Properly contruct the icon path for win9x.

14 years agomsi/tests: Initialize a string buffer and fix some leaks.
Hans Leidekker [Fri, 23 Jul 2010 07:41:49 +0000 (09:41 +0200)] 
msi/tests: Initialize a string buffer and fix some leaks.

14 years agomsi: Fix a memory leak.
Hans Leidekker [Fri, 23 Jul 2010 07:41:23 +0000 (09:41 +0200)] 
msi: Fix a memory leak.

14 years agourlmon: Partially implemented IUri_GetHost.
Thomas Mullaly [Thu, 24 Jun 2010 20:24:48 +0000 (16:24 -0400)] 
urlmon: Partially implemented IUri_GetHost.

14 years agourlmon/tests: Added more test URIs.
Thomas Mullaly [Thu, 24 Jun 2010 04:00:38 +0000 (00:00 -0400)] 
urlmon/tests: Added more test URIs.

14 years agourlmon: Implemented canonicalization functions for IPv4 addresses.
Thomas Mullaly [Thu, 24 Jun 2010 03:21:14 +0000 (23:21 -0400)] 
urlmon: Implemented canonicalization functions for IPv4 addresses.

14 years agourlmon: Implemented a parser for IPv4 addresses.
Thomas Mullaly [Mon, 21 Jun 2010 21:03:02 +0000 (17:03 -0400)] 
urlmon: Implemented a parser for IPv4 addresses.

14 years agowineboot: Don't abort shutdown if we have to terminate a process.
Vincent Povirk [Thu, 22 Jul 2010 21:49:35 +0000 (16:49 -0500)] 
wineboot: Don't abort shutdown if we have to terminate a process.

We can sometimes get a FALSE result from WM_QUERYENDSESSION as a side-effect
of terminating a process. We should continue the shutdown process in this
case.

14 years agowineboot: Query windows from all desktops when --end-session --kill is used.
Vincent Povirk [Tue, 18 May 2010 18:36:36 +0000 (13:36 -0500)] 
wineboot: Query windows from all desktops when --end-session --kill is used.

14 years agousp10: Start implementing Chaining Context Substitution Format 3: Coverage-based...
Aric Stewart [Thu, 22 Jul 2010 21:18:02 +0000 (16:18 -0500)] 
usp10: Start implementing Chaining Context Substitution Format 3: Coverage-based Chaining Context Glyph Substitution.

14 years agoshell32: Implement Set/GetCurrentViewMode in the default shellview.
David Hedberg [Thu, 22 Jul 2010 20:08:07 +0000 (22:08 +0200)] 
shell32: Implement Set/GetCurrentViewMode in the default shellview.

14 years agokrnl386.exe16: Add an error code.
André Hentschel [Thu, 22 Jul 2010 17:08:02 +0000 (19:08 +0200)] 
krnl386.exe16: Add an error code.

14 years agocmdlgtst: Add Ukrainian translation.
Igor Paliychuk [Thu, 22 Jul 2010 14:22:14 +0000 (17:22 +0300)] 
cmdlgtst: Add Ukrainian translation.

14 years agoatl: Improved AtlInternalQueryInterface implementation.
Piotr Caban [Thu, 22 Jul 2010 16:37:12 +0000 (18:37 +0200)] 
atl: Improved AtlInternalQueryInterface implementation.

14 years agoinclude: Don't install tlb files, they are platform-dependent.
Alexandre Julliard [Fri, 23 Jul 2010 09:34:23 +0000 (11:34 +0200)] 
include: Don't install tlb files, they are platform-dependent.

14 years agogdi32: Update the DC mappings when the layout is changed.
Alexandre Julliard [Fri, 23 Jul 2010 09:34:07 +0000 (11:34 +0200)] 
gdi32: Update the DC mappings when the layout is changed.

14 years agogdi32/tests: Fix a typo in a macro name.
Alexandre Julliard [Thu, 22 Jul 2010 19:04:56 +0000 (21:04 +0200)] 
gdi32/tests: Fix a typo in a macro name.

14 years agouser32: DCX_NORESETATTRS should be applied at DC release time.
Alexandre Julliard [Thu, 22 Jul 2010 18:00:35 +0000 (20:00 +0200)] 
user32: DCX_NORESETATTRS should be applied at DC release time.

14 years agomsvcp90: Added allocator<char> implementation.
Piotr Caban [Thu, 22 Jul 2010 07:40:19 +0000 (09:40 +0200)] 
msvcp90: Added allocator<char> implementation.

14 years agoinclude: Make sure wine/port.h and msvcrt headers are not used together.
Alexandre Julliard [Thu, 22 Jul 2010 15:40:55 +0000 (17:40 +0200)] 
include: Make sure wine/port.h and msvcrt headers are not used together.

14 years agomsvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
Alexandre Julliard [Thu, 22 Jul 2010 14:55:35 +0000 (16:55 +0200)] 
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.

14 years agod3dx9/tests: Add beginning of general tests for texture functions.
Owen Rudge [Wed, 21 Jul 2010 14:06:09 +0000 (15:06 +0100)] 
d3dx9/tests: Add beginning of general tests for texture functions.

14 years agoshlwapi/tests: Load shell32 explicitly.
Paul Vriens [Thu, 22 Jul 2010 13:13:06 +0000 (15:13 +0200)] 
shlwapi/tests: Load shell32 explicitly.

14 years agoshell32: Change a fixme to a trace in shfldr_unixfs.c.
David Hedberg [Wed, 21 Jul 2010 19:49:13 +0000 (21:49 +0200)] 
shell32: Change a fixme to a trace in shfldr_unixfs.c.

This downgrades a FIXME that can be triggered in normal operation
through the use of, for example, SHGetIDListFromObject.

14 years agoole32: Implement cross-process drag and drop.
Huw Davies [Thu, 22 Jul 2010 12:37:19 +0000 (13:37 +0100)] 
ole32: Implement cross-process drag and drop.

14 years agoole32/tests: Relax the reference counting tests a bit. We only care whether reference...
Huw Davies [Thu, 22 Jul 2010 11:16:17 +0000 (12:16 +0100)] 
ole32/tests: Relax the reference counting tests a bit. We only care whether references are held or not.

14 years agowordpad: Allow objects & images to be added with native riched20.
Dylan Smith [Thu, 22 Jul 2010 12:30:19 +0000 (08:30 -0400)] 
wordpad: Allow objects & images to be added with native riched20.

Native riched20.dll seems to need an IRichEditOleCallback object in
order to get a buffer to store the image (using the GetNewStorage
method).

14 years agoshdocvw: Don't fail on invalid headers argument in navigate_url.
Jacek Caban [Thu, 22 Jul 2010 11:58:45 +0000 (13:58 +0200)] 
shdocvw: Don't fail on invalid headers argument in navigate_url.

14 years agomsvcrt: Fixed strtod_l/wcstod_l implementation.
Piotr Caban [Thu, 22 Jul 2010 10:35:08 +0000 (12:35 +0200)] 
msvcrt: Fixed strtod_l/wcstod_l implementation.

14 years agomsi/tests: Fix some more wow64 test failures.
Hans Leidekker [Thu, 22 Jul 2010 09:49:28 +0000 (11:49 +0200)] 
msi/tests: Fix some more wow64 test failures.

14 years agomsi/tests: Avoid a long timeout in the test for DeleteServices.
Hans Leidekker [Thu, 22 Jul 2010 09:49:05 +0000 (11:49 +0200)] 
msi/tests: Avoid a long timeout in the test for DeleteServices.

14 years agomsi/tests: Skip tests when the current user has insufficient rights.
Hans Leidekker [Thu, 22 Jul 2010 09:48:28 +0000 (11:48 +0200)] 
msi/tests: Skip tests when the current user has insufficient rights.

14 years agomsi/tests: Return an error code from helper_createpackage and package_from_db.
Hans Leidekker [Thu, 22 Jul 2010 09:48:10 +0000 (11:48 +0200)] 
msi/tests: Return an error code from helper_createpackage and package_from_db.