Huw Davies
|
c14dbc5c1c
|
IUnknown_SetSite calls IObjectWithSite_SetSite or
IInternetSecurityManager_SetSecuritySite.
|
2005-08-08 17:58:31 +00:00 |
Saulius Krasuckas
|
7782e72322
|
Comment out VarDateFromStr() calls that generate exceptions on WinME.
|
2005-08-08 17:58:14 +00:00 |
Alexandre Julliard
|
94defee579
|
Don't prefix the functions DllInstall and DllGetVersion with the dll
name so that the compiler can check the prototypes.
|
2005-08-08 17:43:51 +00:00 |
Alexandre Julliard
|
5f4cdfcd8a
|
Added a prototype for DllGetVersion to enable type checking in the
Wine source.
|
2005-08-08 17:42:57 +00:00 |
Alexandre Julliard
|
d37f0abf07
|
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
|
2005-08-08 17:35:28 +00:00 |
Alexandre Julliard
|
964815bc42
|
Added an unmount_device request that invalidates all file descriptors
open on a given Unix device.
|
2005-08-08 15:11:03 +00:00 |
Alexandre Julliard
|
66868e532b
|
Removed some unnecessary macros, and make some functions static.
|
2005-08-08 15:08:22 +00:00 |
Francois Gouget
|
65f2082108
|
Add missing WINAPI to MSXML_DllGetClassObject().
Standardize the DllGetClassObject() prototypes so they match the MSDN
definition.
|
2005-08-08 15:04:53 +00:00 |
Mike McCormack
|
67630657fe
|
Implement the IXMLDOMNamedNodeMap interface.
|
2005-08-08 15:04:00 +00:00 |
Mike McCormack
|
98beaff2c5
|
Warning fixes for gcc 4.0.
|
2005-08-08 15:03:42 +00:00 |
Detlef Riekenberg
|
0596fe152f
|
Added exe extensions for mingw32.
|
2005-08-08 15:02:29 +00:00 |
Huw Davies
|
adc317c5cc
|
Forward ordinals 457,458 to GetLongPathNameW,A.
|
2005-08-08 12:14:09 +00:00 |
Detlef Riekenberg
|
d271ea2feb
|
- Access rights for Printserver, Printers and Printjobs added.
- Defines for bidirectional communication added.
|
2005-08-08 12:13:58 +00:00 |
Jacek Caban
|
049e9b6718
|
Fixed msxml compilation when libxml is not available.
|
2005-08-08 12:13:31 +00:00 |
Dmitry Timoshkov
|
950a23e849
|
Added Russian resources to wldap32.
|
2005-08-08 12:13:15 +00:00 |
Francois Gouget
|
dbd7ee3c1f
|
CreateWindow(parent=NULL, ctlid!=0) should fail.
|
2005-08-08 12:13:08 +00:00 |
Alexandre Julliard
|
82776020da
|
Removed some unused or redundant configure checks.
A few cleanups in configure.ac.
|
2005-08-08 11:17:25 +00:00 |
Jacek Caban
|
b31fedcd39
|
Added hlink.idl.
|
2005-08-08 11:08:27 +00:00 |
Jacek Caban
|
9f077e5546
|
Added stub implementation of IOleControl.
|
2005-08-08 11:07:48 +00:00 |
Dmitry Timoshkov
|
02ad6e7233
|
Add a test showing that Windows doesn't tie GDI objects to a
particular thread.
|
2005-08-08 11:07:25 +00:00 |
Yuri Kozlov
|
934c6fa93f
|
Remove duplicate declaration of MSI_SetPropertyW.
|
2005-08-08 11:07:10 +00:00 |
Kai Blin
|
78e1145ffe
|
Add secur32.dll tests to winetest.
|
2005-08-08 11:06:55 +00:00 |
Stefan Leichter
|
4663d5d129
|
Basic implementation of AtlModuleUpdateRegistryFromResourceD.
|
2005-08-08 11:06:42 +00:00 |
Vincent Béron
|
7257b70718
|
Remove WINE_PACKED recognition.
Update various winapi parser regular expressions to let it understand
some Wine constructs.
|
2005-08-08 11:06:24 +00:00 |
Vincent Béron
|
eca5bd48bb
|
Update win16.api/win32.api to current CVS.
|
2005-08-08 11:06:14 +00:00 |
Vincent Béron
|
52dbbafaaa
|
Remove WINE_UNUSED checks.
|
2005-08-08 11:06:02 +00:00 |
Phil Krylov
|
bd10348ec9
|
Fixed UTF-8 RTF parsing.
|
2005-08-08 11:05:36 +00:00 |
Daniel Remenak
|
7bb3b2d32e
|
Add some definitions necessary for force feedback.
|
2005-08-08 11:05:24 +00:00 |
Marcus Meissner
|
170470ee0b
|
Implemented ILockBytes16 (memorystream) support for the 16bit compound
storage implementation.
Added ReadClassStg, OleDoAutoConvert, GetConvertStg
implementations/stubs.
|
2005-08-08 11:05:06 +00:00 |
Saulius Krasuckas
|
843314ed9a
|
Wine and NT4 returns E_FAIL on failure.
|
2005-08-08 11:04:30 +00:00 |
Robert Shearman
|
a30b6a91a1
|
Revert to previous behaviour of detecting names with non-alphanumeric
characters as ones with offsets, but add in a special case for an
empty name.
|
2005-08-08 11:04:20 +00:00 |
Hans Leidekker
|
ea9c5f7928
|
Add Dutch resource translation.
Small fix for the German translation.
|
2005-08-08 11:03:53 +00:00 |
Hans Leidekker
|
1bccd28843
|
Add helpers for converting (arrays of) LDAPSortKey, LDAPAPIInfo, and
LDAPAPIFeatureInfo structures into different encodings.
|
2005-08-08 11:03:40 +00:00 |
Francois Gouget
|
ae7a646f8e
|
The listbox test shows that the control id must be stored in WPARAM
for the WM_DRAWITEM message.
Fix the listbox test so CreateWindow() does not fail on Windows.
|
2005-08-08 11:02:54 +00:00 |
Tobias Gruetzmacher
|
cdd75bd413
|
Reverse the direction of raw SCSI commands.
|
2005-08-08 11:02:32 +00:00 |
Huw Davies
|
91358d76c3
|
Fix call to GetMenuItemInfo and unicodify while we're at it.
|
2005-08-08 11:02:16 +00:00 |
Mike McCormack
|
bcd8fa3c78
|
Handle loading strings over 64k from the string table.
|
2005-08-08 11:01:56 +00:00 |
Henning Gerhardt
|
bf0cb12bbc
|
Update German resource file.
|
2005-08-08 11:01:40 +00:00 |
James Hawkins
|
87ba2ef310
|
- Don't keep track of the number of TB buttons.
- Call the W version of SetWindowLongPtr.
|
2005-08-08 11:01:31 +00:00 |
Oliver Stieber
|
4e0f6a4501
|
Allow the WINED3DSBT_IMPL to be applied so that states can be synced
between render target contexts.
|
2005-08-08 11:01:17 +00:00 |
Oliver Stieber
|
ec72ef14b5
|
Remove dxguid dependency.
|
2005-08-08 11:00:56 +00:00 |
Jacek Caban
|
ff72104cbf
|
Fix comment about hack.
|
2005-08-03 21:27:03 +00:00 |
Jacek Caban
|
7d0de94185
|
Added IOleCommandTarget::Exec implementation.
|
2005-08-03 21:26:40 +00:00 |
Alexandre Julliard
|
49b7fdcfc0
|
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
|
2005-08-03 21:25:10 +00:00 |
Oliver Stieber
|
6b91f5b31c
|
Set the apha channel to opaque when locking X8R8G8B8 backbuffers.
|
2005-08-03 21:17:08 +00:00 |
Frank Richter
|
70442d5eb0
|
Implement DrawThemeEdge().
|
2005-08-03 21:16:45 +00:00 |
Oliver Stieber
|
e31bc6cea4
|
Moved support for non power 2 texture to hardware.
Fix for the texture state separation patches, ApplyTextureStates is
now called instead of being commented out.
|
2005-08-03 19:49:05 +00:00 |
Frank Richter
|
aab700d16e
|
Set some default values for truesize sizing that seem closer to
Windows.
|
2005-08-03 19:47:51 +00:00 |
Alexandre Julliard
|
6625b63b53
|
Get rid of the no longer used regedit test.
|
2005-08-03 19:36:51 +00:00 |
Alexandre Julliard
|
734821444e
|
Merged some of the header checks to reduce the size of the generated
configure script a bit.
|
2005-08-03 19:21:04 +00:00 |