Alexandre Julliard [Mon, 25 Jul 2011 18:32:41 +0000 (20:32 +0200)]
gdi32: Get rid of the GetBitmapBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 18:32:17 +0000 (20:32 +0200)]
winex11: Get rid of the no longer used GetBitmapBits implementation.
Alexandre Julliard [Mon, 25 Jul 2011 13:31:46 +0000 (15:31 +0200)]
gdi32: Reimplement GetBitmapBits using the GetImage driver function.
Alexandre Julliard [Mon, 25 Jul 2011 13:24:12 +0000 (15:24 +0200)]
gdi32: Add an inline helper to retrieve a DDB byte width.
Alexandre Julliard [Mon, 25 Jul 2011 13:30:33 +0000 (15:30 +0200)]
gdi32: Implement GetImage in the DIB driver.
Alexandre Julliard [Mon, 25 Jul 2011 13:26:39 +0000 (15:26 +0200)]
gdi32: Implement GetImage in the null driver.
Alexandre Julliard [Mon, 25 Jul 2011 17:47:03 +0000 (19:47 +0200)]
gdi32: Get rid of the SetDIBits driver entry point.
Alexandre Julliard [Mon, 25 Jul 2011 17:46:13 +0000 (19:46 +0200)]
winex11: Get rid of the no longer used SetDIBits implementation.
Mariusz Pluciński [Sun, 24 Jul 2011 11:45:51 +0000 (13:45 +0200)]
shell32/tests: Add verification of known folders parents.
Mariusz Pluciński [Sun, 24 Jul 2011 11:44:54 +0000 (13:44 +0200)]
shell32/tests: Add verification of known folders categories.
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.
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.
Hans Leidekker [Mon, 25 Jul 2011 13:57:43 +0000 (15:57 +0200)]
msi: Don't duplicate column string data.
Alexandre Julliard [Mon, 25 Jul 2011 13:23:47 +0000 (15:23 +0200)]
winex11: Return color information in GetImage when passed null bits.
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.
Gerald Pfeifer [Sat, 23 Jul 2011 23:45:14 +0000 (01:45 +0200)]
mshtml: Handle the failure case in get_nsstyle_attr.
Frédéric Delanoy [Sat, 23 Jul 2011 18:13:50 +0000 (20:13 +0200)]
cmd/tests: Add ^ escape character tests.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:22 +0000 (15:34 +0200)]
cmd/tests: Add tests for || on failure 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.
Frédéric Delanoy [Sat, 23 Jul 2011 13:34:20 +0000 (15:34 +0200)]
cmd/tests: Add tests for & (un)conditional execution.
Frédéric Delanoy [Sat, 23 Jul 2011 07:14:25 +0000 (09:14 +0200)]
urlmon: Fix various typos/misspellings.
Nikolay Sivov [Sun, 24 Jul 2011 19:18:51 +0000 (23:18 +0400)]
shell32/autocomplete: Remove redundant memory initialization.
Nikolay Sivov [Sun, 24 Jul 2011 18:42:25 +0000 (22:42 +0400)]
shell32/autocomplete: Really append suggested part instead of replacing whole string.
Nikolay Sivov [Sat, 23 Jul 2011 08:40:56 +0000 (12:40 +0400)]
shell32/autocomplete: Autocompletion should be case insensitive for string comparison.
Huw Davies [Mon, 25 Jul 2011 09:56:31 +0000 (10:56 +0100)]
gdi32/tests: Add some SetDIBits tests.
Huw Davies [Mon, 25 Jul 2011 09:56:30 +0000 (10:56 +0100)]
gdi32: Rewrite SetDIBits to use the PutImage gdi driver function.
Alexandre Julliard [Mon, 25 Jul 2011 11:38:04 +0000 (13:38 +0200)]
shlwapi: 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.
Dan Kegel [Sat, 23 Jul 2011 22:09:57 +0000 (15:09 -0700)]
kernel32: Add initial test for DefineDosDevice.
Henri Verbeet [Sun, 24 Jul 2011 19:48:11 +0000 (21:48 +0200)]
wined3d: Store a pointer to the state table in the context.
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.
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.
Henri Verbeet [Sun, 24 Jul 2011 19:48:08 +0000 (21:48 +0200)]
wined3d: Use the "rts" variable 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().
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.
Francois Gouget [Sat, 23 Jul 2011 21:50:45 +0000 (23:50 +0200)]
winegstreamer: Make GSTTf_QueryInterface() static.
Alexandre Julliard [Sat, 9 Jul 2011 19:04:23 +0000 (21:04 +0200)]
makefiles: Install programs 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.
Jacek Caban [Sat, 23 Jul 2011 16:40:54 +0000 (18:40 +0200)]
ieframe: Moved InternetShortcut implementation to ieframe.dll.
Jacek Caban [Sat, 23 Jul 2011 16:36:37 +0000 (18:36 +0200)]
ieframe: Added new DLL.
Austin English [Sun, 24 Jul 2011 04:05:04 +0000 (23:05 -0500)]
configure: Fix audio detection on OSX.
Alexandre Julliard [Sun, 24 Jul 2011 11:18:01 +0000 (13:18 +0200)]
user32/tests: Make hook messages optional in the SetParent test.
Alexandre Julliard [Mon, 25 Jul 2011 08:43:09 +0000 (10:43 +0200)]
widl: Check for mismatched types in ?: expressions.
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.
Hans Leidekker [Sat, 23 Jul 2011 16:16:02 +0000 (18:16 +0200)]
winhttp: Propagate errors from asynchronous requests.
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.
Hans Leidekker [Sat, 23 Jul 2011 16:15:23 +0000 (18:15 +0200)]
winhttp: Implement IWinHttpRequest::SetCredentials.
Hans Leidekker [Sat, 23 Jul 2011 16:15:09 +0000 (18:15 +0200)]
winhttp: Implement IWinHttpRequest::get_ResponseBody.
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.
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.
Jacek Caban [Sat, 23 Jul 2011 10:52:42 +0000 (12:52 +0200)]
mshtml: Added javascript: URLs test.
Jacek Caban [Sat, 23 Jul 2011 10:52:17 +0000 (12:52 +0200)]
mshtml: Added support for javascript: URLs.
Jacek Caban [Sat, 23 Jul 2011 10:51:57 +0000 (12:51 +0200)]
mshtml: Call set_moniker asynchronously in SuperNavigate.
Jacek Caban [Sat, 23 Jul 2011 10:51:38 +0000 (12:51 +0200)]
mshtml: Split set_moniker implementation.
Jacek Caban [Sat, 23 Jul 2011 10:51:19 +0000 (12:51 +0200)]
mshtml: Downgrade GetAsciiHost FIXME to WARN.
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.
Jacek Caban [Sat, 23 Jul 2011 10:50:49 +0000 (12:50 +0200)]
mshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separated function.
Jacek Caban [Sat, 23 Jul 2011 10:50:32 +0000 (12:50 +0200)]
mshtml: Use CreateURLMonikerEx2 in SuperNavigate.
Jacek Caban [Sat, 23 Jul 2011 10:50:11 +0000 (12:50 +0200)]
mshtml: Moved binding-related declarations to separate file.
Hans Leidekker [Sat, 23 Jul 2011 07:53:14 +0000 (09:53 +0200)]
msi: Fix the SelectionPath event handler.
Alexandre Julliard [Fri, 22 Jul 2011 17:32:43 +0000 (19:32 +0200)]
Release 1.3.25.
Huw Davies [Fri, 22 Jul 2011 14:10:00 +0000 (15:10 +0100)]
gdi32: Fix the lines parameter of SetDIBits to be positive.
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.
Huw Davies [Fri, 22 Jul 2011 14:09:58 +0000 (15:09 +0100)]
gdi32: Add a helper to sanitize a BITMAPINFO structure.
Jacek Caban [Fri, 22 Jul 2011 13:35:47 +0000 (15:35 +0200)]
mshtml: Return NS_BINDING_ABORTED for canceled binding in AsyncOpen.
Jacek Caban [Fri, 22 Jul 2011 13:00:18 +0000 (15:00 +0200)]
mshtml: Make execScript tests more generic.
Jacek Caban [Fri, 22 Jul 2011 12:44:26 +0000 (14:44 +0200)]
urlmon: Added support for javascript URIs.
Akihiro Sagawa [Thu, 21 Jul 2011 12:53:48 +0000 (21:53 +0900)]
dsound: Don't copy the position notify on duplicate.
Akihiro Sagawa [Thu, 21 Jul 2011 12:53:46 +0000 (21:53 +0900)]
dsound: Don't copy the notify object on duplicate.
Akihiro Sagawa [Thu, 21 Jul 2011 12:53:43 +0000 (21:53 +0900)]
dsound/tests: Add tests to check notifications after duplicate.
Jacek Caban [Fri, 22 Jul 2011 09:40:17 +0000 (11:40 +0200)]
mshtml: Added IHTMLStyle2::direction property implementation.
Francois Gouget [Fri, 22 Jul 2011 08:37:21 +0000 (10:37 +0200)]
po: A French translation fixe and a tweak.
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.
Alexandre Julliard [Fri, 22 Jul 2011 10:00:12 +0000 (12:00 +0200)]
user32/tests: Fix some last error tests that fail on Windows.
Alexandre Julliard [Fri, 22 Jul 2011 09:46:27 +0000 (11:46 +0200)]
user32/tests: Mark some messages optional in the SetParent sequence.
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.
Lucas Fialho Zawacki [Thu, 21 Jul 2011 18:38:43 +0000 (15:38 -0300)]
dinput: SetActionMap for joysticks.
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.
Lucas Fialho Zawacki [Thu, 21 Jul 2011 18:36:00 +0000 (15:36 -0300)]
dinput: EnumDevicesBySemantics enumerate joysticks with priority flags.
Jay Yang [Fri, 22 Jul 2011 02:59:43 +0000 (22:59 -0400)]
comclt32: Ensure that item data is actually sent out with notifications.
Jay Yang [Fri, 22 Jul 2011 02:59:20 +0000 (22:59 -0400)]
explorer: Fix various memory leaks.
André Hentschel [Thu, 21 Jul 2011 18:27:14 +0000 (20:27 +0200)]
user32/tests: Fix two typos.
Juan Lang [Thu, 21 Jul 2011 20:17:21 +0000 (13:17 -0700)]
wininet: Implement setting proxy options globally for a process.
Juan Lang [Thu, 21 Jul 2011 19:54:27 +0000 (12:54 -0700)]
wininet: De-Hungarian proxyinfo_t.
Henri Verbeet [Thu, 21 Jul 2011 17:16:04 +0000 (19:16 +0200)]
wined3d: Make the heap parameter to update_heap_entry() 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.
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.
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.
Henri Verbeet [Thu, 21 Jul 2011 17:16:00 +0000 (19:16 +0200)]
ddraw: Resize the window after setting the new display mode.
Alexandre Julliard [Thu, 21 Jul 2011 17:46:28 +0000 (19:46 +0200)]
wineps: 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.
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.
Alexandre Julliard [Thu, 21 Jul 2011 16:49:47 +0000 (18:49 +0200)]
gdi32: Add an optional clip region to the PutImage entry point.
André Hentschel [Wed, 20 Jul 2011 20:31:03 +0000 (22:31 +0200)]
winevdm: Use secure mode when running apps in DOSBox.
Michael Stefaniuc [Thu, 21 Jul 2011 11:30:27 +0000 (13:30 +0200)]
gameux: COM cleanup for the IClassFactory iface.
Michał Ziętek [Wed, 20 Jul 2011 19:47:47 +0000 (21:47 +0200)]
wscript: Implemented Host_get_ScriptFullName.
Michał Ziętek [Wed, 20 Jul 2011 19:47:38 +0000 (21:47 +0200)]
wscript: Implemented Host_get_ScriptName.
Michał Ziętek [Wed, 20 Jul 2011 19:47:29 +0000 (21:47 +0200)]
wscript: Implemented Host_get_Path.
Michał Ziętek [Wed, 20 Jul 2011 19:47:18 +0000 (21:47 +0200)]
wscript: Implemented Host_get_FullName.
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.