Henri Verbeet
50b5955288
wined3d: Use floating point colors in the blitter's color_fill functions.
2010-08-24 12:24:39 +02:00
Henri Verbeet
9956ea7044
wined3d: Convert from floating point to specific surface formats.
...
Instead of from WINED3DFMT_B8G8R8A8_UNORM.
2010-08-24 12:24:33 +02:00
Henri Verbeet
a455a918c1
wined3d: Explicitly pass the draw rect to device_clear_render_targets().
...
For regular clears this is the intersection of the viewport and scissor
rectangles, but color fills shouldn't be affected by those.
2010-08-24 12:24:28 +02:00
Austin English
90b5342fb8
kernel32/tests: Sparc fixes.
2010-08-24 12:22:39 +02:00
Austin English
b3b55ea4fa
ntdll: Sparc support for map_image().
2010-08-24 12:22:18 +02:00
Austin English
51e4f9a5a6
ntdll: Make sure ill_handler() and bus_handler() are used on Sparc.
2010-08-24 12:21:44 +02:00
Austin English
7b37a6d47e
ntdll: Add Sparc processor support.
2010-08-24 12:21:38 +02:00
Piotr Caban
256a08aea6
msvcp90: Added _String_base::Xinvarg implementation.
2010-08-24 12:20:58 +02:00
Piotr Caban
0ca290921e
msvcp90/tests: Added basic_string<char> tests.
2010-08-24 12:20:30 +02:00
Alexandre Julliard
a2ca2ebd50
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.
2010-08-23 17:09:45 +02:00
Jörg Höhle
70d8fce222
winmm/tests: Initial tests for CD audio with the MCI.
2010-08-23 15:52:47 +02:00
Jacek Caban
99c4aca480
mshtml: Provide profile directory to Gecko.
2010-08-23 15:44:11 +02:00
David Hedberg
270845d3dd
shell32: Implement IExplorerBrowser::SetFolderSettings.
2010-08-23 15:41:53 +02:00
David Hedberg
d17d78e44b
shell32: Add some basic support for hosting a shellview in the ExplorerBrowser.
2010-08-23 15:41:53 +02:00
David Hedberg
9c0260f2cb
shell32: Implement IExplorerBrowser::SetOptions and IExplorerBrowser::GetOptions.
2010-08-23 15:41:53 +02:00
Mariusz Pluciński
6cb7658377
gameux/tests: Check presence of GameExplorer registry keys.
2010-08-23 15:41:52 +02:00
Mariusz Pluciński
683502f465
gameux/tests: Add tests for AddGame and RemoveGame methods.
2010-08-23 15:41:52 +02:00
Hwang YunSong
c8193717ef
jscript: Update Korean resource.
2010-08-23 15:41:52 +02:00
Detlef Riekenberg
2b76f8661d
ntdll: Add a stub for TokenElevation in NtQueryInformationToken.
2010-08-23 13:46:24 +02:00
Austin English
e92a552dca
dbghelp: Add initial Sparc CPU support.
2010-08-23 13:41:17 +02:00
Tony Wasserka
ecce9eebcf
d3dx9: Fix an off by one error in point_filter_simple_data.
2010-08-23 13:37:03 +02:00
Tony Wasserka
18b8916942
d3dx9: Black out pixels which are outside the source rect in D3DXLoadSurfaceFromMemory if no stretching is used.
2010-08-23 13:37:03 +02:00
Stefan Dösinger
fad5ff478d
wined3d: Fix the wined3d_event_query_supported prototype.
2010-08-23 13:37:03 +02:00
Stefan Dösinger
79666d2b6d
wined3d: Don't return a value from a void function.
2010-08-23 13:37:03 +02:00
Stefan Dösinger
612801d3aa
wined3d: Use float functions in drawprim.c.
2010-08-23 13:37:02 +02:00
Stefan Dösinger
1d710bb4ca
wined3d: The clipplane mask and texcoords are unsigned.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
b5a8c33182
oleaut32/olepicture: No need to check interface pointer in vtable methods.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
32c2ef6c97
oleaut32/olepicture: Fix assumptions about S_OK value.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
99863b02ba
oleaut32/olepicture: Properly round while performing pixels->himetric units conversion.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
acbd632039
comctl32/imagelist: Fix return value for IImageList_GetIconSize().
2010-08-23 13:37:02 +02:00
Nikolay Sivov
9b77425f6a
comctl32/imagelist: Fix return value from IImageList_SetBkColor().
2010-08-23 13:37:02 +02:00
Nikolay Sivov
1c82b3491a
comctl32/imagelist: Remove parameter check from IImageList_GetBkColor().
2010-08-23 13:37:02 +02:00
Nikolay Sivov
6db1d3c5b9
comctl32/imagelist: Fix reference leak in IImageList_Clone().
2010-08-23 13:37:01 +02:00
Nikolay Sivov
87847aa13c
comctl32/imagelist: Remove parameter check from IImageList_Clone().
2010-08-23 13:37:01 +02:00
Nikolay Sivov
eb2aae669c
comctl32/imagelist: Make IImageList_Merge() crash like it does on native.
2010-08-23 13:37:01 +02:00
Gerald Pfeifer
84a6598290
comctl32: Remove the last, unused parameter from LISTVIEW_VScroll and all its invocations.
2010-08-23 13:37:01 +02:00
Henri Verbeet
b93a9b37fa
wined3d: Pass a WINED3DCOLORVALUE structure to IWineD3DDeviceImpl_ClearRendertargetView().
...
The structure is nicer to work with than the array.
2010-08-23 12:05:24 +02:00
Henri Verbeet
9364f80b8c
ddraw: Failing surface creation is not an internal error.
2010-08-23 12:05:16 +02:00
Henri Verbeet
866099765a
ddraw: Attaching an already attached surface is not a FIXME.
...
According to the tests it should simply fail.
2010-08-23 12:05:08 +02:00
Henri Verbeet
3fd66bc650
wined3d: Make some lookup tables const.
2010-08-23 12:04:36 +02:00
Henri Verbeet
c3cdebcf44
ddraw: Make some lookup tables const.
2010-08-23 12:04:31 +02:00
Vincent Povirk
517059f3f5
gdiplus: Set bitmap has alpha flag based on format.
2010-08-23 12:03:47 +02:00
Vincent Povirk
18a4e24368
gdiplus: Stub GdipTranslatePenTransform.
2010-08-23 12:03:37 +02:00
Vincent Povirk
b57c4314c1
gdiplus: Stub GdipGetPathGradientPresetBlend.
2010-08-23 12:03:32 +02:00
Vincent Povirk
8dd940d0b5
gdiplus: Stub GdipTranslatePathGradientTransform.
2010-08-23 12:03:26 +02:00
Alexandre Goujon
49c5bd0365
kernel32: Fix GetComputerName errors.
2010-08-23 11:58:42 +02:00
Julius Schwartzenberg
53aef28e36
setupapi: Add stubs SetupQueryDrivesInDiskSpaceList{A,W}.
2010-08-23 11:55:09 +02:00
Anders Jonsson
c6e3286d71
shell32: Update Swedish translation.
2010-08-23 11:54:18 +02:00
Gerald Pfeifer
0fed73ef4b
d3dx9_36: Simplify instr_ps_1_0123_texld.
2010-08-23 11:52:34 +02:00
Juan Lang
78c9015861
crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.
2010-08-23 11:52:03 +02:00
Juan Lang
faa917b567
crypt32/tests: Test pcbDecoded parameter to CryptVerifyMessageSignature more thoroughly.
2010-08-23 11:51:53 +02:00
Andrew Eikum
b85cb1b865
oleaut32: Implement decoding for complex typedescs.
2010-08-23 11:51:39 +02:00
Andrew Eikum
6868fe8643
oleaut32: Implement ITypeInfo2::GetFuncDesc.
2010-08-23 11:51:33 +02:00
Andrew Eikum
3788a080cf
oleaut32: Improve MEMBERID assignment in ICreateTypeInfo::LayOut.
2010-08-23 11:51:10 +02:00
Andrew Eikum
471475ec28
oleaut32: Properly mask size from funcdesc typedata.
...
The high word of a funcdesc's typedata[0] is used for other data and needs
to be masked out.
2010-08-23 11:50:53 +02:00
Andrew Eikum
7fcea36a82
oleaut32: Improve ITypeInfo::ReleaseTypeAttr.
2010-08-23 11:49:36 +02:00
Andrew Eikum
3f13a07b47
oleaut32: Implement ITypeInfo2::ReleaseFuncDesc.
2010-08-23 11:49:32 +02:00
Marko Nikolic
bd6bc3dd04
appwiz.cpl: Removed sign comparison warning.
2010-08-23 11:48:58 +02:00
Thomas Mullaly
dc18401f85
urlmon/tests: Added tests for IUriBuilder_GetUserName.
2010-08-23 11:12:07 +02:00
Thomas Mullaly
a9433c1402
urlmon/tests: Added tests for IUriBuilder_GetSchemeName.
2010-08-23 11:12:01 +02:00
Thomas Mullaly
8f7428e1ef
urlmon/tests: Added tests for IUriBuilder_GetQuery.
2010-08-23 11:11:55 +02:00
Thomas Mullaly
d36d4aa712
urlmon/tests: Added tests for IUriBuilder_GetPort.
2010-08-23 11:11:50 +02:00
Thomas Mullaly
f25b83fa35
urlmon/tests: Added tests for IUriBuilder_GetPath.
2010-08-23 11:11:43 +02:00
Thomas Mullaly
6a3d61bcf8
urlmon/tests: Added tests for IUriBuilder_GetPassword.
2010-08-23 11:11:37 +02:00
Thomas Mullaly
b5950a4a10
urlmon/tests: Added tests for IUriBuilder_GetHost.
2010-08-23 11:11:30 +02:00
Thomas Mullaly
3775219a31
urlmon/tests: Fixed bug where tests might succeed before the function is implemented.
2010-08-23 11:11:24 +02:00
Alexandre Julliard
abafd9f1c7
gdi32/tests: Fix the GetObject last error check for most Windows versions.
2010-08-23 11:11:16 +02:00
Alexandre Julliard
93208196c8
winhttp: Make WinHttpQueryHeaders behave the same way for all query types.
...
Based on a patch by Mikko Rasa.
2010-08-20 16:08:58 +02:00
Detlef Riekenberg
3bae9b725c
gdi32/enhmfdrv: Remove unneded if() before HeapFree.
2010-08-20 15:50:35 +02:00
David Hedberg
bee7d4b7e3
shell32: Implement IExplorerBrowser::SetRect.
2010-08-20 15:50:24 +02:00
David Hedberg
e4e62e707a
shell32: Implement IExplorerBrowser::Initialize.
2010-08-20 15:50:14 +02:00
David Hedberg
1efc54088b
shell32: Add IShellBrowser stub.
2010-08-20 15:50:10 +02:00
David Hedberg
19979df965
shell32/tests: Add initial tests for the IExplorerBrowser control.
2010-08-20 15:50:04 +02:00
David Hedberg
d66269696f
shell32: Add IExplorerBrowser interface stub.
2010-08-20 15:49:57 +02:00
Henri Verbeet
910d3022c3
wined3d: Do not release a reference we do not have in IWineD3DSurfaceImpl_Flip().
...
This fixes a regression introduced by 368e5eb87a
.
2010-08-20 14:11:10 +02:00
Nikolay Sivov
d84cad6a06
comctl32/imagelist: Fail to create imagelist with zero or negative image dimensions.
2010-08-20 13:46:54 +02:00
Nikolay Sivov
66c9a73db5
comctl32/imagelist: Fail in ImageList_GetIconSize on null parameters.
2010-08-20 13:46:49 +02:00
Nikolay Sivov
8bcdc9ad43
comctl32/tests: More imagelist tests to show broken parameter validation.
2010-08-20 13:46:45 +02:00
Nikolay Sivov
4023e0125f
comctl32/imagelist: Fix failure code for IImageList_Remove().
2010-08-20 13:46:40 +02:00
Nikolay Sivov
5ee4441c15
comctl32/imagelist: Fix failure code for IImageList_Draw().
2010-08-20 13:46:36 +02:00
Nikolay Sivov
33ee0cae46
comctl32/tests: Use reduced IMAGELISTDRAWPARAMS structure size for tests.
2010-08-20 13:46:33 +02:00
Nikolay Sivov
4d6c30f90f
comctl32/tests: Use better names for test functions, discover some new test failures.
2010-08-20 13:46:30 +02:00
Rico Schüller
5ad7f7b9d3
d3dcompiler: Add D3DCreateBlob() test.
2010-08-20 13:21:37 +02:00
Detlef Riekenberg
0fa0d17d67
ntdll/tests: Add tests for RtlIpv4AddressToString / RtlIpv4AddressToStringEx.
2010-08-20 13:21:35 +02:00
Nikolay Sivov
ce5a06c1b0
comctl32/listview: Fix infinite loop case for full item range as a first search range.
2010-08-20 13:21:34 +02:00
Marko Nikolic
78b020c018
advpack/tests: Removed sign comparison warning in advpack tests.
2010-08-20 13:21:34 +02:00
Piotr Caban
d7938822f7
msvcp90: Added _String_base::Xran implementation.
2010-08-20 13:21:34 +02:00
Piotr Caban
1ba4fff989
msvcp90: Added _String_base::Xlen implementation.
2010-08-20 13:21:33 +02:00
Piotr Caban
8f78375d83
msvcp90: Added logic_error exception.
2010-08-20 13:21:33 +02:00
Piotr Caban
22e221c420
msvcp90: Added basic_string<char>::c_str implementation.
2010-08-20 13:21:32 +02:00
Piotr Caban
6675d69a0b
msvcp90: Added basic_string<char> constructor implementation (from cstr).
2010-08-20 13:21:31 +02:00
Piotr Caban
d7b4b032de
msvcp90: Added basic_string<char> copy constructor implementation.
2010-08-20 13:21:30 +02:00
Andrew Talbot
4bdeb7dcb3
crypt32: Constify some variables.
2010-08-20 13:21:30 +02:00
Wolfgang Schwotzer
6d5aaaa5e0
ws2_32: Initialize variable lsap_sel.
2010-08-20 13:21:28 +02:00
Juan Lang
5f6b135668
mshtml: Fix off by one error in setting status text.
2010-08-20 13:21:28 +02:00
Juan Lang
158f5be804
shdocvw: Apply default scheme when none is present.
2010-08-20 13:21:27 +02:00
Jacek Caban
9713d62e89
ntdll: IMAGE_REL_BASED_HIGH, IMAGE_REL_BASED_LOW and IMAGE_REL_BASED_HIGHLOW should be supported on win64.
2010-08-20 13:21:27 +02:00
Henri Verbeet
20a42b4c98
ddraw: Add / improve TRACEs.
2010-08-20 13:21:24 +02:00
Henri Verbeet
4378d4b31e
ddraw: Add a separate function for surface initialization.
2010-08-20 13:21:24 +02:00
Henri Verbeet
c87fd4a65c
ddraw: Add a separate function for ddraw initialization.
2010-08-20 13:21:23 +02:00
Henri Verbeet
0e955daed2
ddraw: Add a separate function for vertex buffer initialization.
2010-08-20 13:21:23 +02:00
Henri Verbeet
e2021722fc
ddraw: Add a separate function for palette initialization.
2010-08-20 13:21:23 +02:00
Henri Verbeet
584cb331a9
ddraw: Add a separate function for execute buffer initialization.
2010-08-20 13:21:22 +02:00
Henri Verbeet
a60c493986
ddraw: Add a separate function for device initialization.
2010-08-20 13:21:21 +02:00
Henri Verbeet
7200f91c06
usp10: Pass the correct buffer size to lstrcpynA() in load_GSUB_feature().
2010-08-20 13:21:20 +02:00
Jerome Leclanche
da40f95efa
gdi32: Properly set ERROR_NOACCESS when GetObject receives invalid arguments.
2010-08-20 13:21:06 +02:00
Jacek Caban
7d7586d358
oleaut32: Try both SYS_WIN64 and SYS_WIN32 syskind in QueryPathOfRegTypeLib on win64.
2010-08-20 13:21:01 +02:00
Piotr Caban
703ab02bc3
msvcp90: Added ~basic_string<char> implementation.
2010-08-19 17:32:20 +02:00
Piotr Caban
6040c8f897
msvcp90: Added some basic_string<char>::assign implementations.
2010-08-19 17:32:20 +02:00
Piotr Caban
935e0f53a1
msvcp90: Added basic_string<char>::erase implementation.
2010-08-19 17:32:20 +02:00
Piotr Caban
50c99f0018
msvcp90: Added basic_string<char>::npos.
2010-08-19 17:32:20 +02:00
Piotr Caban
6c57f13a6b
msvcp90: Added basic_string<char> constructor (with no arguments) implementation.
2010-08-19 17:32:20 +02:00
Piotr Caban
99a6926f3e
msvcp90: Added allocator<void> implementation.
2010-08-19 17:32:20 +02:00
Piotr Caban
eecd9ce06b
msvcp90: Added allocator<unsigned short> implementation.
2010-08-19 17:32:20 +02:00
Piotr Caban
7032010381
msvcp90: Added allocator<wchar_t> implementation.
2010-08-19 17:32:20 +02:00
Jacek Caban
6ae22663c0
mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
2010-08-19 17:32:20 +02:00
Jacek Caban
c22b8fd868
mshtml: Added an explicit CDECL attribute to imported functions.
2010-08-19 17:32:20 +02:00
Anders Jonsson
04c86591e3
jscript: Update Swedish translation.
2010-08-19 17:32:19 +02:00
Owen Rudge
9870c04a78
d3dx10: Add stub for d3dx10_33.
2010-08-19 17:32:19 +02:00
Owen Rudge
49dbdc12fd
d3dx10: Add stub for d3dx10_34.
2010-08-19 17:32:19 +02:00
Owen Rudge
955b8445c0
d3dx10: Add stub for d3dx10_35.
2010-08-19 17:32:19 +02:00
Owen Rudge
f44830e5eb
d3dx10: Add stub for d3dx10_36.
2010-08-19 17:32:19 +02:00
Owen Rudge
4196ba2f5e
d3dx10: Add stub for d3dx10_37.
2010-08-19 17:32:19 +02:00
Owen Rudge
199ff9b3c4
d3dx10: Add stub for d3dx10_38.
2010-08-19 17:32:19 +02:00
Owen Rudge
fb8d7cdedf
d3dx10: Add stub for d3dx10_39.
2010-08-19 17:32:19 +02:00
Owen Rudge
662cbb16f8
d3dx10: Add stub for d3dx10_40.
2010-08-19 17:32:19 +02:00
Owen Rudge
17591cc3bf
d3dx10: Add stub for d3dx10_41.
2010-08-19 17:32:19 +02:00
Owen Rudge
e5d9e12c72
d3dx10: Add stub for d3dx10_42.
2010-08-19 17:32:18 +02:00
Owen Rudge
3c5b2e6e50
d3dx10: Add stub for d3dx10_43.
2010-08-19 17:32:18 +02:00
Austin Lund
8fdb1bec12
comctl32/tests: DateTimePicker and MonthCalendar controls only support Gregorian calendar.
2010-08-19 17:32:18 +02:00
Mikko Rasa
a4435e3adc
crypt32: Only clear *pcbDecoded on error in CryptVerifyMessageSignature.
2010-08-19 17:32:18 +02:00
Misha Koshelev
46050fb377
d3dx9: Add tests for FVF <-> declaration conversion.
2010-08-19 17:32:18 +02:00
Oldřich Jedlička
e474eb81e0
ddraw/tests: Add test for bad size of surface caps in CreateSurface.
2010-08-19 12:01:57 +02:00
Detlef Riekenberg
4aef9446ba
ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx.
2010-08-19 11:52:47 +02:00
Austin English
f7c1978548
ntdll: Check for __FreeBSD_kernel__, remove redundant ifdef's, make FIXME's consistent.
2010-08-19 11:30:58 +02:00
David Hedberg
2a2ac73f2c
explorerframe: Some additional basic tests.
2010-08-19 11:25:37 +02:00
David Hedberg
e5ab57f2c6
explorerframe: Implement EnsureItemVisible.
2010-08-19 11:25:32 +02:00
David Hedberg
6923ec2708
explorerframe: Implement HitTest.
2010-08-19 11:25:27 +02:00
David Hedberg
193fe3c303
explorerframe: Implement GetItemRect.
2010-08-19 11:25:21 +02:00
Thomas Mullaly
9816ec856f
urlmon/tests: Added tests for IUriBuilder_GetFragment.
2010-08-19 11:24:48 +02:00
Thomas Mullaly
a88421ccd1
urlmon/tests: Added tests for IUriBuilder_CreateUriWithFlags.
2010-08-19 11:24:43 +02:00
Thomas Mullaly
2776e2b9af
urlmon/tests: Added tests for IUriBuilder_CreateUriSimple.
2010-08-19 11:24:38 +02:00
Thomas Mullaly
4eff8ce517
urlmon/tests: Added tests for IUriBuilder_CreateUri.
2010-08-19 11:24:32 +02:00
Thomas Mullaly
516aac903a
urlmon/tests: Added a few tests for CreateIUriBuilder.
2010-08-19 11:24:24 +02:00
Igor Paliychuk
3656f3fcc4
jscript: Ukrainian translation update.
2010-08-19 11:22:17 +02:00
Henri Verbeet
4b84c5e5b7
ddraw: Add a separate function for clipper initialization.
2010-08-19 11:18:20 +02:00
Henri Verbeet
759fd517aa
ddraw: Add a separate function for parent initialization.
2010-08-19 11:18:16 +02:00
Henri Verbeet
921bd1bf9a
ddraw: Add a separate function for viewport initialization.
2010-08-19 11:18:12 +02:00
Henri Verbeet
bf26c2c869
ddraw: Add a separate function for material initialization.
2010-08-19 11:17:57 +02:00
Henri Verbeet
c892ed497c
ddraw: Add a separate function for light initialization.
2010-08-19 11:17:48 +02:00
Henri Verbeet
c5a14085d4
ddraw: Remove unused / redundant includes.
2010-08-19 11:17:41 +02:00
Henri Verbeet
407f78e9e1
ddraw: Merge texture.c into surface.c.
2010-08-19 11:17:29 +02:00
Henri Verbeet
3eba8b5d22
ddraw: Merge gamma.c into surface.c.
2010-08-19 11:17:15 +02:00
Andrew Eikum
9d3e2f1b51
oleaut32: Implement ITypeInfo2::GetCustData.
2010-08-19 11:16:40 +02:00
Andrew Eikum
9c53c8e7b3
oleaut32: Ensure that CyclicList nodes have a type.
...
Some code checks against the type of a CyclicList node, so we should
make sure that it's always initialized.
2010-08-19 11:16:34 +02:00
Andrew Eikum
a8dbeb1e60
oleaut32: Overwrite previous CustData segment.
...
This eliminates the diff between Wine's and Windows XP's generated TLB
files.
2010-08-19 11:16:25 +02:00
Andrew Eikum
a0c0d2693d
oleaut32: Use correct bitpattern if referenced type is not user defined.
...
This reduces the diff between the TLB file output by Wine and Windows XP
when running the typelib test module.
2010-08-19 11:16:20 +02:00
Jörg Höhle
fc872628d9
kernel32/tests: GetVolumeInformationA X: succeeds iff drive's default dir is root.
2010-08-18 17:45:02 +02:00
Roderick Colenbrander
2c39733eab
winex11: X11DRV_nores_SetCurrentMode return DISP_CHANGE_SUCCESSFUL when switching to the current mode.
2010-08-18 17:17:23 +02:00
Marko Nikolic
f3a645f0de
advapi32/tests: Removed sign comparison warnings in eventlog tests.
2010-08-18 17:14:00 +02:00
Jacek Caban
8507db18a8
mshtml: Avoid asynchronous parse_complete call.
2010-08-18 15:33:11 +02:00
Jacek Caban
d607976a74
mshtml: Call on_stop_nsrequest asynchronously.
2010-08-18 15:33:02 +02:00
Jacek Caban
3c421a813a
mshtml: Skip mutation notifications on documents that are being replaced.
2010-08-18 15:32:57 +02:00
Jacek Caban
43302910e4
mshtml: Moved update_window_doc to on_start_nsrequest and update callback's document if needed.
2010-08-18 15:32:52 +02:00
Jacek Caban
a14d142555
mshtml: Call nsILoadGroup::AddRequest from AsyncOpen.
2010-08-18 15:32:48 +02:00
Jacek Caban
a9dec383d5
mshtml: Added nsIChannel::GetName implementation.
2010-08-18 15:32:41 +02:00
Jacek Caban
e83402122d
mshtml: Return true spec in nsIURI::GetSpec.
2010-08-18 15:32:36 +02:00
Jacek Caban
793b021fd0
mshtml: Use fake scheme only for about protocol in nsIURI::GetScheme.
2010-08-18 15:32:32 +02:00
Jacek Caban
ceab381750
mshtml: Added nsIURL::Resolve implementation.
2010-08-18 15:32:21 +02:00
Jacek Caban
5068249cbe
mshtml: Treat file URLs pointing to Gecko installation directory as special URIs.
2010-08-18 15:32:16 +02:00
Jacek Caban
eec86f64c4
mshtml: Added nsIHttpChannel::referrer implementation.
2010-08-18 15:32:08 +02:00
Jacek Caban
3d3f223a71
mshtml: Use QueryCommandState to get align state.
2010-08-18 15:32:03 +02:00
Hans Leidekker
3fbf6bdf11
wldap32: Fix handling of zero timeout value in ldap_search_extW.
...
Based on a patch by Adam Romanek.
2010-08-18 15:31:56 +02:00
Hans Leidekker
378bb21f8e
msi: Bump version to 4.5.
2010-08-18 15:31:25 +02:00
Hans Leidekker
5d85497a15
msi: Handle signature filenames in short|long notation.
2010-08-18 15:31:18 +02:00
Hans Leidekker
0c044c10d0
msi/tests: Skip SourceDir tests on win9x.
2010-08-18 15:30:49 +02:00
Hans Leidekker
7c89d4f28f
msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests.
...
Works around test failures on 64-bit Windows where MsiInstallProduct
returns success even though the registry keys specified in the
Registry table are not created.
2010-08-18 15:30:43 +02:00
Hans Leidekker
4102156e0f
msi/tests: Fix some WoW64 test failures.
2010-08-18 15:30:28 +02:00
Hans Leidekker
46fb926501
mscms/tests: Mark some win98 test results as broken.
2010-08-18 15:29:38 +02:00
David Hedberg
20872fadce
explorerframe: Implement GetSelectedItems.
2010-08-18 11:29:33 +02:00
David Hedberg
29bf096f27
explorerframe: Implement GetNextItem.
2010-08-18 11:29:23 +02:00
David Hedberg
31f538516a
comctl32: Return 0 when extended item state is requested from a treeview.
2010-08-18 11:29:15 +02:00
David Hedberg
7e65349c0d
explorerframe: Implement SetItemState and GetItemState.
2010-08-18 11:29:02 +02:00
David Hedberg
4507905f8b
comctl32: Don't break on TVIS_NOSINGLEEXPAND.
2010-08-18 11:28:16 +02:00
David Hedberg
e7a3998c1f
explorerframe: Implement CollapseAll.
2010-08-18 11:26:21 +02:00
Piotr Caban
b13e3772d4
msvcp90: Added bad_alloc exception.
2010-08-18 11:19:13 +02:00
Piotr Caban
c83d56628a
msvcp90: Add exception throwing function.
2010-08-18 11:16:14 +02:00
Piotr Caban
51a55fc9e2
msvcp90/tests: Added allocator<char> tests.
2010-08-18 11:14:48 +02:00
Piotr Caban
2a866928c9
msvcp90: Added allocator<char> 64-bit exports.
2010-08-18 11:12:22 +02:00
Austin English
7cd7851ca1
kernel32: Add stub for SetFileValidData.
2010-08-18 11:12:07 +02:00
Matteo Bruni
0ac336ff5d
d3dcompiler_33: Stub dll.
2010-08-18 09:48:54 +02:00
Matteo Bruni
66d44999b8
d3dcompiler_34: Stub dll.
2010-08-18 09:48:43 +02:00
Matteo Bruni
8ea758387c
d3dcompiler_35: Stub dll.
2010-08-18 09:48:32 +02:00
Matteo Bruni
458eb08a30
d3dcompiler_36: Stub dll.
2010-08-18 09:48:20 +02:00
Andrew Talbot
aaf285c15d
crypt32: Constify some variables.
2010-08-18 09:47:42 +02:00
Austin Lund
c3f9a4c362
comctl32/tests: Do not perform comparison of dates if GetDateFormat fails.
2010-08-18 09:47:32 +02:00
Austin Lund
ffb680569a
advapi32/tests: Add more error reporting for ReportEvent tests.
2010-08-18 09:47:29 +02:00
Austin Lund
c98e6c09ae
advapi32: Add magic codes to HCRYPTKEY and HCRYPTHASH.
2010-08-18 09:47:27 +02:00
Thomas Mullaly
068450363e
urlmon: Added documentation for CreateUri and CreateUriWithFragment.
2010-08-18 09:44:16 +02:00
Thomas Mullaly
6e4ead77a7
urlmon: Implemented CreateUriWithFragment.
2010-08-18 09:43:43 +02:00
Thomas Mullaly
39001c30d3
urlmon/tests: Added testing suite for CreateUriWithFragment.
2010-08-18 09:43:37 +02:00
Thomas Mullaly
c88048f08f
urlmon: Added stub for CreateUriWithFragment.
2010-08-18 09:43:29 +02:00
Vincent Povirk
9d0cd09597
gdiplus: Add a fallback method for getting HDC's from Graphics objects.
...
Native does this in more cases (at least for all bitmap graphics
objects), but using gdi32 objects when we can should perform better.
2010-08-18 09:42:58 +02:00
Juan Lang
acda9f6ba9
iphlpapi: Don't overwrite last IPv4 address with first IPv6 address.
2010-08-18 09:41:46 +02:00
Henri Verbeet
6e09d7bd60
wined3d: Cleanup device_resource_released().
...
In particular, releasing a resource that's in use by the device or the
stateblock is always an internal error in either wined3d or the relevant
wined3d client library.
2010-08-18 09:41:32 +02:00
Henri Verbeet
35b9d3dbd8
wined3d: Release the previous render target only after replacing it in IWineD3DDeviceImpl_SetRenderTarget().
2010-08-18 09:41:26 +02:00
Henri Verbeet
125321d13c
wined3d: Don't print format IDs in decimal.
...
This is especially silly for FOURCC formats.
2010-08-18 09:41:07 +02:00
Henri Verbeet
fee9c1f2b5
ddraw: Remove a useless viewport callback.
2010-08-18 09:41:01 +02:00
Henri Verbeet
14399f6130
ddraw: Remove a useless material callback.
2010-08-18 09:40:55 +02:00
Henri Verbeet
06a44abc19
ddraw: Remove useless light callbacks.
2010-08-18 09:40:32 +02:00
Henri Verbeet
8394f00661
ddraw: Merge direct3d.c into ddraw.c.
2010-08-18 09:40:29 +02:00
Henri Verbeet
f06b22a537
wined3d: Add a TRACE to IWineD3DSurfaceImpl_LoadTexture().
2010-08-18 09:39:42 +02:00
Damjan Jovanovic
1afc16e962
winex11.drv: Implement the DataObject for dragging from X and dropping to OLE.
2010-08-17 14:48:36 +02:00
Damjan Jovanovic
685e66e51d
winex11.drv: Implement a framework for dragging from X and dropping to OLE.
2010-08-17 14:48:02 +02:00
Damjan Jovanovic
6871341c3c
winex11.drv: Filter out all CF_* formats when CF_HDROP is present.
2010-08-17 14:44:36 +02:00
Damjan Jovanovic
ac8c6f2944
winex11.drv: Use a Wine list to store XDnD data.
2010-08-17 14:44:12 +02:00
Mariusz Pluciński
2464733ef3
gameux/tests: Add test of IGameExplorer2 creation.
2010-08-17 14:42:19 +02:00
Mariusz Pluciński
5aed3941ee
gameux: Add IGameExplorer2 implementation stub.
2010-08-17 14:42:10 +02:00
Mariusz Pluciński
152fbc1c3f
gameux/tests: Add test of IGameStatisticsMgr creation.
2010-08-17 14:41:32 +02:00
Mariusz Pluciński
fe65b83a9c
gameux: Add stub of IGameStatisticsMgr implementation.
2010-08-17 14:41:15 +02:00
Luca Bennati
ef36c1fb5e
jscript: Update Italian translation.
2010-08-17 14:40:46 +02:00
David Hedberg
1f76341488
explorerframe: Handle some mouse events.
2010-08-17 14:40:43 +02:00
David Hedberg
b349072687
explorerframe: Handle keyboard events.
2010-08-17 14:40:41 +02:00
David Hedberg
f0d6d95ef8
explorerframe: Handle changing the selection.
2010-08-17 14:22:52 +02:00
David Hedberg
4ad1050eb5
explorerframe: Implement expansion of nodes.
2010-08-17 14:22:43 +02:00
David Hedberg
6963f37253
explorerframe: Fix INameSpaceTreeControl::RemoveRoot.
...
The root shellitem was being freed before getting passed to the event sink.
2010-08-17 14:21:31 +02:00
David Hedberg
6fbfb7cd1d
shell32: Partial implementation of IShellItem::BindToHandler.
2010-08-17 14:21:22 +02:00
Jörg Höhle
573fc10dae
mcicda: Fix seeking.
2010-08-17 14:18:45 +02:00
Jörg Höhle
4bb42e2886
mcicda: Fix several return codes.
2010-08-17 14:18:45 +02:00
Jörg Höhle
70c5893212
mcicda: Rework MCI notification system.
2010-08-17 14:18:45 +02:00
Detlef Riekenberg
c9b0d7f15e
qmgr/tests: Detect when the service is disabled.
2010-08-17 14:18:45 +02:00
Wolfram Sang
f999060f4d
kernel32: Change fixme to trace in comm.c.
2010-08-17 14:18:45 +02:00
Wolfram Sang
9f0f17f853
user32: Check for valid pointer in CreateIconFromResource.
2010-08-17 14:18:45 +02:00
Alexandre Goujon
e4bb3ae755
atl: Fix AtlAxAttachControl wine check.
2010-08-17 12:57:17 +02:00
Wolfgang Schwotzer
d640d3fa5c
ws2_32/tests: Only log threads which not terminated by themselves.
2010-08-17 12:57:01 +02:00
Detlef Riekenberg
bd1941c3c2
wineps: Use winspool.drv for job management.
2010-08-17 12:56:33 +02:00
Thomas Mullaly
364b804d9e
urlmon: Implemented IUri_IsEqual.
2010-08-17 12:41:33 +02:00
Thomas Mullaly
d0d7663c10
urlmon: Print fixme for unsupported flags to CreateUri.
2010-08-17 12:41:28 +02:00
Thomas Mullaly
0daa39fa97
urlmon: Added support for invalid flag combinations to CreateUri.
2010-08-17 12:41:24 +02:00
Thomas Mullaly
b3ad7469d0
urlmon: Added support for pre-processing URI strings.
2010-08-17 12:41:20 +02:00
Matteo Bruni
3c59b9c631
d3dcompiler_37: Stub dll.
2010-08-17 12:41:11 +02:00
Matteo Bruni
fbf1e835a1
d3dcompiler_38: Stub dll.
2010-08-17 12:41:00 +02:00
Matteo Bruni
99491464d9
d3dcompiler_39: Stub dll.
2010-08-17 12:40:45 +02:00
Matteo Bruni
fd4efcd0b1
d3dcompiler_40: Stub dll.
2010-08-17 12:39:49 +02:00
Matteo Bruni
8532ff60f9
d3dcompiler: Remove useless kernel32 imports.
2010-08-17 12:39:20 +02:00
Andrew Eikum
cb5eb33159
hlink: Implement HLINKGETREF flags handling.
2010-08-17 11:56:13 +02:00
André Hentschel
40bc5f646f
ntdll: Add more error codes.
2010-08-17 11:55:39 +02:00
Frédéric Delanoy
80e85cdb89
jscript: Update French translation.
2010-08-17 11:55:33 +02:00
Vincent Povirk
728aaf2902
gdiplus: Add tests for the HDC's we get from bitmap objects.
2010-08-17 11:55:33 +02:00
Vincent Povirk
2a345f36e3
gdiplus: Use the software method to draw HBITMAP-less bitmaps.
2010-08-17 11:55:33 +02:00
Vincent Povirk
1a710ac36f
gdiplus: Stub GdipGetPathGradientTransform.
2010-08-17 11:55:33 +02:00
Vincent Povirk
41f4263277
gdiplus: Stub GdipSetPathGradientLinearBlend.
2010-08-17 11:55:33 +02:00
Vincent Povirk
462c599335
gdiplus: Stub GdipScalePathGradientTransform.
2010-08-17 11:55:33 +02:00
Vincent Povirk
b56f3c3b21
gdiplus: Stub GdipRotatePathGradientTransform.
2010-08-17 11:55:33 +02:00
Vincent Povirk
1fdecda9da
gdiplus: Stub GdipSetPathGradientTransform.
2010-08-17 11:55:33 +02:00
Vincent Povirk
9a6eabf0b5
gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats.
2010-08-17 11:55:33 +02:00
Vincent Povirk
963c7090d5
gdiplus: Don't require an HDC to get the resolution of a graphics object.
2010-08-17 11:55:33 +02:00
Vincent Povirk
c3ca6be2b9
gdiplus: Give a nice warning when we try to draw to an HDC-less graphics.
2010-08-17 11:55:33 +02:00
Vincent Povirk
5601860b76
gdiplus: Don't require an HDC in get_graphics_bounds.
2010-08-17 11:55:33 +02:00
Vincent Povirk
85a5710688
gdiplus: Don't require an HDC for the convert_unit function.
2010-08-17 11:55:33 +02:00
Aurimas Fišeras
e2b4d4e713
jscript: Update Lithuanian translation.
2010-08-17 11:55:33 +02:00
Henri Verbeet
5c99f4ec6d
mmdevapi: Remove the useless CINTERFACE definitions.
2010-08-17 11:55:33 +02:00
Henri Verbeet
049edc9587
dsound: Remove the useless CINTERFACE definition.
2010-08-17 11:55:33 +02:00
Henri Verbeet
368e5eb87a
wined3d: Avoid IWineD3DSurface_GetContainer().
2010-08-17 11:55:32 +02:00
Henri Verbeet
8292c687d8
wined3d: Get rid of the now redundant SFLAG_SWAPCHAIN surface flag.
2010-08-17 11:55:32 +02:00
Henri Verbeet
0b24db5db5
wined3d: Also store the subresource container type.
2010-08-17 11:55:32 +02:00
Henri Verbeet
b0fb388edb
wined3d: A volume's container is always a volume texture.
2010-08-17 11:55:32 +02:00
Henri Verbeet
61db577a4b
wined3d: Remove SetContainer() from the public IWineD3DSurface interface.
2010-08-17 11:55:32 +02:00
Henri Verbeet
89e6a60732
wined3d: Remove SetContainer() from the public IWineD3DVolume interface.
2010-08-17 11:55:32 +02:00
André Hentschel
56d024fd5e
jscript: Update German translation.
2010-08-17 11:48:08 +02:00
Rico Schüller
1394627fcc
d3d10: Forward D3D10CreateBlob to d3dcompiler_43.dll.
2010-08-17 11:42:39 +02:00
Rico Schüller
fa456a61bc
d3dcompiler: Implement ID3DBlob::GetBufferSize().
2010-08-17 11:42:39 +02:00
Rico Schüller
d889800beb
d3dcompiler: Implement ID3DBlob::GetBufferPointer().
2010-08-17 11:42:39 +02:00
Rico Schüller
d511f18f9e
d3dcompiler: Implement D3DCreateBlob().
2010-08-17 11:42:26 +02:00
Jacek Caban
1a1ffe60fd
dbghelp: Silence template related dwarf FIXMEs.
2010-08-16 17:28:58 +02:00
Matteo Bruni
b6637eb89f
wined3d: Remove isInDraw hack from context_setup_target.
...
It is conceptually wrong and actually broken too (as the comment there
said). Just remove the hack now and properly fix any regression that
may come up later by explicitely acquiring the right context where
needed (so, in surface_internal_preload and its callees).
2010-08-16 17:28:58 +02:00
Matteo Bruni
c1450356a7
wined3d: Fix context_apply_clear_state with ORM = backbuffer.
2010-08-16 17:28:58 +02:00
Matteo Bruni
e0528084b1
wined3d: Call set_render_offscreen at the end of context_setup_target.
...
This fixes a regression caused by 20f51c29a9
.
2010-08-16 17:28:57 +02:00
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