Alexandre Julliard
|
277040d924
|
d3dx9: Fix some incorrect const typecasts.
|
2010-08-04 17:53:14 +02:00 |
|
Tony Wasserka
|
1905e93b54
|
d3dx9: Implement ARGB point filtering in D3DXLoadSurfaceFromMemory.
|
2010-08-04 17:49:43 +02:00 |
|
Tony Wasserka
|
5bdfd877a7
|
d3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFromMemory if pDestRect is invalid.
|
2010-08-04 17:48:45 +02:00 |
|
Tony Wasserka
|
295d2a6777
|
d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions.
|
2010-08-04 17:48:21 +02:00 |
|
Dmitry Timoshkov
|
dfe6ae58af
|
user32: Protect from setting as a window owner one of its successors.
|
2010-08-04 17:35:22 +02:00 |
|
Jacek Caban
|
884b76657c
|
jscript: Get rid of no longer needed ErrorInstance struct.
|
2010-08-04 17:32:05 +02:00 |
|
Jacek Caban
|
ae8cb5a1e6
|
jscript: Fixed Error.toString implementation for non-Error this.
|
2010-08-04 17:31:59 +02:00 |
|
Jacek Caban
|
04819e9066
|
jscript: Use generic property for Error.message.
|
2010-08-04 17:31:51 +02:00 |
|
Jacek Caban
|
96990cfa8e
|
jscript: Use generic property for Error.description.
|
2010-08-04 17:31:46 +02:00 |
|
David Hedberg
|
2761b0ded6
|
explorerframe: Implement GetRootItems.
|
2010-08-04 17:30:53 +02:00 |
|
David Hedberg
|
b431995cc4
|
explorerframe: Implement RemoveRoot and RemoveAllRoots.
|
2010-08-04 17:30:37 +02:00 |
|
David Hedberg
|
658ec55a94
|
explorerframe: Handle TVN_GETDISPINFO to get icons, filename and information about subfolders.
|
2010-08-04 17:30:26 +02:00 |
|
David Hedberg
|
f87891c362
|
explorerframe: Implement InsertRoot and AppendRoot.
|
2010-08-04 17:30:15 +02:00 |
|
Nikolay Sivov
|
94dfbcaad5
|
comctl32/tests: Remove some noise from function names.
Everything in this file is about Monthcal.
|
2010-08-04 13:26:11 +02:00 |
|
Nikolay Sivov
|
8e968fd290
|
comctl32/monthcal: Add some tests for post-V1 hittest fields.
|
2010-08-04 13:26:00 +02:00 |
|
Henri Verbeet
|
37c8632811
|
wined3d: Make some lookup tables const.
|
2010-08-04 13:24:24 +02:00 |
|
Henri Verbeet
|
2b88b2d351
|
wined3d: Only try to acquire a context in surface_cleanup() if there are GL resources to be destroyed.
The reason we're in surface_cleanup() might for example be that context
creation failed.
|
2010-08-04 13:24:21 +02:00 |
|
Henri Verbeet
|
43a86d1e56
|
wined3d: Cleanup Get/SetDepthStencilSurface().
|
2010-08-04 13:24:17 +02:00 |
|
Henri Verbeet
|
009cd78fa4
|
wined3d: Cleanup Get/SetRenderTarget().
|
2010-08-04 13:24:14 +02:00 |
|
Henri Verbeet
|
6e30387f81
|
wined3d: Replace color_fill_fbo() with device_clear_render_targets().
|
2010-08-04 13:24:07 +02:00 |
|
Alexander Nicolaysen Sørnes
|
aa733bedd5
|
mshtml: Send more informative messages to OleInPlaceFrame.
|
2010-08-04 13:19:21 +02:00 |
|
Misha Koshelev
|
bf46b4fdfc
|
d3dx9: Add stub and tests for D3DXCreateMesh.
|
2010-08-04 13:19:00 +02:00 |
|
Misha Koshelev
|
995c653d11
|
d3dx9: Add _D3DXMESH enumeration.
|
2010-08-04 13:17:51 +02:00 |
|
Alexandre Julliard
|
c2a29dbb9c
|
configure: Check that the cross-compiler that we found actually works.
|
2010-08-04 13:16:19 +02:00 |
|
Dmitry Timoshkov
|
e0bbcea6fb
|
ws2_32: Rearrange the code to avoid a needless release_sock_fd().
|
2010-08-04 12:33:27 +02:00 |
|
Oldřich Jedlička
|
5c05b14167
|
ddraw/tests: New attachment/flipping tests for back buffers.
|
2010-08-04 12:27:11 +02:00 |
|
Oldřich Jedlička
|
109cb9fee4
|
ddraw/tests: New CreateSurface for DDSCAPS_BACKBUFFER tests.
|
2010-08-04 12:27:04 +02:00 |
|
Andrew Talbot
|
ebacf49f02
|
comctl32: Constify some variables.
|
2010-08-04 12:26:15 +02:00 |
|
Thomas Mullaly
|
b5e70534c6
|
urlmon: Implemented IUri_GetPathAndQuery.
|
2010-08-04 12:26:02 +02:00 |
|
Thomas Mullaly
|
45069a3330
|
urlmon: Implemented IUri_GetQuery.
|
2010-08-04 12:25:55 +02:00 |
|
Thomas Mullaly
|
fdfcfc6aa0
|
urlmon: Implemented canonicalization of query strings.
|
2010-08-04 12:25:47 +02:00 |
|
Thomas Mullaly
|
36b1006c6b
|
urlmon: Implemented a parser for URI query strings.
|
2010-08-04 12:25:42 +02:00 |
|
Sven Baars
|
811c705ad9
|
shdocvw: Update the Dutch translation.
|
2010-08-04 12:25:26 +02:00 |
|
Jacek Caban
|
22679a2419
|
mshtml: Added support for custom post data type.
|
2010-08-04 12:25:22 +02:00 |
|
Jacek Caban
|
ac65368835
|
mshtml: Added nsIChannel::GetRequestMethod implementation.
|
2010-08-04 12:25:16 +02:00 |
|
Jacek Caban
|
0085383fc7
|
mshtml: Store request method in nsChannel.
|
2010-08-04 12:25:12 +02:00 |
|
Jacek Caban
|
dc825296fd
|
mshtml: Added nsIChannel::SetRequestHeader implementation.
|
2010-08-04 12:25:07 +02:00 |
|
Jacek Caban
|
753ecebe9b
|
mshtml: Added nsIChannel::GetRequestHeader implementation.
|
2010-08-04 12:24:53 +02:00 |
|
Jacek Caban
|
76eed7d313
|
mshtml: Store request headers in nsChannel if possible.
|
2010-08-04 12:24:49 +02:00 |
|
Jacek Caban
|
508aec93c1
|
mshtml: Allow customization of BeginningTransaction.
|
2010-08-04 12:24:44 +02:00 |
|
Jacek Caban
|
8ca78fa171
|
mshtml: Moved headers parsing to separated function.
|
2010-08-04 12:24:39 +02:00 |
|
Jacek Caban
|
6ae84b0b91
|
mshtml: Moved setting HTTP header to separated function.
|
2010-08-04 12:24:35 +02:00 |
|
Jacek Caban
|
b1c6f41da9
|
mshtml: Moved getting HTTP header to separated function.
|
2010-08-04 12:24:30 +02:00 |
|
Jacek Caban
|
dd0894c7ab
|
mshtml: Moved HTTP headers list freeing to separated function.
|
2010-08-04 12:24:25 +02:00 |
|
Andrew Eikum
|
9f37536d6a
|
shell32: Add tests for SHChangeNotify functions.
|
2010-08-04 12:15:24 +02:00 |
|
Aurimas Fišeras
|
35e60aa3e0
|
shdocvw: Updated Lithuanian translation.
|
2010-08-04 12:14:56 +02:00 |
|
André Hentschel
|
d0deb83624
|
shdocvw: Update German translation.
|
2010-08-04 12:14:51 +02:00 |
|
Alexander Nicolaysen Sørnes
|
6d381a4cf5
|
shdocvw: Add View menu to IE with list of installed toolbars.
|
2010-08-04 12:14:43 +02:00 |
|
Andrew Nguyen
|
80b1c5e072
|
mpr: Initialize the output enumeration handle to NULL in WNetOpenEnumA/W with no providers available.
|
2010-08-04 12:14:39 +02:00 |
|
André Hentschel
|
38ca35fe57
|
ntdll: Add SXS error codes.
|
2010-08-04 12:13:50 +02:00 |
|