wine
21 years agoStub CommandLineFromMsiDescriptor to prevent a crash in Accelerys
Juan Lang [Mon, 22 Mar 2004 21:31:26 +0000 (21:31 +0000)] 
Stub CommandLineFromMsiDescriptor to prevent a crash in Accelerys
Materials Studio.

21 years agoRemove reference to old graphics directory
Steven Edwards [Mon, 22 Mar 2004 21:29:53 +0000 (21:29 +0000)] 
Remove reference to old graphics directory

21 years agoImplement FindMimeFromData.
Kevin Koltzau [Mon, 22 Mar 2004 21:14:39 +0000 (21:14 +0000)] 
Implement FindMimeFromData.

21 years agoDon't include config.h.
Hans Leidekker [Mon, 22 Mar 2004 21:13:48 +0000 (21:13 +0000)] 
Don't include config.h.

21 years agoUpdate path from relative path on loading.
Mike McCormack [Mon, 22 Mar 2004 21:12:39 +0000 (21:12 +0000)] 
Update path from relative path on loading.

21 years agoDarwin support for _init/_fini functions and _end symbol.
Pierre d'Herbemont [Mon, 22 Mar 2004 21:12:23 +0000 (21:12 +0000)] 
Darwin support for _init/_fini functions and _end symbol.

21 years agoAdded tests for time functions.
Uwe Bonnes [Mon, 22 Mar 2004 21:12:02 +0000 (21:12 +0000)] 
Added tests for time functions.

21 years agoUnicode-ify the icon cache and SHGetFileInfo.
Mike McCormack [Mon, 22 Mar 2004 20:43:07 +0000 (20:43 +0000)] 
Unicode-ify the icon cache and SHGetFileInfo.

21 years agoCorrectly size the spi_loaded array prevents overwriting of system
Rein Klazes [Mon, 22 Mar 2004 20:41:04 +0000 (20:41 +0000)] 
Correctly size the spi_loaded array prevents overwriting of system
parameters.

21 years agoAllocate correct number of pointers for szAcceptTypes, since we need
Marcus Meissner [Mon, 22 Mar 2004 20:40:46 +0000 (20:40 +0000)] 
Allocate correct number of pointers for szAcceptTypes, since we need
it NULL terminated.
HeapReAlloc will modify the pointer, so store it there.

21 years agoAdded missing para tag.
Rudolf Kastl [Mon, 22 Mar 2004 20:40:23 +0000 (20:40 +0000)] 
Added missing para tag.

21 years agoTest SHSearchMapInt.
Jon Griffiths [Mon, 22 Mar 2004 20:40:03 +0000 (20:40 +0000)] 
Test SHSearchMapInt.

21 years agoTests for VarXor/VarEqv.
Jon Griffiths [Mon, 22 Mar 2004 20:39:50 +0000 (20:39 +0000)] 
Tests for VarXor/VarEqv.

21 years agoImplement VarXor and simplify VarEqv to use it.
Jon Griffiths [Mon, 22 Mar 2004 20:39:27 +0000 (20:39 +0000)] 
Implement VarXor and simplify VarEqv to use it.

21 years agoAdded C++ support.
Eric Pouech [Mon, 22 Mar 2004 20:38:06 +0000 (20:38 +0000)] 
Added C++ support.

21 years agoPorting fixes.
Hans Leidekker [Mon, 22 Mar 2004 20:37:40 +0000 (20:37 +0000)] 
Porting fixes.

21 years agoFixed typo in previous change.
Alexandre Julliard [Sat, 20 Mar 2004 19:27:10 +0000 (19:27 +0000)] 
Fixed typo in previous change.

21 years agoFixed OpenFile returned value when OF_EXIST flag is specified.
Christian Costa [Sat, 20 Mar 2004 19:25:39 +0000 (19:25 +0000)] 
Fixed OpenFile returned value when OF_EXIST flag is specified.

21 years agoChange order of EnableWindow/DestroyWindow in the case of failure in
Dmitry Timoshkov [Sat, 20 Mar 2004 19:25:12 +0000 (19:25 +0000)] 
Change order of EnableWindow/DestroyWindow in the case of failure in
DIALOG_CreateControls32.

