Juan Lang
89b3191c7c
crypt32: Implement CertGetValidUsages.
2006-03-08 11:33:53 +01:00
Stefan Dösinger
851bdfb5e0
wined3d: Add D3DLOCK_* types to wined3d_types.h.
2006-03-08 11:33:35 +01:00
Jacek Caban
6fafc22930
mshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface.
2006-03-08 11:33:15 +01:00
Jacek Caban
4ac4246fd5
mshtml: Added get_name and get_value implementation of IHTMLSelectElement interface.
2006-03-08 11:33:09 +01:00
Jacek Caban
92ff0e5019
mshtml: Added get_type, get_value, get_name and get_checked
...
implementation of IHTMLInputElement interface.
2006-03-08 11:33:00 +01:00
Peter Åstrand
c5552a694b
comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.
2006-03-08 11:32:46 +01:00
Hans Leidekker
1d491aedba
mscms: Add tests for EnumColorProfiles{A,W}.
2006-03-08 11:32:26 +01:00
Hans Leidekker
05b073da0d
mscms: Implement EnumColorProfiles{A,W}.
2006-03-08 11:32:18 +01:00
Alexandre Julliard
cc3d4d3df3
dlls: Added a default install-lib rule for dlls that don't have one.
2006-03-08 11:31:50 +01:00
Alexandre Julliard
116aaa1694
x11drv: Don't send an invalid WM_NCCREATE to the desktop window.
2006-03-07 15:11:18 +01:00
Alexandre Julliard
576e3b7062
explorer: Merged systray support with the desktop window main loop.
...
Systray is now always available as part of the desktop and doesn't
need to be started from shell32.
2006-03-07 11:50:05 +01:00
Alexandre Julliard
1a4f6e579b
user: Launch explorer to manage the desktop window.
2006-03-07 11:42:35 +01:00
Mike McCormack
bb84eaa98f
kernel: Improve the activation context stubs.
2006-03-07 11:11:07 +01:00
H. Verbeet
78a43b3dbc
wined3d: Fix a few FIXME's.
2006-03-07 10:56:52 +01:00
H. Verbeet
ae21e30118
wined3d: Implement GetCreationParameters (from a patch by Al Tobey).
2006-03-07 10:53:43 +01:00
Stefan Dösinger
270afeb5e8
wined3d: Define D3D usage flags in wined3d_types.h.
2006-03-07 10:53:02 +01:00
Stefan Dösinger
2f0c781988
wined3d: Add device caps to wined3d_types.h.
2006-03-07 10:51:34 +01:00
Jacek Caban
8f897239c4
mshtml: Added IHTMLTextAreaElement implementation.
2006-03-07 10:51:12 +01:00
Jacek Caban
54cce2e7ce
mshtml: Added IHTMLSelectElement implementation.
2006-03-07 10:49:12 +01:00
Jacek Caban
8b3eab6e35
mshtml: Added IHTMLInputElement implementation.
2006-03-07 10:45:48 +01:00
Jacek Caban
3d68599355
mshtml: Added IHTMLElementCollection::tags implementation.
2006-03-07 10:40:27 +01:00
Juan Lang
78872852fd
crypt32: Simplify stores.
...
Ref count cert context references, and eliminate the DupCert function
from stores.
2006-03-07 10:40:18 +01:00
Alexandre Julliard
a401f3c4bb
kernel: Better support for detached processes.
...
Call setsid() in the new process to create a new Unix process group
when CREATE_NEW_PROCESS_GROUP, CREATE_NEW_CONSOLE, or DETACHED_PROCESS
are specified.
2006-03-06 22:22:30 +01:00
Alexandre Julliard
6d5f5447ea
x11drv: Make sure to never manipulate the root window, even if we own
...
the desktop window.
2006-03-06 21:02:59 +01:00
Alexandre Julliard
19a3adb958
mlang: Decrement the module refcount when an object is destroyed.
2006-03-06 20:10:36 +01:00
H. Verbeet
07004966a8
wined3d: Fix the relation between volumes and their container.
2006-03-06 20:08:36 +01:00
H. Verbeet
f7356a34c3
wined3d: Fix the relation between surfaces and their container.
2006-03-06 20:08:22 +01:00
H. Verbeet
fd2739b023
wined3d: Don't call glCompressedTexImage2DARB without allocatedMemory.
...
Don't call glCompressedTexImage2DARB if we haven't got allocatedMemory (yet).
Fix a small typo.
2006-03-06 20:01:05 +01:00
Robert Shearman
414d1ddeb9
wininet: Rewrite InternetCreateUrlW.
...
- Rewrite InternetCreateUrlW to respect the lengths passed in via the
URL_COMPONENTS structure and fall back to a strlenW call when a
length is zero.
- Expand the number of protocols supported when determining whether
the port number should be added.
- Fix a test by passing in the correct length of scheme.
2006-03-06 20:00:53 +01:00
Robert Shearman
9981f337e3
wininet: Don't continue to connect to a secure server without SSL support since it won't work.
...
Don't continue to connect to a secure server without SSL support since
it won't work. Return an error back to the application instead.
2006-03-06 20:00:21 +01:00
Robert Shearman
8bfc85957a
wininet: More tests for InternetCreateUrl.
...
Fix an InternetCreateUrl test so that it correctly sets the scheme
length and add tests which show the behaviour when the lengths are set
to zero and when the https scheme is used.
2006-03-06 20:00:08 +01:00
Victor Pelt
472ad3a450
wininet: Add stub for missing InternetSetOption.
2006-03-06 19:56:21 +01:00
Francois Gouget
9a722d0afd
Fix compatibility with native advpack dlls.
...
Most native advpack dlls in circulation don't have RegInstallA. So
mshtml and urlmon should do a GetProcAddress() on 'RegInstall'
instead.
2006-03-06 17:51:19 +01:00
Mike McCormack
8723936de6
avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
2006-03-06 17:50:43 +01:00
Jacek Caban
87e04f2f4a
shdocvw: Added get_LocationURL implementation.
2006-03-06 17:50:19 +01:00
Jacek Caban
d6d76870cb
mshtml: Added IHTMLElementCollection implementation.
...
- Added IHTMLElementCollection implementation.
- Added get_all implementation.
2006-03-06 17:49:15 +01:00
Alexandre Julliard
1110d62752
shell32: Grow the file list dynamically in SHFileOperation.
...
This avoids searching the same directories twice, once to count the
files and then once for real.
2006-03-06 17:47:57 +01:00
Alexandre Julliard
23cb632be2
shell32: Store only the file attributes in the file list for SHFileOperation.
...
We don't need the rest of the WIN32_FIND_DATA structure.
2006-03-06 16:44:31 +01:00
Alexandre Julliard
b222001def
shell32: Fixed handling of null-terminated file list in SHFileOperation.
2006-03-06 16:42:34 +01:00
Aric Stewart
c29b7c3524
shell32: Skip dot directories in SHFileOperation.
...
In ShFileOperation when generating a file list with * wildcards, for
example for deletion, do not include the dot directories (. and ..) in
the list, because that cause the operation to spiral out of control.
2006-03-06 15:57:22 +01:00
Alexandre Julliard
4be3d4c12b
server: Return real parent and owner in the create_window request.
...
Remove computing of parent and owner handles on the client side.
2006-03-06 15:00:37 +01:00
Alexandre Julliard
f874d20f54
user: Allow creating windows of the desktop class.
2006-03-06 12:44:38 +01:00
Alexandre Julliard
70d42f9d43
user: Allow some Wine internal messages to act on the desktop window.
2006-03-06 12:37:13 +01:00
Mike McCormack
3289cf1a62
mpr: Stub implementations of some mpr functions.
2006-03-06 11:49:08 +01:00
Michael Jung
cc15fcc4b0
shell32: Unicode'ify ISFHelper interface.
2006-03-06 11:43:16 +01:00
Vitaliy Margolen
46ecb15c5c
wined3d: Fix retrieval of driver adapter versions.
2006-03-06 11:43:00 +01:00
Eric Pouech
34636b026b
dbghelp: Added type for array index.
...
- added type for array index
- correctly parsing array index type in stabs, Dwarf2 and MSC formats
- fixed SyGetTypeInfo accordingly
2006-03-06 11:42:44 +01:00
Eric Pouech
f7441f9e1a
msvcrt: Some more fixes to name demangling.
2006-03-06 11:37:14 +01:00
Eric Pouech
e70617883b
dbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo for function.
2006-03-06 11:37:02 +01:00
Stefan Dösinger
033769f94d
wined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.
2006-03-06 11:36:28 +01:00
Jason Green
6d30800db6
wined3d: Add a few more WINED3DFMT formats to be recognized.
2006-03-06 11:36:07 +01:00
Jacek Caban
7a3a554c9b
shdocvw: Beginning ShowContextMenu implementation.
2006-03-06 11:35:50 +01:00
Jacek Caban
6ef5f95562
mshtml: Added get_documentElement implementation.
2006-03-06 11:35:35 +01:00
Jacek Caban
874fd57841
mshtml: Added IHTMLElement implementation.
2006-03-06 11:33:43 +01:00
Jacek Caban
54036bf6ef
mshtml: Added IHTMLDOMNode implementation.
2006-03-06 11:12:29 +01:00
Vitaly Budovski
3832eb7de4
wined3d: Added OpenGL 2.0 function definitions.
2006-03-06 11:12:14 +01:00
Robert Shearman
b3a8a3d559
oleaut: Implement VarBstrFromDisp.
2006-03-06 11:10:26 +01:00
Robert Shearman
93acfeb7f0
oleaut: Fix VarFormat for VT_NULL variants.
2006-03-06 11:09:54 +01:00
Robert Shearman
7406cc210b
ole: Implement IRpcChannelBuffer::GetDestCtx on the client side.
2006-03-06 11:09:34 +01:00
Robert Shearman
92a1f52b4d
ole: Store the destination context and the destination context data in
...
the proxy manager when unmarshaling.
2006-03-06 11:08:52 +01:00
Robert Shearman
e5b2c14665
oleaut: Add some more VarFormat tests and fix the VarMod decimal test.
2006-03-06 11:08:32 +01:00
Robert Shearman
08764dde8a
oleaut: Split OLEPictureImpl_Load.
...
Split OLEPictureImpl_Load into separate functions for the different file
types.
2006-03-06 11:08:19 +01:00
Vitaly Budovski
e5bad779d6
wined3d: Implemented WINED3DRS_DEPTHBIAS.
2006-03-04 16:20:22 +01:00
Vitaly Budovski
196eaa674c
wined3d: Added two sided stencil support to WINED3DRS_STENCILFUNC.
2006-03-04 16:18:39 +01:00
Vitaly Budovski
f2f59cae61
wined3d: Added two sided stencil support to WINED3DRS_STENCILFAIL,
...
WINED3DRS_STENCILZFAIL and WINED3DRS_STENCILPASS.
2006-03-04 16:18:18 +01:00
Vitaly Budovski
6bf561b7ba
wined3d: Implemented fallback for separate stencil function in WINED3DRS_CCW_STENCILFUNC.
2006-03-04 16:17:32 +01:00
Vitaly Budovski
7b55a0cff1
wined3d: Implemented fallback for separate stencil operation in WINED3DRS_CCW_STENCIL*.
2006-03-04 16:15:47 +01:00
Detlef Riekenberg
858be437c5
wined3d: Fix cut&paste typo.
2006-03-04 16:13:39 +01:00
Byeong-Sik Jeon
bd82e82993
user32: Fix the default height for CJK fonts.
2006-03-04 16:12:51 +01:00
Mike McCormack
73bc4e6752
avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.
2006-03-04 16:12:36 +01:00
Juan Lang
c3a125179d
crypt32: Move serialization functions to serialize.c.
2006-03-04 16:12:28 +01:00
Christian Gmeiner
ad4af1264f
mlang: Implement DllCanUnloadNow.
2006-03-04 16:12:07 +01:00
Huw Davies
b55746ab62
gdi: Better support for 1bpp dib sections.
2006-03-03 13:19:53 +01:00
Mike McCormack
959edd5cc4
shell32: Fix some gcc 4.1 warnings caused by casts in macros.
2006-03-03 13:19:04 +01:00
Mike McCormack
29c3a54339
msrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros.
2006-03-03 13:19:00 +01:00
Mike McCormack
1006cfc8df
hhctrl.ocx: Fix a gcc 4.1 warning caused by a cast in a macro.
2006-03-03 13:18:56 +01:00
Mike McCormack
2dfe50aa3f
comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.
2006-03-03 13:18:50 +01:00
Juan Lang
8949d29de2
crypt32: Implement CertDuplicateStore.
2006-03-03 13:17:34 +01:00
Francois Gouget
339a4dbd5b
d3d: Fix Validate(Pixel|Vertex)Shader() prototypes.
...
Fix Validate(Pixel|Vertex)Shader() prototypes so they match the spec file.
Fix the stub message so it is more standard and use consistent
parameter names.
2006-03-03 13:17:20 +01:00
Francois Gouget
2f29c779d4
kernel: Protect sys/resource.h include.
2006-03-03 13:17:14 +01:00
Alexandre Julliard
c9cc7e33ff
Fixed some compiler warnings on old gcc versions.
2006-03-02 18:03:32 +01:00
Alexandre Julliard
ca21f1541f
dlls: Remove 16-bit files on make clean.
2006-03-02 16:16:31 +01:00
Roderick Colenbrander
f8ed06ea3d
wined3d: Opengl 2.x compile fix.
2006-03-02 15:50:16 +01:00
Vitaly Lipatov
e96f03a1d7
user: Fix uninitialized rectangle in menu arrow painting.
2006-03-02 15:50:07 +01:00
Jacek Caban
d3a5921e8e
shdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.
...
- Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.
- Remove unneeded call to GetBindInfo.
2006-03-02 11:42:20 +01:00
Jacek Caban
d656f996f1
mshtml: Beginning support for links opened in a new frame.
2006-03-02 11:42:06 +01:00
Jacek Caban
2be7ffdf59
mshtml: Use NSContainer as 'This' of its window.
2006-03-02 11:41:18 +01:00
Gerold J. Wucherpfennig
4f75f8469b
cabinet: Set proper error information on failures.
2006-03-01 20:56:41 +01:00
Rein Klazes
cc5b5cea96
user32: Fix handling of '\b' right flush character in menus.
...
- do not add extra space; modify the tests to confirm this;
- right flush to the menu tab stop, not to the menu border;
- small fixes to the menu tab stop calculation.
2006-03-01 20:40:17 +01:00
Brandon Woodmansee
dee813b5ff
riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
2006-03-01 20:27:43 +01:00
Jeremy White
efccbbfbea
crypt32: More gcc 2.95 adjustments.
2006-03-01 20:05:26 +01:00
Aric Cyr
252c4adb96
wined3d: Reverse GL_BGR to GL_RGB for the D3D RGB formats.
...
This fixes texture colours in many D3D games (verified with Age Of Mythology).
2006-03-01 20:05:11 +01:00
Robert Shearman
9a9981bad5
ole: Change NORMALEXTREFS to 5, like it is in native.
2006-03-01 19:54:45 +01:00
Robert Shearman
857a6d1f63
ole: Fix marshaling of proxies for interfaces that haven't already been unmarshaled.
2006-03-01 19:54:20 +01:00
Robert Shearman
269909f53e
oleaut: Use IsEqualIID in connpt.c instead of memcmp for comparing IIDs.
2006-03-01 19:54:09 +01:00
Robert Shearman
4253b01239
rpcrt4: Change the stubless parameter attributes to using a bitfield
...
(as defined by the PSDK) so the ServerAllocSize part is easier to
calculate.
2006-03-01 19:54:00 +01:00
Robert Shearman
e8877ede80
rpcrt4: Implement marshaling and unmarshaling for enum types.
2006-03-01 19:53:35 +01:00
Juan Lang
661d80708b
crypt32: Use CertFindCertificateInStore to simplify adding certificates.
2006-03-01 19:53:24 +01:00
Jon Parshall
b84c9d41e4
shell32: New icons for Desktop and My Computer.
2006-03-01 12:39:13 +01:00
Jason Edmeades
24dc3de4c9
user32: Ensure VK_UP displays the popup menu for the selected item if
...
the popup menu is not visible
2006-03-01 12:39:09 +01:00