Commit Graph

72321 Commits

Author SHA1 Message Date
Cheer Xiao 91b4a24a66 winemine: Update simplified Chinese translation. 2010-09-29 11:32:52 +02:00
Cheer Xiao 3c99df74f0 wineboot: Update simplified Chinese translation. 2010-09-29 11:32:44 +02:00
Cheer Xiao d7f84d0e4d view: Update simplified Chinese translation. 2010-09-29 11:32:20 +02:00
Cheer Xiao d6a306b981 uninstaller: Update simplified Chinese translation. 2010-09-29 11:31:50 +02:00
Cheer Xiao 316981e5ff regedit: Update simplified Chinese translation. 2010-09-29 11:31:44 +02:00
Cheer Xiao 064b4ef0a5 oleview: Update simplified Chinese translation. 2010-09-29 11:31:28 +02:00
Nikolay Sivov 1ac256a588 msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader(). 2010-09-29 11:25:01 +02:00
Nikolay Sivov 2a85bc0367 msxml3/httprequest: Store passed data for IXMLHttpRequest::open(). 2010-09-29 11:24:44 +02:00
Louis Lenders 6e4e8fb07f user32: UpdateWindow doesn't accept a NULL hwnd. 2010-09-29 11:23:57 +02:00
Adam Martinson 1f93a47667 msxml3: Move domdoc properties into their own struct.
Unhooks domdoc properties from both the domdoc and xmlDoc.
After the domdoc <-> xmlDoc connection is no longer an open question,
the domdoc::properties pointer can be removed and rerouted through
xmlDoc::_private::properties as long as it's impossible to have a domdoc
with domdoc::node.node == NULL.  With all of the checks for this, the
current code suggests that it's perfectly possible.
2010-09-29 11:14:35 +02:00
Adam Martinson 05f011b735 msxml3: Implement SelectionNamespaces property. 2010-09-29 11:12:47 +02:00
André Hentschel 404b817bfa ipconfig: Update German translation. 2010-09-29 11:11:32 +02:00
Hans Leidekker f15aea2a86 programs: Add a stub implementation of mofcomp.exe. 2010-09-29 10:13:53 +02:00
Hans Leidekker 23fdfbc392 msvcrt: Implement wcsnlen. 2010-09-29 10:11:48 +02:00
Hans Leidekker 259b5fdfa6 msi: Treat empty string as NULL in MsiGetSummaryInformationW. 2010-09-29 10:09:31 +02:00
Hans Leidekker 2b2fa04ca4 msi: Always check the return value of msi_string2idW. 2010-09-29 10:09:23 +02:00
Hans Leidekker 2e1eb80c23 include: Define IEnumWbemClassObject and IWbemServices. 2010-09-29 10:09:04 +02:00
Michael Stefaniuc 620ca68d01 ole32: Allocate a small temp variable on the stack instead of the heap. 2010-09-29 10:07:54 +02:00
Michael Stefaniuc ef104dc465 ddraw: Add missing unlock on an error path (Smatch). 2010-09-29 10:06:36 +02:00
Michael Stefaniuc 5a2cc94105 user32: Simplify the error handling in BITMAP_Load().
This fixes a memleak on an error path (Smatch).
2010-09-29 10:06:13 +02:00
Michael Stefaniuc ef24756291 crypt32: Remove redundant NULL check before CryptMemFree (Smatch). 2010-09-29 10:06:01 +02:00
Juan Lang 9addae9d66 ws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY. 2010-09-29 10:05:55 +02:00
Thomas Mullaly da1ceb1154 urlmon: Improve IUri support for mk: URIs. 2010-09-29 10:05:38 +02:00
Francois Gouget d33ff209b3 ws2_32: Make WS2_AcceptEx() and WS2_GetAcceptExSockaddrs() static. 2010-09-29 10:05:27 +02:00
Francois Gouget 0c7c1de8d7 gameux/tests: Make test_install_uninstall_game() and _isFileExists() static. 2010-09-29 10:05:14 +02:00
Francois Gouget 5c046d13d5 mscoree: Make find_mono_dll() static. 2010-09-29 10:04:55 +02:00
Francois Gouget c71e5e6705 ktmw32: The ktm debug channel is unused so remove it. 2010-09-29 10:04:40 +02:00
Francois Gouget 3cbf7097a9 taskkill: The taskkill debug channel is unused so remove it. 2010-09-29 10:04:35 +02:00
Francois Gouget 8f6f35e13b winetest: Add the '-i' option so one can specify a test environment description. 2010-09-29 10:04:28 +02:00
Francois Gouget 6f5a0a3a81 winetest: Add the '-n' option so one can specify a list of tests to exclude. 2010-09-29 10:04:21 +02:00
Alexandre Julliard 1914f3ecae gdi32: Copy a DIB section as a DIB section in BITMAP_CopyBitmap. 2010-09-28 22:44:36 +02:00
Andrew Eikum 91d91afb7d ole32: Create a FORMATETC if one is not given in OleCreate. 2010-09-28 17:33:20 +02:00
Erich Hoover 7bba6234e3 user32: Add support for multiple frames in cursor format. 2010-09-28 17:33:20 +02:00
Erich Hoover ca7163e438 user32: Prepare for multi-frame storing of icons and cursors. 2010-09-28 17:33:20 +02:00
Juan Lang f6081f9352 iphlpapi: Fix inverted logic in mask comparison. 2010-09-28 17:33:20 +02:00
Juan Lang d06b1d599d ws2_32/tests: Test SIO_ROUTING_INTERFACE_QUERY. 2010-09-28 17:33:20 +02:00
Aric Stewart dc4d607062 mciqtz32: Do not allow MCIQTZ_mciUpdate to interrupt a playing video. 2010-09-28 17:33:20 +02:00
Aric Stewart e2b3a7f479 quartz: Improve video window sizing on first sample.
Preserve sizes set by the application and defer erasing as it is not
needed and can cause deadlock between threads with child video windows.
2010-09-28 17:33:19 +02:00
Mike Kaplinskiy f138a5724d ws2_32: Implement SO_UPDATE_ACCEPT_CONTEXT. 2010-09-28 17:33:19 +02:00
Jacek Caban 008c0597c8 mshtml: Added nsIURI::GetUserPass implementation. 2010-09-28 17:33:19 +02:00
Jacek Caban 9bb0ecceb5 mshtml: Added nsIURI::GetHostPort implementation. 2010-09-28 17:33:19 +02:00
Jacek Caban cb85bad7a9 mshtml: Added nsIURI::GetPort implementation. 2010-09-28 17:33:19 +02:00
Jacek Caban 3a00f739b1 mshtml: Added nsIURI::GetHost implementation based on IUri API. 2010-09-28 17:33:18 +02:00
Jacek Caban 725aab4fa9 mshtml: Renamed uri to nsuri. 2010-09-28 17:33:18 +02:00
Hwang YunSong 9a83c07599 ipconfig: Update Korean resource. 2010-09-28 17:33:18 +02:00
Hwang YunSong 976aaabc8e inetcpl.cpl: Update Korean resource. 2010-09-28 17:33:18 +02:00
Adam Martinson c515d384ef msxml3/tests: Prevent a double-free in test_get_ownerDocument(). 2010-09-28 17:33:17 +02:00
Huw Davies 250b55c41d ole32: Call the draw_continue function. 2010-09-28 17:33:17 +02:00
Huw Davies 6c7dd939cf ole32/tests: Mark the draw_continue callbacks as optional. Win9x can skip calls under low-load conditions. 2010-09-28 17:33:17 +02:00
Frédéric Delanoy d65e1f2d33 ipconfig: Update French translation. 2010-09-28 17:33:17 +02:00