21 years agoConvert ddraw.txt to ddraw.sgml and add it to the wine-devel
Chris Morgan [Sat, 20 Mar 2004 19:23:56 +0000 (19:23 +0000)] 
Convert ddraw.txt to ddraw.sgml and add it to the wine-devel
documentation.

21 years agoFix a possible null pointer crash in FILEDLG95_LOOKIN_Init.
Rein Klazes [Sat, 20 Mar 2004 19:22:17 +0000 (19:22 +0000)] 
Fix a possible null pointer crash in FILEDLG95_LOOKIN_Init.

21 years agoAdd revision support to winetest.exe.
Dimitrie O. Paun [Sat, 20 Mar 2004 19:21:39 +0000 (19:21 +0000)] 
Add revision support to winetest.exe.

21 years agoAdd Content Types for a few common extensions.
Kevin Koltzau [Sat, 20 Mar 2004 19:19:05 +0000 (19:19 +0000)] 
Add Content Types for a few common extensions.

21 years agoStart implementing the SQL insert query.
Mike McCormack [Sat, 20 Mar 2004 19:18:46 +0000 (19:18 +0000)] 
Start implementing the SQL insert query.

21 years agoImprove D3D7 compatibility.
Christian Costa [Sat, 20 Mar 2004 02:33:17 +0000 (02:33 +0000)] 
Improve D3D7 compatibility.

21 years agoAddRef texture only if there is one for the requested stage.
Christian Costa [Sat, 20 Mar 2004 02:33:00 +0000 (02:33 +0000)] 
AddRef texture only if there is one for the requested stage.

21 years agoRewrote handling of COM and LPT devices to use symlinks in
Alexandre Julliard [Sat, 20 Mar 2004 02:28:51 +0000 (02:28 +0000)] 
Rewrote handling of COM and LPT devices to use symlinks in
$WINEPREFIX/dosdevices, with suitable defaults if the symlinks are
missing.
Rewrote QueryDosDevice and DefineDosDevice to use the new scheme.
Added temporary code to create the symlinks based on the contents of
the config file.

21 years agoFix typo in FormatMessageW.
Ulrich Czekalla [Fri, 19 Mar 2004 19:15:54 +0000 (19:15 +0000)] 
Fix typo in FormatMessageW.

21 years ago- Refactor and fix connection opening.
Ferenc Wagner [Fri, 19 Mar 2004 19:15:23 +0000 (19:15 +0000)] 
- Refactor and fix connection opening.
- Target test.winehq.org.

21 years agoJust update from/to pointers and exit on a subsequent MCI_PLAY
Dmitry Timoshkov [Fri, 19 Mar 2004 19:15:03 +0000 (19:15 +0000)] 
Just update from/to pointers and exit on a subsequent MCI_PLAY
command.

21 years agoAdd a test case which confirms that SetMenu implementation in Wine is
Dmitry Timoshkov [Fri, 19 Mar 2004 19:14:45 +0000 (19:14 +0000)] 
Add a test case which confirms that SetMenu implementation in Wine is
correct.

21 years agoMake sure the rebar size is above a minimum.
Mike McCormack [Fri, 19 Mar 2004 19:14:30 +0000 (19:14 +0000)] 
Make sure the rebar size is above a minimum.

21 years agoFix handle allocation and the CREATE TABLE query.
Mike McCormack [Fri, 19 Mar 2004 19:14:12 +0000 (19:14 +0000)] 
Fix handle allocation and the CREATE TABLE query.

21 years agoAdded workaround for broken dlls that modify ebx in their entry point
Alexandre Julliard [Fri, 19 Mar 2004 02:07:16 +0000 (02:07 +0000)] 
Added workaround for broken dlls that modify ebx in their entry point
(reported by Christian Costa).

21 years ago- Fix report() dispatch.
Ferenc Wagner [Fri, 19 Mar 2004 01:54:10 +0000 (01:54 +0000)] 
- Fix report() dispatch.
- Strip "_test..." from test file names.
- Use mystrtok() for command line parsing to avoid collision with the
  one in get_subtests().
