wine
12 years agogdi32: Get rid of the GetBitmapBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:41 +0000 (20:32 +0200)] 
gdi32: Get rid of the GetBitmapBits driver entry point.

12 years agowinex11: Get rid of the no longer used GetBitmapBits implementation.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:17 +0000 (20:32 +0200)] 
winex11: Get rid of the no longer used GetBitmapBits implementation.

12 years agogdi32: Reimplement GetBitmapBits using the GetImage driver function.
Alexandre Julliard [Mon, 25 Jul 2011 13:31:46 +0000 (15:31 +0200)] 
gdi32: Reimplement GetBitmapBits using the GetImage driver function.

12 years agogdi32: Add an inline helper to retrieve a DDB byte width.
Alexandre Julliard [Mon, 25 Jul 2011 13:24:12 +0000 (15:24 +0200)] 
gdi32: Add an inline helper to retrieve a DDB byte width.

12 years agogdi32: Implement GetImage in the DIB driver.
Alexandre Julliard [Mon, 25 Jul 2011 13:30:33 +0000 (15:30 +0200)] 
gdi32: Implement GetImage in the DIB driver.

12 years agogdi32: Implement GetImage in the null driver.
Alexandre Julliard [Mon, 25 Jul 2011 13:26:39 +0000 (15:26 +0200)] 
gdi32: Implement GetImage in the null driver.

12 years agogdi32: Get rid of the SetDIBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 17:47:03 +0000 (19:47 +0200)] 
gdi32: Get rid of the SetDIBits driver entry point.

12 years agowinex11: Get rid of the no longer used SetDIBits implementation.
Alexandre Julliard [Mon, 25 Jul 2011 17:46:13 +0000 (19:46 +0200)] 
winex11: Get rid of the no longer used SetDIBits implementation.

12 years agoshell32/tests: Add verification of known folders parents.
Mariusz Pluciński [Sun, 24 Jul 2011 11:45:51 +0000 (13:45 +0200)] 
shell32/tests: Add verification of known folders parents.

12 years agoshell32/tests: Add verification of known folders categories.
Mariusz Pluciński [Sun, 24 Jul 2011 11:44:54 +0000 (13:44 +0200)] 
shell32/tests: Add verification of known folders categories.

12 years agoshell32/tests: Fix mistake in checking known folder to verify all known folders.
Mariusz Pluciński [Sun, 24 Jul 2011 11:43:30 +0000 (13:43 +0200)] 
shell32/tests: Fix mistake in checking known folder to verify all known folders.

12 years agomsi: Allow read sharing if the package is openend in transacted mode.
Hans Leidekker [Mon, 25 Jul 2011 13:58:01 +0000 (15:58 +0200)] 
msi: Allow read sharing if the package is openend in transacted mode.

12 years agomsi: Don't duplicate column string data.
Hans Leidekker [Mon, 25 Jul 2011 13:57:43 +0000 (15:57 +0200)] 
msi: Don't duplicate column string data.

12 years agowinex11: Return color information in GetImage when passed null bits.
Alexandre Julliard [Mon, 25 Jul 2011 13:23:47 +0000 (15:23 +0200)] 
winex11: Return color information in GetImage when passed null bits.

12 years agowinevdm: Try using the new DOSBox command to remap Z to a free drive.
André Hentschel [Sun, 24 Jul 2011 13:27:07 +0000 (15:27 +0200)] 
winevdm: Try using the new DOSBox command to remap Z to a free drive.

12 years agomshtml: Handle the failure case in get_nsstyle_attr.
Gerald Pfeifer [Sat, 23 Jul 2011 23:45:14 +0000 (01:45 +0200)] 
mshtml: Handle the failure case in get_nsstyle_attr.

12 years agocmd/tests: Add ^ escape character tests.
Frédéric Delanoy [Sat, 23 Jul 2011 18:13:50 +0000 (20:13 +0200)] 
cmd/tests: Add ^ escape character tests.

