wine
18 years agowined3d: Fix the shader version on some instruction tokens.
H. Verbeet [Sun, 22 Jul 2007 19:41:29 +0000 (21:41 +0200)] 
wined3d: Fix the shader version on some instruction tokens.

18 years agowined3d: Correctly handle normalized vertex declaration data types.
H. Verbeet [Sun, 22 Jul 2007 19:41:22 +0000 (21:41 +0200)] 
wined3d: Correctly handle normalized vertex declaration data types.

18 years agonet: New Korean resource.
Hwang YunSong(황윤성) [Sat, 21 Jul 2007 00:23:00 +0000 (09:23 +0900)] 
net: New Korean resource.

18 years agowordpad: Updated Korean resource.
Hwang YunSong(황윤성) [Sat, 21 Jul 2007 00:23:41 +0000 (09:23 +0900)] 
wordpad: Updated Korean resource.

18 years agolocalui: New Korean resource.
Hwang YunSong(황윤성) [Sat, 21 Jul 2007 00:21:57 +0000 (09:21 +0900)] 
localui: New Korean resource.

18 years agotools: Add basic support for the startup notifications standard.
Damjan Jovanovic [Sat, 21 Jul 2007 15:18:46 +0000 (17:18 +0200)] 
tools: Add basic support for the startup notifications standard.

18 years agotools: Associate wine with the application/x-executable MIME type.
Damjan Jovanovic [Sat, 21 Jul 2007 08:22:06 +0000 (10:22 +0200)] 
tools: Associate wine with the application/x-executable MIME type.

18 years agourlmon: Add support for non-GET requests (e.g., POST) in HttpProtocol.
Misha Koshelev [Sat, 21 Jul 2007 00:56:12 +0000 (19:56 -0500)] 
urlmon: Add support for non-GET requests (e.g., POST) in HttpProtocol.

18 years agourlmon: Actually send the additional headers returned by IHttpNegotiate::BeginningTra...
Misha Koshelev [Sat, 21 Jul 2007 00:56:05 +0000 (19:56 -0500)] 
urlmon: Actually send the additional headers returned by IHttpNegotiate::BeginningTransaction.

18 years agourlmon: Call HttpOpenRequest with INTERNET_FLAG_KEEP_CONNECTION, INTERNET_FLAG_NO_CAC...
Misha Koshelev [Sat, 21 Jul 2007 00:55:55 +0000 (19:55 -0500)] 
urlmon: Call HttpOpenRequest with INTERNET_FLAG_KEEP_CONNECTION, INTERNET_FLAG_NO_CACHE_WRITE if appropriate.

18 years agourlmon/tests: Add test for BINDVERB_POST in http_protocol.
Misha Koshelev [Sat, 21 Jul 2007 00:55:32 +0000 (19:55 -0500)] 
urlmon/tests: Add test for BINDVERB_POST in http_protocol.

18 years agomsi: Ref count temporary columns and release them when necessary.
James Hawkins [Sat, 21 Jul 2007 01:41:16 +0000 (18:41 -0700)] 
msi: Ref count temporary columns and release them when necessary.

18 years agomsi: Implement adding columns using the ALTER command.
James Hawkins [Fri, 20 Jul 2007 21:01:13 +0000 (14:01 -0700)] 
msi: Implement adding columns using the ALTER command.

18 years agocrypt32: Move decoding hash messages to a helper function.
Juan Lang [Fri, 20 Jul 2007 21:43:12 +0000 (14:43 -0700)] 
crypt32: Move decoding hash messages to a helper function.

18 years agocomcat: Cast-qual warning fix.
Andrew Talbot [Fri, 20 Jul 2007 20:36:36 +0000 (21:36 +0100)] 
comcat: Cast-qual warning fix.

18 years agokernel32: Cast-qual warning fix.
Andrew Talbot [Fri, 20 Jul 2007 20:36:39 +0000 (21:36 +0100)] 
kernel32: Cast-qual warning fix.

18 years agowinex11drv: Correctly react to focus loss away from Wine.
Vitaliy Margolen [Fri, 20 Jul 2007 13:15:42 +0000 (07:15 -0600)] 
winex11drv: Correctly react to focus loss away from Wine.

18 years agoserver: Treat desktop as a top-level window.
Vitaliy Margolen [Fri, 20 Jul 2007 13:15:39 +0000 (07:15 -0600)] 
server: Treat desktop as a top-level window.

18 years agouser32: Add test for SetForegroundWindow(desktop).
Vitaliy Margolen [Fri, 20 Jul 2007 13:15:36 +0000 (07:15 -0600)] 
user32: Add test for SetForegroundWindow(desktop).