- Change User-Agent HTTP header to "Winetest Shell".

21 years agoRelay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
Uwe Bonnes [Fri, 19 Mar 2004 01:53:11 +0000 (01:53 +0000)] 
Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
behaviour. Add a test case.

21 years agoIn SHELL_ExecuteW, if a new current directory is specified, change to
Rein Klazes [Fri, 19 Mar 2004 01:52:30 +0000 (01:52 +0000)] 
In SHELL_ExecuteW, if a new current directory is specified, change to
it before calling CreateProcess so that it will find the correct
executable.

21 years agoConvert FormatMessageW to use unicode functions.
Ulrich Czekalla [Fri, 19 Mar 2004 01:52:10 +0000 (01:52 +0000)] 
Convert FormatMessageW to use unicode functions.

21 years agoGet rid of the registry lookups, rely entirely on the kernel devices
Alexandre Julliard [Fri, 19 Mar 2004 01:18:48 +0000 (01:18 +0000)] 
Get rid of the registry lookups, rely entirely on the kernel devices
instead.

21 years agoAvoid including windows.h since it conflicts with unistd.h.
Alexandre Julliard [Fri, 19 Mar 2004 01:17:51 +0000 (01:17 +0000)] 
Avoid including windows.h since it conflicts with unistd.h.

21 years agoThe KeymapNotify event does not use the window member, so don't warn
Mike Hearn [Fri, 19 Mar 2004 01:17:32 +0000 (01:17 +0000)] 
The KeymapNotify event does not use the window member, so don't warn
about it being unknown.

21 years agoReimplement time functions with Win32 APIs.
Hans Leidekker [Fri, 19 Mar 2004 01:16:59 +0000 (01:16 +0000)] 
Reimplement time functions with Win32 APIs.
Implement localtime()/gmtime().

21 years agoFirst go at write support.
Mike McCormack [Fri, 19 Mar 2004 01:16:36 +0000 (01:16 +0000)] 
First go at write support.

21 years agoImplemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT,
Justin Chevrier [Fri, 19 Mar 2004 01:16:12 +0000 (01:16 +0000)] 
Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT,
SPI{GET,SET}MOUSEHOVERTIME, SPI{GET,SET}MOUSESCROLLLINES,
SPI{GET,SET}MENUSHOWDELAY.

21 years agoMake the standard create_file request handle serial ports too, and
Alexandre Julliard [Thu, 18 Mar 2004 04:08:48 +0000 (04:08 +0000)] 
Make the standard create_file request handle serial ports too, and
remove the create_serial request.

21 years agoExpand environment strings in command, parameter and directory strings
Martin Fuchs [Thu, 18 Mar 2004 04:04:29 +0000 (04:04 +0000)] 
Expand environment strings in command, parameter and directory strings
of ShellExecuteExW32().

21 years agoWhen loading table data, split it up into rows.
Mike McCormack [Thu, 18 Mar 2004 04:04:08 +0000 (04:04 +0000)] 
When loading table data, split it up into rows.

21 years agoFixed handling of "echo."
Mike McCormack [Thu, 18 Mar 2004 04:01:32 +0000 (04:01 +0000)] 
Fixed handling of "echo."

21 years ago- Fix SetBitmapSize.
Robert Shearman [Thu, 18 Mar 2004 04:01:02 +0000 (04:01 +0000)] 
- Fix SetBitmapSize.
- Fix SetButtonInfo.

21 years agoTranslateAccelerator should only ignore commands when mouse capture is
Huw Davies [Thu, 18 Mar 2004 04:00:36 +0000 (04:00 +0000)] 
TranslateAccelerator should only ignore commands when mouse capture is
in effect or the window is disabled, if the command corresponds to a
menu item.  Otherwise it should process them as normal.

21 years agoInvalidate the focused item when scrolling horizontally so that it
Huw Davies [Thu, 18 Mar 2004 04:00:08 +0000 (04:00 +0000)] 
Invalidate the focused item when scrolling horizontally so that it
repaints correctly.

