70092 Commits

Author SHA1 Message Date
David Hedberg
b30934c529 comctl32: Warn when using unsupported extended styles. 2010-07-19 15:09:05 +02:00
David Hedberg
e81d65f8d4 comctl32: Add support for expanded state image in treeview. 2010-07-19 15:09:03 +02:00
David Hedberg
e4cf1466ed include: Add some new TreeView messages and extended style defines. 2010-07-19 15:07:17 +02:00
David Hedberg
d60c9adca2 shell32: Fix some return values from the shellview contextmenu. 2010-07-19 15:06:15 +02:00
David Hedberg
bd6b80624a include: Fix ExplorerBrowser interface declaration. 2010-07-19 15:06:11 +02:00
Vincent Povirk
2a74569230 gdiplus: Stub GdipMultiplyPenTransform. 2010-07-19 14:49:07 +02:00
Vincent Povirk
3506521f16 gdiplus: Stub GdipGetPenCompoundCount. 2010-07-19 14:49:07 +02:00
Vincent Povirk
5694825ae3 gdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList. 2010-07-19 14:49:07 +02:00
Vincent Povirk
3847c2dec9 gdiplus: Stub GdipGetMetafileHeaderFromStream. 2010-07-19 14:49:07 +02:00
Vincent Povirk
688eb0688b gdiplus: Stub GdipGetMetafileHeaderFromFile. 2010-07-19 14:49:07 +02:00
Detlef Riekenberg
115bf743b8 winhelp.exe16: Add missing separator after command name. 2010-07-19 14:49:07 +02:00
Paul Chitescu
d067814127 t2embed: Forward several stdcall-decorated names to existing undecorated stubs. 2010-07-19 14:49:07 +02:00
Greg Geldorp
913c91fd47 msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0. 2010-07-19 14:49:07 +02:00
Paul Vriens
13a7ecff57 atl/tests: Skip tests if function is not implemented. 2010-07-19 14:49:07 +02:00
Henri Verbeet
1edda50c03 ddraw: The surface isn't allowed to be NULL in EnumSurfacesCallbackThunk() and EnumCallback(). 2010-07-19 14:49:07 +02:00
Henri Verbeet
5bf9dd902c ddraw: Get rid of some dead code. 2010-07-19 14:49:07 +02:00
Henri Verbeet
f461b39b76 ddraw: Get rid of the useless "ddraw_owner" fields. 2010-07-19 14:49:07 +02:00
Henri Verbeet
16b3f17f87 ddraw: Avoid some forward declarations. 2010-07-19 14:49:07 +02:00
Andrew Nguyen
8b1c1edb6b ddraw/tests: Test IDirect3D::FindDevice HAL enumeration. 2010-07-19 14:48:54 +02:00
Andrew Nguyen
14744c44b1 ddraw: Don't permit the enumeration of the Direct3D reference device in IDirect3D1::FindDevice. 2010-07-19 14:41:33 +02:00
Andrew Nguyen
d5c2a358b7 ddraw: Return a failure code in IDirectDrawSurfaceImpl::QueryInterface if IDirect3D7::CreateDevice fails. 2010-07-19 14:41:11 +02:00
Florian Köberle
4be9f0a79b comctl32: Simplify the code. 2010-07-19 14:38:17 +02:00
Florian Köberle
42c5ff799a comctl32: Call TREEVIEW_SendExpanded after expanding. 2010-07-19 14:38:17 +02:00
Greg Geldorp
6521fc192f winetest: Take manifests into account when hunting for DLLs. 2010-07-19 14:38:17 +02:00
Austin English
f146fa0f81 winscard: Add stubs for SCardIsValidContext/SCardReleaseContext. 2010-07-19 14:38:17 +02:00
Andrew Eikum
3173305e88 oleaut32: Don't fail if member is missing in ITypeComp::Bind. 2010-07-19 14:38:17 +02:00
Thomas Mullaly
fe41d09d75 urlmon: Implemented functionality for retrieving the RAW_URI property of a IUri. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
15f36468de appwiz.cpl: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
efe7fbd20b notepad: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
23c627af26 winecfg: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
86603e52eb oleview: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
32e6007010 regedit: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
c22e1299ec taskmgr: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Igor Paliychuk
91d6f49511 shell32: Update Ukrainian translation. 2010-07-19 14:38:17 +02:00
Andrew Nguyen
be5d66f5d8 krnl386.exe: Fix a potential leak and NULL dereference in DPMI_xrealloc. 2010-07-19 14:38:17 +02:00
Andrew Nguyen
ea7bcc6c3f krnl386.exe: Use the correct format specifier for size traces. 2010-07-19 14:38:17 +02:00
Paul Vriens
4662e12164 msi: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-19 14:38:16 +02:00
Paul Vriens
04678d955d comctl32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-19 14:38:16 +02:00
Dylan Smith
41dbacdc71 user32: RegisterClassEx should check for invalid cbSize field. 2010-07-19 14:38:16 +02:00
Dylan Smith
be3073fce1 richedit: Fix streaming rtf with table at the start of the text.
The first paragraph was being handled just by ME_StreamOutParaProps,
but subsequent paragraphs would check if the paragraph was starting or
ending a table. So I moved the code to check for tables into
ME_StreamOutParaProps.
2010-07-19 14:38:16 +02:00
Dylan Smith
e2f6b1d83d richedit: Don't break when streaming out a table, just continue.
This is a regression caused by commit
54b53b6018da93cf82a4ee60ae5a4d3357cd7cfc which change the code to use
if statements instead of a switch, so the break statement should have
been changed to a continue statement.
2010-07-19 14:38:16 +02:00
Vincent Povirk
5116b979b2 ole32: Flush the ILockBytes object of a storage on commit and final release.
Some ILockBytes objects will not really write changes until their Flush
method is called. Also, further optimizations to the storage implementation
will involve caching writes, which will have to be flushed at times.
2010-07-19 14:38:16 +02:00
Vincent Povirk
b7dbfcbd48 ole32: Remove an unused variable. 2010-07-19 14:38:16 +02:00
Vincent Povirk
d0e6e4aa82 ole32: Use ILockBytes_Stat to get the filename of a storage. 2010-07-19 14:38:16 +02:00
Vincent Povirk
14f8f9d5b5 ole32: Remove the BigBlockFile abstraction and always use an ILockBytes. 2010-07-19 14:38:16 +02:00
Vincent Povirk
4171499411 ole32: Don't map storage files in memory. 2010-07-19 14:38:16 +02:00
Vincent Povirk
7f3c92b2a0 ole32: Update storage header saving code based on the latest MS spec.
These fields are needed for the MS storage implementation to load
files that were created by Wine with a block size of 4096.
2010-07-19 14:38:16 +02:00
Sven Baars
cb07a59a80 user32: Fix the Dutch translation. 2010-07-19 14:38:16 +02:00
Alexandre Julliard
e36f326f35 gdi32/tests: Fixed coordinates matching to use a relative error. 2010-07-19 14:38:16 +02:00
Seth Shelnutt
b5a5db910f wined3d: Nvidia Geforce 8400 and 8500 are now reported as 8400GS instead of 8300GS. 2010-07-19 14:38:16 +02:00