12 years agocmd/tests: Add tests for || on failure conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:22 +0000 (15:34 +0200)] 
cmd/tests: Add tests for || on failure conditional execution.

12 years agocmd/tests: Add tests for && on success conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:21 +0000 (15:34 +0200)] 
cmd/tests: Add tests for && on success conditional execution.

12 years agocmd/tests: Add tests for & (un)conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:20 +0000 (15:34 +0200)] 
cmd/tests: Add tests for & (un)conditional execution.

12 years agourlmon: Fix various typos/misspellings.
Frédéric Delanoy [Sat, 23 Jul 2011 07:14:25 +0000 (09:14 +0200)] 
urlmon: Fix various typos/misspellings.

12 years agoshell32/autocomplete: Remove redundant memory initialization.
Nikolay Sivov [Sun, 24 Jul 2011 19:18:51 +0000 (23:18 +0400)] 
shell32/autocomplete: Remove redundant memory initialization.

12 years agoshell32/autocomplete: Really append suggested part instead of replacing whole string.
Nikolay Sivov [Sun, 24 Jul 2011 18:42:25 +0000 (22:42 +0400)] 
shell32/autocomplete: Really append suggested part instead of replacing whole string.

12 years agoshell32/autocomplete: Autocompletion should be case insensitive for string comparison.
Nikolay Sivov [Sat, 23 Jul 2011 08:40:56 +0000 (12:40 +0400)] 
shell32/autocomplete: Autocompletion should be case insensitive for string comparison.

12 years agogdi32/tests: Add some SetDIBits tests.
Huw Davies [Mon, 25 Jul 2011 09:56:31 +0000 (10:56 +0100)] 
gdi32/tests: Add some SetDIBits tests.

12 years agogdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
Huw Davies [Mon, 25 Jul 2011 09:56:30 +0000 (10:56 +0100)] 
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.

12 years agoshlwapi: Add support for 64-bit formats in wsprintf.
Alexandre Julliard [Mon, 25 Jul 2011 11:38:04 +0000 (13:38 +0200)] 
shlwapi: Add support for 64-bit formats in wsprintf.

12 years agouser32: Add support for 64-bit formats in wsprintf.
Alexandre Julliard [Mon, 25 Jul 2011 10:40:46 +0000 (12:40 +0200)] 
user32: Add support for 64-bit formats in wsprintf.

12 years agokernel32: Add initial test for DefineDosDevice.
Dan Kegel [Sat, 23 Jul 2011 22:09:57 +0000 (15:09 -0700)] 
kernel32: Add initial test for DefineDosDevice.

12 years agowined3d: Store a pointer to the state table in the context.
Henri Verbeet [Sun, 24 Jul 2011 19:48:11 +0000 (21:48 +0200)] 
wined3d: Store a pointer to the state table in the context.

12 years agowined3d: Make the shader and ctx_priv parameters to shader_generate_glsl_declarations...
Henri Verbeet [Sun, 24 Jul 2011 19:48:10 +0000 (21:48 +0200)] 
wined3d: Make the shader and ctx_priv parameters to shader_generate_glsl_declarations() const.

12 years agowined3d: Get rid of the vpos_uniform field from the wined3d_pixel_shader structure.
Henri Verbeet [Sun, 24 Jul 2011 19:48:09 +0000 (21:48 +0200)] 
wined3d: Get rid of the vpos_uniform field from the wined3d_pixel_shader structure.

12 years agowined3d: Use the "rts" variable in context_apply_clear_state().
Henri Verbeet [Sun, 24 Jul 2011 19:48:08 +0000 (21:48 +0200)] 
wined3d: Use the "rts" variable in context_apply_clear_state().

12 years agowined3d: Use gl_info from the context in context_apply_clear_state().
Henri Verbeet [Sun, 24 Jul 2011 19:48:07 +0000 (21:48 +0200)] 
wined3d: Use gl_info from the context in context_apply_clear_state().