21 years agoImplement SHMessageBoxCheck functions && add dialog resources.
Jon Griffiths [Thu, 18 Mar 2004 02:11:23 +0000 (02:11 +0000)] 
Implement SHMessageBoxCheck functions && add dialog resources.
Add SHWaitForSendMessageThread, SHAnsiToUnicodeCP,SHStripMneumonicW,
SHSearchMapInt.

21 years agoStub implementations of RtlCreateQueryDebugBuffer,
Raphael Junqueira [Thu, 18 Mar 2004 02:08:43 +0000 (02:08 +0000)] 
Stub implementations of RtlCreateQueryDebugBuffer,
RtlDestroyQueryDebugBuffer and RtlQueryProcessDebugInformation.

21 years agoRemove duplicate code by using Nt* functions for PulseEvent,
Raphael Junqueira [Thu, 18 Mar 2004 01:36:09 +0000 (01:36 +0000)] 
Remove duplicate code by using Nt* functions for PulseEvent,
ResetEvent and SetEvent.

21 years agoAdded some traces.
Richard Cohen [Thu, 18 Mar 2004 01:34:57 +0000 (01:34 +0000)] 
Added some traces.

21 years agoRelease lock before wave calls that generate notification.
Christian Costa [Thu, 18 Mar 2004 01:34:36 +0000 (01:34 +0000)] 
Release lock before wave calls that generate notification.

21 years agoAllow RegConnectRegistryW to the local machine name.
Juan Lang [Thu, 18 Mar 2004 01:34:23 +0000 (01:34 +0000)] 
Allow RegConnectRegistryW to the local machine name.

21 years agoReimplemented FindFirstFile/FindNextFile on top of
Alexandre Julliard [Wed, 17 Mar 2004 20:57:09 +0000 (20:57 +0000)] 
Reimplemented FindFirstFile/FindNextFile on top of
NtQueryDirectoryFile.

21 years agoMove the string table out into a separate file, improve lookups.
Mike McCormack [Wed, 17 Mar 2004 20:49:59 +0000 (20:49 +0000)] 
Move the string table out into a separate file, improve lookups.

21 years agoImplement VarEqv.
Jon Griffiths [Wed, 17 Mar 2004 20:49:22 +0000 (20:49 +0000)] 
Implement VarEqv.

21 years agoFix relative screen resizing.
Richard Cohen [Wed, 17 Mar 2004 20:48:57 +0000 (20:48 +0000)] 
Fix relative screen resizing.

21 years agoRemove . from default library search path.
Richard Cohen [Wed, 17 Mar 2004 20:48:44 +0000 (20:48 +0000)] 
Remove . from default library search path.

21 years agoFix cursor position optimization.
Richard Cohen [Wed, 17 Mar 2004 20:48:30 +0000 (20:48 +0000)] 
Fix cursor position optimization.

21 years agoFIXME_(win) -> FIXME.
Richard Cohen [Wed, 17 Mar 2004 20:48:18 +0000 (20:48 +0000)] 
FIXME_(win) -> FIXME.

21 years agoMake copies of keys when creating, free them when done.
Jon Griffiths [Wed, 17 Mar 2004 20:48:03 +0000 (20:48 +0000)] 
Make copies of keys when creating, free them when done.
Use KEY_ALL_ACCESS when writing US reg values.
SHRegWriteUSValueW: Handle all flag combinations.
Make some A calls use the W version.

21 years agoUse function ptrs for call only present in later versions.
Jon Griffiths [Wed, 17 Mar 2004 20:47:42 +0000 (20:47 +0000)] 
Use function ptrs for call only present in later versions.
Fix tests that fail with old versions.

21 years agoCorrect geometry error in the ICCVID codec.
Mike McCormack [Wed, 17 Mar 2004 20:47:13 +0000 (20:47 +0000)] 
Correct geometry error in the ICCVID codec.

21 years ago- Documentation update.
Robert Shearman [Wed, 17 Mar 2004 20:46:57 +0000 (20:46 +0000)] 
- Documentation update.
- Better hot item handling.
- Fix DrawMasked to always use the right image list and bitmap index.

