Commit Graph

77405 Commits

Author SHA1 Message Date
Jacek Caban 739ff1208e mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode. 2011-03-29 13:05:53 +02:00
Jacek Caban 643c66ba75 mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries. 2011-03-29 13:05:51 +02:00
Dmitry Timoshkov 5fea02e8c2 user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize(). 2011-03-29 12:58:24 +02:00
Bart Van Assche c0913ed064 ntdll: Fix race condition in RtlCreateHeap(). 2011-03-29 12:37:26 +02:00
Vincent Povirk b3dfe973ad gdiplus: Add test for GdipSetTextRenderingHint and make it pass. 2011-03-29 12:37:03 +02:00
Vincent Povirk 204253b6ba gdiplus: Add test for GdipDrawDriverString. 2011-03-29 12:36:59 +02:00
Piotr Caban 319a748f7b urlmon/tests: Added IWinInetHttpInfo tests. 2011-03-29 12:36:50 +02:00
Piotr Caban 1041f61e68 urlmon: Added IWinInetHttpInfo_{QueryOption,QueryInfo} implementation. 2011-03-29 12:36:46 +02:00
Piotr Caban e1c1b937eb urlmon: Forward IWinInetHttpInfo calls to protocol implementations. 2011-03-29 12:36:42 +02:00
Piotr Caban d55ebe0a4b shdocvw: Report navigation error depending on HTTP status code. 2011-03-29 12:36:31 +02:00
Piotr Caban 2790f363c5 mshtml/tests: Added connection error handling tests. 2011-03-29 12:36:25 +02:00
Piotr Caban f7afa250f8 mshtml/tests: Added asynchronous moniker to htmldoc tests. 2011-03-29 12:36:20 +02:00
Piotr Caban 21d500b37f mshtml/tests: Added IDocObjectService interface. 2011-03-29 12:36:12 +02:00
Piotr Caban 9ebe31016c mshtml/tests: Added IBrowserService interface. 2011-03-29 12:36:08 +02:00
Piotr Caban 9b4ee3176e mshtml/tests: Added IWinInetHttpInfo interface. 2011-03-29 12:36:02 +02:00
Piotr Caban c3a677d007 mshtml: Report an error when navigation fails. 2011-03-29 12:35:53 +02:00
Thomas Mullaly e06d49ff62 urlmon: Added basic domain zone support to MapUrlToZone. 2011-03-29 12:35:35 +02:00
Thomas Mullaly 1b625bb1f8 urlmon: Removed str_last_of in favor of memrchrW. 2011-03-29 12:35:12 +02:00
Vincent Povirk a7444e8e2c gdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP. 2011-03-29 12:35:06 +02:00
Henri Verbeet 57d70bfdda wined3d: Move IWineD3DVertexShader::SetLocalConstantsF() to IWineD3DBaseShader. 2011-03-29 12:34:59 +02:00
Henri Verbeet 19e66a0dc9 wined3d: Replace "is_srgb" in wined3d_texture with a flag. 2011-03-29 12:34:54 +02:00
Henri Verbeet 0e22aea01e wined3d: Replace "pow2_matrix_identity" in wined3d_texture with a flag. 2011-03-29 12:34:49 +02:00
Henri Verbeet e111acdf11 wined3d: Replace "cond_np2" in wined3d_texture with a flag. 2011-03-29 12:34:44 +02:00
Henri Verbeet c5bf96c951 wined3d: Get rid of IWineD3DBaseTextureClass. 2011-03-29 12:34:40 +02:00
André Hentschel 316f1c2e7c wininet: Port numbers are unsigned. 2011-03-29 12:34:30 +02:00
André Hentschel 1c7d45c093 winhttp: Port numbers are unsigned (more). 2011-03-29 12:34:26 +02:00
André Hentschel 3a06c5a54a mshtml: Port numbers are unsigned. 2011-03-29 12:34:23 +02:00
David Hedberg ab085d661c comdlg32: Add stub implementation of the Common Item dialogs. 2011-03-29 12:31:54 +02:00
David Hedberg 55c717e84c comdlg32: Add DllGetClassObject and a default class factory. 2011-03-29 12:24:34 +02:00
Joshua Beck ddada67538 winex11: Improved error handling in pglXMakeCurrent() call. 2011-03-29 12:23:16 +02:00
David Hedberg 6771ed40e8 msi: Add support for patching files. 2011-03-29 12:22:34 +02:00
David Hedberg 18973df9c7 msi: Generalize media helpers a bit. 2011-03-29 12:21:58 +02:00
David Hedberg fed6e5211c msi: Add an offset to sequence numbers belonging to files added by a patch. 2011-03-29 12:21:49 +02:00
Dmitry Timoshkov 3998820497 ntdll: Add a bunch of NtCreateFile tests. 2011-03-29 12:21:32 +02:00
Dmitry Timoshkov 5ef58c11ce winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
Main window of the Atom Zombie Smasher game has WS_DLGFRAME style set,
but Metacity allows making fullscreen ONLY normal windows, so do not
use any window types except _NET_WM_WINDOW_TYPE_NORMAL.
2011-03-29 12:21:22 +02:00
Austin English c199a46857 mshtml: Avoid shadowing a parameter. 2011-03-29 12:20:23 +02:00
André Hentschel 9701621f0f cabinet: Be more verbose. 2011-03-29 12:20:17 +02:00
Konrad Rzepecki e1524883c1 wined3d: Implement WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM conversion function. 2011-03-29 12:20:04 +02:00
Konrad Rzepecki 37aadc9e37 wined3d: Prevent crash when blit_priv is NULL. 2011-03-29 12:19:48 +02:00
Konrad Rzepecki 332d5954ed msvcrt: Implement _mbslwr_s. 2011-03-29 12:19:37 +02:00
Konrad Rzepecki 0b3175cb24 msvcrt: Implement _mbsupr_s. 2011-03-29 12:19:30 +02:00
Alexandre Julliard 41d9d0a2f3 winecoreaudio.drv: Remove unnecessary ifdefs. 2011-03-28 22:15:12 +02:00
Alexandre Julliard 6a4c47c98d winejoystick.drv: Remove unnecessary ifdefs. 2011-03-28 22:14:20 +02:00
Alexandre Julliard d25763d4b6 winejack.drv: Remove unnecessary ifdefs. 2011-03-28 22:14:00 +02:00
Alexandre Julliard 4c719464bc winenas.drv: Remove unnecessary ifdefs. 2011-03-28 22:13:38 +02:00
Alexandre Julliard 6eea1119af wineesd.drv: Remove unnecessary ifdefs. 2011-03-28 22:12:59 +02:00
Alexandre Julliard 1644b25847 wineoss.drv: Remove unnecessary ifdefs. 2011-03-28 22:11:45 +02:00
Alexandre Julliard 255cc210b6 winealsa.drv: Remove unnecessary ifdefs. 2011-03-28 22:07:26 +02:00
Alexandre Julliard 8e59bbb027 msxml3/tests: Avoid size_t in a trace. 2011-03-28 21:22:47 +02:00
Aric Stewart 7ee63f000b wineqtdecoder: fourCC value needs to be reversed as an OSType. 2011-03-28 20:55:43 +02:00