Commit Graph

57820 Commits

Author SHA1 Message Date
Jacek Caban
0a9738775c mshtml: Use inline function instead of macro for BSCallback vtbl implementations. 2011-01-07 15:01:26 +01:00
Jacek Caban
233a9ea5e6 mshtml: Avoid obj to iface cast in ProtocolFactory_Create. 2011-01-07 15:01:21 +01:00
Rex Tsai
21578a1a40 wininet: Update Traditional Chinese translation. 2011-01-07 15:01:13 +01:00
Rex Tsai
898de76040 setupapi: Update Traditional Chinese translation. 2011-01-07 15:01:07 +01:00
Greg Geldorp
1e922ebb07 gdi32/tests: Fix System font test for Japanese. 2011-01-07 15:00:52 +01:00
Alexandre Julliard
e7749967b8 kernel32: Update the country code for Serbia. 2011-01-07 12:11:53 +01:00
Henri Verbeet
c117248bd1 wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type(). 2011-01-07 10:23:37 +01:00
Henri Verbeet
7e67bcedfd wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority(). 2011-01-07 10:23:25 +01:00
Henri Verbeet
2d9748b1e3 wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority(). 2011-01-07 10:23:21 +01:00
Henri Verbeet
a80749fd57 wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data(). 2011-01-07 10:23:17 +01:00
Hwang YunSong
d512ccdfa1 wineps.drv: Update Korean resource. 2011-01-07 10:23:10 +01:00
Stefan Leichter
8fffb22f1e setupapi: Add stub for SetupDiSetSelectedDevice. 2011-01-07 10:22:58 +01:00
Michael Stefaniuc
3b2b23d808 shlwapi/tests: COM cleanup for thread.c. 2011-01-07 10:22:36 +01:00
Michael Stefaniuc
65941a66c3 oleaut32/tests: COM cleanup for vartest.c. 2011-01-07 10:22:32 +01:00
Michael Stefaniuc
5c40a8a9ac msdaps: COM cleanup for the IClassFactory iface. 2011-01-07 10:22:27 +01:00
Michael Stefaniuc
a9ae183d8a ole32: COM cleanup for the IMalloc iface. 2011-01-07 10:22:22 +01:00
Michael Stefaniuc
2796677f8c urlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback. 2011-01-07 10:22:10 +01:00
Jacek Caban
510567d98a msxml3: Get rid of xmlnode_transformNodeToObject. 2011-01-06 18:39:05 +01:00
Michael Stefaniuc
d214a96d58 mshtml: Remove some leftover *_THIS undefs. 2011-01-06 18:29:24 +01:00
Michael Stefaniuc
f242b1fb6c mshtml: Finish the COM standardization in protocol.c. 2011-01-06 18:29:21 +01:00
Greg Geldorp
62670dc39e dinput/tests: Skip acquire tests when not running in the foreground.
If our window isn't the foreground window, we'll never be able to
successfully Acquire with SetCooperativeLevel DISCL_FOREGROUND in effect.
2011-01-06 18:29:14 +01:00
Hans Leidekker
01286b97e3 msi/tests: Mark a test result on some old Wow64 platforms as broken. 2011-01-06 18:28:52 +01:00
Alexandre Julliard
d1d494b3db wldap32: Convert translations to po files. 2011-01-06 17:57:43 +01:00
Alexandre Julliard
8aefc9081c winmm: Convert translations to po files. 2011-01-06 17:50:17 +01:00
Alexandre Julliard
b31d2311b2 shdoclc: Convert translations to po files. 2011-01-06 17:42:05 +01:00
Alexandre Julliard
000bb2454c oleaut32: Convert translations to po files. 2011-01-06 17:31:16 +01:00
Alexandre Julliard
958ecd63f1 msvidc32: Convert translations to po files. 2011-01-06 17:19:23 +01:00
Alexandre Julliard
ad5605b553 msrle32: Convert translations to po files. 2011-01-06 17:07:44 +01:00
Alexandre Julliard
214ca2c01c msi: Convert translations to po files. 2011-01-06 16:21:30 +01:00
Alexandre Julliard
b41fc57ef6 mapi32: Convert translations to po files. 2011-01-06 16:14:33 +01:00
Alexandre Julliard
7df87f3976 localspl: Convert translations to po files. 2011-01-06 15:04:14 +01:00
Alexandre Julliard
0ccf1d89f8 jscript: Convert translations to po files. 2011-01-06 15:03:31 +01:00
Alexandre Julliard
9c6444c6be iccvid: Convert translations to po files. 2011-01-06 15:01:38 +01:00
Alexandre Julliard
c9b52d2095 hhctrl: Convert translations to po files. 2011-01-06 15:01:08 +01:00
Alexandre Julliard
0cdd147dcb devenum: Convert translations to po files. 2011-01-06 14:58:59 +01:00
Alexandre Julliard
8484e9633a cryptdlg: Convert translations to po files. 2011-01-06 14:58:27 +01:00
Alexandre Julliard
c485b18201 crypt32: Convert translations to po files. 2011-01-06 13:56:08 +01:00
Ken Thomases
21137cd3c3 windowscodecs: Use Mac OS X native ICNS support, not libicns.
The ICNS support is only used on Mac OS X and is not anticipated to be used
on any other platform.  So, we can rely on the native frameworks rather than
a third-party dependency.
2011-01-06 11:44:02 +01:00
Henri Verbeet
92e439b0f0 wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_private_data(). 2011-01-06 11:33:33 +01:00
Henri Verbeet
a97ae0db6a wined3d: Pass an IWineD3DResourceImpl pointer to resource_free_private_data(). 2011-01-06 11:33:29 +01:00
Henri Verbeet
134137cdb4 wined3d: Pass an IWineD3DResourceImpl pointer to resource_cleanup(). 2011-01-06 11:33:24 +01:00
Henri Verbeet
7080922e0e wined3d: Pass an IWineD3DResourceImpl pointer to resource_init(). 2011-01-06 11:33:19 +01:00
Piotr Caban
92ba2168fa shell32: Improved equal ITEMIDLISTs handling in ILIsParent. 2011-01-06 11:26:22 +01:00
Andrew Eikum
2e7ee8d9d6 mmdevapi: Be explicit about units in IAudioRenderClient::ReleaseBuffer. 2011-01-05 17:56:52 +01:00
Andrew Eikum
0b608d0f7f mmdevapi: Be explicit about the units of ACImpl::ofs. 2011-01-05 17:56:48 +01:00
Andrew Eikum
045cf8c0af mmdevapi: Be explicit about units of ACImpl::bufsize. 2011-01-05 17:56:43 +01:00
Andrew Eikum
bbbf72ddcb mmdevapi: Store period size in frames.
There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.
2011-01-05 17:56:36 +01:00
André Hentschel
1bf8612718 user32/tests: Don't test function directly when reporting GetLastError(). 2011-01-05 17:56:04 +01:00
Huw Davies
40ba10ed7a wineps.drv: Explicitly report that we do not support blending. 2011-01-05 17:55:16 +01:00
Austin English
8ec262ef0d winex11.drv: Use consistent formatting in a TRACE(). 2011-01-05 17:54:58 +01:00