Commit Graph

66279 Commits

Author SHA1 Message Date
Hans Leidekker 068cb1291b msi: Add a partial implementation of the ValidateProductID standard action. 2010-02-10 14:31:49 +01:00
Hans Leidekker 7331b3ca98 msi: Implement the UnregisterFonts standard action. 2010-02-10 14:31:15 +01:00
Hans Leidekker 5df62d0c42 msi: Add stub implementations of the DisableRollback and InstallAdminPackage standard actions. 2010-02-10 14:31:05 +01:00
Kusanagi Kouichi 3b6c20e486 notepad: Increase the text limit. 2010-02-10 14:30:59 +01:00
Alexandre Julliard fab57fe018 urlmon: Don't create empty default key values where not necessary. 2010-02-10 14:30:24 +01:00
Alexandre Julliard ac853cfcf2 shdocvw: Don't create empty default key values where not necessary. 2010-02-10 14:30:19 +01:00
Alexandre Julliard d9f315a084 mshtml: Don't create empty default key values where not necessary. 2010-02-10 14:30:12 +01:00
Alexandre Julliard 16a080fc02 jscript: Don't create empty default key values where not necessary. 2010-02-10 14:30:07 +01:00
Alexandre Julliard 0887094f70 itss: Don't create empty default key values where not necessary. 2010-02-10 14:29:58 +01:00
Alexandre Julliard eb7c14458c wine.inf: Don't create empty default key values where not necessary. 2010-02-10 14:29:52 +01:00
Dylan Smith 7aba35c608 wordpad: Fixed quick print so that it doesn't print blank pages. 2010-02-10 11:35:01 +01:00
Paul Vriens 6a6c8e3ee2 shell32/tests: Fix a test failure on NT4. 2010-02-10 11:34:53 +01:00
Michael Stefaniuc e8993f3ddd hhctrl.ocx: Remove a stray heap_alloc(0) (Smatch). 2010-02-10 11:34:02 +01:00
Michael Stefaniuc 968f214772 hhctrl.ocx: Use the SendMessage instead of ListView_GetItem.
SendMessage() is more explicit and also gets rid of three gcc -Wextra
  warning: value computed is not used
2010-02-10 11:33:57 +01:00
Michael Stefaniuc 7a8638d8b3 itss: Reorder some code to avoid leaking memory on an error path.
Found by Smatch.
2010-02-10 11:33:41 +01:00
Aric Stewart e0b23217fe shlwapi: Account for trailing NULL in UrlFixupW. 2010-02-10 11:33:22 +01:00
Jacek Caban 6f6f1c9338 mshtml: Added IHTMLStyle::get_borderRightColor implementation. 2010-02-10 11:33:09 +01:00
Jacek Caban d0f7785e04 mshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML. 2010-02-10 11:33:05 +01:00
Nikolay Sivov b9d07c5ae5 msxml3/tests: Add a trivial test for IXMLDOMDocumentFragment_get_parentNode(). 2010-02-10 11:32:58 +01:00
Nikolay Sivov f65fd26fe1 msxml3: IXMLDOMAttribute shouldn't report its parent. 2010-02-10 11:32:53 +01:00
Dylan Smith 535afbd3aa richedit: Move function ME_GetParaLineSpace to make it static. 2010-02-10 11:32:31 +01:00
Jacek Caban 28a4a7bd42 cmd: Added cmd.exe tests. 2010-02-10 11:31:16 +01:00
Alexandre Julliard 4435e99540 makefiles: Add support for having tests under the programs directory. 2010-02-10 11:31:12 +01:00
Alexandre Julliard cb1fc8f4f5 makefiles: Move Maketest.rules to the top level. 2010-02-10 11:21:19 +01:00
Alexandre Julliard 95081550fd makefiles: Disable winetest when tests are disabled. 2010-02-10 11:07:55 +01:00
Alexandre Julliard ea9a113a81 makefiles: Build the tests directly from the top-level makefile. 2010-02-10 11:07:43 +01:00
Alexandre Julliard 86ab297bea makefiles: Build the import libraries directly from the top-level makefile. 2010-02-10 11:05:38 +01:00
Alexandre Julliard 10e4edd9f4 makefiles: Build the static libraries directly from the top-level makefile. 2010-02-10 11:05:26 +01:00
Andrew Nguyen b3b81abba3 mshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument2::write(ln). 2010-02-09 17:13:52 +01:00
Nikolay Sivov a9fc71b48e msxml3: Support comment node type in IXMLDOMNode_get_baseName. 2010-02-09 17:13:38 +01:00
André Hentschel c71ffcf407 dbghelp: Merge dwarf code from ntdll/signal_x86_64.c. 2010-02-09 17:13:37 +01:00
Alexandre Julliard 627c58dcb5 msxml3: Fix building with older libxml versions. 2010-02-09 17:13:36 +01:00
Dmitry Timoshkov 9e93906658 user32: In a DLGTEMPLATEEX resource dialog version goes before signature. 2010-02-09 17:13:36 +01:00
Alistair Leslie-Hughes a204f099c6 dbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFromNameW64. 2010-02-09 17:13:36 +01:00
Nikolay Sivov 970ec3d699 msxml3: Create entity reference node properly. 2010-02-09 11:35:27 +01:00
Piotr Caban c0bfc2fb95 urlmon/tests: Added more url parsing tests. 2010-02-09 11:35:18 +01:00
Piotr Caban 1db3e47511 urlmon: Fixed CoInternetGetSecurityUrl implementation. 2010-02-09 11:35:13 +01:00
Piotr Caban 7d3693549f urlmon: Fix map_url_to_zone implementation. 2010-02-09 11:35:09 +01:00
Nikolay Sivov 07162a624e msxml3: Create PI node properly. 2010-02-09 11:35:02 +01:00
Jacek Caban 0849a81169 mshtml: Correctly handle comment nodes in IHTMLElement::[get|put]_title implementation. 2010-02-09 11:34:52 +01:00
Jacek Caban 29389b8742 mshtml: Added IHTMLElement2::detachEvent implementation. 2010-02-09 11:34:48 +01:00
Jacek Caban 07b62a8dd7 mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice. 2010-02-09 11:34:43 +01:00
Jacek Caban 352e0ec893 mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_width implementation. 2010-02-09 11:34:39 +01:00
Jacek Caban a3ff647c1e mshtml: Added IHTMLImgElement::height property implementation. 2010-02-09 11:34:35 +01:00
Jacek Caban 11ec75c18b mshtml: Added IHTMLImgElement::width property implementation. 2010-02-09 11:34:30 +01:00
Jacek Caban 2330662340 mshtml: Set image size in IHTMLImageElementFactory::create. 2010-02-09 11:34:26 +01:00
Stefan Dösinger bb035638d0 d3d: Make sure vertexbuffer lock doesn't return a NULL pointer. 2010-02-09 11:33:53 +01:00
Stefan Dösinger 24e2308670 wined3d: Don't use GL_MAP_FLUSH_EXPLICIT_BIT without GL_MAP_WRITE_BIT. 2010-02-09 11:33:44 +01:00
Stefan Dösinger 8625f0cdbf wined3d: Don't record dirty areas in a readonly lock. 2010-02-09 11:33:34 +01:00
Alexandre Julliard 454fb3c1da makefiles: Generate the list of test binaries from configure. 2010-02-08 21:29:13 +01:00