Alexandre Julliard
6538cb44e3
configure: Always use -fno-builtin if supported, since it's needed for scanf too.
2008-09-22 11:51:02 +02:00
Dylan Smith
f78a841973
richedit: Removed space in front of function signature.
2008-09-22 11:49:29 +02:00
Piotr Caban
0532df61be
msxml3/test: Add test for ISAXXMLReader_parse (passing XMLDOMDocument as argument).
2008-09-22 11:49:22 +02:00
Piotr Caban
eb72aa05db
msxml3: Fix xmlnode_get_xml to work properly with XML_DOCUMENT_NODE.
2008-09-22 11:49:17 +02:00
Piotr Caban
a28b604f77
msxml3: Change order of interface recognition and fix typo.
2008-09-22 11:49:06 +02:00
Alexandre Julliard
d381c7cbf4
Release 1.1.5.
2008-09-19 18:05:36 +02:00
Muneyuki Noguchi
08040c70a8
oleview: Add Japanese resources.
2008-09-19 14:05:48 +02:00
Alexandre Julliard
42e6d94784
ntdll/tests: Fix a couple of tests failing on NT4.
2008-09-19 14:03:47 +02:00
Alexandre Julliard
7e54db23e9
kernel32/tests: Fix a couple of tests failing on NT4.
2008-09-19 14:03:40 +02:00
Alexandre Julliard
ea39761d3a
kernel32/tests: Fix race condition in the thread test.
2008-09-19 12:21:45 +02:00
Allan Tong
43f2ec33bf
wined3d: Fix Geforce9 detection.
2008-09-19 12:09:57 +02:00
Jeff Zaroyko
724a45d15e
dsound: Fix a failing test on XP.
2008-09-19 12:09:33 +02:00
Juan Lang
f5bdc72c49
tools/wine.inf: Register cryptdlg.
2008-09-19 12:09:23 +02:00
Juan Lang
3e207c221b
include: Add missing defines.
2008-09-19 12:09:19 +02:00
Juan Lang
c7e6c0ccd7
include: Fix typo.
2008-09-19 12:09:09 +02:00
Juan Lang
500403957d
wintrust: Add traces to a few more functions.
2008-09-19 12:09:02 +02:00
Owen Rudge
4e7a07631e
shell32: Check CPL_NEWINQUIRE message in control panel applets if we can't retrieve valid strings/icon.
2008-09-19 12:08:58 +02:00
Jacek Caban
5e07e0cf53
jscript: Added function constructor object.
2008-09-19 12:08:50 +02:00
Jacek Caban
4778c06903
jscript: Added more to_string implementation.
2008-09-19 12:08:45 +02:00
Jacek Caban
3435603520
jscript: Minor fixes.
2008-09-19 12:08:39 +02:00
Jacek Caban
c1b76a333b
jscript: Added '>>>=' expression implementation.
2008-09-19 12:08:34 +02:00
Jacek Caban
bc641097a9
jscript: Added '>>=' expression implementation.
2008-09-19 12:08:30 +02:00
Jacek Caban
701797489d
jscript: Added '<<=' expression implementation.
2008-09-19 12:08:26 +02:00
Jacek Caban
13790a640b
jscript: Added '>>>' expression implementation.
2008-09-19 12:08:22 +02:00
Jacek Caban
74fefe94eb
jscript: Added '>>' expression implementation.
2008-09-19 12:08:18 +02:00
Jacek Caban
ef78010df4
jscript: Added '<<' expression implementation.
2008-09-19 12:08:14 +02:00
Jacek Caban
dfb867af56
jscript: Added with statement implementation.
2008-09-19 12:08:09 +02:00
Jacek Caban
4e9749bf92
jscript: Added delete expression implementation.
2008-09-19 12:08:05 +02:00
Jacek Caban
8e16240467
jscript: Added for..in statement implementation.
2008-09-19 12:07:59 +02:00
Jacek Caban
4731f17435
jscript: Added String.charAt implementation.
2008-09-19 12:07:53 +02:00
Jacek Caban
536573934a
jscript: Added void expression implementation.
2008-09-19 12:07:47 +02:00
Christian Costa
5c518d91e0
d3dxof: Fix IDirectXFileDataImpl_GetType.
2008-09-19 12:07:41 +02:00
Alexandre Julliard
ff6f7a57b9
gdi32/tests: Skip test that depends on Tahoma if it isn't installed.
2008-09-19 12:07:32 +02:00
Alexandre Julliard
2193a70137
user32/tests: Fix a few more message test failures.
2008-09-19 12:07:18 +02:00
Paul Vriens
d88cfec91d
crypt32/tests: Add a missing CryptMsgUpdate.
2008-09-19 11:41:32 +02:00
Detlef Riekenberg
9593c9e6f5
dlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-19 11:41:25 +02:00
Detlef Riekenberg
6d0ffa50a0
winspool: Use the backend for AddMonitor.
2008-09-19 11:41:15 +02:00
Detlef Riekenberg
ab32b35ba7
localspl: Implement AddMonitor.
2008-09-19 11:41:10 +02:00
Detlef Riekenberg
b67533f204
advapi32: Remove outdated comment.
2008-09-19 11:40:53 +02:00
Dylan Smith
72d754108a
richedit: Removed a redundant condition.
2008-09-19 11:40:48 +02:00
Henri Verbeet
45820046e8
wined3d: Create a FBO for each combination of render targets and depth stencil.
...
The main reason for this change is crappy performance for reconfiguring FBOs.
2008-09-19 11:30:00 +02:00
Henri Verbeet
3a8ab00fe1
wined3d: Get rid of context_set_depth_stencil_fbo().
...
Integrate clearing the depth stencil attachment in context_attach_depth_stencil_fbo().
2008-09-19 11:29:48 +02:00
Henri Verbeet
8f2ed870f1
wined3d: Get rid of context_set_render_target_fbo().
...
Integrate clearing the attachment in context_attach_surface_fbo().
2008-09-19 11:29:39 +02:00
Henri Verbeet
734b31e00b
wined3d: Handle drawbuffers in context_apply_fbo_state() instead of context_set_render_target_fbo().
2008-09-19 11:29:27 +02:00
Henri Verbeet
9533a5cbbf
wined3d: Split off a function for applying an attachment's filter states.
2008-09-19 11:29:18 +02:00
Henri Verbeet
a269236649
wined3d: Move FBO handling functions to context.c.
2008-09-19 11:29:13 +02:00
Rob Shearman
2e8dec4115
widl: Don't automatically add DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions and structs.
...
It doesn't match what MIDL does.
2008-09-18 14:18:28 +02:00
Rob Shearman
d9b84d2c45
include: Add explicit DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions in IDL files.
...
These aren't present in the PSDK versions of these files but are
necessary for us to be able to compile Wine with compilers that don't
support anonymous structs and unions.
2008-09-18 14:18:21 +02:00
Huw Davies
2f8f3facce
gdi32: Factor out the name table lookup into a separate function.
2008-09-18 14:18:11 +02:00
Alistair Leslie-Hughes
995835e113
mshtml: Implement IHTMLBody get/put_Text.
2008-09-18 13:28:48 +02:00