Juan Lang
4817fbc362
crypt32: Avoid reading freed memory when encountering a cyclic chain.
2009-02-25 12:37:06 +01:00
Juan Lang
65e8bf6f48
crypt32: Properly NULL-terminate decoded UTF8 strings.
2009-02-25 12:37:05 +01:00
Juan Lang
f290ec4961
crypt32: Fix some test failures on Win9x.
2009-02-25 12:37:05 +01:00
Jacek Caban
7399dfa9f6
jscript: Mark free memory if heap warnings are turned on.
2009-02-25 12:37:05 +01:00
Jacek Caban
ed78892e46
jscript: Reset mark in jsheap_clear.
2009-02-25 12:37:05 +01:00
Jacek Caban
18ee50e5d2
jscript: Fixed handling block_cnt in jsheap_alloc.
2009-02-25 12:37:05 +01:00
Vincent Povirk
a2ca48127b
wine.inf: Create a fake mapi32.dll.
2009-02-25 12:37:05 +01:00
Vincent Povirk
c0dbcbab52
mapi32: Add version resource.
2009-02-25 12:37:05 +01:00
Rein Klazes
bdb770e10e
user32: Refine the size calculations for menu items with HBMMENU_POPUP magic bitmaps with some conformance tests.
2009-02-25 12:36:51 +01:00
Rob Shearman
f27261e525
widl: Only classify top-level pointers as ref pointers if they don't have any other pointer attributes.
2009-02-25 11:54:31 +01:00
Rob Shearman
a93f531c21
widl: Ignore pointer attributes applied to interface pointers.
...
Print a warning if a pointer attribute is specified since the
generated code won't do what the developer expects.
2009-02-25 11:54:26 +01:00
Alexandre Julliard
cee15b2449
libwine: Try to load all modules in the programs directory, not just those with .exe extension.
2009-02-25 11:54:05 +01:00
Alexandre Julliard
6c8e3a8539
user32: Move a few 16-bit user functions to user16.c where they belong.
2009-02-24 17:36:50 +01:00
Alexandre Julliard
e4815a9b51
credui: Fix old-style dependency line in the makefile.
2009-02-24 17:31:08 +01:00
Rob Shearman
86f79e3a55
rpcrt4: Fix use of uninitialised variable in NdrDllRegisterProxy.
...
It should be key, not subkey being passed into RegSetValueExW.
2009-02-24 16:57:31 +01:00
Rob Shearman
e926c62c43
imm32: Lazily allocated thread-local data.
2009-02-24 16:57:31 +01:00
Rob Shearman
f970db947a
imm32: Fix crash in DllMain when FreeLibrary is called from a thread which existed before the DLL was loaded.
...
The code in IMM_FreeThreadData shouldn't assume that thread data will
always have been created, so check for NULL data.
Make loading the DLL more robust against errors.
2009-02-24 16:57:31 +01:00
Alistair Leslie-Hughes
fe0da5e528
mshtml: Implement IHTMLCurrentStyle_get_marginRight.
2009-02-24 16:57:31 +01:00
Alistair Leslie-Hughes
ef981a412e
mshtml: Implement IHTMLCurrentStyle_get_verticalAlign.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
18c7f48865
mshtml: Implement IHTMLCurrentStyle_get_zIndex.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
1a6c759e1d
mshtml: Implement IHTMLCurrentStyle_get_paddingLeft.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
e64b198348
mshtml: Implement IHTMLCurrentStyle_get_height.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
f5102389da
mshtml: Implement IHTMLCurrentStyle_get_width.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
38cad51959
mshtml: Implement IHTMLCurrentStyle_get_top.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
72faa19807
mshtml: Implement IHTMLCurrentStyle_get_left.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
fc851aa48a
mshtml: Implement IHTMLCurrentStyle_get_fontSize.
2009-02-24 16:57:30 +01:00
Alistair Leslie-Hughes
64af8b3f7e
mshtml: Implement IHTMLCurrentStyle_get_fontWeight.
2009-02-24 16:57:30 +01:00
Stefan Dösinger
4aa0591c96
d3d9: Add an alpha blending test.
2009-02-24 16:57:30 +01:00
Stefan Dösinger
6012475e59
wined3d: Properly update last_was_pshader.
2009-02-24 16:57:30 +01:00
Vincent Povirk
7236452df8
shell32: Implement UnixFolder_IShellFolder2_GetDefaultColumn.
2009-02-24 16:57:30 +01:00
Vincent Povirk
4438092960
shell32: Add IPersistIDList interface to ShellItem objects.
2009-02-24 16:57:29 +01:00
Vincent Povirk
a5c22d0070
include: Add IPersistIDList to headers.
2009-02-24 16:57:29 +01:00
Vincent Povirk
9b9325fbd1
shell32: Partially implement SHCreateShellItem.
2009-02-24 16:57:29 +01:00
Vincent Povirk
e69c663c66
shell32: Add stub implementation of IShellItem.
2009-02-24 16:57:29 +01:00
Vincent Povirk
66258ccc29
include: Add IShellItem to headers.
2009-02-24 16:57:29 +01:00
Alexandre Julliard
1cd730b289
winhlp32: Fix a crash when started without arguments.
2009-02-24 16:57:29 +01:00
Henri Verbeet
964408d0bf
dxgi: Initial IDXGISwapChain::Present() implementation.
2009-02-24 16:57:29 +01:00
Henri Verbeet
f4879dcec1
dxgi: Implement IDXGISwapChain::GetBuffer().
2009-02-24 16:57:29 +01:00
Henri Verbeet
eda929d010
dxgi: Create a wined3d swapchain.
2009-02-24 16:57:29 +01:00
Henri Verbeet
91e4ec57cc
d3d10core: Add a wined3d rendertarget view to the d3d10 rendertarget view.
2009-02-24 16:57:29 +01:00
Henri Verbeet
c796f76483
wined3d: Add IWineD3DRendertargetView.
2009-02-24 16:57:29 +01:00
Jeremy White
6ace799f5a
sane.ds: Implement support for ICAP_XRESOLUTION and ICAP_YRESOLUTION.
2009-02-24 16:57:29 +01:00
Alexandre Julliard
f728c19a73
user32/tests: Add a couple of optional messages.
2009-02-24 16:57:28 +01:00
Alexandre Julliard
5771166aa7
user32/tests: Skip more input tests if we can't queue keyboard input.
...
Fix some tests on Win9x.
2009-02-24 16:57:28 +01:00
Jacek Caban
64adaf723b
shdocvw: Added QueryStatus implementation.
2009-02-24 16:57:28 +01:00
Jacek Caban
7ac34f9e50
shdocvw: Added loading tests.
2009-02-24 16:57:28 +01:00
Aurimas Fischer
d1c3fbbbfc
mshtml: Add Lithuanian translation.
2009-02-24 16:57:28 +01:00
Dylan Smith
73e0c5ea8b
richedit: Never wrap for single line controls.
...
I tested without the ES_MULTILINE style, and found that wrapping
doesn't occur where it normally would.
2009-02-24 16:57:28 +01:00
Dylan Smith
963407a9ef
richedit: EM_SHOWSCROLLBAR hides scrollbars for less than page of text.
...
When all the text fits on the screen, the scrollbars are not shown from
EM_SHOWSCROLLBAR. The message instead adds support for the specified
scrollbar when lParam is TRUE, so that the scrollbar will be shown when
sufficient text is in the document.
2009-02-24 16:57:28 +01:00
Dylan Smith
f28988684e
richedit: Return FALSE for EM_LINESCROLL with single line control.
2009-02-24 16:57:28 +01:00