18 years agoadvapi32/service: Add tests for GetDisplayName.
Paul Vriens [Sun, 22 Jul 2007 18:09:04 +0000 (20:09 +0200)] 
advapi32/service: Add tests for GetDisplayName.

18 years agoadvapi32/tests: Run on NT4 again.
Paul Vriens [Fri, 20 Jul 2007 11:53:44 +0000 (13:53 +0200)] 
advapi32/tests: Run on NT4 again.

18 years agorpcrt4: Convert bind ack and nack reject reasons into RPC status codes when binding.
Rob Shearman [Fri, 20 Jul 2007 10:35:34 +0000 (11:35 +0100)] 
rpcrt4: Convert bind ack and nack reject reasons into RPC status codes when binding.

18 years agoadvapi32: Rename the test to better represent the tested functionality.
Dmitry Timoshkov [Fri, 20 Jul 2007 08:26:35 +0000 (17:26 +0900)] 
advapi32: Rename the test to better represent the tested functionality.

18 years agowinex11.drv: Constify the pen dash data.
Dmitry Timoshkov [Fri, 20 Jul 2007 08:25:09 +0000 (17:25 +0900)] 
winex11.drv: Constify the pen dash data.

18 years agowinex11.drv: Implement XIMPreEditCaretCallback.
Nigel Liang [Thu, 19 Jul 2007 17:52:30 +0000 (10:52 -0700)] 
winex11.drv: Implement XIMPreEditCaretCallback.

18 years agogdiplus: Added GdipSetPenStartCap.
Evan Stade [Fri, 20 Jul 2007 01:23:13 +0000 (18:23 -0700)] 
gdiplus: Added GdipSetPenStartCap.

18 years agogdiplus: Updated GdipClonePen to clone pen's members by value, not reference.
Evan Stade [Fri, 20 Jul 2007 01:23:08 +0000 (18:23 -0700)] 
gdiplus: Updated GdipClonePen to clone pen's members by value, not reference.

18 years agogdiplus: Added GdipCloneBrush.
Evan Stade [Fri, 20 Jul 2007 01:23:04 +0000 (18:23 -0700)] 
gdiplus: Added GdipCloneBrush.

18 years agogdiplus: Associate a brush with a pen.
Evan Stade [Fri, 20 Jul 2007 01:22:59 +0000 (18:22 -0700)] 
gdiplus: Associate a brush with a pen.

18 years agogdiplus: Added rendering of custom line caps.
Evan Stade [Fri, 20 Jul 2007 01:22:51 +0000 (18:22 -0700)] 
gdiplus: Added rendering of custom line caps.

18 years agogdiplus: Use atan2 instead of atan.
Evan Stade [Fri, 20 Jul 2007 01:22:47 +0000 (18:22 -0700)] 
gdiplus: Use atan2 instead of atan.

18 years agogdiplus: Added custom line cap setters.
Evan Stade [Fri, 20 Jul 2007 01:22:43 +0000 (18:22 -0700)] 
gdiplus: Added custom line cap setters.

18 years agogdiplus: Added GdipCloneCustomLineCap.
Evan Stade [Fri, 20 Jul 2007 01:22:38 +0000 (18:22 -0700)] 
gdiplus: Added GdipCloneCustomLineCap.

18 years agogdiplus: Initial custom line caps implementation.
Evan Stade [Fri, 20 Jul 2007 01:22:34 +0000 (18:22 -0700)] 
gdiplus: Initial custom line caps implementation.

18 years agogdiplus: Added GdipCreateMatrix.
Evan Stade [Fri, 20 Jul 2007 01:22:31 +0000 (18:22 -0700)] 
gdiplus: Added GdipCreateMatrix.

18 years agogdiplus: Added GdipRotateMatrix.
Evan Stade [Fri, 20 Jul 2007 01:22:26 +0000 (18:22 -0700)] 
gdiplus: Added GdipRotateMatrix.

18 years agogdiplus: Added GdipTranslateMatrix.
Evan Stade [Fri, 20 Jul 2007 01:22:21 +0000 (18:22 -0700)] 
gdiplus: Added GdipTranslateMatrix.

18 years agogdiplus: Added GdipScaleMatrix.
Evan Stade [Fri, 20 Jul 2007 01:22:16 +0000 (18:22 -0700)] 
gdiplus: Added GdipScaleMatrix.

18 years agowordpad: Resize rebar control on window resize.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 22:24:45 +0000 (00:24 +0200)] 
wordpad: Resize rebar control on window resize.