12 years agopo: Use non-breaking spaces where required by the French typography rules.
Francois Gouget [Sat, 23 Jul 2011 21:50:34 +0000 (23:50 +0200)] 
po: Use non-breaking spaces where required by the French typography rules.

Except where they may be sent to a command line terminal.

12 years agowinegstreamer: Make GSTTf_QueryInterface() static.
Francois Gouget [Sat, 23 Jul 2011 21:50:45 +0000 (23:50 +0200)] 
winegstreamer: Make GSTTf_QueryInterface() static.

12 years agomakefiles: Install programs from the top-level makefile.
Alexandre Julliard [Sat, 9 Jul 2011 19:04:23 +0000 (21:04 +0200)] 
makefiles: Install programs from the top-level makefile.

12 years agomakefiles: Install dlls from the top-level makefile.
Alexandre Julliard [Mon, 25 Jul 2011 09:39:42 +0000 (11:39 +0200)] 
makefiles: Install dlls from the top-level makefile.

12 years agoieframe: Moved InternetShortcut implementation to ieframe.dll.
Jacek Caban [Sat, 23 Jul 2011 16:40:54 +0000 (18:40 +0200)] 
ieframe: Moved InternetShortcut implementation to ieframe.dll.

12 years agoieframe: Added new DLL.
Jacek Caban [Sat, 23 Jul 2011 16:36:37 +0000 (18:36 +0200)] 
ieframe: Added new DLL.

12 years agoconfigure: Fix audio detection on OSX.
Austin English [Sun, 24 Jul 2011 04:05:04 +0000 (23:05 -0500)] 
configure: Fix audio detection on OSX.

12 years agouser32/tests: Make hook messages optional in the SetParent test.
Alexandre Julliard [Sun, 24 Jul 2011 11:18:01 +0000 (13:18 +0200)] 
user32/tests: Make hook messages optional in the SetParent test.

12 years agowidl: Check for mismatched types in ?: expressions.
Alexandre Julliard [Mon, 25 Jul 2011 08:43:09 +0000 (10:43 +0200)] 
widl: Check for mismatched types in ?: expressions.

12 years agowrc: Run through the translation process even if libgettext-po is missing.
Alexandre Julliard [Sun, 24 Jul 2011 11:17:47 +0000 (13:17 +0200)] 
wrc: Run through the translation process even if libgettext-po is missing.

12 years agowinhttp: Propagate errors from asynchronous requests.
Hans Leidekker [Sat, 23 Jul 2011 16:16:02 +0000 (18:16 +0200)] 
winhttp: Propagate errors from asynchronous requests.

12 years agowinhttp: Set last error if the server didn't return a valid response.
Hans Leidekker [Sat, 23 Jul 2011 16:15:37 +0000 (18:15 +0200)] 
winhttp: Set last error if the server didn't return a valid response.

12 years agowinhttp: Implement IWinHttpRequest::SetCredentials.
Hans Leidekker [Sat, 23 Jul 2011 16:15:23 +0000 (18:15 +0200)] 
winhttp: Implement IWinHttpRequest::SetCredentials.

12 years agowinhttp: Implement IWinHttpRequest::get_ResponseBody.
Hans Leidekker [Sat, 23 Jul 2011 16:15:09 +0000 (18:15 +0200)] 
winhttp: Implement IWinHttpRequest::get_ResponseBody.

12 years agowinhttp: Use an offset instead of a pointer for the write position.
Hans Leidekker [Sat, 23 Jul 2011 16:14:52 +0000 (18:14 +0200)] 
winhttp: Use an offset instead of a pointer for the write position.

12 years agod3dx9_36: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 23 Jul 2011 11:42:39 +0000 (13:42 +0200)] 
d3dx9_36: Fix compilation on systems that don't support nameless unions.

12 years agomshtml: Added javascript: URLs test.
Jacek Caban [Sat, 23 Jul 2011 10:52:42 +0000 (12:52 +0200)] 
mshtml: Added javascript: URLs test.

