Paul Vriens
aa45d8aeb3
winerror.h: Add some error codes.
2006-08-09 20:36:26 +02:00
Roderick Colenbrander
c2b6cc9dc4
wined3d: Fix GLSL regression / draw buffers support.
2006-08-09 20:35:59 +02:00
Frank Richter
7216363e86
shell32: Tweak and update German translation.
2006-08-09 20:35:37 +02:00
Stefan Dösinger
de5a2f3fbe
ddraw: Implement D3DRENDERSTATE_TEXTUREMAPBLEND.
2006-08-09 20:35:24 +02:00
Stefan Dösinger
bfbcfd2234
wined3d: Watch out for negative results when validating the shader constant range.
2006-08-09 20:35:02 +02:00
Duane Clark
4d3952f3dc
msvcrt: In text mode a ctrl-z signals EOF.
...
Spotted by David Hagood with test suggested by Dan Kegel.
2006-08-09 17:33:23 +02:00
Michael Kaufmann
b997cd7629
user: CopyImage: Handle the flags LR_COPYDELETEORG, LR_CREATEDIBSECTION, and LR_MONOCHROME.
2006-08-09 17:29:01 +02:00
Michael Kaufmann
9f07bcd25f
user: Accept more flags in SetMenuItemInfo and ModifyMenu.
...
- Accept MFT_MENU{BAR}BREAK, MFT_RADIOCHECK, MFT_RIGHTJUSTIFY, and
MFT_RIGHTORDER in SetMenuItemInfo.
- InsertMenu, AppendMenu, ModifiyMenu: Accept MF_HILITE flag (undocumented).
- SetMenuItemInfo: Only use the lower word of the bitmap handle as
documented in MSDN (Word 95 depends on this).
- The type MFT_RADIOCHECK cannot be set if only the checkmarks are
modified with SetMenuItemInfo.
- New tests.
2006-08-09 17:16:56 +02:00
Jacek Caban
c4dd6c68d0
mshtml: Use moniker in AsyncOpen if channel is NULL.
2006-08-09 17:16:21 +02:00
Jacek Caban
f175762340
mshtml: Set nsURI's moniker in NewURI.
2006-08-09 17:16:15 +02:00
Jacek Caban
0c11b48240
mshtml: Set nsURI's moniker in OnStartURILoad.
2006-08-09 17:16:03 +02:00
Jacek Caban
ca595cd799
mshtml: Don't crash in QueryInterface if uri is NULL.
2006-08-09 17:15:50 +02:00
Jacek Caban
6a6f9158b1
mshtml: Added default GetSpec implementation.
2006-08-09 17:15:41 +02:00
Jacek Caban
114a1a22aa
mshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in ResProtocolInfo::CombineUrl.
2006-08-09 17:15:27 +02:00
Jacek Caban
3d506d8575
mshtml: Continue searching for Gecko if loading xpcom.dll failed.
2006-08-09 17:15:15 +02:00
Jacek Caban
aa760c8b1e
mshtml: Store IMoniker in BSCallback.
2006-08-09 17:14:28 +02:00
Jacek Caban
f0ca85f78e
mshtml: Added GetMoniker and SetMoniker methods to nsIWineURI.
2006-08-09 17:13:03 +02:00
Jacek Caban
cba2e19409
mshtml: Create "Internet Explorer_Hidden" window.
2006-08-09 17:12:50 +02:00
Jacek Caban
3f05182335
mshtml: Load the page from moniker if we don't have nsIChannel.
2006-08-09 17:12:29 +02:00
Jacek Caban
84d93d1981
shdocvw: Return DIID_DWebBrowserEvents in GetGUID for WebBrowser_V1.
2006-08-09 17:12:24 +02:00
Huw Davies
0476397387
shlwapi: Add tests for PathUnquoteSpaces.
2006-08-09 17:12:21 +02:00
Kai Blin
d2989cc32d
secur32: Make ntlm tests run on both WinXP and Win2k.
2006-08-09 17:12:14 +02:00
Kai Blin
a71cf8446f
secur32: Add tests for MakeSignature, VerifySignature, EncryptMessage and DecryptMessage.
2006-08-09 17:10:37 +02:00
Mike McCormack
4fa9f63761
shell32: IShellLink::SetPath removes quotes from the path.
2006-08-09 17:10:32 +02:00
Mike McCormack
1cc186ba81
shell32: Fix test compilation with MSVC6.
2006-08-09 17:10:27 +02:00
Alexandre Julliard
672bfc2d62
server: Make the message extra info 64 bits on Win64.
2006-08-09 17:10:14 +02:00
Alexandre Julliard
d3b3096756
server: Split the queuing of hardware messages into a separate send_hardware_message request.
2006-08-09 16:45:26 +02:00
Mikołaj Zalewski
64c5142ae9
shell32: Add recyclebin.c file missing in previous commit.
2006-08-09 13:05:58 +02:00
Mikołaj Zalewski
a0f696bbfc
shell32: Update Polish translation.
2006-08-09 12:49:15 +02:00
Mikołaj Zalewski
4bb595e4c6
shell32: Add a custom icon for the trash folder.
2006-08-09 12:49:07 +02:00
Mikołaj Zalewski
76a20d38f3
shell32: Add trash items enumeration.
2006-08-09 12:47:57 +02:00
Mikołaj Zalewski
289e469e7c
shell32: Add a Trash virtual folder.
2006-08-09 12:47:39 +02:00
Yong Chi
f0d6cba3a5
ddraw: Fix for incorrect return value from wined3d.
2006-08-09 12:39:47 +02:00
Alexandre Julliard
4e67a4558c
Make.rules: Added rules for client/proxy/server generation from IDL files.
2006-08-09 12:38:15 +02:00
Alexandre Julliard
a075001704
explorer: Never paint the desktop when using the X root window.
2006-08-09 11:21:41 +02:00
Juan Lang
5349745a90
crypt32: Trace key type in CryptFindOIDInfo.
2006-08-09 11:21:24 +02:00
Hwang YunSong(황윤성)
78610e20cc
user32: Updated Korean resource.
2006-08-09 11:21:16 +02:00
Michael Stefaniuc
243a3e4107
msvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-08-09 11:21:07 +02:00
Michael Stefaniuc
125e310ed3
comdlg32: Remove redundant NULL checks before MemFree.
2006-08-09 11:21:02 +02:00
Matt Finnicum
43a23b00a7
wordpad: Request WS_VSCROLL now that riched20 supports it.
2006-08-09 11:20:52 +02:00
Matt Finnicum
658c0cdd1a
riched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS, ES_DISABLENOSCROLL, and WS_VSCROLL.
2006-08-09 11:20:43 +02:00
James Hawkins
bf4e00fd9b
msi: Add tests for the RemoveFiles action.
2006-08-09 11:20:25 +02:00
Andrew Talbot
9a67d452fa
user/tests: Write-strings warnings fix.
2006-08-09 11:20:18 +02:00
Andrew Talbot
5f2558f506
shlwapi/tests: Write-strings warnings fix.
2006-08-09 11:20:12 +02:00
Kai Blin
c62193266d
secur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific tests.
2006-08-09 11:20:03 +02:00
Juan Lang
e649994262
rsaenh: Test and fix CryptEncrypt with NULL buffer.
2006-08-08 20:15:08 +02:00
Jeff Latimer
ff421fde8e
usp10: ScriptItemize will break up the string into script_items.
2006-08-08 20:07:09 +02:00
Francois Gouget
faf05dfd3b
configure: Fix the linux/ipx.h detection.
2006-08-08 19:48:05 +02:00
Roderick Colenbrander
c856432fab
wined3d: Volume texture addressing caps.
2006-08-08 19:37:30 +02:00
Roderick Colenbrander
eba1f90ef6
wined3d: Shader declaration cap fixes.
2006-08-08 19:37:23 +02:00