Alexandre Julliard
e49918b5a2
kernel32: Use a longer wineboot timeout for the initial prefix creation.
2009-08-18 12:17:04 +02:00
Alexandre Julliard
d492389d23
kernel32: Don't wait for wineboot once the process is no longer running.
2009-08-18 12:14:12 +02:00
Vladimir Pankratov
6ec190e55c
wininet: Update Russian translation.
2009-08-18 11:40:02 +02:00
Vladimir Pankratov
33fe602bcd
mshtml: Add test for OmNavigator_get_appName.
2009-08-18 11:39:46 +02:00
Vladimir Pankratov
ecd7c11b5d
mshtml: Implement OmNavigator_get_appName.
2009-08-18 11:39:41 +02:00
Alexandre Julliard
38fe0827a1
setupapi: Copy the pre-compiled fake dll files instead of generating them if possible.
2009-08-18 11:38:22 +02:00
Alexandre Julliard
5f10595c5c
makefiles: Add rules for installing fake modules.
2009-08-18 11:33:26 +02:00
Alexandre Julliard
f78a8ceafc
makefiles: Add rules for building fake modules.
2009-08-18 11:29:35 +02:00
Sunil Mohan
f7f50d1252
oleaut32: Fix SLTG_ReadString to null terminate.
2009-08-18 11:25:44 +02:00
Michael Karcher
ca4c571818
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18 11:19:55 +02:00
Michael Karcher
9476071fd2
ntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows programs that didn't enable DEP.
2009-08-18 11:19:46 +02:00
Michael Karcher
7aa1f6c346
ntdll: Add ProcessExecuteFlags handling to NtQueryInformationProcess.
2009-08-18 11:17:44 +02:00
Michael Stefaniuc
a0509811a5
wininet: Update the Romanian translation.
2009-08-18 11:17:33 +02:00
Jörg Höhle
7763da811b
wined3d: Check GL_SUPPORT prior to an ARB occlusion call.
2009-08-17 19:36:41 +02:00
Huw Davies
70804336aa
rpcrt4: Add support for FC_ALIGNM2.
2009-08-17 16:47:24 +02:00
Michael Karcher
a0eb2ed413
server: Don't report LOAD_DLL debug event for exe module.
2009-08-17 16:44:14 +02:00
Alexandre Julliard
12d1ff8ef6
winex11: Add handling of take focus event on the desktop window.
2009-08-17 16:32:45 +02:00
Nikolay Sivov
f08747cbfc
comctl32/tab: Init TCITEM fields in TCM_GETITEM when invalid index passed.
2009-08-17 15:53:12 +02:00
Nikolay Sivov
031c497a5a
comctl32/tab: Check destination pointer for NULL in TCM_GETITEM handler.
2009-08-17 15:53:06 +02:00
Rein Klazes
b46e2ef9b1
advapi32: SetEntriesInAclW() should accept account name "CURRENT_USER".
2009-08-17 15:52:57 +02:00
Piotr Caban
c745826e5d
jscript: Fixed Object's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
ca72983664
jscript: Fixed Math's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
c0fc15b91c
jscript: Fixed Array's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
67520788c1
jscript: Fixed Date's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
5ead336535
jscript: Fixed RegExp's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
3da1773cc3
jscript: Fixed String's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
c2d2b9f559
jscript: Fixed Number's function lengths.
2009-08-17 13:57:51 +02:00
Piotr Caban
67f14b7633
jscript: Added Boolean's function lengths test.
2009-08-17 13:57:51 +02:00
Henri Verbeet
d900491310
wined3d: Replace find_clip_texcoord() with a generic function for finding a free input register.
2009-08-17 13:57:50 +02:00
Henri Verbeet
8d0ad2cf36
wined3d: Remove a redundant IWineD3DDeviceImpl_MarkStateDirty() call.
...
We should now correctly track the relevant state per-context. The
IWineD3DDeviceImpl_SetViewport() call isn't quite correct for d3d8 and d3d9,
Stefan still has a patch for that.
2009-08-17 13:57:50 +02:00
Henri Verbeet
b8078fc747
wined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
2009-08-17 13:57:50 +02:00
Henri Verbeet
7a0670392c
wined3d: Check the correct vertex sampler in device_unit_free_for_vs().
2009-08-17 13:57:50 +02:00
Henri Verbeet
8cf7aa2bdd
wined3d: Don't use a start index higher than MAX_COMBINED_SAMPLERS - 1 in device_map_vsamplers().
2009-08-17 13:57:50 +02:00
Jacek Caban
0936f4aa92
mshtml: Disable spell checker.
2009-08-17 13:57:50 +02:00
Dylan Smith
a8e58307f9
richedit: Fixed check for nOffset at the end of the cursor's run.
...
For some reason the code previously mixed up a selection cursor with the
result cursor. The problem seemed to have corrected itself before as a
result of conversion between offsets and cursors, but my recent changes
made this bug more severe.
2009-08-17 13:57:50 +02:00
Vincent Povirk
ad1d8adfeb
windowscodecs: Add a WARN message when CreateDecoderFromStream fails.
2009-08-17 13:57:50 +02:00
Juan Lang
a3575824ea
shdocvw: Support URLs passed by reference in WebBrowser_Navigate2.
2009-08-17 13:57:50 +02:00
Jacek Caban
1e23e88914
dbghelp: Check for NULL adt before using it in stabs_pts_read_aggregate.
2009-08-17 13:57:49 +02:00
Jacek Caban
4cc3ce923a
dbghelp: Use symt_get_name directly in stabs_pts_read_aggregate.
2009-08-17 13:57:49 +02:00
Jacek Caban
956eea6b31
dbghelp: Fixed buffer overflow in stabs_parse.
2009-08-17 13:57:49 +02:00
Jacek Caban
4e1a4ecc04
dbghelp: Improved arena allocation in pool_alloc.
2009-08-14 15:29:59 +02:00
Stefan Leichter
1690044d78
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.
2009-08-14 15:29:54 +02:00
Alexandre Julliard
ec98af650b
wintrust: Add stubs for the driver policy init functions.
2009-08-14 15:29:26 +02:00
Jacek Caban
7447145d64
msxml3: Optimize bstr_from_xmlChar implementation.
2009-08-14 13:59:10 +02:00
Alistair Leslie-Hughes
489c1a8d43
msxml3: Register missing MXXMLWriter interfaces.
2009-08-14 13:59:10 +02:00
Alistair Leslie-Hughes
e00425e6c4
msxml3: IXMLDOMElement doesn't support IObjectIdentity.
2009-08-14 13:59:10 +02:00
Alistair Leslie-Hughes
a1ab2df19a
shdocvw: Add basic support for InPlaceDeactivate.
2009-08-14 13:59:10 +02:00
Piotr Caban
c368ab5ba7
jscript: Inherit Math from Object.
2009-08-14 13:59:10 +02:00
Piotr Caban
6b8fef873c
jscript: Added RegExp.source implementation.
2009-08-14 13:59:10 +02:00
Piotr Caban
8d6d266977
jscript: Inherit some Function functions from Object.
2009-08-14 13:59:10 +02:00