80625 Commits

Author SHA1 Message Date
Alexandre Julliard
8a906250eb gdi32: Get rid of the SetDIBits driver entry point. 2011-07-25 19:47:03 +02:00
Alexandre Julliard
65997a2a2d winex11: Get rid of the no longer used SetDIBits implementation. 2011-07-25 19:46:13 +02:00
Mariusz Pluciński
9d7d37fd09 shell32/tests: Add verification of known folders parents. 2011-07-25 18:02:50 +02:00
Mariusz Pluciński
07d3786f4e shell32/tests: Add verification of known folders categories. 2011-07-25 18:02:37 +02:00
Mariusz Pluciński
d471b4d475 shell32/tests: Fix mistake in checking known folder to verify all known folders. 2011-07-25 18:02:11 +02:00
Hans Leidekker
b5ea0030f0 msi: Allow read sharing if the package is openend in transacted mode. 2011-07-25 17:59:04 +02:00
Hans Leidekker
911ad2bdab msi: Don't duplicate column string data. 2011-07-25 17:59:04 +02:00
Alexandre Julliard
57a050048a winex11: Return color information in GetImage when passed null bits. 2011-07-25 17:59:04 +02:00
André Hentschel
e5fdf97c66 winevdm: Try using the new DOSBox command to remap Z to a free drive. 2011-07-25 17:59:04 +02:00
Gerald Pfeifer
03cc8eea6f mshtml: Handle the failure case in get_nsstyle_attr. 2011-07-25 17:59:04 +02:00
Frédéric Delanoy
1e28bbb88e cmd/tests: Add ^ escape character tests. 2011-07-25 14:01:05 +02:00
Frédéric Delanoy
3d9245830f cmd/tests: Add tests for || on failure conditional execution. 2011-07-25 14:00:48 +02:00
Frédéric Delanoy
73413693d6 cmd/tests: Add tests for && on success conditional execution. 2011-07-25 14:00:46 +02:00
Frédéric Delanoy
8b1d8e9e82 cmd/tests: Add tests for & (un)conditional execution. 2011-07-25 14:00:44 +02:00
Frédéric Delanoy
d1e15baca7 urlmon: Fix various typos/misspellings. 2011-07-25 14:00:11 +02:00
Nikolay Sivov
46a2ec0209 shell32/autocomplete: Remove redundant memory initialization. 2011-07-25 13:41:21 +02:00
Nikolay Sivov
5354b974a1 shell32/autocomplete: Really append suggested part instead of replacing whole string. 2011-07-25 13:41:15 +02:00
Nikolay Sivov
2210e9bbf0 shell32/autocomplete: Autocompletion should be case insensitive for string comparison. 2011-07-25 13:41:06 +02:00
Huw Davies
046ec2d132 gdi32/tests: Add some SetDIBits tests. 2011-07-25 13:40:56 +02:00
Huw Davies
3cb26488bd gdi32: Rewrite SetDIBits to use the PutImage gdi driver function. 2011-07-25 13:40:53 +02:00
Alexandre Julliard
2bf9c26df6 shlwapi: Add support for 64-bit formats in wsprintf. 2011-07-25 13:38:04 +02:00
Alexandre Julliard
4ec27a632d user32: Add support for 64-bit formats in wsprintf. 2011-07-25 13:32:37 +02:00
Dan Kegel
c63d085d1f kernel32: Add initial test for DefineDosDevice. 2011-07-25 11:59:20 +02:00
Henri Verbeet
b09b7e323c wined3d: Store a pointer to the state table in the context. 2011-07-25 11:59:15 +02:00
Henri Verbeet
68b9071329 wined3d: Make the shader and ctx_priv parameters to shader_generate_glsl_declarations() const. 2011-07-25 11:59:11 +02:00
Henri Verbeet
6a046eddd7 wined3d: Get rid of the vpos_uniform field from the wined3d_pixel_shader structure. 2011-07-25 11:59:07 +02:00
Henri Verbeet
43d2515da5 wined3d: Use the "rts" variable in context_apply_clear_state(). 2011-07-25 11:59:04 +02:00
Henri Verbeet
e5036e365e wined3d: Use gl_info from the context in context_apply_clear_state(). 2011-07-25 11:58:59 +02:00
Francois Gouget
bd50ce88a8 po: Use non-breaking spaces where required by the French typography rules.
Except where they may be sent to a command line terminal.
2011-07-25 11:57:57 +02:00
Francois Gouget
312036d3c8 winegstreamer: Make GSTTf_QueryInterface() static. 2011-07-25 11:57:12 +02:00
Alexandre Julliard
fda8b65b9f makefiles: Install programs from the top-level makefile. 2011-07-25 11:40:26 +02:00
Alexandre Julliard
bf8f435797 makefiles: Install dlls from the top-level makefile. 2011-07-25 11:39:42 +02:00
Jacek Caban
02ceb94351 ieframe: Moved InternetShortcut implementation to ieframe.dll. 2011-07-25 10:51:30 +02:00
Jacek Caban
c33c583093 ieframe: Added new DLL. 2011-07-25 10:50:29 +02:00
Austin English
eb17b8c2c1 configure: Fix audio detection on OSX. 2011-07-25 10:43:20 +02:00
Alexandre Julliard
adc59e1437 user32/tests: Make hook messages optional in the SetParent test. 2011-07-25 10:43:20 +02:00
Alexandre Julliard
82f33d3f6b widl: Check for mismatched types in ?: expressions. 2011-07-25 10:43:09 +02:00
Alexandre Julliard
a92d60efb5 wrc: Run through the translation process even if libgettext-po is missing. 2011-07-25 10:42:42 +02:00
Hans Leidekker
4184590579 winhttp: Propagate errors from asynchronous requests. 2011-07-24 12:34:05 +02:00
Hans Leidekker
694d43a910 winhttp: Set last error if the server didn't return a valid response. 2011-07-24 12:33:59 +02:00
Hans Leidekker
b218ed1a69 winhttp: Implement IWinHttpRequest::SetCredentials. 2011-07-24 12:33:54 +02:00
Hans Leidekker
a25c865cb8 winhttp: Implement IWinHttpRequest::get_ResponseBody. 2011-07-24 12:33:49 +02:00
Hans Leidekker
73646d3529 winhttp: Use an offset instead of a pointer for the write position. 2011-07-24 12:33:39 +02:00
Francois Gouget
f87745d497 d3dx9_36: Fix compilation on systems that don't support nameless unions. 2011-07-24 12:33:27 +02:00
Jacek Caban
39b02829ea mshtml: Added javascript: URLs test. 2011-07-24 12:33:09 +02:00
Jacek Caban
5751441f39 mshtml: Added support for javascript: URLs. 2011-07-24 12:33:03 +02:00
Jacek Caban
730299bae6 mshtml: Call set_moniker asynchronously in SuperNavigate. 2011-07-24 12:32:59 +02:00
Jacek Caban
b14fc2c9d1 mshtml: Split set_moniker implementation. 2011-07-24 12:32:52 +02:00
Jacek Caban
bccd8997d1 mshtml: Downgrade GetAsciiHost FIXME to WARN. 2011-07-24 12:32:47 +02:00
Jacek Caban
ddf46bbe9f mshtml: Moved script mode out of get_script_host to allow exec_script calls in Gecko script mode. 2011-07-24 12:32:41 +02:00