Ivan Gyurdiev
bda6d092a5
wined3d: Add support for A16B16G16R16F and A32B32G32R32F texture formats.
2006-08-28 11:46:20 +02:00
Hwang YunSong(황윤성)
aec5bc33f6
msi: Updated Korean resource.
2006-08-28 11:44:53 +02:00
Eric Pouech
b039c3abd4
dbghelp: Removed stabs dump facility now that we have it (for PE files) in winedump.
2006-08-28 11:44:50 +02:00
Eric Pouech
c2f1240a53
winedump: Added -G option to dump raw stabs information from PE files.
2006-08-28 11:44:45 +02:00
Eric Pouech
9766dd1a5f
winedbg: Native dbghelp generate long basic types, so handle them too.
2006-08-28 11:40:58 +02:00
Jacek Caban
fd79923100
mshtml: Added IDM_UNDERLINE implementation.
2006-08-28 11:40:46 +02:00
Jacek Caban
9fb9ca0d5d
mshtml: Added IDM_ITALIC implementation.
2006-08-28 11:40:39 +02:00
Jacek Caban
5f9078040a
mshtml: Added IDM_FONTNAME implementation.
2006-08-28 11:40:27 +02:00
James Hawkins
80225d53b9
msi: Add a stub implementation of the VolumeCostList control.
2006-08-28 11:40:01 +02:00
James Hawkins
a1b16d2d96
msi: Add initial implementation of the DirectoryListUp event.
2006-08-28 11:38:04 +02:00
James Hawkins
a97962eef4
msi: Add initial implementation of the DirectoryCombo control.
2006-08-28 11:37:42 +02:00
Stefan Dösinger
760456dc7f
wined3d: Find the correct sampler type for < 2.0 pshaders.
2006-08-28 11:37:24 +02:00
Stefan Dösinger
252a0a76d4
wined3d: Properly initialize a variable.
2006-08-28 11:37:11 +02:00
Andrew Talbot
0eebab8652
advapi32/tests: Cast-qual warnings fix.
2006-08-28 11:36:58 +02:00
Matt Finnicum
0d15a6ae15
riched20: Remove two testing fixme's that were accidentally committed.
2006-08-28 11:36:49 +02:00
Dmitry Timoshkov
a20d033627
user: Do not force repainting on WM_WINDOWPOSCHANGED in combobox.
...
- do not force repainting on WM_WINDOWPOSCHANGED in combobox, it
breaks Z-order based painting.
- do nothing in the combobox WM_ERASEBKGND handler do all painting in
WM_PAINT like Windows does.
2006-08-28 11:36:42 +02:00
Roderick Colenbrander
336f34f652
opengl: Fix Mesa/DRI regression.
2006-08-28 11:36:21 +02:00
Robert Reif
d46c9e2ec2
advapi32: Fix security tests to not crash on windows.
2006-08-28 11:36:02 +02:00
Robert Reif
5f18bfca68
kernel32: Fix TRACE in WideCharToMultiByte to not cause exception with non-null terminated input.
2006-08-28 11:35:54 +02:00
Frank Richter
8aecf251df
setupapi: Make do_file_copyW send "target newer" notifications.
2006-08-28 11:35:40 +02:00
Frank Richter
a89b9ca185
kernel: Add tests for GetPrivateProfileSectionNames. Make behaviour the same as observed on Windows XP.
2006-08-28 11:35:32 +02:00
Alexandre Julliard
5c324c8188
kernel: Fixed off-by-one error in GetShortPathNameW.
2006-08-27 20:15:58 +02:00
Alexandre Julliard
fce74f7411
wrc: Get rid of xmalloc casts.
2006-08-26 21:42:01 +02:00
Alexandre Julliard
fba0897ee7
wrc: xmalloc shouldn't initialize to zero, do that explicitly where needed.
2006-08-26 21:42:00 +02:00
Alexandre Julliard
1916cb1e19
wmc: Get rid of xmalloc casts.
2006-08-26 21:41:56 +02:00
Alexandre Julliard
1659f53c3a
wmc: xmalloc shouldn't initialize to zero, do that explicitly where needed.
2006-08-26 21:41:53 +02:00
Alexandre Julliard
883aef172d
widl: xmalloc shouldn't initialize to zero, do that explicitly where needed.
2006-08-26 21:41:37 +02:00
Alexandre Julliard
80a9a065dd
makefiles: Get rid of the checklink rules, they no longer work.
2006-08-26 20:21:33 +02:00
Robert Shearman
588c782ac8
ole32: Call IRpcChannelBuffer_GetBuffer for the RemRelease case of
...
Invoke, even though we are requesting a buffer size of 0 as we put
extra data into the buffer in IRpcChannelBuffer_GetBuffer.
2006-08-26 19:37:10 +02:00
Robert Shearman
428c63f586
ole32: Use IRpcChannelBuffer_GetBuffer in the hand-made proxy/stubs
...
instead of calling I_RpcGetBuffer as IRpcChannelBuffer_GetBuffer does
some extra magic.
2006-08-26 19:37:02 +02:00
Robert Shearman
986027af9f
ole32: Add support for main-threaded apartments.
...
A main-threaded apartment is the first single-threaded apartment in the
process. It was designed to be used for legacy applications that don't
want to think about threading at all, even if they are always called
from the same context, as is the case for regular STAs.
2006-08-26 19:36:56 +02:00
Robert Shearman
83d24a6408
ole32: Move the opening of the AppId key for a clsid to a helper function.
2006-08-26 19:28:10 +02:00
Robert Shearman
619ba90dbe
ole32: CoGetClassObject should host a single-threaded object in a
...
single-threaded apartment if executing in a multi-threaded apartment,
if one exists.
2006-08-26 19:27:52 +02:00
Robert Shearman
c1eb2c7003
ole32: Get the threading model value for inproc classes and output a
...
fixme if we should create it in an apartment of another type.
2006-08-26 19:24:23 +02:00
Andrew Talbot
9959d7e37f
advapi32: Cast-qual warnings fix.
2006-08-26 19:16:19 +02:00
Jacek Caban
4c4c583f53
mshtml: Better stub for QueryStatus(CGID_MSHTML).
2006-08-26 19:16:14 +02:00
Jacek Caban
beaa66f17e
mshtml: Added nsICommandParams argument to do_ns_command.
2006-08-26 18:55:42 +02:00
Robert Reif
de0619e3a7
secur32: Fix secur32 test to pass on windows.
2006-08-26 18:55:35 +02:00
Robert Reif
f0085e6376
advapi32: Fix LookupAccountSid and tests to pass on windows and wine.
2006-08-26 18:55:12 +02:00
Robert Reif
ee32bd99dd
advapi32: Fix lsa tests.
2006-08-26 18:55:04 +02:00
Hwang YunSong(황윤성)
dd306b9158
shlwapi: Updated Korean resource.
2006-08-26 18:54:57 +02:00
Mikołaj Zalewski
c1ca35d051
shell32: Fix a bug in SHELL_ConfirmW.
...
Fix a bug introduced while changing the OK/Cancel to Yes/No.
2006-08-26 18:54:47 +02:00
Alexandre Julliard
07700192a9
winex11.drv: Remove no longer used all: target.
2006-08-26 18:54:31 +02:00
Piotr Caban
e213b7e8aa
oleview: Added data freeing in EnumFuncs function.
2006-08-26 18:54:19 +02:00
Alex Villacís Lasso
bc06d70770
quartz: Skip over INFO chunk in AVI file parsing.
2006-08-26 18:54:11 +02:00
Marcus Meissner
a7ca25aa20
comctl32: Remove unneccessary default debug channels.
2006-08-26 18:54:05 +02:00
Jan Zerebecki
fd15b8d064
wined3d: Use a common function for all D3DCMPFUNC -> GLenum conversions.
2006-08-25 20:04:56 +02:00
Mike McCormack
c8548fb88d
msi: Set the ALLUSERS property to 1 always.
2006-08-25 20:04:50 +02:00
Mike McCormack
e2a0a35423
msi: Fix a memory leak.
2006-08-25 20:04:46 +02:00
Mike McCormack
99338f48b5
msi: Use msi_get_property_int rather than MSI_GetPropertyW.
2006-08-25 20:04:41 +02:00