Robert Shearman [Tue, 6 Jan 2004 20:40:48 +0000 (20:40 +0000)]
Add missing \n on error message.
Mike McCormack [Tue, 6 Jan 2004 20:40:31 +0000 (20:40 +0000)]
Added missing LF in trace.
Hans Leidekker [Tue, 6 Jan 2004 20:40:10 +0000 (20:40 +0000)]
Make sure sed uses the right locale.
Dmitry Timoshkov [Tue, 6 Jan 2004 20:39:48 +0000 (20:39 +0000)]
Register window class on mciavi driver loading, and unregister it on
driver unloading.
Dmitry Timoshkov [Tue, 6 Jan 2004 20:39:32 +0000 (20:39 +0000)]
Return correct resource id for time format strings.
Francois Gouget [Tue, 6 Jan 2004 20:39:17 +0000 (20:39 +0000)]
Improve error reporting.
Dimitrie O. Paun [Tue, 6 Jan 2004 20:38:56 +0000 (20:38 +0000)]
Add new value support. Misc improvements and cleanups.
Peter Berg Larsen [Tue, 6 Jan 2004 20:38:37 +0000 (20:38 +0000)]
Added _BITMAPSIZE_ and split _CONVERT_ macro to remove #ifdefs.
Ivan Leo Murray-Smith [Tue, 6 Jan 2004 00:37:29 +0000 (00:37 +0000)]
Updated Italian resources.
Marcus Meissner [Tue, 6 Jan 2004 00:37:05 +0000 (00:37 +0000)]
xNum should be yNum in one place.
Jason Edmeades [Tue, 6 Jan 2004 00:36:45 +0000 (00:36 +0000)]
Fix the draw*primitiveUP calls so they work directly after a draw
which uses vertex shaders.
Lionel Ulmer [Tue, 6 Jan 2004 00:36:13 +0000 (00:36 +0000)]
Implement wglUseFontBitmapsW.
Eric Pouech [Mon, 5 Jan 2004 23:42:09 +0000 (23:42 +0000)]
Made wine_get_unix_file_name take a Unicode string pointer.
Dmitry Timoshkov [Mon, 5 Jan 2004 23:07:27 +0000 (23:07 +0000)]
Accept all standard DIB compressions in the mciavi driver.
Alexandre Julliard [Mon, 5 Jan 2004 21:19:22 +0000 (21:19 +0000)]
Updates for the new loadorder handling of 16-bit dlls.
Ivan Leo Murray-Smith [Mon, 5 Jan 2004 21:16:53 +0000 (21:16 +0000)]
Documentation updates.
Dimitrie O. Paun [Mon, 5 Jan 2004 21:14:19 +0000 (21:14 +0000)]
Add value delete, and dword edit support.
Dmitry Timoshkov [Mon, 5 Jan 2004 21:13:58 +0000 (21:13 +0000)]
Decode stream number from AVI frame data and assign the data to
appropriate streams.
Martin Fuchs [Mon, 5 Jan 2004 21:13:37 +0000 (21:13 +0000)]
Correct return type of SHFileOperationA/W.
Steven Edwards [Mon, 5 Jan 2004 21:12:21 +0000 (21:12 +0000)]
MSVC porting fixes.
Marcus Meissner [Mon, 5 Jan 2004 21:11:45 +0000 (21:11 +0000)]
Drop paragraph describing no longer existing regclean.exe.
Marcus Meissner [Mon, 5 Jan 2004 21:11:25 +0000 (21:11 +0000)]
Handle DIJOYSTATE and DIJOYSTATE2 structs, fail on unknown sizes.
Alexandre Julliard [Sat, 3 Jan 2004 01:18:55 +0000 (01:18 +0000)]
Always try to load the 32-bit owner dll instead of directly loading
the .so file for 16-bit builtins. Make the load order for 16-bit dlls
always match the load order of their 32-bit owner (if any).
Alexandre Julliard [Sat, 3 Jan 2004 00:58:08 +0000 (00:58 +0000)]
Avoid referencing a private header in another dll.
Mike Hearn [Sat, 3 Jan 2004 00:38:30 +0000 (00:38 +0000)]
Implemented RegFlushKey and NtFlushKey.
Zimler Attila [Sat, 3 Jan 2004 00:33:56 +0000 (00:33 +0000)]
Added support for creating new keys.
Michael Stefaniuc [Fri, 2 Jan 2004 21:08:41 +0000 (21:08 +0000)]
Fill in the color MaskSize and FieldPosition fields in the
ModeInfoBlock.
Alexandre Julliard [Fri, 2 Jan 2004 21:08:05 +0000 (21:08 +0000)]
Added wine_dll_get_owner function that retrieves the 32-bit dll
containing a given 16-bit dll by reading the symlink, so that we don't
need to dlopen it.
Alexandre Julliard [Fri, 2 Jan 2004 20:54:03 +0000 (20:54 +0000)]
Make symlinks for 16-bit files point to the 32-bit symlink so that
they don't contain a path.
Steven Edwards [Fri, 2 Jan 2004 20:48:13 +0000 (20:48 +0000)]
Split up the Win16/32 MDI support a bit.
Mike McCormack [Fri, 2 Jan 2004 20:46:05 +0000 (20:46 +0000)]
On a RB_SETBANDINFO message only redraw the rebar if something
changed.
Michael Stefaniuc [Fri, 2 Jan 2004 20:45:39 +0000 (20:45 +0000)]
Use a struct as specified in the VBE 3.0 standard for the
ModeInfoBlock. Code wise this is a NOP.
Steven Edwards [Fri, 2 Jan 2004 20:15:05 +0000 (20:15 +0000)]
Fix compiling netapi32 on MSVC with PSDK headers.
Christian Costa [Fri, 2 Jan 2004 20:13:57 +0000 (20:13 +0000)]
Fix compilation issue with ALSA 0.5.
Mike Hearn [Fri, 2 Jan 2004 20:13:35 +0000 (20:13 +0000)]
result2 seems to be optional, making it 0 allows IE to continue.
Steven Edwards [Fri, 2 Jan 2004 20:12:51 +0000 (20:12 +0000)]
Update the notes on how WINE uses the Systray under KDE.
Mike McCormack [Fri, 2 Jan 2004 20:12:25 +0000 (20:12 +0000)]
Avoid a crash if the dialog style is missing.
Wim Lewis [Fri, 2 Jan 2004 20:12:00 +0000 (20:12 +0000)]
Clear struct sockaddr_ipx directly instead of just the sipx_zero
field.
Wim Lewis [Fri, 2 Jan 2004 20:11:35 +0000 (20:11 +0000)]
EOVERFLOW does not exist on OpenBSD.
Michael Stefaniuc [Fri, 2 Jan 2004 20:11:03 +0000 (20:11 +0000)]
Set the "bytes per scan line" field when generating the mode info
block.
Robert Shearman [Fri, 2 Jan 2004 03:56:43 +0000 (03:56 +0000)]
Added stub for CertFreeCertificateContext.
Ivan Leo Murray-Smith [Fri, 2 Jan 2004 03:56:24 +0000 (03:56 +0000)]
Completed Italian language support.
Juan Lang [Fri, 2 Jan 2004 03:55:53 +0000 (03:55 +0000)]
Fix conflicting registry value names, and try both Win9x and WinNT
locations for NetBT registry values.
Juan Lang [Fri, 2 Jan 2004 03:55:35 +0000 (03:55 +0000)]
Properly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
ipconfig.exe and winipcfg.exe display it.
Juan Lang [Fri, 2 Jan 2004 03:55:05 +0000 (03:55 +0000)]
Add tracing, add WINS configuration to GetAdaptersInfo, correct
ScopeID reading in GetFixedInfo.
Marcus Meissner [Fri, 2 Jan 2004 03:53:57 +0000 (03:53 +0000)]
When checking for gethostbyname_r_6 not try to compile but try to
link.
Alexandre Julliard [Fri, 2 Jan 2004 01:55:29 +0000 (01:55 +0000)]
Updated configure with autoconf 2.58. Set the bug report address.
Alexandre Julliard [Fri, 2 Jan 2004 01:51:38 +0000 (01:51 +0000)]
Commented out tests that assume that the current year is 2003.
Chris Morgan [Fri, 2 Jan 2004 01:50:50 +0000 (01:50 +0000)]
Make the debug mark printing unconditional instead of conditional upon
the SHELL debug channel. Make mark text obvious by changing the
output text to 'Debug mark requested by user' and adding 'Debug mark'
to the menu resource text.
Ivan Leo Murray-Smith [Fri, 2 Jan 2004 01:50:05 +0000 (01:50 +0000)]
Added Italian resources.
Robert Shearman [Fri, 2 Jan 2004 01:49:31 +0000 (01:49 +0000)]
Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W
instead.
Dmitry Timoshkov [Fri, 2 Jan 2004 01:48:30 +0000 (01:48 +0000)]
Remove a stray LeaveCriticalSection().
Dmitry Timoshkov [Fri, 2 Jan 2004 01:48:15 +0000 (01:48 +0000)]
Trackbar range should be fixed only in the case of successful
mciSendStringW. It's better to initialize dwCallback parameter if
MCI_NOTIFY is specified.
Phil Krylov [Fri, 2 Jan 2004 01:47:52 +0000 (01:47 +0000)]
Implemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFERENT flags.
Changed IDL_OVERWRITEFILE string resource ID to IDS_OVERWRITEFILE.
Use the extended UI for the "Look In" combo.
Select the text in the "File name" field after filling it.
Dmitry Timoshkov [Thu, 1 Jan 2004 00:48:01 +0000 (00:48 +0000)]
Much improved mciavi driver. Fixed synchronization, RIFF file with
many streams parsing, added support for some MCI_PUT and MCI_WHERE
cases.
Dmitry Timoshkov [Thu, 1 Jan 2004 00:12:13 +0000 (00:12 +0000)]
Add support for many MCIWNDM_ messages and some MCI_ commands in the
MCIWndClass implementation.
MCIWndRegisterClass() takes no parameters according to Platform SDK
headers.
Dmitry Timoshkov [Thu, 1 Jan 2004 00:07:14 +0000 (00:07 +0000)]
Use correct pointer to an internal driver description.
Dmitry Timoshkov [Thu, 1 Jan 2004 00:07:01 +0000 (00:07 +0000)]
Add MCI_SYSINFO command W to A mapping.
Alexandre Julliard [Wed, 31 Dec 2003 23:51:52 +0000 (23:51 +0000)]
Store window icons in the window structure so that WM_SETICON can do
the right thing (based on a patch by Aric Stewart).
Dmitry Timoshkov [Wed, 31 Dec 2003 23:49:45 +0000 (23:49 +0000)]
Fix many function prototypes and data types according to Platform SDK
definitions.
Dmitry Timoshkov [Wed, 31 Dec 2003 19:00:03 +0000 (19:00 +0000)]
Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix
a bug with a window creation belonging to another hInstance, add
support for MCI_WINDOW command in mciavi.drv, add support for MCI_PLAY
and MCI_STOP in the MCIWndClass implementation.
Marcus Meissner [Wed, 31 Dec 2003 18:58:25 +0000 (18:58 +0000)]
Fixed size calculation on redim if old size was 0.
Gerald Pfeifer [Wed, 31 Dec 2003 18:58:07 +0000 (18:58 +0000)]
Improve error messages in OSS_WaveOutInit() and OSS_WaveInInit() and
warn instead of aborting in case of problems reading mixer info.
Stefan Leichter [Wed, 31 Dec 2003 18:56:07 +0000 (18:56 +0000)]
Added file version resource.
Rein Klazes [Wed, 31 Dec 2003 00:15:16 +0000 (00:15 +0000)]
IsdialogMessage16 must not process messages that are not intended for
the dialog box.
Mike Hearn [Wed, 31 Dec 2003 00:12:47 +0000 (00:12 +0000)]
Remove DCOM config file entries, as they have no effect.
Marcus Meissner [Wed, 31 Dec 2003 00:12:31 +0000 (00:12 +0000)]
Removed too strict header check to enable execution of handcoded PE
exes.
Mike Hearn [Wed, 31 Dec 2003 00:11:48 +0000 (00:11 +0000)]
Print exe name when initialization fails.
Tom Wickline [Wed, 31 Dec 2003 00:11:25 +0000 (00:11 +0000)]
Add newdev, updated DMusic section, small fix to dpnhpast.
Gerald Pfeifer [Wed, 31 Dec 2003 00:11:02 +0000 (00:11 +0000)]
Remove URLCache_FindEntry() which is not used any longer.
Ulrich Czekalla [Tue, 30 Dec 2003 22:19:30 +0000 (22:19 +0000)]
Add stubbed version of newdev.dll.
Rein Klazes [Tue, 30 Dec 2003 22:08:17 +0000 (22:08 +0000)]
- Add a bitmap resource with the font icons: TrueType, printer,
OpenType and Type 1. Modify the code so that they will be used if or
when the needed bits are passed to the FontEnumProc.
- Use EnumFontFamiliesEx instead of EnumFontFamilies.
- Fix the fixme in the WM_MEASUREITEM message handler.
Stefan Leichter [Tue, 30 Dec 2003 21:55:52 +0000 (21:55 +0000)]
Make use of/handle the first parameter of the function Extract.
Dmitry Timoshkov [Tue, 30 Dec 2003 21:54:54 +0000 (21:54 +0000)]
Add MDI child creation tests.
David Beck [Tue, 30 Dec 2003 21:53:32 +0000 (21:53 +0000)]
Added RFTHREAD flag in rfork call.
Robert Shearman [Tue, 30 Dec 2003 21:52:45 +0000 (21:52 +0000)]
- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
- Fixed buffer overflow in DEVENUM_IPropertyBag_Read.
- Fixed NULL pointer de-ref in DllRegisterServer when IFilterMapper2
is not registered.
- Allowed returning the moniker in IFilterMapper2::RegisterFilter.
- Enumerate special categories without causing infinite loop.
Sami Aario [Tue, 30 Dec 2003 21:50:56 +0000 (21:50 +0000)]
Fix some return values of dplayx API calls.
Alexandre Julliard [Tue, 30 Dec 2003 19:26:19 +0000 (19:26 +0000)]
Fixed RtlUnwind signature (reported by Pierre d'Herbemont).
Martin Fuchs [Tue, 30 Dec 2003 19:24:22 +0000 (19:24 +0000)]
- correct return value of SHGetPathFromIDList[AW]() for virtual
folders like "My Computer"
- correct path parsing in ISF_Desktop_fnParseDisplayName()
- handle CLSID paths in ISF_MyComputer_fnParseDisplayName()
- return CLSID path in ISF_MyComputer_fnGetDisplayNameOf()
Juan Lang [Tue, 30 Dec 2003 19:21:11 +0000 (19:21 +0000)]
Read the Policy{Account,Primary}DomainInformation from the registry,
rather than hardcoding it to "DOMAIN".
Ge van Geldorp [Tue, 30 Dec 2003 19:20:11 +0000 (19:20 +0000)]
Enclose application name in double quotation marks, as it may contain
spaces.
Michael Stefaniuc [Tue, 30 Dec 2003 19:19:46 +0000 (19:19 +0000)]
Fixed mem leak on error path.
Vik Kumar [Tue, 30 Dec 2003 19:19:18 +0000 (19:19 +0000)]
Fixed MS UI Gothic font names.
Hans Leidekker [Tue, 30 Dec 2003 19:17:59 +0000 (19:17 +0000)]
Translate msrle32 and oledlg resources.
Mike McCormack [Tue, 30 Dec 2003 19:17:31 +0000 (19:17 +0000)]
Sort the output of wcmd's set command.
Mike McCormack [Tue, 30 Dec 2003 19:17:05 +0000 (19:17 +0000)]
Return an SID when GetTokenInformation is called with class
TokenOwner.
Sylvain Petreolle [Tue, 30 Dec 2003 19:16:37 +0000 (19:16 +0000)]
Added stubs for options CONNECT_TIMEOUT and DATA_RECEIVE_TIMEOUT.
Marcus Meissner [Tue, 30 Dec 2003 19:15:43 +0000 (19:15 +0000)]
DWL_USER might be used otherwise, so use an internal window property
for data storage.
Zimler Attila [Tue, 30 Dec 2003 19:14:59 +0000 (19:14 +0000)]
Fixed Hungarian keyboard layout.
Sami Aario [Tue, 30 Dec 2003 19:14:35 +0000 (19:14 +0000)]
Fixed a typo.
David Miller [Tue, 30 Dec 2003 19:14:11 +0000 (19:14 +0000)]
Removed explicit ordinals.
Lionel Ulmer [Tue, 30 Dec 2003 19:13:32 +0000 (19:13 +0000)]
Also remove in the D3D code the pedantic check on the GetProcAddress
extension.
Robert Shearman [Tue, 30 Dec 2003 19:13:05 +0000 (19:13 +0000)]
- Fix IGraphBuilder::ConnectDirect.
- Register IFilterMapper and IFilterMapper2 in DllRegisterServer.
Ivan Leo Murray-Smith [Tue, 30 Dec 2003 19:12:38 +0000 (19:12 +0000)]
Updated Italian translations.
Rein Klazes [Tue, 30 Dec 2003 19:10:53 +0000 (19:10 +0000)]
When a directory is entered in the 16 bits file dialog, it should not
be returned the user. Instead the directory must be changed and the
dialog work from there.
Duane Clark [Tue, 30 Dec 2003 19:10:15 +0000 (19:10 +0000)]
Reinitialize thumb when trackbar size is changed.
Mike Hearn [Tue, 30 Dec 2003 19:09:50 +0000 (19:09 +0000)]
Prevent false matches in WIN_FindWindow.
Ferenc Wagner [Tue, 30 Dec 2003 19:09:25 +0000 (19:09 +0000)]
Solaris sh portability fix.
Ferenc Wagner [Tue, 30 Dec 2003 19:09:08 +0000 (19:09 +0000)]
Fix undeleted temporary file.
Correct error messages and comments, break long lines.
Michael Stefaniuc [Tue, 30 Dec 2003 19:08:46 +0000 (19:08 +0000)]
Search for mingw-$prog too.