18 years agocomctl32: Cast-qual warning fix.
Andrew Talbot [Thu, 19 Jul 2007 18:42:22 +0000 (19:42 +0100)] 
comctl32: Cast-qual warning fix.

18 years agodbghelp: Cast-qual warnings fix.
Andrew Talbot [Thu, 19 Jul 2007 21:04:50 +0000 (22:04 +0100)] 
dbghelp: Cast-qual warnings fix.

18 years agodplayx: Cast-qual warning fix.
Andrew Talbot [Thu, 19 Jul 2007 21:04:55 +0000 (22:04 +0100)] 
dplayx: Cast-qual warning fix.

18 years agooleaut32: Remove a return after return.
Michael Stefaniuc [Thu, 19 Jul 2007 20:31:14 +0000 (22:31 +0200)] 
oleaut32: Remove a return after return.

18 years agoadvapi32/service: Some 'refcount' tests.
Paul Vriens [Thu, 19 Jul 2007 19:30:35 +0000 (21:30 +0200)] 
advapi32/service: Some 'refcount' tests.

18 years agoadvapi32/service: lpBinaryPathName is mandatory.
Paul Vriens [Thu, 19 Jul 2007 18:39:37 +0000 (20:39 +0200)] 
advapi32/service: lpBinaryPathName is mandatory.

18 years agokernel32/tests: Add test for GetShortPathNameW.
Anatoly Lyutin [Thu, 19 Jul 2007 09:15:09 +0000 (13:15 +0400)] 
kernel32/tests: Add test for GetShortPathNameW.

18 years agocmd: Use toupperW instead of toupper.
Anatoly Lyutin [Thu, 19 Jul 2007 12:39:51 +0000 (16:39 +0400)] 
cmd: Use toupperW instead of toupper.

18 years agouser32: Add comment to a function.
Anatoly Lyutin [Thu, 19 Jul 2007 09:19:11 +0000 (13:19 +0400)] 
user32: Add comment to a function.

18 years agocrypt32: Implement querying computed hash of a decoded hash message.
Juan Lang [Thu, 19 Jul 2007 14:32:10 +0000 (07:32 -0700)] 
crypt32: Implement querying computed hash of a decoded hash message.

18 years agocrypt32: Store hash algorithm ID along with other parameters when decoding a hash...
Juan Lang [Thu, 19 Jul 2007 14:31:34 +0000 (07:31 -0700)] 
crypt32: Store hash algorithm ID along with other parameters when decoding a hash message.

18 years agocrypt32: Store (most) parameters of a decoded hash message.
Juan Lang [Thu, 19 Jul 2007 14:30:44 +0000 (07:30 -0700)] 
crypt32: Store (most) parameters of a decoded hash message.

18 years agouser32/tests: Simplify a test.
Mikołaj Zalewski [Thu, 19 Jul 2007 16:58:51 +0000 (18:58 +0200)] 
user32/tests: Simplify a test.

18 years agocomctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS...
Mikołaj Zalewski [Thu, 19 Jul 2007 14:13:45 +0000 (16:13 +0200)] 
comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS_GetDispInfo[AW].

18 years agocomctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*.
Mikołaj Zalewski [Thu, 19 Jul 2007 10:48:46 +0000 (12:48 +0200)] 
comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*.

18 years agowinuser.h: Add RealChildWindowFromPoint declaration.
Dmitry Timoshkov [Thu, 19 Jul 2007 12:34:53 +0000 (21:34 +0900)] 
winuser.h: Add RealChildWindowFromPoint declaration.

18 years agontdll: Add support for abbreviated empty elements in manifests.
Alexandre Julliard [Fri, 20 Jul 2007 09:19:17 +0000 (11:19 +0200)] 
ntdll: Add support for abbreviated empty elements in manifests.

18 years agontdll: Don't fail to load manifests that contain unknown elements or attributes.
Alexandre Julliard [Fri, 20 Jul 2007 09:18:41 +0000 (11:18 +0200)] 
ntdll: Don't fail to load manifests that contain unknown elements or attributes.

Print FIXMEs for errors that really cause the loading to fail.

18 years agontdll: Add support for optional flag in dependencies.
Alexandre Julliard [Thu, 19 Jul 2007 16:14:23 +0000 (18:14 +0200)] 
ntdll: Add support for optional flag in dependencies.

18 years agontdll: Cope with missing assemblyIdentity elements in manifests.
Alexandre Julliard [Thu, 19 Jul 2007 16:13:27 +0000 (18:13 +0200)] 
ntdll: Cope with missing assemblyIdentity elements in manifests.

18 years agontdll: Skip xml comments in manifests.
Alexandre Julliard [Thu, 19 Jul 2007 16:10:45 +0000 (18:10 +0200)] 
ntdll: Skip xml comments in manifests.