12 years agomshtml: Added support for javascript: URLs.
Jacek Caban [Sat, 23 Jul 2011 10:52:17 +0000 (12:52 +0200)] 
mshtml: Added support for javascript: URLs.

12 years agomshtml: Call set_moniker asynchronously in SuperNavigate.
Jacek Caban [Sat, 23 Jul 2011 10:51:57 +0000 (12:51 +0200)] 
mshtml: Call set_moniker asynchronously in SuperNavigate.

12 years agomshtml: Split set_moniker implementation.
Jacek Caban [Sat, 23 Jul 2011 10:51:38 +0000 (12:51 +0200)] 
mshtml: Split set_moniker implementation.

12 years agomshtml: Downgrade GetAsciiHost FIXME to WARN.
Jacek Caban [Sat, 23 Jul 2011 10:51:19 +0000 (12:51 +0200)] 
mshtml: Downgrade GetAsciiHost FIXME to WARN.

12 years agomshtml: Moved script mode out of get_script_host to allow exec_script calls in Gecko...
Jacek Caban [Sat, 23 Jul 2011 10:51:06 +0000 (12:51 +0200)] 
mshtml: Moved script mode out of get_script_host to allow exec_script calls in Gecko script mode.

12 years agomshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separated function.
Jacek Caban [Sat, 23 Jul 2011 10:50:49 +0000 (12:50 +0200)] 
mshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separated function.

12 years agomshtml: Use CreateURLMonikerEx2 in SuperNavigate.
Jacek Caban [Sat, 23 Jul 2011 10:50:32 +0000 (12:50 +0200)] 
mshtml: Use CreateURLMonikerEx2 in SuperNavigate.

12 years agomshtml: Moved binding-related declarations to separate file.
Jacek Caban [Sat, 23 Jul 2011 10:50:11 +0000 (12:50 +0200)] 
mshtml: Moved binding-related declarations to separate file.

12 years agomsi: Fix the SelectionPath event handler.
Hans Leidekker [Sat, 23 Jul 2011 07:53:14 +0000 (09:53 +0200)] 
msi: Fix the SelectionPath event handler.

12 years agoRelease 1.3.25. wine-1.3.25
Alexandre Julliard [Fri, 22 Jul 2011 17:32:43 +0000 (19:32 +0200)] 
Release 1.3.25.

12 years agogdi32: Fix the lines parameter of SetDIBits to be positive.
Huw Davies [Fri, 22 Jul 2011 14:10:00 +0000 (15:10 +0100)] 
gdi32: Fix the lines parameter of SetDIBits to be positive.

12 years agogdi32: Add a helper to fill out the colour table from the current palette.
Huw Davies [Fri, 22 Jul 2011 14:09:59 +0000 (15:09 +0100)] 
gdi32: Add a helper to fill out the colour table from the current palette.

12 years agogdi32: Add a helper to sanitize a BITMAPINFO structure.
Huw Davies [Fri, 22 Jul 2011 14:09:58 +0000 (15:09 +0100)] 
gdi32: Add a helper to sanitize a BITMAPINFO structure.

12 years agomshtml: Return NS_BINDING_ABORTED for canceled binding in AsyncOpen.
Jacek Caban [Fri, 22 Jul 2011 13:35:47 +0000 (15:35 +0200)] 
mshtml: Return NS_BINDING_ABORTED for canceled binding in AsyncOpen.

12 years agomshtml: Make execScript tests more generic.
Jacek Caban [Fri, 22 Jul 2011 13:00:18 +0000 (15:00 +0200)] 
mshtml: Make execScript tests more generic.

12 years agourlmon: Added support for javascript URIs.
Jacek Caban [Fri, 22 Jul 2011 12:44:26 +0000 (14:44 +0200)] 
urlmon: Added support for javascript URIs.

12 years agodsound: Don't copy the position notify on duplicate.
Akihiro Sagawa [Thu, 21 Jul 2011 12:53:48 +0000 (21:53 +0900)] 
dsound: Don't copy the position notify on duplicate.

