Henri Verbeet
223b9d5c01
wined3d: Get rid of lastActiveRenderTarget in FindContext().
2009-07-21 14:22:58 +02:00
Henri Verbeet
8402519c7a
wined3d: Call ModifyLocation on "target" in IWineD3DDeviceImpl_ClearSurface().
...
This is the same pointer, but lastActiveRenderTarget will go away.
2009-07-21 14:22:53 +02:00
Henri Verbeet
6c0c1671b2
wined3d: Keep track of a context's current render target.
2009-07-21 14:22:49 +02:00
Henri Verbeet
ee4d18cc83
wined3d: Pass NULL to ActivateContext() when we don't need a specific target.
...
Once we keep track of the wined3d context for each thread,
lastActiveRenderTarget won't do what we want here.
2009-07-21 14:22:44 +02:00
Alexandre Julliard
a9c33bbc4a
kernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist.
2009-07-21 12:22:01 +02:00
Piotr Caban
a77e369cfe
jscript: Add Error_number handling to constructor and error throwing functions.
2009-07-21 11:04:34 +02:00
Piotr Caban
f3eef0d4c8
jscript: Added Error_number and Error_description implementation.
2009-07-21 11:04:16 +02:00
Piotr Caban
7c0a702001
jscript: Added Error_description and Error_number stubs.
2009-07-21 11:04:13 +02:00
Piotr Caban
3afc444e7f
jscript: Throw errors in Number functions.
2009-07-21 11:04:09 +02:00
Piotr Caban
f89fbb9b48
jscript: Throw TypeError in call_expression_eval.
2009-07-21 11:04:04 +02:00
Piotr Caban
789afcdc1b
jscript: Throw more errors in Date functions.
2009-07-21 11:03:51 +02:00
Piotr Caban
5b21893abf
jscript: Throw type errors in Date functions.
2009-07-21 10:59:27 +02:00
Piotr Caban
77e93ad8c7
jscript: Throw type errors in Boolean functions.
2009-07-21 10:59:07 +02:00
Piotr Caban
bd87f97e2d
jscript: Throw range errors in Array functions.
2009-07-21 10:59:01 +02:00
Piotr Caban
469b597212
jscript: Add error throwing functions.
2009-07-21 10:58:52 +02:00
Piotr Caban
2d71dac412
jscript: Add Error_toString implementation.
2009-07-21 10:57:37 +02:00
Piotr Caban
f17b1f6334
jscript: Add Error_message implementation.
2009-07-21 10:57:33 +02:00
Piotr Caban
f33f5c9286
jscript: Add Error object stub.
2009-07-21 10:57:19 +02:00
Ismael Barros
ebcb243c33
dplayx/tests: Host migration when session host leaves.
2009-07-21 10:50:57 +02:00
Dylan Smith
e364a4406a
richedit: Added missing return to ME_EnsureVisible.
...
The missing return was to prevent automatic vertically scrolling when
style for it is not set, but is set for the horizontal scrollbar. I
initially missed this by testing with no autoscrolling on either
scrollbar.
2009-07-21 10:47:13 +02:00
Owen Rudge
1eca313f47
shell32: Execute control panel applets in separate process.
2009-07-21 10:47:06 +02:00
Owen Rudge
bd926bde38
shell32: Check if a numerical value has been passed inside quotes in Control_DoLaunch.
2009-07-21 10:46:49 +02:00
Stefan Leichter
08e7a1bfe7
advapi32: Test a combination of CreateServiceA and GetSecurityInfo.
2009-07-21 10:46:45 +02:00
Austin English
f81784bbdb
shell32: Fix English folder names.
2009-07-21 10:46:39 +02:00
David Adam
9ec5d4388d
d3dx9: Add forgotten copyrights.
2009-07-21 10:46:32 +02:00
Alexandre Julliard
053eccf910
mountmgr: Always set the mount point id as a separate step from the mount point creation.
2009-07-20 21:00:33 +02:00
Alexandre Julliard
81cfeaf531
mountmgr: Retrieve the volume uuid through HAL/DiskArbitration when creating a device.
2009-07-20 17:11:47 +02:00
Alexandre Julliard
84396c2e62
mountmgr: Add support for setting the drive UUID instead of having it always hardcoded.
2009-07-20 16:14:23 +02:00
Alexandre Julliard
bc8dce2004
mountmgr: Create a separate structure for volume information.
2009-07-20 15:56:26 +02:00
Alexandre Julliard
8fb8b2e6a3
mountmgr: Create a separate structure for disk device information, independent from the DOS drive.
2009-07-20 15:46:34 +02:00
Alexandre Julliard
a32e4e5ee3
Convert English resources to UTF-8 where necessary.
2009-07-20 14:46:48 +02:00
Rein Klazes
c2ada64097
user32: Ignore the MFT_BITMAP flag when testing menu items for 'magic' bitmap handles.
2009-07-20 14:19:46 +02:00
Stefan Leichter
6ee1b06073
advapi32: Fix parameter types of CreateServiceA/W in spec file.
2009-07-20 14:14:00 +02:00
Mike Kaplinskiy
83d2108126
ws2_32/tests: Fix test failures on NT4/x86_64.
2009-07-20 13:35:43 +02:00
Mike Kaplinskiy
4acc8729c4
ws2_32/tests: Test closing listener during pending AcceptEx.
2009-07-20 13:35:37 +02:00
Mike Kaplinskiy
98bc97f770
ws2_32/tests: Test AcceptEx during pending AcceptEx call.
2009-07-20 13:35:34 +02:00
Henri Verbeet
e6f55c2650
wined3d: Remove an unused struct member.
2009-07-20 13:35:15 +02:00
Henri Verbeet
3a63552fd1
wined3d: Skip some unnecessary FBO binds.
2009-07-20 13:35:11 +02:00
Henri Verbeet
dedd62c0e2
wined3d: Recognize the SM4 log opcode.
2009-07-20 13:35:07 +02:00
Stefan Dösinger
e06997359f
wined3d: Set the highest dirty marker after marking shader constants dirty.
2009-07-20 12:23:14 +02:00
Stefan Dösinger
cd7f43b00d
wined3d: Don't activate a context unless we need one.
2009-07-20 12:23:07 +02:00
Austin English
c68a20fb80
shell32: Adjust shell folders to more closely match Windows.
2009-07-20 12:21:16 +02:00
Aurimas Fišeras
d05f1d3e0a
Various small Lithuanian translation fixes.
2009-07-20 12:20:46 +02:00
Jacek Caban
1c46be7a76
wininet: Code clean up by using heap_strdup* functions.
2009-07-20 12:20:36 +02:00
Jacek Caban
0055cfedc2
wininet: Code clean up by using heap_strdup* functions.
2009-07-20 12:20:27 +02:00
Marcus Meissner
f8600c706d
ws2_32: Fixed buffer size to MultiByteToWideChar.
2009-07-20 12:20:22 +02:00
Erich Hoover
0addd3ba5a
winealsa.drv: Re-allow fallback to waveout (regression in dsound).
2009-07-20 12:20:15 +02:00
Marcus Meissner
bd2b6bda6b
jscript: Initialize val_str to NULL (Coverity).
2009-07-20 12:19:28 +02:00
Frédéric Delanoy
010cbc028c
kernel32: Update French translation of error messages.
2009-07-20 12:18:53 +02:00
Dylan Smith
c6cf567706
richedit: Properly restore style after end of rtf group.
...
Rich text files have groupings of text, where styles are pushed onto
the stack when encountering a start of the group, then popped at the
end of the group. This was being handled improperly before, because a
single styleChanged flag was being stored to keep track of whether the
style needed to be restored at the end of a group. This fails to work
properly since the single flag isn't keeping track of all the levels
of the stack, so some styles are not restored properly.
2009-07-20 12:18:43 +02:00
David Adam
94c7ab72f5
d3dx9: Fix D3DXMatrixStack_RotateAxisLocal to make tests pass in Windows.
2009-07-20 12:18:26 +02:00
David Adam
02758ea8f8
d3dx9: Fix D3DXMatrixStack_RotateAxis to make tests pass in Windows.
2009-07-20 12:18:21 +02:00
David Adam
0729e91e21
d3dx9: Fix D3DXMatrixStack_MultMatrixLocal to make tests pass in Windows.
2009-07-20 12:18:15 +02:00
David Adam
3b6cbaeb03
d3dx9: Fix D3DXMatrixStack_MultMatrix to make tests pass in Windows.
2009-07-20 12:18:09 +02:00
David Adam
c88860a221
d3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.
2009-07-20 12:18:02 +02:00
David Adam
8823decbd4
d3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.
2009-07-20 12:17:53 +02:00
David Adam
878bcb519c
d3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.
2009-07-20 12:17:47 +02:00
David Adam
e37aff31b4
d3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.
2009-07-20 12:17:39 +02:00
Vincent Povirk
eff5de1231
mapi32: Add version numbers to version resource.
2009-07-20 12:17:31 +02:00
Ricardo Filipe
f7dbd0aa7e
oleacc: Add Portuguese translation.
2009-07-20 12:17:17 +02:00
Frédéric Delanoy
ba74403918
kernel32: Update French translation of error messages.
2009-07-17 15:40:41 +02:00
Dylan Smith
dde41d5c13
richedit: Handle missing colours in rtf colour table.
...
When a colour table entry is empty, then the default colour is used.
For an incomplete colour table entry 0 is used for the missing colours.
Previously the -1 value used internally for missing colours was being
converted into white, where it should be using the default colour that
is normally black.
This bug could be seen by loading the following rich text into wordpad:
{\rtf{\colortbl;;}\cf1 text}
2009-07-17 15:40:35 +02:00
Ricardo Filipe
1e5d72a630
devenum: Update Portuguese translation.
2009-07-17 14:28:20 +02:00
Ricardo Filipe
3eb5da4b6e
cryptdlg: Add Portuguese translation.
2009-07-17 14:28:16 +02:00
Rein Klazes
5b4b1e6a67
user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
2009-07-17 13:34:40 +02:00
Jeff Latimer
4a8e36548d
ws2_32: IPv6 functionality for WSAAddressToStringW.
2009-07-17 13:33:41 +02:00
Jeff Latimer
c620ec8f72
ws2_32/tests: IPv6 tests for WSAAddressToStringW.
2009-07-17 13:32:56 +02:00
André Hentschel
58cabeea2b
appwiz.cpl: Fix German translation.
2009-07-17 12:38:18 +02:00
Huw Davies
1d66e20ead
gdi32/tests: Add a broken case for some versions of winxp.
2009-07-17 12:38:08 +02:00
David Adam
0788ac38ab
d3dx9: Fix D3DXQuaternionNormalize to make tests pass in Windows.
2009-07-17 12:37:43 +02:00
David Adam
831d6b5886
d3dx9: Fix D3DXQuaternionInverse to make tests pass in Windows.
2009-07-17 12:37:36 +02:00
Dylan Smith
f59e41e8d5
richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL.
2009-07-17 12:37:17 +02:00
Dylan Smith
eddccdd1f2
richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
...
Previously after initial window creation of a richedit control with the
ES_DISABLENOSCROLL window style flag the scrollbar would be shown but
not disabled. This patch fixes this issue by explicitly disabling and
showing the scrollbar.
2009-07-17 12:37:03 +02:00
Henri Verbeet
a80247f58b
wined3d: Avoid redundant FBO binds.
...
Apparently this is an expensive operation for certain drivers, even if the
binding doesn't actually change.
2009-07-17 11:22:07 +02:00
Henri Verbeet
710f6f8456
wined3d: Always use context_bind_fbo() to change the framebuffer binding.
2009-07-17 11:22:07 +02:00
Henri Verbeet
7485173849
wined3d: Pass the context instead of the device to the various context functions.
2009-07-17 11:22:07 +02:00
Henri Verbeet
a01616a6c3
wined3d: Store a pointer to wined3d_gl_info in struct WineD3DContext.
2009-07-17 11:22:07 +02:00
Henri Verbeet
43e6686a78
wined3d: Rename _WineD3D_GL_Info to struct wined3d_gl_info.
2009-07-17 11:22:07 +02:00
Dylan Smith
140fee1790
richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
...
When the richedit control is created without the ES_AUTOHSCROLL or the
ES_AUTOVSCROLL, then scrolling isn't done automatically when moving the
cursor with the arrow keys, drag selecting with the mouse, or even from
using the EM_SCROLLCARET (based on testing using a modified version of
wordpad).
2009-07-17 11:22:07 +02:00
Jacek Caban
97936252dd
wininet: Code clean up by using heap_strdup* functions.
2009-07-17 11:21:59 +02:00
Jacek Caban
13974e9d5a
wininet: Code clean up by using heap_strdup* functions.
2009-07-17 11:17:13 +02:00
Jacek Caban
5d6f01b76b
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17 11:16:55 +02:00
Jacek Caban
e09dfcfa99
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation.
2009-07-17 11:16:50 +02:00
Jacek Caban
f598709212
wininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-17 11:16:42 +02:00
Ricardo Filipe
f8f8783a43
appwiz.cpl: Update Portuguese translation and convert to UTF8.
2009-07-17 11:16:33 +02:00
Juan Lang
778a1d85c4
ws2_32: Make sure sockaddr is big enough when formatting an IPv6 address.
2009-07-17 11:14:48 +02:00
Juan Lang
a9a1cd269c
ws2_32: Remove an unnecessary cast.
2009-07-17 11:14:43 +02:00
Alexandre Julliard
f59a3097f2
uuid: Include some more headers.
2009-07-16 16:36:41 +02:00
Joel Holdsworth
91f458314b
gdi32/tests: Added tests for BitBlt.
2009-07-16 16:18:20 +02:00
Paul Vriens
4e370f74f7
winhttp: Fix a crash on Vista and higher.
2009-07-16 16:06:57 +02:00
Vitaliy Margolen
d2117c14ba
shell32: Export IsUserAnAdmin by name as well.
2009-07-16 16:06:51 +02:00
Henri Verbeet
50f5abcad9
wined3d: Recognize the SM4 dp4 opcode.
2009-07-16 16:03:40 +02:00
Henri Verbeet
03acf9d207
wined3d: Recognize the SM4 dp3 opcode.
2009-07-16 16:03:36 +02:00
Henri Verbeet
7539cd5c85
wined3d: Recognize the SM4 rsq opcode.
2009-07-16 16:03:32 +02:00
Henri Verbeet
d6ffe00cd2
wined3d: Recognize the SM4 constant buffer register type.
2009-07-16 16:03:28 +02:00
Henri Verbeet
c4f8845bc9
wined3d: Recognize SM4 arrays.
...
This is for SM4 constant buffers, which look like cb<x>[<y>]. At some later
point we should probably translate pre-SM4 constants to constant buffers.
2009-07-16 16:03:23 +02:00
David Adam
f24bf3e4bd
d3dx9: Remove a failing test in Windows.
2009-07-16 12:48:06 +02:00
David Adam
a3634e2ca3
d3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.
2009-07-16 12:48:02 +02:00
Andrew Nguyen
8f1836cbcc
t2embed: Implement TTLoadEmbeddedFont as a stub.
2009-07-16 12:47:56 +02:00
Piotr Caban
ea5c94f84d
jscript: Fix create_exec_ctx implementation.
2009-07-16 11:38:48 +02:00
Piotr Caban
8e1233ec48
jscript: Remove broken tests.
2009-07-16 11:38:44 +02:00
Piotr Caban
f5e678e8dd
jscript: Improve Object_toString implementation.
2009-07-16 11:38:37 +02:00
Ricardo Filipe
4842b5c201
shdoclc: Fix Portuguese translation and convert to UTF8.
2009-07-16 11:21:42 +02:00
Ricardo Filipe
ac67331d6d
mshtml: Update Portuguese translation and convert to UTF8.
2009-07-16 11:21:38 +02:00
Ricardo Filipe
1656ddd06b
gphoto2.ds: Fix Portuguese translation and convert to UTF8.
2009-07-16 11:21:35 +02:00
Andrew Nguyen
f63f4026cf
kernel32: Implement WTSGetActiveConsoleSessionId as a stub.
2009-07-16 11:21:21 +02:00
Roderick Colenbrander
618b410aa8
winex11: Add a function for retrieving the bitmap GC.
2009-07-16 11:19:34 +02:00
Stefan Dösinger
9d14dcab68
wined3d: Use the unmodified source in MOVA.
...
The code removed by this patch was a leftover from the time when we tried to
emulate MOVA with a plain ARL, which only supports one source in plain ARB.
This breaks the more sophisticated MOVA and 4 component ADDR register we have
now however.
2009-07-16 11:15:45 +02:00
Stefan Dösinger
6a04c2d5cc
wined3d: Don't call glGetError if nobody is listening.
2009-07-16 11:15:40 +02:00
Dmitry Timoshkov
1d265bcac2
comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.
2009-07-16 11:15:36 +02:00
Michael Stefaniuc
2bf4acb56c
Set the encoding of the Romanian resources to UTF-8.
2009-07-16 11:15:23 +02:00
Nikolay Sivov
3373ed8fbb
comctl32/dpa: Don't use start index on searching sorted array.
2009-07-16 11:13:07 +02:00
Aric Stewart
6a5bb87e3a
gdi32: In init_system_links, reinitialize val_len and data_len before continuing.
2009-07-16 11:13:02 +02:00
Jacek Caban
3935c81b21
include: Added netcon.idl.
2009-07-16 11:08:25 +02:00
Frédéric Delanoy
0c334f597b
appwiz.cpl: Fix French UI display and wording.
2009-07-16 11:08:13 +02:00
Juan Lang
235c6c1e1e
winhttp: Use the correct address length when connecting.
2009-07-16 11:08:06 +02:00
Juan Lang
a4a3953b2f
winhttp: Fix a comment typo.
2009-07-16 11:08:02 +02:00
Aurimas Fišeras
f220d1227a
appwiz.cpl: Update Lithuanian translation.
2009-07-16 11:07:56 +02:00
André Hentschel
4a70164d66
shell32: Correct German language.
2009-07-16 11:07:51 +02:00
André Hentschel
599942643b
appwiz.cpl: Correct German language.
2009-07-16 11:07:48 +02:00
Aric Stewart
a3bae05dec
sane: Remove BOM from Japanese resource.
2009-07-16 11:07:44 +02:00
Dmitry Timoshkov
ee7ca802f4
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.
2009-07-15 14:31:23 +02:00
Ricardo Filipe
1f710d7282
crypt32: Update Portuguese translation and convert to UTF8.
2009-07-15 14:31:19 +02:00
Vincent Povirk
81c7e81348
windowscodecs: Register BMP decoder as a bitmap decoder.
2009-07-15 14:28:39 +02:00
Alexandre Julliard
2c5bd49297
msi: Build a proper tab chain by walking through the controls list.
...
Simply changing Z-order as we encounter windows is not sufficient to
ensure correct ordering, we have to rebuild the list from scratch.
2009-07-15 14:22:14 +02:00
Juan Lang
bd7a2e70b0
winhttp: Issue CONNECT command to connect to a secure server through a proxy server.
2009-07-15 14:11:06 +02:00
Juan Lang
c2ba725196
winhttp: Don't set port number to a default before scheme is known.
2009-07-15 14:10:50 +02:00
Juan Lang
5c24a1c824
winhttp: Allow full path in addition to relative path in headers to accomodate proxy servers.
2009-07-15 14:10:43 +02:00
Juan Lang
31545206fb
winhttp: Use proxy server when redirecting.
2009-07-15 14:10:35 +02:00
Juan Lang
de12987d7f
winhttp: Use a helper function to set connect_t's servername and port.
2009-07-15 14:10:26 +02:00
Juan Lang
85579ebb4c
winhttp: Connect to the proxy port rather than the host port.
2009-07-15 14:10:13 +02:00
Juan Lang
6fad52bd14
winhttp: When connecting via a proxy include full hostname and scheme in path.
2009-07-15 14:10:04 +02:00
Juan Lang
0080a7f8a2
winhttp: Set connect_t's servername and port based on proxy settings.
2009-07-15 14:09:55 +02:00
Juan Lang
5575957657
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.
2009-07-15 14:09:39 +02:00
Juan Lang
51e54a8b75
winhttp: Support getting the default proxy settings from the http_proxy environment variable.
2009-07-15 14:09:29 +02:00
Juan Lang
fd9aa244d3
winhttp: Implement WinHttpGetDefaultProxyConfiguration.
2009-07-15 14:06:53 +02:00
Juan Lang
3469a021be
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
2009-07-15 14:06:40 +02:00
Juan Lang
461b124015
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
2009-07-15 14:06:32 +02:00
Vladimir Pankratov
585e8dfbb4
comctl32: Fix division by zero.
2009-07-15 14:04:12 +02:00
Piotr Caban
f421746980
jscript: Added RegExp_test stub.
2009-07-15 13:54:08 +02:00
Piotr Caban
1cffc0eb73
jscript: Improve Number_toString implementation.
2009-07-15 13:54:02 +02:00
Piotr Caban
15b07c2a36
jscript: Improve to_string implementation.
2009-07-15 13:53:27 +02:00
Henri Verbeet
a5d9536542
d3d10: Implement ID3D10Effect::GetVariableByName().
2009-07-15 13:25:35 +02:00
Henri Verbeet
f58405f647
d3d10: Parse effect variables.
2009-07-15 13:25:27 +02:00
Henri Verbeet
ddc948b974
d3d10: Do all effect object parsing in parse_fx10_object().
2009-07-15 13:25:21 +02:00
Rico Schüller
2dd1b37922
d3d10: Rename struct d3d10_effect_variable to struct d3d10_effect_object.
...
The name d3d10_effect_variable is somewhat misleading, since these
aren't actually effect variables as returned by e.g.
ID3D10Effect::GetVariableByName(), but effect objects as referenced by
effect passes.
2009-07-15 13:25:15 +02:00
Henri Verbeet
ae8e8ac73f
wined3d: Check the return values for some wgl calls.
2009-07-15 13:24:24 +02:00
Henri Verbeet
476c83522b
wined3d: Remove the remains of an ATI_fragment_shader hack.
...
This was originally added as a workaround for a Mesa bug by commit
ddf52dda15
. The other half of the hack has since
been removed. This code causes problems when wglDeleteContext() from a
different thread causes our current context to be destroyed, since
wglGetCurrentContext() will return a destroyed context in that case. That is a
flaw in our wgl implementation, since wglDeleteContext() shouldn't allow a
context that's current in a different thread to be destroyed, but this hack is
a bad idea regardless.
2009-07-15 13:24:19 +02:00
Austin English
ccfcf8dd21
shell32: More Dutch translations fixes.
...
Translations by Vincent Beers.
2009-07-15 13:23:37 +02:00
Michael Stefaniuc
9949661c65
Set the encoding of the remaining German resources to UTF-8.
2009-07-15 13:23:29 +02:00
Michael Stefaniuc
f92afb8768
shell32: Convert the German resources to UTF-8.
2009-07-15 13:23:19 +02:00
Michael Stefaniuc
88a58a3e1f
user32: Update the German resources and switch them to UTF-8.
2009-07-15 13:23:17 +02:00
Andrew Talbot
f4d2db4c54
dbghelp: Constify some variables.
2009-07-15 13:23:00 +02:00
Stefan Dösinger
3c2fa6aea4
wined3d: Set the depth blit helper texture address mode to clamp.
...
On ATI cards we use the driver's GL_ARB_texture_non_power_of_two emulation to
support conditional NP2 textures without having to deal with the denormalized
coordinates. The default GL_TEXTURE_2D address mode is incompatible with
GL_ARB_texture_rectangle however.
2009-07-15 13:17:12 +02:00
Stefan Dösinger
387d337a70
wined3d: EXP and EXPP are scalar operations.
2009-07-15 13:17:02 +02:00
Owen Rudge
bf3574a4e1
appwiz.cpl: Execute installer when Modify clicked.
2009-07-15 13:16:45 +02:00
Owen Rudge
812e604765
appwiz.cpl: Enable/disable Modify button, and modify title on Remove button, as appropriate.
2009-07-15 13:16:41 +02:00
Owen Rudge
2f54154299
appwiz.cpl: Read modification path from registry.
2009-07-15 13:16:25 +02:00
Owen Rudge
051e85d39f
appwiz.cpl: Replace Add/Remove button with separate Modify and Remove buttons.
2009-07-15 13:16:18 +02:00
Nikolay Sivov
ce372ca4db
comctl32/header: Fix hittesting flags, extend tests a bit.
2009-07-15 13:16:03 +02:00
Aric Stewart
af6de9d7a3
devenum: Add Japanese resource.
2009-07-15 13:15:56 +02:00
Aric Stewart
e9037ebe40
iccvid: Add Japanese resource.
2009-07-15 13:15:52 +02:00
Aric Stewart
0d932a88d4
msvidc32: Add Japanese resource.
2009-07-15 13:15:47 +02:00
Aric Stewart
33f8f2b37d
sane: Add Japanese resource.
2009-07-15 13:15:41 +02:00
Mike Kaplinskiy
1dd1ea2e17
ws2/tests: Test AcceptEx with a deferred socket.
2009-07-14 16:28:59 +02:00
Eric Pouech
f2b7ec1c2c
dbghelp: Fixed regressions introduced by growing arrays exponentially instead of linearly.
2009-07-14 15:16:08 +02:00
Hans Leidekker
8013e45e4c
wmiutils: Register interfaces.
2009-07-14 15:15:45 +02:00
Hans Leidekker
ceee3ddf47
wmiutils: Add class factory.
2009-07-14 15:15:29 +02:00
Hans Leidekker
0520defecc
wmiutils: Add a stub implementation of IWbemStatusCodeText.
2009-07-14 15:15:24 +02:00
Hans Leidekker
dd1d8cab3a
wmiutils: New dll.
2009-07-14 15:15:16 +02:00
Hans Leidekker
a4717d0d4c
wbemprox: Register interfaces.
2009-07-14 15:13:34 +02:00
Hans Leidekker
a73b9d9b02
wbemprox: Add class factory.
2009-07-14 15:13:11 +02:00
Hans Leidekker
2182dd1fa7
wbemprox: Add a stub implementation of IWbemLocator.
2009-07-14 15:13:01 +02:00
Henri Verbeet
b4da7ebd3e
d3d10: Marge parse_fx10_pass() and parse_fx10_pass_index().
2009-07-14 12:21:56 +02:00
Henri Verbeet
c481e0a7d4
d3d10: Merge parse_fx10_technique() and parse_fx10_technique_index().
2009-07-14 12:21:51 +02:00
Henri Verbeet
34ab5431e8
d3d10: Parse local buffer names.
2009-07-14 12:21:46 +02:00
Henri Verbeet
710b57a5aa
d3d10: Parse local buffers.
2009-07-14 12:21:32 +02:00
Alexandre Julliard
b5d86403a4
msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
2009-07-14 12:18:15 +02:00
Alexandre Julliard
60d389670a
ddraw/tests: Properly release surfaces even if we can't get the texture object.
2009-07-14 11:29:47 +02:00
Alexandre Julliard
340f5734bf
ddraw/tests: Fix a failing test on 64-bit.
2009-07-14 11:29:47 +02:00
Piotr Caban
55b8952ba2
jscript: Added Date_getYear implementation.
2009-07-14 10:46:48 +02:00
Piotr Caban
c44056d4b2
jscript: Added String_fromCharCode implementation.
2009-07-14 10:46:44 +02:00
Piotr Caban
2325e2cdb8
jscript: Added Array_slice implementation.
2009-07-14 10:46:39 +02:00
Piotr Caban
b6b520e0ed
jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.
2009-07-14 10:46:32 +02:00
Piotr Caban
75cce3cdcd
jscript: Added implementation of Array constructor called as a function.
2009-07-14 10:46:25 +02:00
Piotr Caban
346619d093
jscript: Added Array length setting implementation.
2009-07-14 10:46:18 +02:00
Roderick Colenbrander
eeeb349eee
winex11: Use set_xrender_transformation in AlphaBlend.
2009-07-14 10:45:36 +02:00
Andrew Talbot
c702da34da
dbghelp: Constify some variables.
2009-07-14 10:45:29 +02:00
Austin English
6d474663c1
shell32: Fix folder names for Dutch locale.
2009-07-14 10:45:23 +02:00
Piotr Caban
42f9608269
jscript: Inherit Function_valueOf from Object.
2009-07-13 12:21:29 +02:00
Piotr Caban
91ce0dd6a3
jscript: Fix String_match implementation.
2009-07-13 12:21:22 +02:00
Piotr Caban
df8195668d
jscript: Make String_toUpperCase generic.
2009-07-13 12:20:59 +02:00
Piotr Caban
ab8168141b
jscript: Make String_toLowerCase generic.
2009-07-13 12:20:54 +02:00
Piotr Caban
973f3be02c
jscript: Make String_substring generic.
2009-07-13 12:20:50 +02:00
Piotr Caban
09e1b37fea
jscript: Make String_split generic.
2009-07-13 12:20:44 +02:00
Piotr Caban
2f28956f06
jscript: Make String_slice generic.
2009-07-13 12:20:39 +02:00
Piotr Caban
54a3fa842b
jscript: Make String_replace generic.
2009-07-13 12:13:48 +02:00
Piotr Caban
0cb6bf5b28
jscript: Make String_match generic.
2009-07-13 12:13:35 +02:00
Piotr Caban
4881cf8de4
jscript: Make String_indexOf generic.
2009-07-13 12:13:30 +02:00
Piotr Caban
a9d7135ecc
jscript: Make String_charCodeAt generic.
2009-07-13 12:13:24 +02:00
Piotr Caban
0fae85fc63
jscript: Make String_charAt generic.
2009-07-13 12:13:20 +02:00
Piotr Caban
16b38c457d
jscript: Make do_attribute_tag_format generic.
2009-07-13 12:13:06 +02:00
Piotr Caban
0ee06df4b0
jscript: Change do_attributeless_tag_format so it works on non string objects.
2009-07-13 12:12:45 +02:00
Roderick Colenbrander
004eabfbd3
winex11: Add an XRender based GetSrcAreaStretch.
2009-07-13 11:58:26 +02:00
Roderick Colenbrander
ea700f5d54
winex11: Add a helper function for converting a random color to a XRenderColor.
2009-07-13 11:08:55 +02:00
David Adam
14a98e3dc6
d3dx8: Remove the d3dx8 dll.
2009-07-13 10:55:47 +02:00
David Adam
245dbcf1f7
dxguid: Remove the useless d3dx8 include.
2009-07-13 10:55:23 +02:00
David Adam
5dfa6955ee
d3dx9: Remove the useless d3dx8 import.
2009-07-13 10:54:26 +02:00
David Adam
e5753acee5
d3dx9: Merge d3dx8 math tests into d3dx9.
2009-07-13 10:54:10 +02:00
David Adam
39fdb9ffde
d3dx9: Clean-up the spec file.
2009-07-13 10:53:57 +02:00
David Adam
d1c2d2a4f8
d3dx9: Merge d3dx8 math into d3dx9.
2009-07-13 10:53:15 +02:00
David Adam
35ada0dc2d
d3dx9: Merge d3dx8 mesh tests into d3dx9.
2009-07-13 10:52:02 +02:00
David Adam
40c6cf77ce
d3dx9: Merge d3dx8 mesh into d3dx9.
2009-07-13 10:51:51 +02:00
David Adam
de5090c51c
d3dx9: Merge d3dx8 core into d3dx9.
2009-07-13 10:51:26 +02:00
David Adam
3871fb34d1
d3dx9: Add d3dx9.h in dxguid.
2009-07-13 10:50:49 +02:00
David Adam
bd7421cd6d
d3dx9: Fix the prototype of some functions.
2009-07-13 10:50:42 +02:00
Yuri Khan
f1c131ba27
winex11.drv: Handle clipboard on an auxiliary thread for windowless apps.
2009-07-13 10:48:56 +02:00
Maarten Lankhorst
f27d88e16f
winealsa.drv: Add support for indirect read/write in directsound support.
...
Allows pulseaudio to use the idsdriver interface, making it almost as
fast as using native pulseaudio calls for as far as directsound is
concerned. Prevents the creation of separate winmm feeder threads.
2009-07-13 10:48:06 +02:00
Frédéric Delanoy
c692edb7e7
kernel32: Fix typos in English errors messages.
2009-07-13 10:48:06 +02:00
Frédéric Delanoy
06a1aebdb3
kernel32: Convert German error msgs resources to UTF-8.
2009-07-13 10:48:06 +02:00
Frédéric Delanoy
83d537f3f0
kernel32: Convert French resources to UTF-8.
2009-07-13 10:48:06 +02:00
Vincent Povirk
d15870edfd
windowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.
2009-07-13 10:48:05 +02:00
Dylan Smith
e7fd0b46b0
richedit: Add more tests for WM_SETTEXT RTF support.
2009-07-13 10:48:05 +02:00
Dylan Smith
88c2b90aa6
richedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
...
WM_SETTEXT seems to check for {\rtf or {\urtf to determine if it is an
ascii RTF string, even if it is a unicode message. So I removed the
check to see if it is a unicode message, and added a check for {\urtf.
2009-07-13 10:48:01 +02:00
Huw Davies
e5c614e6b1
gdi32/tests: Allow a small tolerance when comparing scaling values.
2009-07-13 10:32:11 +02:00
Jacek Caban
54870c1431
wininet: Rename WININETFTPFILEW to ftp_file_t.
2009-07-13 10:27:04 +02:00
Jacek Caban
8adbf8ce01
wininet: Rename WININETFTPSESSIONW to ftp_session_t.
2009-07-13 10:26:59 +02:00
Jacek Caban
6d1601a850
wininet: Rename WININETAPPINFOW to appinfo_t.
2009-07-13 10:26:52 +02:00
Jacek Caban
34abacde71
wininet: Rename WININETHTTPREQW to http_request_t.
2009-07-13 10:26:39 +02:00
Jacek Caban
e9f4a40584
wininet: Rename WININETHTTPSESSIONW to http_session_t.
2009-07-13 10:26:32 +02:00
Alexander Nicolaysen Sørnes
de8099fcc3
crypt32: Update Norwegian Bokmål translation.
2009-07-13 10:26:18 +02:00
Rein Klazes
36d5265aee
comdlg32/tests: Remove file dialog resize tests that rely on CDN_SELCHANGE notifications.
...
These notifications are not always sent on some (but not all) win2k3/vista/win2k8 machines.
2009-07-13 10:26:14 +02:00
Nikolay Sivov
fdb7412725
comctl32/header: Update item bounds on WM_SIZE.
2009-07-13 10:26:06 +02:00
Nikolay Sivov
fac7daf098
comctl32/header: Use macro to define LPARAM value.
2009-07-13 10:25:57 +02:00
Vincent Povirk
2cdc48a4e5
gdiplus: Implement GdipSetLineLinearBlend.
2009-07-13 10:25:44 +02:00
Vincent Povirk
849af30eb8
gdiplus: Use brush_fill_path in GdipFillRectangleI.
2009-07-13 10:25:30 +02:00
Vincent Povirk
6a8a770c76
gdiplus: Use brush_fill_path in GdipFillRegion.
2009-07-13 10:25:26 +02:00
Vincent Povirk
38fc894c96
gdiplus: Use brush_fill_path in GdipFillPolygonI.
2009-07-13 10:25:19 +02:00
Vincent Povirk
15fef07887
gdiplus: Use brush_fill_path in GdipFillPolygon.
2009-07-13 10:25:10 +02:00
Vincent Povirk
bedbd40f5e
gdiplus: Use brush_fill_path in GdipFillPie.
2009-07-13 10:25:06 +02:00
Vincent Povirk
e306316c7d
gdiplus: Use brush_fill_path in GdipFillEllipse.
2009-07-13 10:25:02 +02:00
Andrew Talbot
41ca9b0ffd
dbghelp: Constify some variables.
2009-07-13 10:24:56 +02:00
Alexandre Julliard
5622f74486
ddraw/tests: Fix a few tests that fail on Win64.
2009-07-10 20:52:41 +02:00
Alexandre Julliard
74c985aad1
oleaut32: Fix safe array marshalling on 64-bit.
2009-07-10 19:13:27 +02:00
Alexandre Julliard
a0b8ec0e1b
oleaut32/tests: Fix the usrmarshal tests on 64-bit.
2009-07-10 19:13:16 +02:00
Aric Stewart
3d6bb38952
msctf/tests: Test EnumDocumentMgrs.
2009-07-10 15:14:09 +02:00
Aric Stewart
844fd92200
msctf: Implement ITfThreadMgr::EnumDocumentMgrs.
2009-07-10 15:14:04 +02:00
Aric Stewart
171a1ad0a2
msctf: Add code to track created ITfDocumentMgrs.
2009-07-10 15:13:53 +02:00
Frédéric Delanoy
e3bf3d8b62
cryptui: Fix French translation & UI display.
2009-07-10 15:12:54 +02:00
Frédéric Delanoy
04f5c9153a
cryptui: Fix UI display.
2009-07-10 15:12:51 +02:00