Henri Verbeet
|
31e8a20d88
|
d3dx9_36: Use a lookup table in D3DXGetDeclVertexSize().
|
2010-08-25 11:56:35 +02:00 |
Francois Gouget
|
e237369b09
|
ddraw: Remove WINAPI on static functions where not needed.
|
2010-08-25 11:56:15 +02:00 |
Alexandre Julliard
|
52aac5aba7
|
msvcrt: Export the 64-bit version of the C++ mangled names for all implemented functions.
|
2010-08-24 22:22:09 +02:00 |
Alexandre Julliard
|
22d5180b9f
|
winebuild: Support relay debugging for thiscall functions.
|
2010-08-24 19:59:44 +02:00 |
Alexandre Julliard
|
adddccb7f9
|
winebuild: Signal an error when a thiscall function doesn't take a pointer as first argument.
|
2010-08-24 19:59:31 +02:00 |
Alexandre Julliard
|
c4f673fb63
|
msvcrt: List the this pointer as an additional argument for thiscall functions.
|
2010-08-24 19:29:27 +02:00 |
Alexandre Goujon
|
2c127dd320
|
advapi32: Fix GetNamedSecurityInfo with NULL descriptor.
|
2010-08-24 17:57:41 +02:00 |
Vincent Povirk
|
be1aa20276
|
winecfg: Don't allow virtual desktops smaller than 640x480.
|
2010-08-24 17:57:41 +02:00 |
Louis Lenders
|
d57f388693
|
wine.inf: Added .NET InstallRoot and v2.0 policy keys.
|
2010-08-24 17:57:41 +02:00 |
Louis Lenders
|
042f23cacc
|
mscoree: Improve GetCORVersion.
|
2010-08-24 17:57:41 +02:00 |
Louis Lenders
|
a8528706ac
|
mscoree/tests: Added some simple tests for GetCORVersion.
|
2010-08-24 17:57:41 +02:00 |
Amine Khaldi
|
7bc214bb2d
|
mpr: Fix Bulgarian translation.
|
2010-08-24 17:57:37 +02:00 |
Jeff Cook
|
e699184e48
|
winealsa.drv: Only filllines_no_master with micelem when micelem is found.
|
2010-08-24 17:22:49 +02:00 |
David Hedberg
|
b2a8de3de6
|
shell32/tests: Add some event tests to ExplorerBrowser tests.
|
2010-08-24 17:22:49 +02:00 |
David Hedberg
|
ab63bc0515
|
shell32/tests: Add some tests related to the shellview created by ExplorerBrowser.
|
2010-08-24 17:22:49 +02:00 |
David Hedberg
|
008099f618
|
shell32/tests: Some additional tests for IShellBrowser.
|
2010-08-24 17:22:49 +02:00 |
David Hedberg
|
73100ce679
|
shell32: Implement IExplorerBrowser::BrowseToIDList and IShellBrowser::BrowseToObject.
|
2010-08-24 17:22:49 +02:00 |
David Hedberg
|
1f73f3a591
|
shell32: Support BHID_SFUIObject and BHID_DataObject in IShellItem::BindToHandler.
|
2010-08-24 17:22:49 +02:00 |
David Hedberg
|
b88c3e2ecb
|
shell32: Implement IExplorerBrowser::Advise and IExplorerBrowser::Unadvise.
|
2010-08-24 17:22:48 +02:00 |
Marcus Meissner
|
2ca5513a62
|
ntdll: Set correct protection flags on sections in builtin DLLs.
|
2010-08-24 17:22:32 +02:00 |
Jerome Leclanche
|
8c50936d30
|
winepath: Add a -0 option to use null character as separator.
|
2010-08-24 16:54:14 +02:00 |
Alexandre Julliard
|
f756821df3
|
winapi: Add support for the thiscall keyword.
|
2010-08-24 16:34:35 +02:00 |
Alexandre Julliard
|
14072676a6
|
msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer.
|
2010-08-24 16:31:25 +02:00 |
Alexandre Julliard
|
c6423058db
|
msvcp90: Use the thiscall type on appropriate entry points.
|
2010-08-24 16:24:18 +02:00 |
Alexandre Julliard
|
b21e28ca11
|
msvcrt: Use the thiscall type on appropriate entry points.
|
2010-08-24 16:24:01 +02:00 |
Alexandre Julliard
|
b116040771
|
winebuild: Add support for specifying thiscall calling convention.
|
2010-08-24 16:23:20 +02:00 |
Francois Gouget
|
d8cb2a0c38
|
ws2_32/tests: Add a trailing '\n' to an ok() call.
|
2010-08-24 15:22:36 +02:00 |
Francois Gouget
|
57877b2487
|
msvcp90: Remove the msvcp90 debug channel where unused.
|
2010-08-24 15:22:36 +02:00 |
Francois Gouget
|
0e51433d79
|
ipconfig: Remove the ipconfig debug channel where unused.
|
2010-08-24 15:22:36 +02:00 |
Francois Gouget
|
c15308f869
|
shell32/tests: Remove spaces before '\n's in traces.
|
2010-08-24 15:22:36 +02:00 |
Francois Gouget
|
a879046f63
|
shell32/tests: Remove unneeded NULL pointer casts.
|
2010-08-24 15:22:35 +02:00 |
Francois Gouget
|
21541da0bb
|
ws2_32: Add a trailing '\n' to a TRACE() call.
|
2010-08-24 15:22:35 +02:00 |
Francois Gouget
|
dc6428f350
|
explorerframe/tests: Add a trailing '\n' to an ok() call.
|
2010-08-24 15:22:35 +02:00 |
Francois Gouget
|
1aa51f56d7
|
msdaps: Make create_rowset_proxy() static.
|
2010-08-24 15:22:35 +02:00 |
Francois Gouget
|
18b036e213
|
shdocvw: Remove WINAPI on static functions where not needed.
|
2010-08-24 15:22:35 +02:00 |
Francois Gouget
|
88cae5d4c7
|
Assorted spelling fixes.
|
2010-08-24 15:22:35 +02:00 |
Alexandre Julliard
|
b5d824bd33
|
configure: Print a warning when prelink isn't found.
|
2010-08-24 15:22:35 +02:00 |
Damjan Jovanovic
|
129f229272
|
windowscodecs: Write ICNS files.
|
2010-08-24 15:22:35 +02:00 |
Damjan Jovanovic
|
bbf039fe45
|
windowscodecs: Implement the ICNS frame encoder.
|
2010-08-24 15:22:35 +02:00 |
Damjan Jovanovic
|
51d741f8c8
|
windowscodecs: Stub out the ICNS frame encoder.
|
2010-08-24 15:22:35 +02:00 |
Damjan Jovanovic
|
a4835dce4f
|
windowscodecs: Add a stubbed ICNS encoder.
|
2010-08-24 15:22:35 +02:00 |
Piotr Caban
|
71a49ebf77
|
msvcp80: Added stub dll.
|
2010-08-24 15:22:34 +02:00 |
Ken Thomases
|
b952751158
|
winex11: Pass window property to server in 64KB chunks.
Large clipboard contents, like images, can exceed the maximum X request size
if sent all at once, which can cause the X server to kill the connection.
|
2010-08-24 15:22:34 +02:00 |
Thomas Mullaly
|
84f6bb3e3f
|
urlmon/tests: Added tests for IUriBuilder_RemoveProperties.
|
2010-08-24 15:22:34 +02:00 |
Thomas Mullaly
|
3b383e2175
|
urlmon/tests: Added tests for IUriBuilder's IUri property.
|
2010-08-24 15:22:34 +02:00 |
Thomas Mullaly
|
47e93adc74
|
urlmon/tests: Added tests for IUriBuilder_HasBeenModified.
|
2010-08-24 15:22:34 +02:00 |
Austin English
|
3745961b2e
|
gdiplus: Add a stub for GdipConvertToEmfPlusToFile.
|
2010-08-24 15:22:29 +02:00 |
Austin English
|
5435fbba55
|
gdiplus: Add a stub for GdipWindingModeOutline.
|
2010-08-24 13:17:58 +02:00 |
Andrew Talbot
|
d68c0d1dd5
|
cryptnet: Constify a variable.
|
2010-08-24 12:30:46 +02:00 |
Anders Jonsson
|
1ef44dcce7
|
devenum: Add Swedish translation.
|
2010-08-24 12:30:07 +02:00 |