Commit Graph

83405 Commits

Author SHA1 Message Date
Stefan Dösinger a9c72d8772 ddraw/tests: Add a test for YV12 partial block locks and lock offsets. 2011-11-14 15:25:24 +01:00
Francois Gouget b078248120 include: Update commctrl.rh and remove duplication with commctrl.h. 2011-11-14 15:25:24 +01:00
Francois Gouget d1e85a0f1f include: Move the DDE_xxx macros to dde.rh. 2011-11-14 15:25:23 +01:00
Francois Gouget f7a70822a0 include: Add some more sublanguages and sort orders. 2011-11-14 15:25:23 +01:00
Francois Gouget 8eef0cc258 dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
Nikolay Sivov 02cd5a008f msxml3: Fix getNamedItem() for qualified node names. 2011-11-14 15:25:23 +01:00
Hwang YunSong 5fca6525d2 po: Updated Korean translation. 2011-11-14 15:25:23 +01:00
Hwang YunSong bc0a708f6d cmdlgtst: Updated Korean translation. 2011-11-14 15:25:22 +01:00
Daniel Scharrer 86781a6a52 include: Don't use min/max in d3dx9math.inl as they might not be defined at this point. 2011-11-14 15:25:22 +01:00
Henri Verbeet 076edfe9d4 wined3d: Get rid of the winetexturestates typedef. 2011-11-14 15:25:22 +01:00
Henri Verbeet 66cb4a8ca9 wined3d: Get rid of the WINED3DSHADER_PARAM_REGISTER_TYPE typedef. 2011-11-14 15:25:22 +01:00
Henri Verbeet 13efdc6a37 wined3d: Introduce a "state" variable in shader_glsl_load_constants(). 2011-11-14 15:25:22 +01:00
Henri Verbeet a44401af0f wined3d: x11_copy_to_screen() shouldn't be called on mapped surfaces. 2011-11-14 15:25:21 +01:00
Henri Verbeet a2963b662c ddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock() for locking. 2011-11-14 15:25:21 +01:00
André Hentschel 32664381fb po: Update German translation. 2011-11-14 15:25:21 +01:00
Andrew Talbot f3d0c715a3 dinput: Remove unused Wine debug channel. 2011-11-14 15:25:21 +01:00
Andrew Talbot bf3d67c460 dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. 2011-11-14 15:25:21 +01:00
Andrew Talbot 9192a20132 cryptnet: Remove unused file-static variable. 2011-11-14 15:25:20 +01:00
Francois Gouget 82c3b84e40 ddraw/tests: Fix compilation on systems that don't support nameless unions. 2011-11-14 15:25:20 +01:00
Jacek Caban 7230b6b2b6 urlmon: Fixed some failures on IE9. 2011-11-14 15:25:20 +01:00
Jacek Caban 69f4def9e5 mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation. 2011-11-14 15:25:20 +01:00
Jacek Caban 64b94ebffc urlmon: Improved IUri debug traces. 2011-11-14 15:25:20 +01:00
Jacek Caban 54faf0852f mshtml: Moved QueryService(IID_IShellBrowser) call to the right place. 2011-11-14 15:25:19 +01:00
Jacek Caban dc604f4a27 mshtml: Get rid of an unused parameter in prepare_for_binding. 2011-11-14 15:25:19 +01:00
Jacek Caban 52826af93c mshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl function name. 2011-11-14 15:25:19 +01:00
Jacek Caban 6f9e67e0b4 mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_height implementation. 2011-11-14 15:25:19 +01:00
Marcus Meissner 4222ccf1cf gdi32: Fixed loop end setting (Coverity). 2011-11-14 15:25:19 +01:00
Marcus Meissner af14cb60f7 wmc: Increate allocated size to match \0 (Coverity). 2011-11-14 15:25:18 +01:00
André Hentschel ebde184b4c unicows: Add GetRoleTextW from oleacc. 2011-11-14 15:25:18 +01:00
Andrew Talbot a41cbc1423 atl: Remove an unused variable. 2011-11-14 13:10:23 +01:00
Andrew Talbot cedeac3191 appwiz.cpl: Remove an unused function. 2011-11-14 13:10:22 +01:00
Andrew Talbot 8a1539ac98 advapi32: Remove an unused variable. 2011-11-14 13:10:22 +01:00
Francois Gouget 1c108d1acb kernel32: Declare more TimerQueue functions in winbase.h. 2011-11-14 13:10:22 +01:00
Jacek Caban 734050f5c5 mshtml: Fixed memory leak in nsIURL::GetDirectory implementation. 2011-11-14 13:10:21 +01:00
Jacek Caban 1190c8cbd6 mshtml: Use IUri in use_gecko_script. 2011-11-14 13:10:21 +01:00
Jacek Caban d7f7f33e7d mshtml: Use IUri in set_current_mon if possible and store it in window object. 2011-11-14 13:10:20 +01:00
Jacek Caban 535e2b23a3 mshtml: Store window URL as BSTR. 2011-11-14 13:10:20 +01:00
Hans Leidekker a100550383 msi: Trace the exit code from custom action processes. 2011-11-14 13:10:19 +01:00
Hans Leidekker 353016f92f msi: Process messages while waiting for custom actions to complete. 2011-11-14 13:10:19 +01:00
Hans Leidekker 655e16f1c9 scrrun: Add stub implementations of DllRegisterServer and DllUnregisterServer. 2011-11-14 13:10:19 +01:00
Hans Leidekker 3c9d356bc4 winhttp: Convert string data to UTF-8 and add a corresponding content type header. 2011-11-14 13:10:18 +01:00
Frédéric Delanoy b9e828df0a dxdiag: Avoid dead increment (clang). 2011-11-14 11:46:40 +01:00
Michael Stefaniuc 3e1ee5b8b7 include: Make "long" numeric constants LP64/LLP64 proof (shlwapi.h). 2011-11-14 11:46:40 +01:00
Michael Stefaniuc 04757b1b85 include: Make "long" numeric constants LP64/LLP64 proof (tapi.h). 2011-11-14 11:46:40 +01:00
Michael Stefaniuc 5337ad066f include: Drop "l" modifiers from numeric constants in winternl.h. 2011-11-14 11:46:40 +01:00
Luca Bennati ccf369ad08 po: Update Italian translation. 2011-11-14 11:46:39 +01:00
Nikolay Sivov dd9a2effd5 msxml3: Implement get_nodeTypeValue() for attributes without a type. 2011-11-14 11:46:39 +01:00
Jacek Caban 2e5f73e4d7 mshtml: Wine Gecko 1.4 release. 2011-11-09 19:31:13 +01:00
Octavian Voicu 8a6a157074 ddraw: Make IDirectDrawClipperImpl_[GS]etHWnd function names consistent with SDK. 2011-11-09 17:51:28 +01:00
Hans Leidekker 21a477e161 imm32: Validate the window handle passed to ImmGetContext. 2011-11-09 17:51:02 +01:00