12 years agodsound: Don't copy the notify object on duplicate.
Akihiro Sagawa [Thu, 21 Jul 2011 12:53:46 +0000 (21:53 +0900)] 
dsound: Don't copy the notify object on duplicate.

12 years agodsound/tests: Add tests to check notifications after duplicate.
Akihiro Sagawa [Thu, 21 Jul 2011 12:53:43 +0000 (21:53 +0900)] 
dsound/tests: Add tests to check notifications after duplicate.

12 years agomshtml: Added IHTMLStyle2::direction property implementation.
Jacek Caban [Fri, 22 Jul 2011 09:40:17 +0000 (11:40 +0200)] 
mshtml: Added IHTMLStyle2::direction property implementation.

12 years agopo: A French translation fixe and a tweak.
Francois Gouget [Fri, 22 Jul 2011 08:37:21 +0000 (10:37 +0200)] 
po: A French translation fixe and a tweak.

12 years agouser32/tests: Fix test failures when the low-level hook cannot be set.
Alexandre Julliard [Fri, 22 Jul 2011 10:00:58 +0000 (12:00 +0200)] 
user32/tests: Fix test failures when the low-level hook cannot be set.

12 years agouser32/tests: Fix some last error tests that fail on Windows.
Alexandre Julliard [Fri, 22 Jul 2011 10:00:12 +0000 (12:00 +0200)] 
user32/tests: Fix some last error tests that fail on Windows.

12 years agouser32/tests: Mark some messages optional in the SetParent sequence.
Alexandre Julliard [Fri, 22 Jul 2011 09:46:27 +0000 (11:46 +0200)] 
user32/tests: Mark some messages optional in the SetParent sequence.

12 years agodinput: SetActionMap setting the axis range according to the action format.
Lucas Fialho Zawacki [Thu, 21 Jul 2011 18:37:15 +0000 (15:37 -0300)] 
dinput: SetActionMap setting the axis range according to the action format.

12 years agodinput: SetActionMap for joysticks.
Lucas Fialho Zawacki [Thu, 21 Jul 2011 18:38:43 +0000 (15:38 -0300)] 
dinput: SetActionMap for joysticks.

12 years agodinput: BuildActionMap for all joysticks. For the moment only for buttons and axis.
Lucas Fialho Zawacki [Thu, 21 Jul 2011 18:36:31 +0000 (15:36 -0300)] 
dinput: BuildActionMap for all joysticks. For the moment only for buttons and axis.

12 years agodinput: EnumDevicesBySemantics enumerate joysticks with priority flags.
Lucas Fialho Zawacki [Thu, 21 Jul 2011 18:36:00 +0000 (15:36 -0300)] 
dinput: EnumDevicesBySemantics enumerate joysticks with priority flags.

12 years agocomclt32: Ensure that item data is actually sent out with notifications.
Jay Yang [Fri, 22 Jul 2011 02:59:43 +0000 (22:59 -0400)] 
comclt32: Ensure that item data is actually sent out with notifications.

12 years agoexplorer: Fix various memory leaks.
Jay Yang [Fri, 22 Jul 2011 02:59:20 +0000 (22:59 -0400)] 
explorer: Fix various memory leaks.

12 years agouser32/tests: Fix two typos.
André Hentschel [Thu, 21 Jul 2011 18:27:14 +0000 (20:27 +0200)] 
user32/tests: Fix two typos.

12 years agowininet: Implement setting proxy options globally for a process.
Juan Lang [Thu, 21 Jul 2011 20:17:21 +0000 (13:17 -0700)] 
wininet: Implement setting proxy options globally for a process.

12 years agowininet: De-Hungarian proxyinfo_t.
Juan Lang [Thu, 21 Jul 2011 19:54:27 +0000 (12:54 -0700)] 
wininet: De-Hungarian proxyinfo_t.

