Commit Graph

54336 Commits

Author SHA1 Message Date
Piotr Caban
084d4ec652 msvcp90: Added 64-bit char_traits tests. 2010-08-16 17:28:57 +02:00
Piotr Caban
96c622dfc8 msvcp90: Added char_traits<unsigned short> 64-bit exports. 2010-08-16 17:28:57 +02:00
Piotr Caban
fad0f817ee msvcp90: Added char_traits<wchar_t> 64-bit exports. 2010-08-16 17:28:57 +02:00
Piotr Caban
2ef0077d6b msvcp90: Added char_traits<char> 64-bit exports. 2010-08-16 17:28:56 +02:00
Gerald Pfeifer
f781be07fc d3dx9_36: minwidth and minheight are set but not used in point_filter_simple_data; remove them. 2010-08-16 17:28:55 +02:00
Austin Lund
5b27cdf93b dmime: Ensure IDirectMusicPort is initialised when calling IDirectMusicPerformance::PChannelInfo. 2010-08-16 17:28:55 +02:00
Austin Lund
203272eafa dmime/tests: Added tests for IDirectMusicPerformance. 2010-08-16 17:28:55 +02:00
Juan Lang
d6c9c7a08b crypt32: Honor SECURITY_FLAG_IGNORE_CERT_CN_INVALID. 2010-08-16 17:28:55 +02:00
Juan Lang
e922faec4a crypt32/tests: Add a test of SSL_EXTRA_CERT_CHAIN_POLICY_PARA's fdwChecks field. 2010-08-16 17:28:55 +02:00
André Hentschel
aef6e3d232 user32: Use a macro instead of direct values. 2010-08-16 17:28:55 +02:00
Juan Lang
5e87ca772e kernel32: Implement GetErrorMode/SetErrorMode on top of NTDLL. 2010-08-16 16:39:58 +02:00
Juan Lang
a4331aaf5d ntdll: Implement NtSetInformationProcess for ProcessDefaultHardErrorMode. 2010-08-16 16:39:53 +02:00
Juan Lang
9cb3664bb7 ntdll: Implement NtQueryInformationProcess for ProcessDefaultHardErrorMode. 2010-08-16 16:39:49 +02:00
Jacek Caban
6caca88ae1 shdocvw: Ignore invalid NULL PostData. 2010-08-16 15:54:23 +02:00
Jacek Caban
d6648e4f6a jscript: Throw TypeError in in_eval. 2010-08-16 15:54:23 +02:00
Jacek Caban
be3dc38183 jscript: Throw TypeError in instanceof_expression_eval. 2010-08-16 15:54:23 +02:00
Mike Kaplinskiy
50ef3a2018 ws2_32: Fix a bad pointer crash. 2010-08-16 15:54:23 +02:00
Detlef Riekenberg
6e079915dd shlwapi/tests: Run more language dependent tests only on English locales. 2010-08-16 15:54:23 +02:00
Konrad Wartke
c4a3b39033 browseui: Improved a FIXME in DllGetVersion. 2010-08-16 15:54:23 +02:00
Aric Stewart
f4d142e277 usp10: Update pwLogClust with glyph transformations. 2010-08-16 15:54:23 +02:00
Aric Stewart
4ffd3e6af6 usp10: Add Syriac contextual shaping. 2010-08-16 15:54:23 +02:00
Aric Stewart
0401f6c088 usp10: Add contextual shaping proc to the script shaping data. 2010-08-16 15:54:23 +02:00
Aric Stewart
2fb344c117 usp10: Generalize out applying Opentype features and define default features for currently known scripts. 2010-08-16 15:54:22 +02:00
Aric Stewart
b6f2f10b12 usp10: Have ScriptIsComplex reflect information in our scripts. 2010-08-16 15:54:22 +02:00
Aric Stewart
08c6d79d45 usp10: Report accurate information about our currently known scripts. 2010-08-16 15:54:22 +02:00
Aric Stewart
8c0e5483d8 usp10: Factor out script ranges in an more expandable way. 2010-08-16 15:54:22 +02:00
Thomas Mullaly
ebc0de1e02 urlmon: Implemented IUri_GetProperties and IUri_HasProperty. 2010-08-16 15:54:22 +02:00
Thomas Mullaly
e403053d5e urlmon: Implemented IUri_GetDisplayUri. 2010-08-16 15:54:22 +02:00
Thomas Mullaly
16dd03ba3e urlmon: Implemented IUri_GetAbsoluteUri. 2010-08-16 15:54:22 +02:00
Thomas Mullaly
dcd2b994db urlmon: Implemented IUri_GetFragment. 2010-08-16 15:54:22 +02:00
Thomas Mullaly
004e1be678 urlmon: Implemented canonicalization for URI fragments. 2010-08-16 15:54:22 +02:00
Thomas Mullaly
27ec56ea6b urlmon: Implemented a fragment parser. 2010-08-16 15:54:22 +02:00
Gerald Pfeifer
ab575718ce comctl32: Merge is_textT and is_textW into a single is_text. 2010-08-16 15:54:22 +02:00
André Hentschel
a0e7587419 dwmapi: Add stub for DwmDefWindowProc. 2010-08-16 15:54:08 +02:00
Maarten Lankhorst
1583057fc8 mciqtz32: Fix window visibility. 2010-08-16 13:48:01 +02:00
Henri Verbeet
a16cf58494 wined3d: Fix a couple of typos. 2010-08-16 13:47:53 +02:00
Henri Verbeet
b20df2a24c wined3d: Round up to complete compressed blocks in IWineD3DDeviceImpl_UpdateSurface().
This is mostly an issue for surfaces with dimensions smaller than their
format's block width/height.
2010-08-16 13:47:49 +02:00
Henri Verbeet
d494dfb6c0 wined3d: Rename surface_calculate_size() to wined3d_format_calculate_size(). 2010-08-16 13:47:42 +02:00
Henri Verbeet
6a9476b609 wined3d: Correctly calculate the resource size for ATI2N surfaces. 2010-08-16 13:47:37 +02:00
Henri Verbeet
3a36013065 wined3d: Print the correct resource location in surface_set_texture_name(). 2010-08-16 13:47:33 +02:00
Henri Verbeet
81603f18d8 wined3d: Cleanup IWineD3DBaseSwapChainImpl_GetBackBuffer() a bit. 2010-08-16 13:47:28 +02:00
Henri Verbeet
e1188b0c8e wined3d: Fix some misspellings of "surface". 2010-08-16 13:47:17 +02:00
Henri Verbeet
5f2fcfdd6b wined3d: Reattach FBO attachments when any of the corresponding surfaces is unloaded. 2010-08-16 13:47:08 +02:00
Michael Stefaniuc
7bef239bc4 explorerframe: Don't cast NULL. 2010-08-16 13:46:51 +02:00
Michael Stefaniuc
af11c94b31 gameux: Don't bother to output a "stub" FIXME in DllCanUnloadNow(). 2010-08-16 13:46:48 +02:00
Michael Stefaniuc
f55e2374a0 ddraw: Use FAILED instead of NOT SUCCEEDED. 2010-08-16 13:46:42 +02:00
Andrew Talbot
28e1ec4467 crypt32: Constify some variables. 2010-08-16 13:46:37 +02:00
Andrew Talbot
761f5ca105 crypt32: Constify some variables. 2010-08-16 13:46:33 +02:00
Andrew Talbot
dc06444314 comdlg32: Constify a variable. 2010-08-16 13:46:28 +02:00
Mike Kaplinskiy
d596fa1859 ws2_32: Implement SO_UPDATE_CONNECT_CONTEXT. 2010-08-16 13:45:43 +02:00
Nikolay Sivov
9ce376181a comctl32/monthcal: Use recently introduced enum in scroll buttons painting helper. 2010-08-16 13:45:14 +02:00
Nikolay Sivov
ae1062c12d comctl32/monthcal: Store all control colors in a single array. 2010-08-16 13:45:07 +02:00
Nikolay Sivov
8caeb2f735 comctl32/monthcal: Fix assumption about a single calendar for minimal rectangle calculation. 2010-08-16 13:44:55 +02:00
Nikolay Sivov
197a716424 comctl32/monthcal: Remove macro used once. 2010-08-16 13:44:50 +02:00
Nikolay Sivov
af6ba8297f comctl32/monthcal: Properly scroll calendars on year change. 2010-08-16 13:44:43 +02:00
Nikolay Sivov
23d8d35e9e comctl32/monthcal: Make month popup menu respect multiple calendars. 2010-08-16 13:44:39 +02:00
Nikolay Sivov
09d883fbf0 comctl32/monthcal: Properly adjust selections on scrolling. 2010-08-16 13:44:35 +02:00
Nikolay Sivov
76d3e1d553 comctl32/monthcal: Support new hittest fields for some cases. 2010-08-16 13:44:29 +02:00
Igor Paliychuk
bdc7ae2e17 mshtml: Update Ukrainian translation. 2010-08-16 13:41:24 +02:00
Igor Paliychuk
4afdeafe1e shdocvw: Update Ukrainian translation. 2010-08-16 13:41:19 +02:00
Łukasz Wojniłowicz
c881dc274a shdocvw: Add the Polish translation. 2010-08-16 13:41:05 +02:00
Aurimas Fišeras
e72e645e5b shdocvw: Updated Lithuanian translation. 2010-08-16 13:39:47 +02:00
Maarten Lankhorst
6910b0f143 winmm: Fix fd leak on restarting timer. 2010-08-16 12:59:36 +02:00
Jörg Höhle
201c26530d winecoreaudio: Use same hard-coded limit on frequency as ALSA/OSS. 2010-08-16 12:59:32 +02:00
Anders Jonsson
e2806c3bcb shdocvw: Update Swedish translation. 2010-08-16 12:59:27 +02:00
Anders Jonsson
d3fd949c58 mshtml: Update Swedish translation. 2010-08-16 12:59:19 +02:00
Anders Jonsson
94d7111e8a wininet: Update Swedish translation. 2010-08-16 12:59:14 +02:00
Anders Jonsson
daea0852d8 setupapi: Update Swedish translation. 2010-08-16 12:59:10 +02:00
Anders Jonsson
2785b765e4 credui: Update Swedish translation. 2010-08-16 12:59:07 +02:00
Anders Jonsson
45779f0943 jscript: Add Swedish translation. 2010-08-16 12:59:03 +02:00
Dmitry Timoshkov
ea7020480b user32: Properly pack the WM_WINE_SETWINDOWPOS internal message. 2010-08-16 12:57:08 +02:00
Hwang YunSong
c625e95af1 winmm: Update Korean resource. 2010-08-16 12:57:04 +02:00
Hwang YunSong
f5983fa759 shdocvw: Update Korean resource. 2010-08-16 12:57:01 +02:00
Hwang YunSong
f3119811fa mshtml: Update Korean resource. 2010-08-16 12:56:58 +02:00
Jose Rostagno
0fa01958f6 mshtml: Update Spanish translation. 2010-08-16 12:56:50 +02:00
Jose Rostagno
431ff3ca38 shdocvw: Update Spanish translation. 2010-08-16 12:56:47 +02:00
Luca Bennati
490ee12ebb mshtml: Update Italian translation. 2010-08-16 12:56:42 +02:00
Luca Bennati
ca723c0d27 shdocvw: Update Italian translation. 2010-08-16 12:56:39 +02:00
Detlef Riekenberg
bc72f9965d gdi32: Always use a HANDLE for GDI_ReleaseObj. 2010-08-16 12:56:34 +02:00
Frédéric Delanoy
56245243f0 mshtml: Update French translation. 2010-08-16 12:56:23 +02:00
Frédéric Delanoy
1fe1a0f7f9 shdocvw: Update French translation. 2010-08-16 12:56:22 +02:00
Sven Baars
fccc57ca19 shdocvw: Update the Dutch translation. 2010-08-16 12:56:20 +02:00
Sven Baars
d5df95257d mshtml: Update the Dutch translation. 2010-08-16 12:56:18 +02:00
André Hentschel
9d077ad3bb shdocvw: Update German translation. 2010-08-16 12:56:16 +02:00
André Hentschel
87bf3ed464 mshtml: Fix indentation in resource file. 2010-08-16 12:56:14 +02:00
André Hentschel
021a9fcedd mshtml: Update German translation. 2010-08-16 12:56:11 +02:00
Aurimas Fišeras
00f23b9c5b mshtml: Update Lithuanian translation. 2010-08-16 12:56:09 +02:00
Alexandre Julliard
277040d924 d3dx9: Fix some incorrect const typecasts. 2010-08-04 17:53:14 +02:00
Tony Wasserka
1905e93b54 d3dx9: Implement ARGB point filtering in D3DXLoadSurfaceFromMemory. 2010-08-04 17:49:43 +02:00
Tony Wasserka
5bdfd877a7 d3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFromMemory if pDestRect is invalid. 2010-08-04 17:48:45 +02:00
Tony Wasserka
295d2a6777 d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions. 2010-08-04 17:48:21 +02:00
Dmitry Timoshkov
dfe6ae58af user32: Protect from setting as a window owner one of its successors. 2010-08-04 17:35:22 +02:00
Jacek Caban
884b76657c jscript: Get rid of no longer needed ErrorInstance struct. 2010-08-04 17:32:05 +02:00
Jacek Caban
ae8cb5a1e6 jscript: Fixed Error.toString implementation for non-Error this. 2010-08-04 17:31:59 +02:00
Jacek Caban
04819e9066 jscript: Use generic property for Error.message. 2010-08-04 17:31:51 +02:00
Jacek Caban
96990cfa8e jscript: Use generic property for Error.description. 2010-08-04 17:31:46 +02:00
David Hedberg
2761b0ded6 explorerframe: Implement GetRootItems. 2010-08-04 17:30:53 +02:00
David Hedberg
b431995cc4 explorerframe: Implement RemoveRoot and RemoveAllRoots. 2010-08-04 17:30:37 +02:00
David Hedberg
658ec55a94 explorerframe: Handle TVN_GETDISPINFO to get icons, filename and information about subfolders. 2010-08-04 17:30:26 +02:00
David Hedberg
f87891c362 explorerframe: Implement InsertRoot and AppendRoot. 2010-08-04 17:30:15 +02:00
Nikolay Sivov
94dfbcaad5 comctl32/tests: Remove some noise from function names.
Everything in this file is about Monthcal.
2010-08-04 13:26:11 +02:00
Nikolay Sivov
8e968fd290 comctl32/monthcal: Add some tests for post-V1 hittest fields. 2010-08-04 13:26:00 +02:00
Henri Verbeet
37c8632811 wined3d: Make some lookup tables const. 2010-08-04 13:24:24 +02:00
Henri Verbeet
2b88b2d351 wined3d: Only try to acquire a context in surface_cleanup() if there are GL resources to be destroyed.
The reason we're in surface_cleanup() might for example be that context
creation failed.
2010-08-04 13:24:21 +02:00
Henri Verbeet
43a86d1e56 wined3d: Cleanup Get/SetDepthStencilSurface(). 2010-08-04 13:24:17 +02:00
Henri Verbeet
009cd78fa4 wined3d: Cleanup Get/SetRenderTarget(). 2010-08-04 13:24:14 +02:00
Henri Verbeet
6e30387f81 wined3d: Replace color_fill_fbo() with device_clear_render_targets(). 2010-08-04 13:24:07 +02:00
Alexander Nicolaysen Sørnes
aa733bedd5 mshtml: Send more informative messages to OleInPlaceFrame. 2010-08-04 13:19:21 +02:00
Misha Koshelev
bf46b4fdfc d3dx9: Add stub and tests for D3DXCreateMesh. 2010-08-04 13:19:00 +02:00
Dmitry Timoshkov
e0bbcea6fb ws2_32: Rearrange the code to avoid a needless release_sock_fd(). 2010-08-04 12:33:27 +02:00
Oldřich Jedlička
5c05b14167 ddraw/tests: New attachment/flipping tests for back buffers. 2010-08-04 12:27:11 +02:00
Oldřich Jedlička
109cb9fee4 ddraw/tests: New CreateSurface for DDSCAPS_BACKBUFFER tests. 2010-08-04 12:27:04 +02:00
Andrew Talbot
ebacf49f02 comctl32: Constify some variables. 2010-08-04 12:26:15 +02:00
Thomas Mullaly
b5e70534c6 urlmon: Implemented IUri_GetPathAndQuery. 2010-08-04 12:26:02 +02:00
Thomas Mullaly
45069a3330 urlmon: Implemented IUri_GetQuery. 2010-08-04 12:25:55 +02:00
Thomas Mullaly
fdfcfc6aa0 urlmon: Implemented canonicalization of query strings. 2010-08-04 12:25:47 +02:00
Thomas Mullaly
36b1006c6b urlmon: Implemented a parser for URI query strings. 2010-08-04 12:25:42 +02:00
Sven Baars
811c705ad9 shdocvw: Update the Dutch translation. 2010-08-04 12:25:26 +02:00
Jacek Caban
22679a2419 mshtml: Added support for custom post data type. 2010-08-04 12:25:22 +02:00
Jacek Caban
ac65368835 mshtml: Added nsIChannel::GetRequestMethod implementation. 2010-08-04 12:25:16 +02:00
Jacek Caban
0085383fc7 mshtml: Store request method in nsChannel. 2010-08-04 12:25:12 +02:00
Jacek Caban
dc825296fd mshtml: Added nsIChannel::SetRequestHeader implementation. 2010-08-04 12:25:07 +02:00
Jacek Caban
753ecebe9b mshtml: Added nsIChannel::GetRequestHeader implementation. 2010-08-04 12:24:53 +02:00
Jacek Caban
76eed7d313 mshtml: Store request headers in nsChannel if possible. 2010-08-04 12:24:49 +02:00
Jacek Caban
508aec93c1 mshtml: Allow customization of BeginningTransaction. 2010-08-04 12:24:44 +02:00
Jacek Caban
8ca78fa171 mshtml: Moved headers parsing to separated function. 2010-08-04 12:24:39 +02:00
Jacek Caban
6ae84b0b91 mshtml: Moved setting HTTP header to separated function. 2010-08-04 12:24:35 +02:00
Jacek Caban
b1c6f41da9 mshtml: Moved getting HTTP header to separated function. 2010-08-04 12:24:30 +02:00
Jacek Caban
dd0894c7ab mshtml: Moved HTTP headers list freeing to separated function. 2010-08-04 12:24:25 +02:00
Andrew Eikum
9f37536d6a shell32: Add tests for SHChangeNotify functions. 2010-08-04 12:15:24 +02:00
Aurimas Fišeras
35e60aa3e0 shdocvw: Updated Lithuanian translation. 2010-08-04 12:14:56 +02:00
André Hentschel
d0deb83624 shdocvw: Update German translation. 2010-08-04 12:14:51 +02:00
Alexander Nicolaysen Sørnes
6d381a4cf5 shdocvw: Add View menu to IE with list of installed toolbars. 2010-08-04 12:14:43 +02:00
Andrew Nguyen
80b1c5e072 mpr: Initialize the output enumeration handle to NULL in WNetOpenEnumA/W with no providers available. 2010-08-04 12:14:39 +02:00
André Hentschel
38ca35fe57 ntdll: Add SXS error codes. 2010-08-04 12:13:50 +02:00
Matteo Bruni
79c1bc42c0 d3dcompiler_41: Stub dll. 2010-08-04 12:12:09 +02:00
Matteo Bruni
fe05070643 d3dcompiler_42: Stub dll. 2010-08-04 12:11:47 +02:00
Alexandre Julliard
3bc110d916 makefiles: Add dependencies for cross-compiled objects in static libraries. 2010-08-03 19:51:38 +02:00
Vincent Povirk
00aeee6e8e gdiplus: Stub GdipMultiplyPathGradientTransform. 2010-08-03 19:24:39 +02:00
Vincent Povirk
358d382782 gdiplus: Stub GdipGetPathGradientPresetBlendCount. 2010-08-03 19:24:33 +02:00
Vincent Povirk
2da2c9fd6b gdiplus: Stub GdipGetPenTransform. 2010-08-03 19:24:28 +02:00
Vincent Povirk
c1582f957a gdiplus: Stub GdipRotatePenTransform. 2010-08-03 19:24:22 +02:00
Vincent Povirk
09de12b2a3 gdiplus: Stub GdipSetPenTransform. 2010-08-03 19:24:13 +02:00
Aric Stewart
d4befda3c7 usp10: Add beginning support for GSUB Alternate Substitution Subtable. 2010-08-03 19:24:07 +02:00
Alexandre Julliard
76dd207733 shdocvw: Fix an incorrect const typecast. 2010-08-03 19:23:55 +02:00
Mariusz Pluciński
cb886f49be gameux/tests: Add test of IGameExplorer creation. 2010-08-03 18:21:11 +02:00
Alexander Nicolaysen Sørnes
f74a563120 shdocvw: Allow the addressbar text in IE to be localized. 2010-08-03 18:21:11 +02:00
Alexander Nicolaysen Sørnes
4432f57e35 shdocvw: Add icons to the IE toolbar. 2010-08-03 18:20:39 +02:00
Alexander Nicolaysen Sørnes
871a65d230 shdocvw: Make the Home button in IE work. 2010-08-03 18:04:18 +02:00
Alexander Nicolaysen Sørnes
5d7c460962 shdocvw: Add a toolbar to IE. 2010-08-03 18:04:11 +02:00
Alexander Nicolaysen Sørnes
abc1e56563 shdocvw: Recurse into directories when adding Favorite in IE. 2010-08-03 18:03:48 +02:00
André Hentschel
ae01727f36 comdlg32: Fix German shortcut conflict. 2010-08-03 18:02:15 +02:00
André Hentschel
bd38bb122d comdlg32: Fix German font dialog. 2010-08-03 18:02:12 +02:00
Andrew Eikum
61b670a392 shell32/tests: Fix some Win9x failures. 2010-08-03 18:00:38 +02:00
Jacek Caban
5a30f4143b mshtml: Improved tracing of nsACString arguments. 2010-08-03 18:00:25 +02:00
Andrew Nguyen
ca96aed384 gdi32: Improve AddFontMemResourceEx parameter validation. 2010-08-03 18:00:19 +02:00
David Hedberg
1186e3caca explorerframe: Implement TreeAdvise/TreeUnadvise. 2010-08-03 14:47:11 +02:00
David Hedberg
a5cb7652de explorerframe: Implement Set/GetControlStyle(2). 2010-08-03 14:46:43 +02:00
David Hedberg
c32fa3485b explorerframe: Add IOleWindow implementation. 2010-08-03 14:46:06 +02:00
David Hedberg
0ea424e7eb explorerframe: Create the treeview on initialization. 2010-08-03 14:45:45 +02:00
Mike Kaplinskiy
4d6982e684 ws2_32: Implement ConnectEx. 2010-08-03 12:02:47 +02:00
Mike Kaplinskiy
15cc301728 ws2_32: Create a wrapper for connect. 2010-08-03 12:01:22 +02:00
Mike Kaplinskiy
fae0b6fa63 ws2_32: Don't set FD_READ/FD_WRITE before the connection is complete. 2010-08-03 12:00:48 +02:00
Mike Kaplinskiy
5288a22585 ws2_32/tests: Test ConnectEx. 2010-08-03 11:59:15 +02:00
Jeff Cook
343f85ea66 winealsa.drv: If we can't open a device as stereo, try mono. This is necessary for snd-usb-audio mics. 2010-08-03 11:46:47 +02:00
Jeff Cook
6120d7cc14 winealsa.drv: Init mixer on cards with a single Mic control, like snd_usb_audio mics. 2010-08-03 11:46:42 +02:00
Dmitry Timoshkov
5aa45d9cf4 user32: Add a test for GetClassInfo, make it pass under Wine. 2010-08-03 11:43:59 +02:00
David Hedberg
3db4aaa2b7 explorerframe: Implement Initialize. 2010-08-03 11:33:57 +02:00
Henri Verbeet
6cb38b9c93 wined3d: Allow filtering and blending with WINED3DFMT_ATI2N. 2010-08-03 11:06:51 +02:00
Henri Verbeet
88ff3f406d wined3d: Always set the get_drawable_size() surface function. 2010-08-03 11:06:47 +02:00
Henri Verbeet
b2e1e1fd71 wined3d: Pass the color as floating point values to device_clear_render_targets(). 2010-08-03 11:06:42 +02:00
Henri Verbeet
6e68dd52c4 wined3d: Use the correct divider for 15-bit depth formats in IWineD3DSurfaceImpl_BltZ(). 2010-08-03 11:06:20 +02:00
Henri Verbeet
24f522c520 d3dx9_36/tests: Avoid the non-portable NAN macro. 2010-08-03 11:06:14 +02:00
Luca Bennati
44aa9a7d93 shdocvw: Update Italian translation. 2010-08-03 11:06:07 +02:00
Anders Jonsson
2ebe732453 winmm: Fix typo in English, Slovak resources. 2010-08-03 11:06:00 +02:00
Anders Jonsson
e8994599dc cryptui: Fix typos in English resources. 2010-08-03 11:05:52 +02:00
Detlef Riekenberg
a4e0195157 shdocvw: Do not trim the last character, when using the iexplore open menu. 2010-08-03 11:04:45 +02:00
Frédéric Delanoy
82d8c52e39 shdocvw: Update French translation. 2010-08-03 11:03:50 +02:00
Sven Baars
c510a13db5 shdocvw: Update the Dutch translation. 2010-08-03 11:03:45 +02:00
Thomas Mullaly
07e7a117ca urlmon: Implemented IUri_GetExtension. 2010-08-03 11:03:08 +02:00
Thomas Mullaly
eb6e23e1de urlmon: Implemented function to the file extension of a file in a URI path. 2010-08-03 11:02:52 +02:00
Thomas Mullaly
1e09e44510 urlmon: Implemented IUri_GetPath. 2010-08-03 11:02:46 +02:00
Thomas Mullaly
42e8af7a4a urlmon: Implemented canonicalization function for paths in opaque URIs. 2010-08-03 11:02:29 +02:00
Thomas Mullaly
5758b068ae urlmon: Implemented a function which removes dot segments from paths of hierarchical URIs. 2010-08-03 11:02:20 +02:00
Thomas Mullaly
300d0e1ad4 urlmon: Implemented canonicalization function for hierarchical URI paths. 2010-08-03 11:01:58 +02:00
Thomas Mullaly
93d79ee18e urlmon: Implemented a path parser for opaque URIs. 2010-08-03 11:01:49 +02:00
Thomas Mullaly
0ecec6d7c0 urlmon: Implemented a path parser for hierarchical URIs. 2010-08-03 11:01:38 +02:00
Huw Davies
300536d88e rpcrt4: Add a missing STUBLESS_INITOUT case. 2010-08-02 17:40:34 +02:00
Uwe Bonnes
53391a3445 wininet: Add const qualifier after openssl version check. 2010-08-02 17:39:20 +02:00
Jeff Latimer
1510698b56 msvcirt: Add some stubs. 2010-08-02 17:38:51 +02:00
Dmitry Timoshkov
81557b5e21 gdi32: Do not crash on an invalid pointer passed to AddFontMemResourceEx. 2010-08-02 16:10:06 +02:00
David Hedberg
a690db9f1e shell32: Replace some checks with calls to _ILIsEmpty(). 2010-08-02 15:56:48 +02:00
David Hedberg
d6db3732da explorerframe: Add some infrastructure to register the NamespaceTreeControl CLSID. 2010-08-02 15:31:33 +02:00
David Hedberg
87212d5105 explorerframe/tests: Add initial NamespaceTreeControl tests. 2010-08-02 15:28:35 +02:00
David Hedberg
46a3e7c24d explorerframe: Add classfactory implementation. 2010-08-02 15:27:54 +02:00
David Hedberg
49b43e8f7c explorerframe: Add a stub of NamespaceTreeControl. 2010-08-02 15:27:45 +02:00
David Hedberg
ddfab6bb9d explorerframe: Implement DllGetVersion. 2010-08-02 15:27:18 +02:00
David Hedberg
e2cf9ad33e explorerframe: Add dll stub. 2010-08-02 15:16:35 +02:00
Misha Koshelev
cc1738ad3c d3dx9: Complete test for D3DXCreateSphere. 2010-08-02 15:14:41 +02:00
Matteo Bruni
70962ee4d8 d3dcompiler_43: Add dll directory. 2010-08-02 15:14:01 +02:00
Jacek Caban
6263f0079a jscript: Use generic property for Error.number. 2010-08-02 14:09:26 +02:00
Jacek Caban
636bc7494f jscript: Fixed test crash on some win9x installations. 2010-08-02 14:09:18 +02:00
Jacek Caban
f824a1656d jscript: Use generic properties for NaN and Infinity implementation. 2010-08-02 14:09:08 +02:00
Jacek Caban
9ca80347e3 mshtml: Get rid of useless nsQIResult type. 2010-08-02 14:08:57 +02:00
Nikolay Sivov
7fb6031731 comctl32/monthcal: Erase week numbers rectangle before drawing new text. 2010-08-02 14:08:48 +02:00
Nikolay Sivov
49949cbbc2 comctl32/monthcal: No need to calculate month length on every iteration. 2010-08-02 14:08:40 +02:00
Nikolay Sivov
db10fb8301 comctl32/monthcal: Get rid of stored current selection date, it's always synced with lower bound. 2010-08-02 14:08:34 +02:00
Nikolay Sivov
516c322ecc comctl32/monthcal: Add support for month delta in button navigation. 2010-08-02 14:08:20 +02:00
Nikolay Sivov
b83d11ace4 comctl32/monthcal: Add helper to jump to specified number of months. 2010-08-02 14:08:14 +02:00
Nikolay Sivov
23e9866be8 comctl32/monthcal: Fix navigation from last day in a month. 2010-08-02 14:08:06 +02:00
Nikolay Sivov
a35085457e comctl32/monthcal: Rename button navigation helper to better reflect its purpose. 2010-08-02 14:08:00 +02:00
Alexander Nicolaysen Sørnes
a91bb52c69 shdocvw: Allow navigating to Favorites in IE. 2010-08-02 13:51:34 +02:00
Alexander Nicolaysen Sørnes
8156323404 shdocvw: Add Favorites menu to IE. 2010-08-02 13:51:10 +02:00
Stefan Dösinger
515eb3d7c4 wined3d: MSVC fixes in state.c. 2010-08-02 12:55:23 +02:00
Stefan Dösinger
4431f6c11d wined3d: Replace pow with powf in surface_base.c. 2010-08-02 12:55:23 +02:00
Stefan Dösinger
4d45a791b6 wined3d: Fix another DWORD to WORD conversion warning. 2010-08-02 12:55:23 +02:00
Stefan Dösinger
fc5eeebe1a wined3d: Add double to float conversion casts in device.c. 2010-08-02 12:55:22 +02:00
Andrey Turkin
fc4d5393a5 ntdll/tests: Do not check signedness for char types. 2010-08-02 12:55:21 +02:00
Andrey Turkin
cb2ce2f371 imagehlp: Remove uninitialized variable. 2010-08-02 12:55:21 +02:00
Anders Jonsson
a070fbe94a cryptui: Add Swedish translation. 2010-08-02 12:55:21 +02:00
Jose Rostagno
a7d78b3307 shdocvw: Add Spanish translation. 2010-08-02 12:55:21 +02:00
Andrew Talbot
2b9ff98203 comctl32: Constify some variables. 2010-08-02 12:55:21 +02:00
Andrew Talbot
2061bf5f38 comctl32: Constify some variables. 2010-08-02 12:55:21 +02:00
Anders Jonsson
fa10d003b2 mapi32: Add Swedish translation. 2010-08-02 12:55:20 +02:00
Thomas Mullaly
aef9b15ca1 urlmon: Implemented IUri_GetDomain. 2010-08-02 12:55:20 +02:00
Thomas Mullaly
41513ef243 urlmon: Implemented function for finding the domain name of a URI. 2010-08-02 12:55:20 +02:00
Thomas Mullaly
e49241f953 urlmon: Implemented IUri_GetAuthority. 2010-08-02 12:55:20 +02:00
Thomas Mullaly
9ef60297da urlmon: Silenced a noisy fixme. 2010-08-02 12:55:20 +02:00
Thomas Mullaly
9f41866e6f urlmon: Implemented IUri_GetHostType. 2010-08-02 12:55:20 +02:00
Luca Bennati
b96553445a shdocvw: Add Italian translation. 2010-08-02 12:55:20 +02:00
Alexandre Julliard
a4704d3d14 winex11: Sending a move/resize client message to the root requires a SubstructureRedirect mask too. 2010-08-01 20:06:05 +02:00
Alexander Nicolaysen Sørnes
9a4c364954 shdocvw: Add support for setting the statusbar text in IE. 2010-07-30 16:43:42 +02:00
Alexander Nicolaysen Sørnes
e532b1c3bd shdocvw: Add a statusbar to IE. 2010-07-30 16:43:31 +02:00
Jacek Caban
a0af1dc4cf mshtml: Pass processed URI to NewURI. 2010-07-30 16:34:05 +02:00
Andrew Nguyen
ce8c450d83 oleaut32/tests: Test typelib registration in the user registry. 2010-07-30 14:59:42 +02:00
Andrew Nguyen
f2610a6109 oleaut32: Partially implement UnRegisterTypeLibForUser. 2010-07-30 14:59:42 +02:00
Andrew Nguyen
f4fa417be9 oleaut32: Partially implement RegisterTypeLibForUser. 2010-07-30 14:59:41 +02:00
Andrew Nguyen
10356abd8a comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode Win3.1-style dialog. 2010-07-30 14:59:41 +02:00
Andrew Nguyen
4e49518a38 krnl386.exe: Fix last error check for DOS compatibility hack. 2010-07-30 14:59:41 +02:00
Nikolay Sivov
93985e70a8 shlwapi/tests: Fix some test failures on RTL enabled boxes. 2010-07-30 14:59:41 +02:00
Alexandre Julliard
c68589e3dd gdi32: Replicate a Windows bug in StretchDIBits for top-down bitmaps in the non-stretching case.
Found by Mathias Kosch.
2010-07-30 14:59:41 +02:00
Andrey Turkin
d9cc69be5b imagehlp: Implement ImageGetDigestStream.
Mostly based on patch from Juan Lang.
2010-07-30 14:59:41 +02:00
Andrey Turkin
682f6adcbf imagehlp: Add tests for ImageGetDigestStream.
Based on a patch by Juan Lang.
2010-07-30 14:59:41 +02:00
Maarten Lankhorst
6d8d3d74fa mciqtz32: Fix mciPlay. 2010-07-30 14:59:41 +02:00
Maarten Lankhorst
910b95d328 mciqtz32: Fix mciOpen. 2010-07-30 14:59:41 +02:00
Maarten Lankhorst
baa7dcb90e mciqtz32: Simplify mciWhere. 2010-07-30 14:59:40 +02:00
Maarten Lankhorst
c2a0c774e2 mciqtz32: Add support for MCI_STATUS_MODE. 2010-07-30 14:44:09 +02:00
Maarten Lankhorst
1e5ce5309e mciqtz32: Add support for mciWindow. 2010-07-30 12:06:43 +02:00
Maarten Lankhorst
7737c0ad66 mciqtz32: Remove individual queryinterfaces. 2010-07-30 12:06:04 +02:00
Stefan Dösinger
8db119b700 wined3d: Use the correct type in device_unit_free_for_vs. 2010-07-30 11:41:59 +02:00