Huw Davies
|
246f741eb3
|
winspool.drv: Allow for spaces in either the printer name or the spool file.
|
2010-08-25 17:36:47 +02:00 |
Matteo Bruni
|
53a15436f8
|
d3dcompiler: Move D3DAssemble tests from d3dx9_36.
|
2010-08-25 17:35:19 +02:00 |
Matteo Bruni
|
5dcb2e4b7e
|
d3dcompiler: Move shader assembler implementation from d3dx9_36.
|
2010-08-25 17:34:24 +02:00 |
Matteo Bruni
|
7aa026ccf5
|
d3dcompiler: D3DAssemble stub.
|
2010-08-25 17:31:59 +02:00 |
Alexandre Julliard
|
8447ecc591
|
explorerframe/tests: Initialize cbstate to a dummy value to make sure it's being set properly.
|
2010-08-25 16:19:01 +02:00 |
Alexandre Julliard
|
21abfc5355
|
oleaut32: Implement DispCallFunc for x86_64.
|
2010-08-25 16:18:50 +02:00 |
Alexandre Julliard
|
3c380daa59
|
oleaut32: Simplify the i386 implementation of DispCallFunc.
|
2010-08-25 16:17:10 +02:00 |
Damjan Jovanovic
|
6b39897765
|
winemenubuilder: Parse ICO headers in a separate function.
|
2010-08-25 12:35:54 +02:00 |
Damjan Jovanovic
|
85d8c1da1e
|
winemenubuilder: Write all frames, in the given format, to the native icon.
|
2010-08-25 12:35:51 +02:00 |
Damjan Jovanovic
|
5f87fa5370
|
winemenubuilder: Move utility functions to the top of the file.
|
2010-08-25 12:35:47 +02:00 |
Nikolay Sivov
|
f7b2add8d9
|
oleaut32/olepicture: Remove out pointer check in OleCreatePictureIndirect, it should crash.
|
2010-08-25 11:59:27 +02:00 |
Nikolay Sivov
|
b8f99cabb4
|
oleaut32/olepicture: Fix a typo in height conversion.
|
2010-08-25 11:59:06 +02:00 |
Vincent Povirk
|
c37f6fb196
|
windowscodecs: Handle TIFF's with RowsPerStrip greater than Height.
|
2010-08-25 11:58:50 +02:00 |
Vincent Povirk
|
4cedec5975
|
windowscodecs: Handle WhiteIsZero TIFF images.
|
2010-08-25 11:58:45 +02:00 |
Vincent Povirk
|
73d539e657
|
windowscodecs: Always check TIFF sample count and planar configuration.
This more closely matches the TIFF spec. These values are valid for all
photometric interpretations.
|
2010-08-25 11:58:40 +02:00 |
Vincent Povirk
|
e486a17a40
|
windowscodecs: Byte-swap image data from big endian TIFF files.
|
2010-08-25 11:58:30 +02:00 |
Vincent Povirk
|
c30d165ec8
|
windowscodecs: Add support for decoding 48-bit TIFF images.
|
2010-08-25 11:58:22 +02:00 |
Vincent Povirk
|
467f232f37
|
windowscodecs: Prefer builtin version.
|
2010-08-25 11:58:12 +02:00 |
Aric Stewart
|
68ab5e2689
|
usp10: Add Lao script.
|
2010-08-25 11:58:04 +02:00 |
Aric Stewart
|
331c8cdef6
|
usp10: Add Thai Script.
|
2010-08-25 11:57:57 +02:00 |
Aric Stewart
|
57053fa51e
|
usp10: Add Phags-pa Script.
|
2010-08-25 11:57:50 +02:00 |
Aric Stewart
|
29d896e40a
|
usp10: Add Tibetan Script.
|
2010-08-25 11:57:41 +02:00 |
Aric Stewart
|
2fe30b377c
|
usp10: Add Sinhala Script.
|
2010-08-25 11:57:35 +02:00 |
Henri Verbeet
|
2af746b96e
|
wined3d: Check the GLSL info log for all shaders.
|
2010-08-25 11:57:24 +02:00 |
Henri Verbeet
|
87e12b8b6a
|
wined3d: Introduce a local variable for gl_info in IWineD3DSurfaceImpl_BltOverride().
|
2010-08-25 11:57:12 +02:00 |
Henri Verbeet
|
5655c6f0bb
|
d3dx9_36/tests: Use the proper D3DFVF_PSIZE constant in test_fvf_decl_conversion().
|
2010-08-25 11:56:59 +02:00 |
Henri Verbeet
|
bcd452ab82
|
d3dx9_36/tests: Remove a (mostly) redundant test.
|
2010-08-25 11:56:50 +02:00 |
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 |