Michael Stefaniuc
1bdd2ab628
wordpad: Remove bogus ';' after the if statement.
2008-03-27 17:47:53 +01:00
Kusanagi Kouichi
819d16729d
regedit: Fix Japanese resource.
2008-03-27 17:47:48 +01:00
Dmitry Timoshkov
854413e5cf
user32: Add a defwinproc flag when appropriate.
2008-03-27 17:47:44 +01:00
Reece Dunn
de3c19c2f0
shlwapi: Added basic tests for the SHCreateStreamOnFile IStream implementation.
2008-03-27 17:47:38 +01:00
Reece Dunn
2679453f04
shlwapi: Added STGM_TRANSACTED tests for SHCreateStreamOnFileA/W/Ex.
2008-03-27 17:47:31 +01:00
Paul Vriens
18e305241d
setupapi/tests: Add some tests for the last error returned.
2008-03-27 17:47:23 +01:00
Rob Shearman
f8ea9ec163
widl: Make sure that string types are always written out by write_string_tfs and not write_simple_pointer.
...
This is because write_string_tfs has support for the full range of
string types, write_simple_pointer doesn't have access to the var
attributes which are needed to properly detect strings, and
write_string_tfs sets the typestring offset to after the pointer is
written and write_remoting_arg depends on this.
2008-03-27 17:33:09 +01:00
Rob Shearman
f4a9619364
widl: Fix detection of non-pointer context handles.
...
is_ptr cannot be used because it follows the chain of types into the
type which has the context_handle attribute, which is typically "void *"
and so causes these context handles to be incorrectly detected as
context handles. Instead, we can use is_aliaschain_ptr to follow the
chain of aliases without following pointers and the absence of the
context_handle attribute indicates that it must be present on a type
after following a pointer.
2008-03-27 17:33:06 +01:00
Rob Shearman
59556de0c1
widl: Add support for generic binding handles.
2008-03-27 17:33:02 +01:00
Rob Shearman
8a0cb2b5c5
widl: Use is_string_type for detecting strings in write_typeformatstring_var to make it consistent with write_remoting_arg.
...
Fix the is_string_type function used for detecting strings by only
examining aliases instead of both aliases and pointers. This is due to
the requirement that pointers to strings be handled as pointers and so
not detected as strings.
2008-03-27 17:32:58 +01:00
Alexandre Julliard
4e665b1e21
winetest: Use the HEAD commit sha1 as default build id.
2008-03-27 17:26:20 +01:00
Alexandre Julliard
dfd6c1f21a
winetest: Add the Wine build id to the version information.
2008-03-27 16:47:31 +01:00
Alexandre Julliard
7dfc5184e0
user32: Cosmetic fixes to the About dialog.
2008-03-27 13:47:57 +01:00
Alexandre Julliard
0b98d108bc
winefile: Remove some unused resources.
2008-03-27 13:46:04 +01:00
Alexandre Julliard
ff876005fe
winefile: Use the larger icon in the About box.
2008-03-27 13:44:04 +01:00
Alexandre Julliard
761ce98b3f
winefile: Remove redundant About Wine menu option.
2008-03-27 13:36:39 +01:00
Hin-Tak Leung
cf5e6bcec9
hhctrl.ocx: Implement more navigation of chm to TOC, default topic and specific title.
2008-03-27 12:46:10 +01:00
Rob Shearman
4194daf108
widl: Support using context handles as the binding handle in client functions.
2008-03-27 11:42:36 +01:00
Ge van Geldorp
35d7f70612
shell32: Support getting the shell folder path for users other than the current user and the default user.
2008-03-27 11:29:42 +01:00
Stefan Dösinger
f761b90801
wined3d: Free heapMemory, not allocatedMemory when adjusting the surface.
2008-03-27 11:19:05 +01:00
Stefan Dösinger
82d25338aa
d3d9: Add a basic test for multiple rendertargets.
2008-03-27 11:18:59 +01:00
Stefan Dösinger
ee13cc4903
ddraw: Some EnumZBufferFormat fixes.
2008-03-27 11:10:29 +01:00
Stefan Dösinger
8662bd7555
ddraw: Fix some Z buffer formats.
2008-03-27 11:10:20 +01:00
Austin English
4777f26d61
Spelling fixes.
2008-03-27 11:10:07 +01:00
Alexander Dorofeyev
7bb58929b7
d3d9/tests: Test that GOURAUD and PHONG modes are equal.
2008-03-27 11:09:11 +01:00
Alexander Dorofeyev
165970992a
wined3d: Make device palettes dynamically allocated.
2008-03-27 11:09:06 +01:00
Dmitry Timoshkov
113f2c9dbb
user32: Add a test for combobox navigation with arrow keys, make it pass under Wine.
2008-03-27 11:06:02 +01:00
Alistair Leslie-Hughes
9a7b81be9a
msxml3: Correct IXMLDOMCDATASection appendData.
2008-03-27 11:05:56 +01:00
Alistair Leslie-Hughes
d9b1bf541f
msxml3: Correct IXMLDOMComment appendData.
2008-03-27 11:05:53 +01:00
Alistair Leslie-Hughes
d3597f5e13
msxml3: Correct IXMLDOMText appendData.
2008-03-27 11:05:50 +01:00
Alexander Nicolaysen Sørnes
1ea82f7cd4
wordpad: Add support for previewing two pages side-by-side.
2008-03-27 11:05:45 +01:00
Francois Gouget
eab196b35a
ddraw: Remove trailing spaces in ok() calls.
2008-03-27 11:05:40 +01:00
Michael Stefaniuc
c68a8963c8
user32: Add the Romanian translation.
2008-03-27 11:05:32 +01:00
Michael Stefaniuc
9b767a159b
winhelp: Update the German translation.
2008-03-27 11:05:29 +01:00
Aurimas Fischer
699d76e4ac
fonts: Where possible use references to Latin glyphs in Latin-Extended glyphs.
2008-03-26 23:48:52 +01:00
Andrew Talbot
d2c602b27a
wineoss.drv: Assign to structs instead of using memcpy.
2008-03-26 23:48:28 +01:00
Andrew Talbot
f100b142f4
winejack.drv: Assign to structs instead of using memcpy.
2008-03-26 23:48:25 +01:00
Andrew Talbot
ddf9697433
winenas.drv: Assign to struct instead of using memcpy.
2008-03-26 23:48:21 +01:00
Andrew Talbot
52f6018c73
wineesd.drv: Assign to structs instead of using memcpy.
2008-03-26 23:48:18 +01:00
Hans Leidekker
058761fa34
wininet: Support chunked reads in InternetReadFileEx too.
2008-03-26 23:48:13 +01:00
Herve Chanal
fb2e9a3aba
winefile: A nicer icon.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
6e387f34c5
gdi32: Store the return value separately in StretchDIBits instead of overwriting heightSrc.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
12ae8ff814
shell32: Add a license message box and a build id to the About dialog. Clean things up a little.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
f29b5757d5
user32: Allow arbitrary text size for loaded strings in message boxes.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
ccd0d6259d
ntdll: Export the libwine version functions from ntdll too.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
8505f1429d
libwine: Export functions that return the Wine version number and build id.
2008-03-26 23:38:36 +01:00
Dan Kegel
dcefb67781
kernel32: Test negative dest len in WideCharToMultiByte.
2008-03-26 23:38:36 +01:00
Jacek Caban
d43de316c3
urlmon: Don't use -1 length in WideCharToMultiByte call.
2008-03-26 23:38:36 +01:00
Jacek Caban
c94e646fc1
mshtml: Fixed invalid use of -1 length in WideCharToMultiByte calls.
2008-03-26 23:38:36 +01:00
Jacek Caban
4a46a0193a
mshtml: Fixed crash in tests if Gecko is not available.
2008-03-26 23:38:36 +01:00