21 years agoRewrote the collapsing of . and .. in RtlGetFullPathName_U for better
Alexandre Julliard [Wed, 17 Mar 2004 01:58:51 +0000 (01:58 +0000)] 
Rewrote the collapsing of . and .. in RtlGetFullPathName_U for better
compatibility.

21 years agoRetrieve a short name in GetShortPathNameW if the long name contains
Alexandre Julliard [Wed, 17 Mar 2004 01:55:01 +0000 (01:55 +0000)] 
Retrieve a short name in GetShortPathNameW if the long name contains
spaces.

21 years agoFindFirstFile can return an empty short name if the long name is a
Alexandre Julliard [Wed, 17 Mar 2004 01:50:27 +0000 (01:50 +0000)] 
FindFirstFile can return an empty short name if the long name is a
valid DOS name, fixed callers to handle that properly.

21 years agoBeginnings on implementations of SetupCreateDiskSpaceListA/W,
Aric Stewart [Wed, 17 Mar 2004 01:46:00 +0000 (01:46 +0000)] 
Beginnings on implementations of SetupCreateDiskSpaceListA/W,
SetupQuerySpaceRequiredOnDriveA, SetupDestroyDiskSpaceList and
SetupAddInstallSectionToDiskSpaceListA for MDAC install.

21 years agoRemove unused lock.
Robert Reif [Wed, 17 Mar 2004 01:44:15 +0000 (01:44 +0000)] 
Remove unused lock.

21 years agoAdded stub for SignalObjectAndWait.
Raphael Junqueira [Wed, 17 Mar 2004 01:43:47 +0000 (01:43 +0000)] 
Added stub for SignalObjectAndWait.

21 years agoAdd stubs for EnumMonitors[A/W].
Steven Edwards [Wed, 17 Mar 2004 01:42:46 +0000 (01:42 +0000)] 
Add stubs for EnumMonitors[A/W].

21 years agoAdded 24-bit color key support in DIB_DirectDrawSurface_BltFast.
Elias Ross [Tue, 16 Mar 2004 19:41:50 +0000 (19:41 +0000)] 
Added 24-bit color key support in DIB_DirectDrawSurface_BltFast.

21 years agoExplicitly specify output file names for bison.
Dmitry Timoshkov [Tue, 16 Mar 2004 19:38:19 +0000 (19:38 +0000)] 
Explicitly specify output file names for bison.

21 years agoO_DIRECTORY is not really needed.
Alexandre Julliard [Tue, 16 Mar 2004 19:19:12 +0000 (19:19 +0000)] 
O_DIRECTORY is not really needed.

21 years agoExtend the parser to deal with the CREATE TABLE query. The query
Mike McCormack [Tue, 16 Mar 2004 19:18:22 +0000 (19:18 +0000)] 
Extend the parser to deal with the CREATE TABLE query. The query
doesn't do anything as yet.

21 years ago- Prefix many more functions, types, structs, etc. with MSVCRT_.
Hans Leidekker [Tue, 16 Mar 2004 19:17:11 +0000 (19:17 +0000)] 
- Prefix many more functions, types, structs, etc. with MSVCRT_.
- Correct prototypes for _memccpy()/_memicmp().
- "define before use" reordering in file.c.
- Use the new math.h/float.h.

21 years agoLet VarParseNumFromStr and VarNumFromParseNum cope with hex and oct
Fabian Cenedese [Tue, 16 Mar 2004 19:15:04 +0000 (19:15 +0000)] 
Let VarParseNumFromStr and VarNumFromParseNum cope with hex and oct
strings. Needed from VB conversions such as CLng, CInt, CByte...

21 years agoSupport for RBBS_HIDETITLE style.
Filip Navara [Tue, 16 Mar 2004 19:14:30 +0000 (19:14 +0000)] 
Support for RBBS_HIDETITLE style.

21 years ago- Enumerated different drawing modes.
Sami Nopanen [Tue, 16 Mar 2004 19:13:47 +0000 (19:13 +0000)] 
- Enumerated different drawing modes.
- Implemented HILITE, REMOVE and GHOST drawing modes.

