Mike McCormack
a107234dcd
gcc 4.0 warning fixes.
2005-08-29 09:38:19 +00:00
Hans Leidekker
3abfd8a890
Implement ldap_extended_operation* and ldap_close_extended_op.
2005-08-29 09:33:16 +00:00
Oliver Stieber
20366e7956
Use wined3dformat when calling wined3d.
2005-08-29 09:32:44 +00:00
Frank Richter
eed5b662b9
Implement "manual" image sharing(as opposed to using LoadImage() with
...
LR_SHARED) by keeping the loaded images in a list. This is needed for
proper alpha support later on since once-per-image preparations will
be needed then.
2005-08-29 09:30:17 +00:00
Jacek Caban
49cd8a70d1
- Added IHlinkTarget::Navigate test.
...
- Added downloading test (disabled).
2005-08-29 09:29:58 +00:00
Yuri Kozlov
8ef6f5d7ea
Theme dialog added in Ru.rc.
2005-08-29 09:29:37 +00:00
Alexandre Julliard
e08029fe1f
Fixed the checklink target to link against winecrt0 too.
2005-08-27 10:33:27 +00:00
Alexandre Julliard
6c6a5729d9
Don't try to initialize the 16-bit thunking code if 16-bit support is
...
disabled.
2005-08-27 10:18:03 +00:00
Mike McCormack
e18952a921
Add the allocated mime type to the mime type list.
2005-08-27 10:01:03 +00:00
Mike McCormack
280bcf6e4a
Fix gcc 4.0 warnings.
2005-08-27 10:00:38 +00:00
Thomas Weidenmueller
c9b7442689
It should be allowed to pass NULL handles in the phpage array of the
...
PROPSHEETHEADER structure to PropertySheet(), just ignore them.
2005-08-27 09:59:09 +00:00
Oliver Stieber
42eff0f92b
Moved GetRasterStatus from device to swapchain.
2005-08-27 09:58:53 +00:00
Alexandre Julliard
cc4da88563
Explicitly import kernel32 in tests that use it.
2005-08-27 09:27:09 +00:00
Jacek Caban
48c80f3b77
Added IHlinkTarget interface.
2005-08-27 09:25:56 +00:00
Robert Shearman
dab603def3
- Implement IMarshal on proxies so that we don't end up with proxies
...
to proxies, causing potential deadlock issues and performance
problems.
- Add a test for this situation and remove the todo_wine from another
test that now succeeds.
2005-08-27 09:25:16 +00:00
Henning Gerhardt
3d3043a5fc
Added German resources.
2005-08-27 09:24:41 +00:00
Jason Edmeades
34db84e1da
Listbox delete string handling should validate the range of the
...
index. Added some tests.
2005-08-27 09:24:14 +00:00
Oliver Stieber
52a63149dc
Change SetDirty in texture to pass the value of dirty instead of
...
always passing TRUE.
2005-08-27 09:23:06 +00:00
Frank Richter
a7b5f5ac3c
Make AlphaBlend() respect the destination clipping region.
2005-08-27 09:20:53 +00:00
Frank Richter
8d86212904
Added WC_SCROLLBAR.
2005-08-27 09:20:43 +00:00
Hans Leidekker
4f36cae4dd
Avoid using the obsolete inet_addr.
2005-08-27 09:20:24 +00:00
Jacek Caban
6d94aa471c
Make pActiveObject test language specific.
2005-08-27 09:19:52 +00:00
Marcus Meissner
39cdcd6692
IsNetworkAlive() enhanced, always reports LAN.
2005-08-27 09:19:17 +00:00
Jacek Caban
eb52044ee8
Beginning implementation of Gecko focus handling.
2005-08-26 10:05:52 +00:00
Michael Jung
b0b4777422
Implemented 'My Documents' folder.
2005-08-26 10:05:34 +00:00
Mike McCormack
93ab695a5c
Fix gcc 4.0 warnings.
2005-08-26 08:53:31 +00:00
Alexandre Julliard
12c9b501fb
We no longer need a special case for the ntdll import library.
2005-08-26 08:52:06 +00:00
Robert Shearman
959e472ef6
Added more wtypes definitions, particularly for GDI/USER handles.
2005-08-26 08:48:38 +00:00
Robert Shearman
4496c5c028
- The output size should be *pcbPolicy for ppPolicy, not the input
...
size.
- Remove a stray semi-colon.
2005-08-26 08:48:23 +00:00
Robert Shearman
35302b48fc
Move interfaces around to satisfy MIDL.
2005-08-26 08:48:06 +00:00
Robert Shearman
4bd0ec1ad3
Remove nonsense msxml IDL attributes.
2005-08-26 08:47:54 +00:00
Pavel Roskin
cbb4f7d595
Extend uRelax scale so that yres is relaxed before slant, not at the
...
same time.
2005-08-26 08:47:45 +00:00
Mike McCormack
9e558d7449
- build a standard Wine list of mime types instead of using an array
...
- use mime type pointers instead of array indexes
2005-08-26 08:47:31 +00:00
Robert Shearman
c8aedf9726
Add stub for CoAllowSetForegroundWindow.
2005-08-26 08:47:09 +00:00
Juan Lang
390d502887
Added a bunch of stubs.
2005-08-26 08:46:48 +00:00
Jacek Caban
6ccccb7179
Added default MSHTML context menu.
2005-08-26 08:46:37 +00:00
Juan Lang
4917f2ebea
Correct a typo, and add more definitions.
2005-08-26 08:45:48 +00:00
Alexandre Julliard
d4098549bb
Moved the delay loading support code to the winecrt0 library.
2005-08-25 19:37:51 +00:00
Detlef Riekenberg
774e6d2831
Added winsplp.h header.
2005-08-25 19:31:13 +00:00
Alexandre Julliard
3ccbb018a0
Added a -municode flag to winegcc for applications that have a wmain()
...
entry point.
2005-08-25 19:26:59 +00:00
Jacek Caban
5cb0fcf1e1
- Beginning implementation of context menu.
...
- Set nsIWebBrowserChrome of nsIWebBrowser.
2005-08-25 19:24:58 +00:00
Oliver Stieber
2af36c646e
Implemented stubbed out pixel shaders and their states in wined3d.
2005-08-25 19:24:21 +00:00
Vitaly Lipatov
ff0b2edd3c
Restore paper orientation when pagesetupdlg is initializing.
2005-08-25 19:23:43 +00:00
Glenn Wurster
cee9a0f2a3
Make stack check work if stack is a small value.
2005-08-25 19:20:21 +00:00
Saulius Krasuckas
f1853ba186
- DirectDrawCreateEx fails with Standard VGA Adapter driver.
...
- IDirect3D7::CreateDevice() returns E_OUTOFMEMORY if a card has no 3D
acceleration.
2005-08-25 19:19:46 +00:00
Frank Richter
33e8e88e81
Load tab titles and property sheet caption from string resources.
2005-08-25 19:19:33 +00:00
Mike McCormack
8aa1a919bf
Make sure to save the result calculated in ACTION_UpdateInstallStates.
2005-08-25 19:19:10 +00:00
Vitaly Lipatov
a4590d2b23
- remove return: now break loop if can't change state during test
...
- add test for value returned by SwapMouseButton
- fix SwapMouseButton return value (it returns previous state)
2005-08-25 19:18:49 +00:00
Phil Krylov
030dbe2d98
Draw header control items only within the header client area.
2005-08-25 19:18:14 +00:00
Alexandre Julliard
b6b180a16d
Moved the implementation of spec file stubs to the winecrt0 library.
2005-08-25 15:27:44 +00:00