18 years agontdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek...
Alexandre Julliard [Thu, 19 Jul 2007 16:09:35 +0000 (18:09 +0200)] 
ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek Caban).

18 years agontdll: Store the windows directory too.
Jacek Caban [Thu, 19 Jul 2007 16:05:59 +0000 (18:05 +0200)] 
ntdll: Store the windows directory too.

18 years agontdll: Added parsing of the asmv2:hash element in manifests.
Jacek Caban [Thu, 19 Jul 2007 16:04:32 +0000 (18:04 +0200)] 
ntdll: Added parsing of the asmv2:hash element in manifests.

18 years agontdll: Added parsing of the binding redirect element in manifests.
Eric Pouech [Thu, 19 Jul 2007 16:03:47 +0000 (18:03 +0200)] 
ntdll: Added parsing of the binding redirect element in manifests.

18 years agontdll: Added parsing of the clrClass and clrSurrogate elements in manifests.
Eric Pouech [Thu, 19 Jul 2007 16:22:32 +0000 (18:22 +0200)] 
ntdll: Added parsing of the clrClass and clrSurrogate elements in manifests.

18 years agontdll: Added parsing of the external proxy element in manifests.
Eric Pouech [Thu, 19 Jul 2007 16:01:42 +0000 (18:01 +0200)] 
ntdll: Added parsing of the external proxy element in manifests.

18 years agontdll: Abstract the entity array type as we need it for assemblies too.
Alexandre Julliard [Thu, 19 Jul 2007 16:00:33 +0000 (18:00 +0200)] 
ntdll: Abstract the entity array type as we need it for assemblies too.

18 years agontdll: Added parsing of the description element in manifests.
Eric Pouech [Thu, 19 Jul 2007 15:59:48 +0000 (17:59 +0200)] 
ntdll: Added parsing of the description element in manifests.

18 years agontdll: Added parsing of the language attribute in manifests.
Eric Pouech [Thu, 19 Jul 2007 15:59:28 +0000 (17:59 +0200)] 
ntdll: Added parsing of the language attribute in manifests.

18 years agontdll: Added parsing of the inheritance flags in manifests.
Eric Pouech [Thu, 19 Jul 2007 15:57:38 +0000 (17:57 +0200)] 
ntdll: Added parsing of the inheritance flags in manifests.

18 years agontdll: Added parsing of hash attributes in manifests.
Eric Pouech [Thu, 19 Jul 2007 15:57:13 +0000 (17:57 +0200)] 
ntdll: Added parsing of hash attributes in manifests.

18 years agontdll: Added parsing of public key token in manifests.
Eric Pouech [Thu, 19 Jul 2007 15:54:53 +0000 (17:54 +0200)] 
ntdll: Added parsing of public key token in manifests.

18 years agontdll: Added support for the assembly leaves of activation contexts.
Eric Pouech [Thu, 19 Jul 2007 15:54:02 +0000 (17:54 +0200)] 
ntdll: Added support for the assembly leaves of activation contexts.

18 years agontdll: Added parsing of file elements in manifests.
Jacek Caban [Thu, 19 Jul 2007 15:51:42 +0000 (17:51 +0200)] 
ntdll: Added parsing of file elements in manifests.

18 years agontdll: Add parsing of dependencies in manifests.
Jacek Caban [Thu, 19 Jul 2007 15:50:45 +0000 (17:50 +0200)] 
ntdll: Add parsing of dependencies in manifests.

18 years agontdll: Add infrastructure for loading manifest dependencies (based on a patch by...
Alexandre Julliard [Thu, 19 Jul 2007 15:50:11 +0000 (17:50 +0200)] 
ntdll: Add infrastructure for loading manifest dependencies (based on a patch by Eric Pouech).

18 years agontdll: Add parsing of the version in manifests (based on a patch by Jacek Caban).
Alexandre Julliard [Thu, 19 Jul 2007 15:47:33 +0000 (17:47 +0200)] 
ntdll: Add parsing of the version in manifests (based on a patch by Jacek Caban).

18 years agontdll: Add parsing of the processor architecture in manifests.
Alexandre Julliard [Thu, 19 Jul 2007 15:45:49 +0000 (17:45 +0200)] 
ntdll: Add parsing of the processor architecture in manifests.

18 years agontdll: Beginnings of manifest parsing.
Jacek Caban [Thu, 19 Jul 2007 15:44:20 +0000 (17:44 +0200)] 
ntdll: Beginnings of manifest parsing.

18 years agontdll: Add infrastructure for loading a manifest file or resource.
Alexandre Julliard [Thu, 19 Jul 2007 15:38:43 +0000 (17:38 +0200)] 
ntdll: Add infrastructure for loading a manifest file or resource.

Partially based on a patch by Eric Pouech.

18 years agontdll: Added basic structures for storing activation context assembly information.
Eric Pouech [Thu, 19 Jul 2007 15:09:09 +0000 (17:09 +0200)] 
ntdll: Added basic structures for storing activation context assembly information.

18 years agontdll: Implemented handling of the per-thread activation context stack.
Alexandre Julliard [Thu, 19 Jul 2007 15:07:48 +0000 (17:07 +0200)] 
ntdll: Implemented handling of the per-thread activation context stack.

18 years agokernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
Alexandre Julliard [Thu, 19 Jul 2007 15:01:04 +0000 (17:01 +0200)] 
kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).