21 years agoAdded stubs needed by some Windows Update installs.
Aric Stewart [Tue, 16 Mar 2004 19:13:18 +0000 (19:13 +0000)] 
Added stubs needed by some Windows Update installs.

21 years agoAdd cast to correctly interpret signed coordinate values.
Ulrich Czekalla [Tue, 16 Mar 2004 19:12:40 +0000 (19:12 +0000)] 
Add cast to correctly interpret signed coordinate values.

21 years agoStart implementation of MsiEvaluateConditionA/W.
Mike McCormack [Tue, 16 Mar 2004 03:23:43 +0000 (03:23 +0000)] 
Start implementation of MsiEvaluateConditionA/W.

21 years agoRequire bison to compile Wine.
Mike McCormack [Tue, 16 Mar 2004 03:11:39 +0000 (03:11 +0000)] 
Require bison to compile Wine.

21 years ago- Add debug SnoopFromInclude/SnoopFromExclude options.
Mike Hearn [Tue, 16 Mar 2004 03:10:07 +0000 (03:10 +0000)] 
- Add debug SnoopFromInclude/SnoopFromExclude options.
- Correct TRACE debug channel usage in SNOOP_SetupDLL.
- Refactor check_relay_from_relay.

21 years agoAdded support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciWhere.
Christian Costa [Tue, 16 Mar 2004 03:09:14 +0000 (03:09 +0000)] 
Added support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciWhere.
Fixed WHERE_WINDOW.

21 years agoNeed to include config.h.
Alexandre Julliard [Tue, 16 Mar 2004 01:32:36 +0000 (01:32 +0000)] 
Need to include config.h.

21 years agoImplemented NtQueryDirectoryFile (partly based on a patch by Eric
Alexandre Julliard [Tue, 16 Mar 2004 01:32:02 +0000 (01:32 +0000)] 
Implemented NtQueryDirectoryFile (partly based on a patch by Eric
Pouech).

21 years agoA few updates.
Ivan Leo Murray-Smith [Tue, 16 Mar 2004 01:17:45 +0000 (01:17 +0000)] 
A few updates.

21 years agoDPMI programs now handle pending events.
Jukka Heinonen [Tue, 16 Mar 2004 01:15:11 +0000 (01:15 +0000)] 
DPMI programs now handle pending events.

21 years agoHandle avi files with non standard video stream names.
Christian Costa [Tue, 16 Mar 2004 01:14:39 +0000 (01:14 +0000)] 
Handle avi files with non standard video stream names.

21 years agoMCI strings are case insensitive.
Christian Costa [Tue, 16 Mar 2004 01:14:27 +0000 (01:14 +0000)] 
MCI strings are case insensitive.
Fixed a returned error value.

21 years agoDefault to FOURCC_DOS if no IOProc found.
Christian Costa [Tue, 16 Mar 2004 01:14:07 +0000 (01:14 +0000)] 
Default to FOURCC_DOS if no IOProc found.

21 years agoFixed deadlock when stopping playback.
Christian Costa [Tue, 16 Mar 2004 01:13:52 +0000 (01:13 +0000)] 
Fixed deadlock when stopping playback.

21 years agoDD_STRUCT_COPY_BYSIZE: Do not clear more that struct size.
Christian Costa [Tue, 16 Mar 2004 01:13:29 +0000 (01:13 +0000)] 
DD_STRUCT_COPY_BYSIZE: Do not clear more that struct size.

21 years agoUrlCanonicalizeW: Remove \r and \n at the end of lpszUrlCpy, with test
Uwe Bonnes [Tue, 16 Mar 2004 01:07:28 +0000 (01:07 +0000)] 
UrlCanonicalizeW: Remove \r and \n at the end of lpszUrlCpy, with test
cases.

21 years agoHTTP_HttpSendRequestA: Remove \r and \n at the end of
Uwe Bonnes [Tue, 16 Mar 2004 01:06:30 +0000 (01:06 +0000)] 
HTTP_HttpSendRequestA: Remove \r and \n at the end of
lpwhr->lpszPath.