Jacek Caban
3a118f86f7
mshtml: Added IHTMLStyle::put_cssText implementation.
2009-03-10 12:05:46 +01:00
Jacek Caban
50126adf8b
mshtml: Added IHTMLStyle::get_cssText implementation.
2009-03-10 12:05:40 +01:00
Jacek Caban
76d667caf1
mshtml: Added IHTMLElement::put_innerHTML implementation.
2009-03-10 12:05:26 +01:00
Francois Gouget
8f2b4954b0
winmm: Try to load the Esound driver as a last resort.
...
This gets sound working out of the box on Solaris.
2009-03-10 12:05:20 +01:00
Alexandre Julliard
925c1c4ed2
user32/tests: Fix some message sequences for Vista and Win9x.
2009-03-09 17:54:16 +01:00
Alexandre Julliard
60ed3428da
user32/tests: Avoid snprintf, it's broken on Mingw.
2009-03-09 17:52:08 +01:00
Henri Verbeet
1b9a6fb4e9
d3d9: Fix some sign compare warnings.
2009-03-09 14:44:09 +01:00
Henri Verbeet
4e2c87dd22
wined3d: Handle error conditions better in RemoveContextFromArray().
2009-03-09 14:44:02 +01:00
Henri Verbeet
695c69f6a0
wined3d: Use shader_glsl_get_write_mask_size() to calculate the write mask size.
2009-03-09 14:39:48 +01:00
Henri Verbeet
362bc0d694
wined3d: Don't compare const_num against -1.
2009-03-09 14:39:39 +01:00
Henri Verbeet
4ff5736edf
wined3d: Don't compare texUnitMap entries to -1.
2009-03-09 14:39:34 +01:00
Henri Verbeet
a3df476706
wined3d: Buffer object ID's are supposed to be unsigned.
2009-03-09 14:39:18 +01:00
Paul Vriens
c88aea3b0c
shell32/tests: Don't crash on missing class implementations.
2009-03-09 14:21:49 +01:00
Jim Cameron
5bd7e306b4
regedit: Fix crash importing large values from Unicode.
2009-03-09 14:21:26 +01:00
Huw Davies
5ccf92f512
gdi32/tests: Fix another case where win9x returns bmType equal to 0x5250.
2009-03-09 13:55:48 +01:00
Huw Davies
a88e6e0182
gdi32/tests: win9x doesn't return the correct number of colours used with dib sections created via DIB_PAL_COLORS.
2009-03-09 13:55:45 +01:00
Huw Davies
240651e0c1
gdi32/tests: Mark win9x behaviour as broken.
2009-03-09 13:55:42 +01:00
Paul Vriens
6c62a107a2
shlwapi/tests: Fix failures on systems with IE5.5 or earlier.
2009-03-09 13:31:36 +01:00
Tony Wasserka
f9cf3ab1a0
d3dx9: Add ID3DXSprite tests.
2009-03-09 13:28:55 +01:00
Tony Wasserka
0ed2c2c5e0
d3dx9: Add some definitions in d3dx9.h.
2009-03-09 13:27:53 +01:00
Alexandre Julliard
020b3b5bdc
dbghelp: Define _IMAGEHLP_SOURCE_.
2009-03-09 13:26:57 +01:00
Mike Ruprecht
e8515382bd
dbghelp: Define _IMAGEHLP64 in Win64.
2009-03-09 13:26:45 +01:00
Jeremy White
7a0a5c746f
twain_32: Remove obsolete README files.
2009-03-09 13:26:37 +01:00
Jeremy White
f764ddc87e
sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.
2009-03-09 12:29:06 +01:00
Jeremy White
83d4dac8c2
sane.ds: Remove large chunks of stubbed optional functionality; if it's optional, we don't have to support it, and it is not a stub.
2009-03-09 12:29:02 +01:00
Jeremy White
a3bfa00ce4
sane.ds: Downgrade more inappropriate FIXMEs to WARNs.
2009-03-09 12:28:55 +01:00
Jeremy White
e577d45b4a
sane.ds: Make sure that the condition code is set correctly when we handle an unexpected request.
2009-03-09 12:28:50 +01:00
Jeremy White
81b288870e
sane.ds: Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans.
2009-03-09 12:28:41 +01:00
Dylan Smith
fdb3749138
richedit: Respect manually added links when autourldetect is disabled.
...
EM_SETCHARFORMAT can be used to make text links. Automatic URL
detection being enable would cause these links to be removed if the text
is not a URL, so this must be prevented.
Previously checks were made for AutoURLDetect_bEnable before calling
ME_UpdateSelectionLinkAttribute, or ME_UpdateLinkAttribute. This is
more error prone than checking for this within the function, so one call
was missing this check.
ME_SetCursor also didn't respect this behaviour, since it wouldn't set
the cursor to the hand when hovering over a link without automatic URL
detection disabled.
2009-03-09 12:28:33 +01:00
Rob Shearman
728a738a82
widl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc.
...
Move to using type_basic_get_type in other files where appropriate.
2009-03-09 12:14:35 +01:00
Rob Shearman
630b48941f
widl: Fix a memory leak in the server/stub code when unmarshalling pointers to strings at the top level.
...
It is necessary for the first pointer to have an offset to a second
pointer instead of directly to the string type, since the second
pointer frees the memory for the string.
2009-03-09 12:13:53 +01:00
Rob Shearman
f170f9b5d5
widl: Output server code for freeing returned types.
2009-03-09 12:12:57 +01:00
Rob Shearman
23673ca373
widl: Determine pointer fc at generation time instead of at parse time.
...
Avoid changing the details of a pointer once created.
Properly determine the pointer type for arrays.
2009-03-09 12:09:39 +01:00
Rob Shearman
f8e36ab4ab
widl: Consolidate non-simple pointer writing into one function.
2009-03-09 12:08:57 +01:00
Hwang YunSong(황윤성)
b77d177387
cmd: Updated Korean resource.
2009-03-09 12:06:15 +01:00
Jacek Caban
0031b40454
wininet: Release session after FTP_ReceiveResponse call in FTPFILE_Destroy.
2009-03-09 12:06:02 +01:00
Francois Gouget
96848a0605
Remove spaces before '\n's.
2009-03-09 12:05:58 +01:00
Francois Gouget
c0a672b19d
port: Remove spaces before '\n's.
2009-03-09 12:05:38 +01:00
Francois Gouget
6724655a57
fnt2bdf: Remove spaces before '\n's.
2009-03-09 12:05:35 +01:00
Francois Gouget
d1110dd2e9
winedbg: Remove spaces before '\n's.
2009-03-09 12:05:33 +01:00
Francois Gouget
ae28fdb560
libwine: Reenable the memory reservation code on FreeBSD.
2009-03-09 12:05:27 +01:00
Andrew Talbot
b0cd0d1ea8
msacm32: Fix a typo.
2009-03-09 12:05:20 +01:00
Paul Vriens
630c43ab28
shlwapi/tests: Don't crash on IE5.
2009-03-09 12:05:10 +01:00
Paul Vriens
2266219ca6
wininet/tests: Don't crash on systems with IE5.
2009-03-09 12:05:06 +01:00
Paul Vriens
c01d0ade50
wininet/tests: Skip tests for not implemented functions.
2009-03-09 12:05:02 +01:00
Paul Vriens
ac07d2eb28
wininet/tests: Skip some tests on IE5.
2009-03-09 12:04:58 +01:00
Paul Vriens
1db4ecf8e9
wininet/tests: Test result differences are related to IE6 version, not to platform.
2009-03-09 12:04:53 +01:00
Rob Shearman
9083b4e754
qmgr: Add a missing call to CoUninitialize.
2009-03-09 12:04:39 +01:00
Rob Shearman
c376b1bfc0
qmgr: Fix a memory leak.
2009-03-09 12:04:37 +01:00
Rob Shearman
d974922698
ole32: Fix a memory leak in an error path in COMPOBJ_DllList_Add.
2009-03-09 12:04:35 +01:00