Alexandre Julliard
|
13f2d21d26
|
Fixed DllGetClassObject spec entries.
|
2005-08-08 18:21:33 +00:00 |
Mike McCormack
|
bda7ace2e9
|
Interlocked LONG* gcc warning fixes.
|
2005-07-13 11:59:15 +00:00 |
Jacek Caban
|
a352cc8a6b
|
Fix typo in comment about Wine registry key.
|
2005-06-27 09:43:12 +00:00 |
Alexandre Julliard
|
f84401aa17
|
Sort entry points in the same order as Windows.
|
2005-06-23 09:57:11 +00:00 |
Alexandre Julliard
|
ab88743c25
|
Moved a few registry keys from HKLM\Software\Wine to
HKCU\Software\Wine for consistency.
|
2005-06-20 16:04:32 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Marcus Meissner
|
22be9fbcef
|
Move static variables out of header file, also the local interface
implementations.
|
2005-06-12 10:42:03 +00:00 |
Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
Robert Shearman
|
54160222a0
|
Rename MODULENAME_Dll* functions to Dll* for better consistency and
type checking.
|
2005-05-17 14:41:37 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
d62356aa1e
|
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
|
2005-05-07 12:39:52 +00:00 |
Vincent Béron
|
0fa5e855fb
|
Use SUBLANG_NEUTRAL for French resources.
|
2005-05-04 09:52:47 +00:00 |
José Manuel Ferrer Ortiz
|
4f50a2c0dc
|
Spanish translations updated.
|
2005-04-11 13:01:46 +00:00 |
Hans Leidekker
|
8cf1389409
|
Dutch resource translation.
|
2005-03-22 16:39:25 +00:00 |
Juan Lang
|
6f87386a98
|
Fix a crash if the Mozilla ActiveX control doesn't implement
DllCanUnloadNow.
|
2005-03-10 17:25:23 +00:00 |
Marcelo Duarte
|
5cb9507ec1
|
Use "MS Shell Dlg" everywhere except for Japanese.
|
2005-02-21 18:38:36 +00:00 |
Jonathan Ernst
|
a37a4f6ce6
|
Add French resources.
|
2005-02-16 21:10:02 +00:00 |
Henning Gerhardt
|
d0cc21f45f
|
Add/updated German resources.
|
2005-02-15 20:46:19 +00:00 |
Marcelo Duarte
|
574c0edabb
|
Update the resources for Portuguese.
|
2005-02-14 11:12:30 +00:00 |
James Hawkins
|
bdbadd9e10
|
Properly implement DllCanUnloadNow ref counting. Make sure the mozilla
control is ready to unload as well.
|
2005-01-27 10:43:53 +00:00 |
Mike McCormack
|
dee736764f
|
Stub definition for OpenUrl.
|
2005-01-19 19:06:35 +00:00 |
James Hawkins
|
ba92d2924a
|
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.
|
2005-01-14 16:02:20 +00:00 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Christian Costa
|
1252259f6d
|
Added stub for SetQueryNetSessionCount.
|
2004-11-19 17:55:28 +00:00 |
Mike McCormack
|
bb66e8a1cf
|
Download the Mozilla Active X control on demand.
|
2004-11-01 23:22:14 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Jacek Caban
|
64d2da538d
|
Added message box to inform user that one needs Mozilla ActiveX.
|
2004-08-25 17:33:47 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
0467ce9fd7
|
Get rid of the non-standard ICOM_VFIELD macro.
|
2004-08-12 19:52:49 +00:00 |
Francois Gouget
|
6a6c85c6d8
|
Make Unicode const strings static so they are not copied to the stack
each time we enter the function.
|
2004-04-19 20:12:14 +00:00 |
Filip Navara
|
f379a1dccf
|
Get rid of E_UNSPEC non-standard error value.
|
2004-04-12 22:02:37 +00:00 |
Alexandre Julliard
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Mike Hearn
|
27c0a06197
|
Implement SHDOCVW_DllGetVersion. It returns the same information as
the Win98/IE6 implementation does.
|
2004-02-21 04:01:22 +00:00 |
Mike McCormack
|
7fc37b1670
|
Use the Mozilla Active X control in place of the IE6 Active X
control.
|
2004-02-13 20:57:34 +00:00 |
Francois Gouget
|
ad5ff7ceeb
|
Assorted spelling and case fixes.
|
2004-02-09 22:07:42 +00:00 |
Alexandre Julliard
|
20b4585e3c
|
Only link against libdxguid where necessary.
|
2004-01-27 00:11:16 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Rolf Kalbermatter
|
3aebefedd1
|
SHDOCVW_118 (ShellDDEInit) is really a dynamic forward to SHELL32_188.
|
2003-10-02 04:31:06 +00:00 |
Robert Shearman
|
5dbf835b43
|
Add proper names to ordinal-only functions.
|
2003-09-11 01:04:24 +00:00 |
Alexandre Julliard
|
20c169e0a4
|
Fixed a few more headers dependency issues.
|
2003-09-09 19:39:31 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
96b0b34282
|
Converted obj_webbrowser.h to IDL and moved the definitions to
exdisp.idl where they belong.
|
2003-09-04 02:00:46 +00:00 |
John K. Hohm
|
2fce04ee04
|
Implement DllRegisterServer and DllUnregisterServer for shdocvw.dll,
and add OleSelfRegister version string.
|
2003-08-23 22:57:03 +00:00 |
Alexandre Julliard
|
20698b22df
|
Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
DllGetClassObject and DllCanUnloadNow functions private (suggested by
Jon Griffiths).
|
2003-07-30 03:48:55 +00:00 |
Francois Gouget
|
0fc0ddb62d
|
Add stubs for some new WinXP APIs.
|
2003-06-13 16:29:54 +00:00 |
Francois Gouget
|
fe0bae39e0
|
Added version information.
|
2003-05-13 22:26:09 +00:00 |
Andreas Mohr
|
3d8bf3b0a3
|
Added some stubs needed for Win98 explorer.exe.
|
2003-05-13 04:44:39 +00:00 |