18 years agontdll: Move private data to make room in the TEB for the activation context data.
Alexandre Julliard [Thu, 19 Jul 2007 14:56:10 +0000 (16:56 +0200)] 
ntdll: Move private data to make room in the TEB for the activation context data.

18 years agoshell32: Implementation of SheGetDirA/W and SheChangeDirA/W.
Martin Fuchs [Wed, 18 Jul 2007 17:09:31 +0000 (19:09 +0200)] 
shell32: Implementation of SheGetDirA/W and SheChangeDirA/W.

18 years agowordpad: Add date/time toolbar button.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 13:50:43 +0000 (15:50 +0200)] 
wordpad: Add date/time toolbar button.

18 years agowordpad: Add date/time dialog.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 13:50:21 +0000 (15:50 +0200)] 
wordpad: Add date/time dialog.

18 years agogdi32: Improved PolyDraw in path closed case.
Evan Stade [Thu, 19 Jul 2007 02:41:13 +0000 (19:41 -0700)] 
gdi32: Improved PolyDraw in path closed case.

18 years agowininet: Stub for InternetQueryFortezzaStatus().
Huw Davies [Thu, 19 Jul 2007 10:25:18 +0000 (11:25 +0100)] 
wininet: Stub for InternetQueryFortezzaStatus().

18 years agomsi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS.
Juan Lang [Wed, 18 Jul 2007 22:55:12 +0000 (15:55 -0700)] 
msi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS.

18 years agowincrypt: Add more missing definitions.
Juan Lang [Wed, 18 Jul 2007 20:09:55 +0000 (13:09 -0700)] 
wincrypt: Add more missing definitions.

18 years agomsxml3/tests: Avoid a crash that happens on some native systems.
Mikołaj Zalewski [Wed, 11 Jul 2007 22:11:59 +0000 (00:11 +0200)] 
msxml3/tests: Avoid a crash that happens on some native systems.

18 years agowinex11.drv: Draw dashed lines for extended pens.
Evan Stade [Thu, 19 Jul 2007 02:40:24 +0000 (19:40 -0700)] 
winex11.drv: Draw dashed lines for extended pens.

18 years agorpcrt4: Fix the buffer bounds check.
Dmitry Timoshkov [Thu, 19 Jul 2007 05:56:18 +0000 (14:56 +0900)] 
rpcrt4: Fix the buffer bounds check.

18 years agomsi: Implement reference counting for tables, manipulated with the HOLD and FREE...
James Hawkins [Thu, 19 Jul 2007 01:21:00 +0000 (18:21 -0700)] 
msi: Implement reference counting for tables, manipulated with the HOLD and FREE sql commands.

18 years agomsi: Add more tests for the ALTER command.
James Hawkins [Thu, 19 Jul 2007 01:20:24 +0000 (18:20 -0700)] 
msi: Add more tests for the ALTER command.

18 years agourlmon/tests: Add tests for HttpProtocol behavior when it is called without the BINDF...
Misha Koshelev [Thu, 19 Jul 2007 01:00:20 +0000 (20:00 -0500)] 
urlmon/tests: Add tests for HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.

18 years agourlmon: Implement HttpProtocol::Terminate.
Misha Koshelev [Thu, 19 Jul 2007 01:00:01 +0000 (20:00 -0500)] 
urlmon: Implement HttpProtocol::Terminate.

18 years agourlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON...
Misha Koshelev [Thu, 19 Jul 2007 00:59:11 +0000 (19:59 -0500)] 
urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.

18 years agourlmon/tests: Fix http_protocol tests to succeed when called more than once.
Misha Koshelev [Thu, 19 Jul 2007 00:59:06 +0000 (19:59 -0500)] 
urlmon/tests: Fix http_protocol tests to succeed when called more than once.