Andrew Talbot
ecdf0e8682
dmime: Sign-compare warning fix.
2008-07-31 13:39:38 +02:00
Andrew Talbot
9d67a983a8
dmcompos: Sign-compare warning fix.
2008-07-31 13:39:35 +02:00
Damjan Jovanovic
22a17e027e
shdocvw: Add IUniformResourceLocator declarations to intshcut.h.
2008-07-31 13:26:17 +02:00
Rob Shearman
1eaea13ebb
rpcrt4: Validate the uuid portion of the string passed to RpcStringBindingParseA/W.
2008-07-31 13:25:55 +02:00
James Hawkins
68e6be45e1
msi: Add tests for MsiOpenProduct.
2008-07-31 13:04:44 +02:00
James Hawkins
9b426be0ee
msi: Reimplement MsiOpenProduct.
2008-07-31 13:04:36 +02:00
Detlef Riekenberg
4da745be5c
shell32/tests: Do not crash on Win9x when testing shlfileop.
2008-07-31 13:04:29 +02:00
Nikolay Sivov
1ac7912874
gdiplus: Implemented Gdip[Get/Set]PenMode.
2008-07-31 13:04:22 +02:00
H. Verbeet
daa59e00be
wined3d: Call LoadLocation() on higher render targets as well, simplify some code in drawPrimitive.
...
It's probably rare for higher render targets to get locked or updated
from sysmem, but this should still be more correct. It also makes the
code simpler.
2008-07-31 13:04:08 +02:00
Piotr Caban
25168401af
msxml3: Added ISAXAttributes_getValue implementation.
2008-07-31 13:03:50 +02:00
Piotr Caban
421a9a61c4
msxml3: Added ISAXAttributes_getLocalName implementation.
2008-07-31 13:03:45 +02:00
Piotr Caban
58b26f3b07
msxml3: Add ISAXAttribute_getLength implementation.
2008-07-31 13:03:40 +02:00
Piotr Caban
6df49d5707
msxml3: Initialize ISAXAttribute structure.
2008-07-31 13:03:33 +02:00
Paul Vriens
6d33798265
crypt32/tests: Don't crash on some win9x boxes.
2008-07-31 13:03:28 +02:00
Stefan Dösinger
14b24058d6
wined3d: GL_ARB_fragment_program ffp implementation.
2008-07-31 13:02:04 +02:00
Stefan Dösinger
bc4435e406
wined3d: Use a hashmap to store the ffp shaders.
2008-07-31 13:01:50 +02:00
Stefan Dösinger
d4d133f032
wined3d: Use C bitfields to compact the ffp description.
2008-07-31 13:01:36 +02:00
Dylan Smith
edb6304379
richedit: Added OleInitialize for clipboard operations.
2008-07-31 13:01:27 +02:00
Alexandre Julliard
8d77c375b2
winex11: Send WM_SYSCOMMAND instead of calling ShowWindow directly to minimize/restore a window.
2008-07-31 12:08:38 +02:00
Alexandre Julliard
31b4061c9b
winex11: Fetch the current X window position on ShowWindow resulting from a window manager event.
...
This ensures that we get the correct size for maximized windows too,
which cannot be done with SetWindowPlacement.
2008-07-31 11:40:49 +02:00
Alexandre Julliard
4c431197ca
user32: Add an entry point for ShowWindow to the driver interface.
2008-07-30 16:13:28 +02:00
Alexandre Julliard
cd337174aa
user32: Return a proper rectangle from WINPOS_MinMaximize.
2008-07-30 16:05:09 +02:00
Vladimir Pankratov
ee120e01c9
netapi32: Add stub for NetWkstaUserEnum.
2008-07-30 15:25:47 +02:00
Alexander Morozov
809fe637bd
ntoskrnl.exe: Add stub for IoDeleteSymbolicLink.
2008-07-30 15:24:06 +02:00
Alexander Morozov
217af4e7b9
ntoskrnl.exe: Add stubs for IoAllocateIrp, IoInitializeIrp and IoFreeIrp.
2008-07-30 15:23:58 +02:00
Alexander Morozov
478e64f549
include/ddk/wdm.h: Add defines.
2008-07-30 15:23:43 +02:00
Rob Shearman
6f9baca256
oleaut32: Fix the loading of the parameter name for SLTG propget functions.
...
The parameter could have an offset of 0xffff/0xfffe, in which case the
parameter name should be the name of the function, rather than NULL.
2008-07-30 14:41:57 +02:00
Rob Shearman
9f9d8dc683
oleaut32: Handle strings with a length of 0xffff in SLTG_DoVars.
...
This means that the string is NULL so don't attempt to access the
string data in this case.
2008-07-30 14:41:47 +02:00
Rob Shearman
caf875f4ee
oleaut32: Dump the loaded module in SLTG_ProcessModule.
2008-07-30 14:41:37 +02:00
Rob Shearman
0ed6ebfec1
oleaut32: Move the debug logging of the variable type in SLTG_DoVars.
...
Move it before loading of the constant data to allow better debugging
of problems during the processing of loading the constant data.
2008-07-30 14:41:32 +02:00
Rob Shearman
48c5a06916
oleaut32: Use the typelib debug channel for debug messages output during loading of SLTG typelibs.
2008-07-30 14:41:22 +02:00
Nikolay Sivov
341f32a36d
gdiplus: Implemented GdipStringFormatGetGenericDefault with tests.
2008-07-30 14:41:11 +02:00
Nikolay Sivov
e3a0a1809f
gdiplus: Use LANG_NEUTRAL instead of 0.
2008-07-30 14:41:02 +02:00
Nikolay Sivov
f44034a7d4
gdiplus: Implemented Gdip[Get/Set]StringFormatTabStops with tests.
2008-07-30 14:40:50 +02:00
Nikolay Sivov
4a08c13ba9
gdiplus: GdipGetStringFormatTabStopCount implementation with tests.
2008-07-30 14:40:35 +02:00
Lei Zhang
e6bce797d3
cmd: Check the return value from HeapAlloc.
2008-07-30 14:38:51 +02:00
Alexander Dorofeyev
76e02581a9
wined3d: Add ActivateContext in color_fill_fbo.
...
Also removes dirtifying of SCISSORTESTENABLE state that is made
redundant by ActivateContext(...,CTXUSAGE_CLEAR).
2008-07-30 13:54:40 +02:00
Paul Vriens
47edb3cbab
comctl32/tests: Run tests again on Win95.
2008-07-30 13:50:39 +02:00
Alexandre Julliard
ba644e9c31
user32/tests: Fix some tests on Win9x.
2008-07-30 13:50:00 +02:00
Detlef Riekenberg
24b0296017
advapi32/tests: Handle the results from Win9x in the registry tests.
2008-07-30 12:44:37 +02:00
Dan Hipschman
54752c4f87
kernel32/tests: Add tests for undocumented default timer queue "features".
2008-07-30 12:44:31 +02:00
Dan Hipschman
a148e190af
ntdll: Add support for a default timer queue.
2008-07-30 12:44:25 +02:00
H. Verbeet
c7da79ded3
wined3d: FBO texture == drawable handling is already handled in LoadLocation().
2008-07-30 12:44:18 +02:00
H. Verbeet
9b47996b41
wined3d: Container dirtification is already handled in ModifyLocation().
2008-07-30 12:44:12 +02:00
Andrew Talbot
164e732ba1
dmband: Sign-compare warning fix.
2008-07-30 12:44:08 +02:00
Mikołaj Zalewski
8525f6950f
shell32: autocomplete: There is no need for separate IAutoComplete and IAutoComplete2 vtbls.
2008-07-30 12:44:00 +02:00
Tony Wasserka
112effb160
d3dx9: Add stubs for the ID3DXSprite functions.
2008-07-30 12:43:51 +02:00
Vladimir Pankratov
b822886c70
taskmgr: Update Russian translation.
2008-07-30 12:43:39 +02:00
Alexandre Julliard
eac613f604
ntdll: Use the generic int 0x91 syscall on Solaris so that it works on all CPUs.
2008-07-29 20:41:30 +02:00
Reece Dunn
6a21ab270b
crypt32: Check Vista error codes for the msg tests.
2008-07-29 14:10:00 +02:00