Jacek Caban
11484a0f68
mshtml: Check return value of SetText.
...
Spotted by Gerald Pfeifer.
2010-05-08 19:25:24 +02:00
Piotr Caban
c0890590ab
wininet: Fix trace messages.
2010-05-08 18:14:53 +02:00
Piotr Caban
ee2abe7f82
shlwapi: Added more UrlCanonicalizeA tests.
2010-05-08 18:14:49 +02:00
Piotr Caban
40119690b8
shlwapi: Make UrlCanonicalizeA working with long urls (>INTERNET_MAX_URL_LENGTH).
2010-05-08 18:14:43 +02:00
Piotr Caban
fc543890d1
shlwapi: Make UrlCanonicalizeW working with long urls (>INTERNET_MAX_URL_LENGTH).
2010-05-08 18:14:37 +02:00
Piotr Caban
f4f9b1acdf
include: Fix typo in shlwapi.h.
2010-05-08 18:14:26 +02:00
Paul Vriens
f8470fe408
winhttp/tests: Show the correct error.
2010-05-08 13:12:58 +02:00
Aric Stewart
421a997085
usp10: Add ETO_IGNORELANGUAGE when calling ExtTextOut so we do not re-reverse already formated RTL strings inside of GDI.
2010-05-08 13:12:54 +02:00
Andrew Eikum
897f11d331
user32: Don't use DLGTEMPLATE's ExStyle when creating dialogs.
2010-05-08 13:12:49 +02:00
Michael Stefaniuc
1d864cfd22
explorer: Remove unneeded UNICODE define.
2010-05-08 13:12:44 +02:00
Sven Baars
51e653b567
wordpad: Fix Dutch translation.
2010-05-08 13:12:40 +02:00
Sven Baars
c6330dd220
xcopy: Fix Dutch translation.
2010-05-08 13:12:37 +02:00
André Hentschel
7b66e1aeeb
oleaut32: Check if the delimiter is a date delimiter.
2010-05-08 13:12:33 +02:00
Aric Stewart
1ee497ae25
usp10/test: Initialize local structures.
2010-05-08 13:12:28 +02:00
Alexandre Julliard
9476937dc3
winex11: Fix source/dest width mismatch in SetDIBits.
2010-05-08 11:44:40 +02:00
Alexandre Julliard
f7f4e9e3be
include: Force inlining exported API functions to avoid duplicate definitions.
2010-05-07 22:38:32 +02:00
Alexandre Julliard
91431e0859
Release 1.1.44.
2010-05-07 20:20:29 +02:00
Jacek Caban
f00d44f0f6
mshtml: Added IHTMLInputElement::put_name implementation.
2010-05-07 16:25:37 +02:00
Jacek Caban
1fdbc87e55
mshtml: Added IHTMLInputElement::get_type tests.
2010-05-07 16:00:41 +02:00
Jacek Caban
09bdb5fb1b
mshtml: Added IHTMLInputElement::put_type implementation.
2010-05-07 16:00:36 +02:00
Jacek Caban
7594b653f0
mshtml: Added beginning support for oncontextmenu event.
2010-05-07 16:00:23 +02:00
Jacek Caban
3d0d27820f
mshtml: Added IHTMLDocument2::clear implementation.
2010-05-07 16:00:20 +02:00
Jacek Caban
95ded555e0
mshtml: Added IHTMLFormElement::get_length implementation.
2010-05-07 16:00:16 +02:00
Yann Droneaud
b7d321769c
include: Rewrote some extern inline to static inline.
2010-05-07 14:21:34 +02:00
Alexandre Julliard
383879f686
kernel32: Add an x86_64 implementation for the TEB access functions.
2010-05-07 14:15:25 +02:00
Alexandre Julliard
18dbaadfc5
kernel32: Define GetProcessHeap as an assembler function on i386.
2010-05-07 14:07:45 +02:00
André Hentschel
56d28f7d5b
kernel32: Double the alarm timeout to prevent a failed test.
2010-05-07 13:30:44 +02:00
Michael Stefaniuc
c34c6ac20e
oleview: Switch the rest to use the explicit W-types/functions.
...
Compile with -DWINE_NO_UNICODE_MACROS.
2010-05-07 12:49:40 +02:00
Michael Stefaniuc
12be9c39f2
oleview: Use the explicit W types/functions in details.c.
2010-05-07 12:49:08 +02:00
Michael Stefaniuc
14c63217d9
oleview: Use the explicit W types/functions in oleview.c.
2010-05-07 12:49:00 +02:00
Michael Stefaniuc
2bce56c94e
oleview: Use the explicit W types/functions in typelib.c.
2010-05-07 12:48:52 +02:00
Michael Stefaniuc
488baebd8f
oleview: Use the explicit W types/functions in tree.c.
2010-05-07 12:48:42 +02:00
Michael Stefaniuc
5005581c8b
oleview: Replace some SendMessage wrappers with the real thing.
2010-05-07 12:48:26 +02:00
Damjan Jovanovic
55e4eba2ec
winemenubuilder: Launch .lnk files directly from menus.
...
The arguments of a .lnk file are complex, with quoting and escaping
rules and %windir%-style variable expansion, so winemenubuilder cannot
always convert them accurately to a .desktop file. But start.exe and
shell32 on the other hand can parse the .lnk file and run it
themselves, so use them instead.
2010-05-07 12:48:12 +02:00
Sven Baars
61493dee95
mshtml: Update Dutch translation.
2010-05-07 12:47:07 +02:00
Vincent Povirk
6a36802f26
windowscodecs: Use the BITMAPINFOHEADER structure to get icon bitcount.
2010-05-07 12:47:02 +02:00
Vincent Povirk
dbf123ba0d
ole32: Fix reads past the end of streams.
2010-05-07 12:46:50 +02:00
Vincent Povirk
4ad114cfae
ole32: Use the cached information in BlockChainStream_GetCount.
2010-05-07 12:46:39 +02:00
Alexandre Julliard
96a939eee1
shell32: Fix marshalling of 1-bpp systray icons.
2010-05-07 12:45:55 +02:00
Alexandre Julliard
159145cefe
user32: Make DrawIcon simply call DrawIconEx.
2010-05-07 12:45:39 +02:00
Alexandre Julliard
4c03fd0138
user32: Use the correct rop when blitting an icon in DrawIconEx.
2010-05-07 12:41:40 +02:00
Alexandre Julliard
a59d79c9a6
user32: Fix drawing of 1-bpp icons in DrawIconEx.
2010-05-07 12:08:29 +02:00
Alexandre Julliard
2e96abd0d4
user32: Return the icon depth instead of number of colors when loading from a .ico file.
2010-05-07 11:34:17 +02:00
Alexandre Julliard
5978e4f096
wine.inf: Copy l_intl.nls to the system32 directory.
2010-05-06 21:04:03 +02:00
Alexandre Julliard
321d3883bf
configure: Create a symlink from l_intl.nls in the build tree, and install it.
2010-05-06 20:54:33 +02:00
Alexandre Julliard
930a13dd86
libwine: Add support for generating l_intl.nls, based on a patch by Andrey Turkin.
2010-05-06 20:50:14 +02:00
Aric Stewart
4377cc62f8
usp10: Implement mirroring for bidi support.
2010-05-06 19:54:58 +02:00
Alexandre Julliard
6f3f505f04
libwine: Generate a table for BiDi character mirroring.
2010-05-06 19:54:45 +02:00
Alexandre Julliard
388779e320
libwine: Update the character tables to Unicode 5.2.
2010-05-06 19:25:04 +02:00
Alexandre Julliard
65a82cb180
libwine: Download Unicode data files from unicode.org as needed in cpmap.pl.
2010-05-06 18:23:44 +02:00