12 years agowined3d: Make the heap parameter to update_heap_entry() const.
Henri Verbeet [Thu, 21 Jul 2011 17:16:04 +0000 (19:16 +0200)] 
wined3d: Make the heap parameter to update_heap_entry() const.

12 years agowined3d: Make the tex_unit_map parameter to shader_glsl_load_vsamplers() const.
Henri Verbeet [Thu, 21 Jul 2011 17:16:03 +0000 (19:16 +0200)] 
wined3d: Make the tex_unit_map parameter to shader_glsl_load_vsamplers() const.

12 years agowined3d: Make the tex_unit_map parameter to shader_glsl_load_psamplers() const.
Henri Verbeet [Thu, 21 Jul 2011 17:16:02 +0000 (19:16 +0200)] 
wined3d: Make the tex_unit_map parameter to shader_glsl_load_psamplers() const.

12 years agoddraw/tests: Add tests to show that resizing the window on mode changes is a property...
Henri Verbeet [Thu, 21 Jul 2011 17:16:01 +0000 (19:16 +0200)] 
ddraw/tests: Add tests to show that resizing the window on mode changes is a property of DDSCL_EXCLUSIVE.

12 years agoddraw: Resize the window after setting the new display mode.
Henri Verbeet [Thu, 21 Jul 2011 17:16:00 +0000 (19:16 +0200)] 
ddraw: Resize the window after setting the new display mode.

12 years agowineps: Implement the additional clipping in PutImage.
Alexandre Julliard [Thu, 21 Jul 2011 17:46:28 +0000 (19:46 +0200)] 
wineps: Implement the additional clipping in PutImage.

12 years agowinex11: Implement the additional clipping in PutImage.
Alexandre Julliard [Thu, 21 Jul 2011 17:12:55 +0000 (19:12 +0200)] 
winex11: Implement the additional clipping in PutImage.

12 years agowinex11: Add helper functions for changing and restoring the current clipping region.
Alexandre Julliard [Thu, 21 Jul 2011 17:03:10 +0000 (19:03 +0200)] 
winex11: Add helper functions for changing and restoring the current clipping region.

12 years agogdi32: Add an optional clip region to the PutImage entry point.
Alexandre Julliard [Thu, 21 Jul 2011 16:49:47 +0000 (18:49 +0200)] 
gdi32: Add an optional clip region to the PutImage entry point.

12 years agowinevdm: Use secure mode when running apps in DOSBox.
André Hentschel [Wed, 20 Jul 2011 20:31:03 +0000 (22:31 +0200)] 
winevdm: Use secure mode when running apps in DOSBox.

12 years agogameux: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Thu, 21 Jul 2011 11:30:27 +0000 (13:30 +0200)] 
gameux: COM cleanup for the IClassFactory iface.

12 years agowscript: Implemented Host_get_ScriptFullName.
Michał Ziętek [Wed, 20 Jul 2011 19:47:47 +0000 (21:47 +0200)] 
wscript: Implemented Host_get_ScriptFullName.

12 years agowscript: Implemented Host_get_ScriptName.
Michał Ziętek [Wed, 20 Jul 2011 19:47:38 +0000 (21:47 +0200)] 
wscript: Implemented Host_get_ScriptName.

12 years agowscript: Implemented Host_get_Path.
Michał Ziętek [Wed, 20 Jul 2011 19:47:29 +0000 (21:47 +0200)] 
wscript: Implemented Host_get_Path.

12 years agowscript: Implemented Host_get_FullName.
Michał Ziętek [Wed, 20 Jul 2011 19:47:18 +0000 (21:47 +0200)] 
wscript: Implemented Host_get_FullName.

12 years agocomctl32: Improve the stub of TaskDialogIndirect to display a simple message box...
Jeff Latimer [Thu, 21 Jul 2011 13:00:13 +0000 (23:00 +1000)] 
comctl32: Improve the stub of TaskDialogIndirect to display a simple message box pending a full implementation.