Alexandre Julliard [Tue, 9 Aug 2005 10:43:47 +0000 (10:43 +0000)]
Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure
they don't end up above the address space limit.
Alexandre Julliard [Tue, 9 Aug 2005 10:38:54 +0000 (10:38 +0000)]
Get rid of the almost empty tmarshal.h file.
Mike McCormack [Tue, 9 Aug 2005 10:37:50 +0000 (10:37 +0000)]
Fix some gcc 4.0 warnings.
Alexandre Julliard [Tue, 9 Aug 2005 10:36:45 +0000 (10:36 +0000)]
The temp buffer always stores WCHARs, fixed its type and got rid of a
number of casts.
Alexandre Julliard [Tue, 9 Aug 2005 10:34:21 +0000 (10:34 +0000)]
Moved a number of definitions that are not needed in other files into
vartype.c
Alexandre Julliard [Tue, 9 Aug 2005 10:32:27 +0000 (10:32 +0000)]
itss doesn't need an import library.
Alexandre Julliard [Tue, 9 Aug 2005 10:31:35 +0000 (10:31 +0000)]
Mark DllMain and similar exports as private.
Alexandre Julliard [Tue, 9 Aug 2005 10:24:05 +0000 (10:24 +0000)]
Added a warning for DllGetVersion and DllInstall not being declared
private. Also warn when one of the Dll* functions is using a different
internal name.
Dmitry Timoshkov [Tue, 9 Aug 2005 10:22:45 +0000 (10:22 +0000)]
Make CreateWindow with invalid menu handle test pass on Wine.
Mike McCormack [Tue, 9 Aug 2005 10:22:03 +0000 (10:22 +0000)]
Fix gcc 4.0 warnings.
Mike McCormack [Tue, 9 Aug 2005 10:21:53 +0000 (10:21 +0000)]
Correct OFSTRUCT declaration.
Huw Davies [Tue, 9 Aug 2005 10:21:35 +0000 (10:21 +0000)]
Implement and add tests for the FDSA functions.
Michael Kaufmann [Mon, 8 Aug 2005 18:40:14 +0000 (18:40 +0000)]
Fix for BI_BITFIELDS: The color masks are at the same position in all
the bitmap headers that support this flag (BITMAPINFO: The first color
mask is in bmiColors[0], that's the same position as bV4RedMask in
BITMAPV4HEADER).
Mike McCormack [Mon, 8 Aug 2005 18:38:29 +0000 (18:38 +0000)]
gcc 4.0 warning fixes.
Mike McCormack [Mon, 8 Aug 2005 18:36:53 +0000 (18:36 +0000)]
Use pkg-config in the libxml configure check.
Mike McCormack [Mon, 8 Aug 2005 18:34:24 +0000 (18:34 +0000)]
Use xmlParseMemory instead of xmlReadIO.
Alexandre Julliard [Mon, 8 Aug 2005 18:22:25 +0000 (18:22 +0000)]
riched32 doesn't need an import library.
Alexandre Julliard [Mon, 8 Aug 2005 18:21:33 +0000 (18:21 +0000)]
Fixed DllGetClassObject spec entries.
Saulius Krasuckas [Mon, 8 Aug 2005 18:03:47 +0000 (18:03 +0000)]
Remove trailing backslash.
Jacek Caban [Mon, 8 Aug 2005 18:01:52 +0000 (18:01 +0000)]
Fixed msxml compilation when libxml2 is not available.
Gerald Pfeifer [Mon, 8 Aug 2005 18:01:42 +0000 (18:01 +0000)]
Fix autoconf-related #ifdefs in Comm_CheckEvents().
Oliver Stieber [Mon, 8 Aug 2005 17:59:02 +0000 (17:59 +0000)]
Fix stateblock loop errors.
Mike McCormack [Mon, 8 Aug 2005 17:58:41 +0000 (17:58 +0000)]
gcc 4.0 warning fix.
Huw Davies [Mon, 8 Aug 2005 17:58:31 +0000 (17:58 +0000)]
IUnknown_SetSite calls IObjectWithSite_SetSite or
IInternetSecurityManager_SetSecuritySite.
Saulius Krasuckas [Mon, 8 Aug 2005 17:58:14 +0000 (17:58 +0000)]
Comment out VarDateFromStr() calls that generate exceptions on WinME.
Alexandre Julliard [Mon, 8 Aug 2005 17:43:51 +0000 (17:43 +0000)]
Don't prefix the functions DllInstall and DllGetVersion with the dll
name so that the compiler can check the prototypes.
Alexandre Julliard [Mon, 8 Aug 2005 17:42:57 +0000 (17:42 +0000)]
Added a prototype for DllGetVersion to enable type checking in the
Wine source.
Alexandre Julliard [Mon, 8 Aug 2005 17:35:28 +0000 (17:35 +0000)]
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
Alexandre Julliard [Mon, 8 Aug 2005 15:11:03 +0000 (15:11 +0000)]
Added an unmount_device request that invalidates all file descriptors
open on a given Unix device.
Alexandre Julliard [Mon, 8 Aug 2005 15:08:22 +0000 (15:08 +0000)]
Removed some unnecessary macros, and make some functions static.
Francois Gouget [Mon, 8 Aug 2005 15:04:53 +0000 (15:04 +0000)]
Add missing WINAPI to MSXML_DllGetClassObject().
Standardize the DllGetClassObject() prototypes so they match the MSDN
definition.
Mike McCormack [Mon, 8 Aug 2005 15:04:00 +0000 (15:04 +0000)]
Implement the IXMLDOMNamedNodeMap interface.
Mike McCormack [Mon, 8 Aug 2005 15:03:42 +0000 (15:03 +0000)]
Warning fixes for gcc 4.0.
Detlef Riekenberg [Mon, 8 Aug 2005 15:02:29 +0000 (15:02 +0000)]
Added exe extensions for mingw32.
Huw Davies [Mon, 8 Aug 2005 12:14:09 +0000 (12:14 +0000)]
Forward ordinals 457,458 to GetLongPathNameW,A.
Detlef Riekenberg [Mon, 8 Aug 2005 12:13:58 +0000 (12:13 +0000)]
- Access rights for Printserver, Printers and Printjobs added.
- Defines for bidirectional communication added.
Jacek Caban [Mon, 8 Aug 2005 12:13:31 +0000 (12:13 +0000)]
Fixed msxml compilation when libxml is not available.
Dmitry Timoshkov [Mon, 8 Aug 2005 12:13:15 +0000 (12:13 +0000)]
Added Russian resources to wldap32.
Francois Gouget [Mon, 8 Aug 2005 12:13:08 +0000 (12:13 +0000)]
CreateWindow(parent=NULL, ctlid!=0) should fail.
Alexandre Julliard [Mon, 8 Aug 2005 11:17:25 +0000 (11:17 +0000)]
Removed some unused or redundant configure checks.
A few cleanups in configure.ac.
Jacek Caban [Mon, 8 Aug 2005 11:08:27 +0000 (11:08 +0000)]
Added hlink.idl.
Jacek Caban [Mon, 8 Aug 2005 11:07:48 +0000 (11:07 +0000)]
Added stub implementation of IOleControl.
Dmitry Timoshkov [Mon, 8 Aug 2005 11:07:25 +0000 (11:07 +0000)]
Add a test showing that Windows doesn't tie GDI objects to a
particular thread.
Yuri Kozlov [Mon, 8 Aug 2005 11:07:10 +0000 (11:07 +0000)]
Remove duplicate declaration of MSI_SetPropertyW.
Kai Blin [Mon, 8 Aug 2005 11:06:55 +0000 (11:06 +0000)]
Add secur32.dll tests to winetest.
Stefan Leichter [Mon, 8 Aug 2005 11:06:42 +0000 (11:06 +0000)]
Basic implementation of AtlModuleUpdateRegistryFromResourceD.
Vincent Béron [Mon, 8 Aug 2005 11:06:24 +0000 (11:06 +0000)]
Remove WINE_PACKED recognition.
Update various winapi parser regular expressions to let it understand
some Wine constructs.
Vincent Béron [Mon, 8 Aug 2005 11:06:14 +0000 (11:06 +0000)]
Update win16.api/win32.api to current CVS.
Vincent Béron [Mon, 8 Aug 2005 11:06:02 +0000 (11:06 +0000)]
Remove WINE_UNUSED checks.
Phil Krylov [Mon, 8 Aug 2005 11:05:36 +0000 (11:05 +0000)]
Fixed UTF-8 RTF parsing.
Daniel Remenak [Mon, 8 Aug 2005 11:05:24 +0000 (11:05 +0000)]
Add some definitions necessary for force feedback.
Marcus Meissner [Mon, 8 Aug 2005 11:05:06 +0000 (11:05 +0000)]
Implemented ILockBytes16 (memorystream) support for the 16bit compound
storage implementation.
Added ReadClassStg, OleDoAutoConvert, GetConvertStg
implementations/stubs.
Saulius Krasuckas [Mon, 8 Aug 2005 11:04:30 +0000 (11:04 +0000)]
Wine and NT4 returns E_FAIL on failure.
Robert Shearman [Mon, 8 Aug 2005 11:04:20 +0000 (11:04 +0000)]
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.
Hans Leidekker [Mon, 8 Aug 2005 11:03:53 +0000 (11:03 +0000)]
Add Dutch resource translation.
Small fix for the German translation.
Hans Leidekker [Mon, 8 Aug 2005 11:03:40 +0000 (11:03 +0000)]
Add helpers for converting (arrays of) LDAPSortKey, LDAPAPIInfo, and
LDAPAPIFeatureInfo structures into different encodings.
Francois Gouget [Mon, 8 Aug 2005 11:02:54 +0000 (11:02 +0000)]
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.
Tobias Gruetzmacher [Mon, 8 Aug 2005 11:02:32 +0000 (11:02 +0000)]
Reverse the direction of raw SCSI commands.
Huw Davies [Mon, 8 Aug 2005 11:02:16 +0000 (11:02 +0000)]
Fix call to GetMenuItemInfo and unicodify while we're at it.
Mike McCormack [Mon, 8 Aug 2005 11:01:56 +0000 (11:01 +0000)]
Handle loading strings over 64k from the string table.
Henning Gerhardt [Mon, 8 Aug 2005 11:01:40 +0000 (11:01 +0000)]
Update German resource file.
James Hawkins [Mon, 8 Aug 2005 11:01:31 +0000 (11:01 +0000)]
- Don't keep track of the number of TB buttons.
- Call the W version of SetWindowLongPtr.
Oliver Stieber [Mon, 8 Aug 2005 11:01:17 +0000 (11:01 +0000)]
Allow the WINED3DSBT_IMPL to be applied so that states can be synced
between render target contexts.
Oliver Stieber [Mon, 8 Aug 2005 11:00:56 +0000 (11:00 +0000)]
Remove dxguid dependency.
Jacek Caban [Wed, 3 Aug 2005 21:27:03 +0000 (21:27 +0000)]
Fix comment about hack.
Jacek Caban [Wed, 3 Aug 2005 21:26:40 +0000 (21:26 +0000)]
Added IOleCommandTarget::Exec implementation.
Alexandre Julliard [Wed, 3 Aug 2005 21:25:10 +0000 (21:25 +0000)]
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.
Oliver Stieber [Wed, 3 Aug 2005 21:17:08 +0000 (21:17 +0000)]
Set the apha channel to opaque when locking X8R8G8B8 backbuffers.
Frank Richter [Wed, 3 Aug 2005 21:16:45 +0000 (21:16 +0000)]
Implement DrawThemeEdge().
Oliver Stieber [Wed, 3 Aug 2005 19:49:05 +0000 (19:49 +0000)]
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.
Frank Richter [Wed, 3 Aug 2005 19:47:51 +0000 (19:47 +0000)]
Set some default values for truesize sizing that seem closer to
Windows.
Alexandre Julliard [Wed, 3 Aug 2005 19:36:51 +0000 (19:36 +0000)]
Get rid of the no longer used regedit test.
Alexandre Julliard [Wed, 3 Aug 2005 19:21:04 +0000 (19:21 +0000)]
Merged some of the header checks to reduce the size of the generated
configure script a bit.
Alexandre Julliard [Wed, 3 Aug 2005 19:16:01 +0000 (19:16 +0000)]
Call the USER driver directly to check for X events on RDW_UPDATENOW
instead of calling MsgWaitForMultipleObjects.
Detlef Riekenberg [Wed, 3 Aug 2005 19:15:03 +0000 (19:15 +0000)]
Added description for crosstest.
Oliver Stieber [Wed, 3 Aug 2005 19:14:19 +0000 (19:14 +0000)]
Improve on a fixup for the difference between opengl and directx pixel
centering of vertexes.
Alex Villacís Lasso [Wed, 3 Aug 2005 19:13:58 +0000 (19:13 +0000)]
Correction to earlier assertion patch to allow for buf_mixpos ==
buflen in non-looping case, fixes looping of one-off mixed samples
introduced by previous patch.
Robert Shearman [Wed, 3 Aug 2005 19:13:27 +0000 (19:13 +0000)]
As per MSDN, INTERNET_OPTION_CONNECTED_STATE should take a DWORD
instead of the INTERNET_CONNECTED_INFO structure.
Frank Richter [Wed, 3 Aug 2005 19:13:01 +0000 (19:13 +0000)]
The default image layout is HORIZONTAL, not VERTICAL.
Alexandre Julliard [Wed, 3 Aug 2005 16:03:15 +0000 (16:03 +0000)]
Hack to make the main heap critical section have a proper debug info
structure.
Peter Åstrand [Wed, 3 Aug 2005 15:53:26 +0000 (15:53 +0000)]
Implemented an Esound driver.
Alexandre Julliard [Wed, 3 Aug 2005 15:47:30 +0000 (15:47 +0000)]
Don't call WaitForMultipleObjectsEx if we are just polling for pending
X events.
Uwe Bonnes [Wed, 3 Aug 2005 15:43:46 +0000 (15:43 +0000)]
More comm tests.
Uwe Bonnes [Wed, 3 Aug 2005 15:43:17 +0000 (15:43 +0000)]
Implement WaitCommEvent by polling the appropriate data sources.
Frank Richter [Wed, 3 Aug 2005 15:42:43 +0000 (15:42 +0000)]
Another fix to use magenta as the default transparent color.
Robert Shearman [Wed, 3 Aug 2005 14:55:57 +0000 (14:55 +0000)]
Add stubs for NdrMapCommAndFaultStatus, conformant string marshaling
and context handle functions.
Robert Shearman [Wed, 3 Aug 2005 14:55:22 +0000 (14:55 +0000)]
- The header global variable is NULL when not generating a header so
don't try to use it in functions that may be called by the client
code.
- Make the functions that take char * take const char *.
Robert Shearman [Wed, 3 Aug 2005 14:55:05 +0000 (14:55 +0000)]
Don't free previous buffer in NdrGetBuffer.
Mike McCormack [Wed, 3 Aug 2005 14:54:38 +0000 (14:54 +0000)]
Fix a gcc 4.0 -Wpointer-sign warning.
Frank Richter [Wed, 3 Aug 2005 14:54:28 +0000 (14:54 +0000)]
Add support for horizontal & vertical alignment when doing truesize
sizing.
Kai Blin [Wed, 3 Aug 2005 13:08:49 +0000 (13:08 +0000)]
Set up tests for secur32.
James Hawkins [Wed, 3 Aug 2005 12:34:03 +0000 (12:34 +0000)]
Free the allocated command line string.
Frank Richter [Wed, 3 Aug 2005 12:32:59 +0000 (12:32 +0000)]
Add support for the BT_NONE background type.
James Hawkins [Wed, 3 Aug 2005 11:46:52 +0000 (11:46 +0000)]
Add a tab control to the navigation pane.
Frank Richter [Wed, 3 Aug 2005 11:45:19 +0000 (11:45 +0000)]
Add hottracking support for the header control.
Frank Richter [Wed, 3 Aug 2005 11:45:02 +0000 (11:45 +0000)]
Implement GetThemeBackgroundExtent().
Alexandre Julliard [Wed, 3 Aug 2005 11:04:13 +0000 (11:04 +0000)]
Don't convert the return value on failure in VerQueryValueA/W.
Mike McCormack [Wed, 3 Aug 2005 11:03:44 +0000 (11:03 +0000)]
gcc 4.0 RegSetValueEx warning fixes.
Mike McCormack [Wed, 3 Aug 2005 11:03:05 +0000 (11:03 +0000)]
gcc 4.0 warning fixes for Interlocked* functions.
Oliver Stieber [Wed, 3 Aug 2005 11:01:15 +0000 (11:01 +0000)]
Back out the previous stencil patch and slightly improve on the old
functionality.