92287 Commits

Author SHA1 Message Date
Alexandre Julliard
756d33ddae widl: Print large enum constants in hex. 2012-11-23 18:06:07 +01:00
Christian Costa
db497bdc44 cabinet: Simplify concatenation of path and filename. 2012-11-23 18:06:06 +01:00
Christian Costa
56c0151f6d amstream: Initialize correctly AM_MEDIA_TYPE struct. 2012-11-23 18:06:03 +01:00
Christian Costa
3070dcee3b strmbase: Simplify IEnumMediaTypesImpl_QueryInterface and turn FIXME into WARN. 2012-11-23 14:43:41 +01:00
Christian Costa
9bde31b3ee strmbase: Display iface in TRACEs. 2012-11-23 14:43:36 +01:00
Christian Costa
930c9dd972 strmbase: Display new ref in AddRef and Release for IEnumMediaTypes. 2012-11-23 14:43:31 +01:00
Andrew Talbot
6b43027c7e cryptdll: Remove unused variable. 2012-11-23 14:41:24 +01:00
Andrew Talbot
5ca89eaf6c dnsapi: Remove unused variable. 2012-11-23 14:41:16 +01:00
Andrew Talbot
4be1fce0d1 winhttp: Remove unused variables. 2012-11-23 14:41:07 +01:00
Andrew Talbot
2691e580a0 wininet: Remove unused variable. 2012-11-23 14:40:54 +01:00
Andrew Talbot
26671c8f36 winspool.drv: Remove unused variable. 2012-11-23 14:40:45 +01:00
Henri Verbeet
dc67be012f d3d10core: Implement d3d10_device_SOGetTargets(). 2012-11-23 14:40:36 +01:00
Henri Verbeet
5b781d709d d3d10core: Implement d3d10_device_SOSetTargets(). 2012-11-23 14:40:30 +01:00
Henri Verbeet
63acbcbf8a d3dx9: Avoid LPD3DXCONSTANTTABLE. 2012-11-23 14:40:24 +01:00
Henri Verbeet
7ecfb2e52d d3dx9: Avoid LPD3DXFILE. 2012-11-23 14:40:18 +01:00
Henri Verbeet
ff04207e29 d3dx9: Avoid LPD3DXFILESAVEOBJECT. 2012-11-23 14:40:13 +01:00
Francois Gouget
e326470949 server: Print the usage to stdout when invoked with --help. 2012-11-23 14:40:07 +01:00
Francois Gouget
86c3f68303 winegstreamer: Make the GST_QualityControl methods static. 2012-11-23 14:39:43 +01:00
Francois Gouget
ebd28d5034 msvcp60: Make some codecvt_xxx() functions static or remove them. 2012-11-23 14:39:34 +01:00
Hans Leidekker
479b7bcf60 ole32/tests: Add a test to show that CoGetPSClsid is not affected by an override of HKEY_CLASSES_ROOT. 2012-11-22 17:35:30 +01:00
Christian Costa
b8a7ead3a3 strmbase: Don't forget to add ref pUnk in CopyMediaType when pbFormat is null. 2012-11-22 17:17:19 +01:00
Christian Costa
44c6ca992e strmbase: Use FreeMediaType instead of freeing media type by hand and forgetting pUnk release. 2012-11-22 17:16:48 +01:00
Henri Verbeet
9e97bff539 d3d10core: Implement d3d10_device_RSGetScissorRects(). 2012-11-22 14:54:19 +01:00
Henri Verbeet
2a8359d44c d3d10core: Implement d3d10_device_RSSetScissorRects(). 2012-11-22 14:54:14 +01:00
Henri Verbeet
b698e51c7a d3dx9: Avoid LPD3DXFILESAVEDATA. 2012-11-22 14:54:08 +01:00
Henri Verbeet
3c4c23f459 d3dx9: Avoid LPD3DXFILEENUMOBJECT. 2012-11-22 14:54:03 +01:00
Henri Verbeet
b868105e4b d3dx9: Avoid LPD3DXFILEDATA. 2012-11-22 14:53:42 +01:00
Jacek Caban
d331118bfd advapi32: Added debug trace to RegOverridePredefKey. 2012-11-22 14:53:35 +01:00
Jacek Caban
fed2d49fd9 atl: Don't forward AtlModule* calls to atl100.dll. 2012-11-22 14:53:27 +01:00
Maarten Lankhorst
605cd62c7d dsound: Create a primary_pwfx separately from pwfx. 2012-11-22 14:53:14 +01:00
Alexandre Julliard
a0f039a604 user32: Fix the wait event mask in PeekMessage. 2012-11-22 11:57:15 +01:00
Dmitry Timoshkov
7baf4ecd06 windowscodecs: Implement QueryCapability in the GIF decoder. 2012-11-22 11:56:58 +01:00
Dmitry Timoshkov
892c16e661 windowscodecs: Reimplement GetFrameCount of the GIF decoder. 2012-11-22 11:56:40 +01:00
Michael Stefaniuc
47513d9551 qedit: "Fix" DllCanUnloadNow() implementation. 2012-11-22 11:56:03 +01:00
Michael Stefaniuc
3131a9f831 pstorec: "Fix" DllCanUnloadNow() implementation. 2012-11-22 11:55:57 +01:00
Michael Stefaniuc
7178228d52 olepro32: "Fix" DllCanUnloadNow() implementation. 2012-11-22 11:55:51 +01:00
Michael Stefaniuc
0be5ad8ece msisys.ocx: "Fix" DllCanUnloadNow() implementation. 2012-11-22 11:55:44 +01:00
Michael Stefaniuc
a0e266972c hlink: "Fix" DllCanUnloadNow() implementation. 2012-11-22 11:55:37 +01:00
Michael Stefaniuc
9bf8bd52cf dpnhpast: "Fix" DllCanUnloadNow() implementation. 2012-11-22 11:55:31 +01:00
Andrew Talbot
1973a808c2 kernel32: Remove unused variables. 2012-11-22 11:55:25 +01:00
Andrew Talbot
b1d4793344 msi: Remove unused variables. 2012-11-22 11:55:09 +01:00
Andrew Talbot
6256379a96 msxml3: Remove unused variable. 2012-11-22 11:54:49 +01:00
Andrew Talbot
17cc65a0df quartz: Remove unused variables. 2012-11-22 11:54:42 +01:00
Andrew Talbot
cade59aab7 shell32: Remove unused variable. 2012-11-22 11:54:36 +01:00
Nikolay Sivov
2b5ddbfe9a msxml3: Properly update node to doc link when cloning. 2012-11-21 19:20:54 +01:00
Jacek Caban
2f5123cbbc mshtml: Added nsIURI::GetOriginCharset implementation. 2012-11-21 19:20:43 +01:00
Jacek Caban
d202daa182 mshtml: Always use UTF-8 encoding in nsWineURL. 2012-11-21 19:20:39 +01:00
Alexandre Julliard
841214ddb4 user32: Don't check for driver events before normal messages in PeekMessage. 2012-11-21 19:20:27 +01:00
Alexandre Julliard
8ba4c316f2 user32: Don't check for driver events before normal messages in GetMessage. 2012-11-21 19:20:09 +01:00
Dmitry Timoshkov
a3711295da windowscodecs: Implement QueryCapability in the TIFF decoder. 2012-11-21 16:40:27 +01:00