wine
20 years agoRemove references to regapi.
Francois Gouget [Tue, 13 Jan 2004 04:59:33 +0000 (04:59 +0000)] 
Remove references to regapi.

20 years agoAdd yet another spec file for a new dll.
Vincent Béron [Tue, 13 Jan 2004 04:58:44 +0000 (04:58 +0000)] 
Add yet another spec file for a new dll.

20 years agoRemove a "\" from a multiline string constant by splitting it in two.
Vincent Béron [Tue, 13 Jan 2004 04:57:57 +0000 (04:57 +0000)] 
Remove a "\" from a multiline string constant by splitting it in two.

20 years agoRemoved a W->A cross-call (CopyMetaFileW->CopyMetaFileA).
Vincent Béron [Tue, 13 Jan 2004 04:54:45 +0000 (04:54 +0000)] 
Removed a W->A cross-call (CopyMetaFileW->CopyMetaFileA).

20 years agoAdded all the missing functions.
Alexandre Julliard [Tue, 13 Jan 2004 01:27:19 +0000 (01:27 +0000)] 
Added all the missing functions.

20 years ago_set_error_mode is cdecl not stdcall.
Alexandre Julliard [Tue, 13 Jan 2004 01:08:59 +0000 (01:08 +0000)] 
_set_error_mode is cdecl not stdcall.

20 years agoForward _set_error_mode to msvcrt.
André Johansen [Tue, 13 Jan 2004 01:08:04 +0000 (01:08 +0000)] 
Forward _set_error_mode to msvcrt.

20 years agoGet rid of a W->A crosscall (ResetDCA->ResetDCW).
Vincent Béron [Tue, 13 Jan 2004 01:06:44 +0000 (01:06 +0000)] 
Get rid of a W->A crosscall (ResetDCA->ResetDCW).

20 years agoAdded Midi IN support.
Christian Costa [Tue, 13 Jan 2004 01:05:34 +0000 (01:05 +0000)] 
Added Midi IN support.

20 years agoHandle the cases when initdir is either invalid, or specifies a file.
Rein Klazes [Mon, 12 Jan 2004 22:12:58 +0000 (22:12 +0000)] 
Handle the cases when initdir is either invalid, or specifies a file.

20 years agoStub enough of MSVCRT40 to make IE4 install work.
Mike McCormack [Mon, 12 Jan 2004 22:12:27 +0000 (22:12 +0000)] 
Stub enough of MSVCRT40 to make IE4 install work.

20 years agoScrollDC doesn't need to be in the graphics driver.
Alexandre Julliard [Mon, 12 Jan 2004 21:15:16 +0000 (21:15 +0000)] 
ScrollDC doesn't need to be in the graphics driver.

20 years agoChange GetTransform stub to use the standard FIXME rather than ERR.
Mike Hearn [Mon, 12 Jan 2004 21:10:48 +0000 (21:10 +0000)] 
Change GetTransform stub to use the standard FIXME rather than ERR.

20 years agoCreateDC is Unicode now, change the spec file accordingly.
Vincent Béron [Mon, 12 Jan 2004 21:08:31 +0000 (21:08 +0000)] 
CreateDC is Unicode now, change the spec file accordingly.

20 years agoAdd spec files for new dlls.
Vincent Béron [Mon, 12 Jan 2004 21:07:36 +0000 (21:07 +0000)] 
Add spec files for new dlls.

20 years agoCorrect handling of font table when the font name is not the last
Bill Medland [Mon, 12 Jan 2004 21:07:03 +0000 (21:07 +0000)] 
Correct handling of font table when the font name is not the last
thing in the entry (i.e. is followed by the font altname in a group).

20 years agoSafeArrayRedim: Use the correct size for resize too.
Marcus Meissner [Mon, 12 Jan 2004 21:06:30 +0000 (21:06 +0000)] 
SafeArrayRedim: Use the correct size for resize too.

20 years agoImplemented Toolhelp32ReadProcessMemory.
Eric Pouech [Mon, 12 Jan 2004 21:05:53 +0000 (21:05 +0000)] 
Implemented Toolhelp32ReadProcessMemory.

20 years ago- implemented TIME_KILL_SYCHRONOUS timer flags
Eric Pouech [Mon, 12 Jan 2004 21:03:10 +0000 (21:03 +0000)] 
- implemented TIME_KILL_SYCHRONOUS timer flags
- timeKillTimer is now thread safe
- replaced some iData attributes by global variables

20 years agoReduce the use of the dsound global variable by passing address to
Robert Reif [Mon, 12 Jan 2004 21:02:22 +0000 (21:02 +0000)] 
Reduce the use of the dsound global variable by passing address to
functions.

20 years agoGet rid of no longer needed WINE_PACKED define.
Alexandre Julliard [Fri, 9 Jan 2004 22:18:49 +0000 (22:18 +0000)] 
Get rid of no longer needed WINE_PACKED define.

20 years agoAdded some missing defines and a struct.
Robert Reif [Fri, 9 Jan 2004 22:06:54 +0000 (22:06 +0000)] 
Added some missing defines and a struct.
Fixed some const * arguments.

20 years agoAllow offset of NULL to NtWriteFile.
Marcus Meissner [Fri, 9 Jan 2004 20:09:08 +0000 (20:09 +0000)] 
Allow offset of NULL to NtWriteFile.

20 years agoFixed HeapRealloc typo.
Marcus Meissner [Fri, 9 Jan 2004 20:08:48 +0000 (20:08 +0000)] 
Fixed HeapRealloc typo.

20 years agoRemove the wrapper generation from winewrap, it is no longer necessary
Dimitrie O. Paun [Fri, 9 Jan 2004 20:08:22 +0000 (20:08 +0000)] 
Remove the wrapper generation from winewrap, it is no longer necessary
(fixed by Alexandre's constructor patch).

20 years agoSome more Win16/Win32 separation (based on a patch by Steven
Alexandre Julliard [Fri, 9 Jan 2004 05:10:35 +0000 (05:10 +0000)] 
Some more Win16/Win32 separation (based on a patch by Steven
Edwards).

20 years ago- add VESA mode 0x6a (same as 0x102)
Michael Stefaniuc [Fri, 9 Jan 2004 05:03:43 +0000 (05:03 +0000)] 
- add VESA mode 0x6a (same as 0x102)
- add a macro to check if a mode is a VESA mode
- output the unsupported VGA mode in hex (all VGA/VESA docs use hex
  for that)

20 years agoAdded wave-in support and fixed a few bugs in the wave-out code.
Jeremy Shaw [Fri, 9 Jan 2004 05:02:58 +0000 (05:02 +0000)] 
Added wave-in support and fixed a few bugs in the wave-out code.

20 years agoRemoved XInitThreads call, the X libraries still have too many bugs to
Alexandre Julliard [Fri, 9 Jan 2004 01:10:59 +0000 (01:10 +0000)] 
Removed XInitThreads call, the X libraries still have too many bugs to
make this viable.

20 years agoCopy BSTRs byte wise.
Marcus Meissner [Fri, 9 Jan 2004 00:58:01 +0000 (00:58 +0000)] 
Copy BSTRs byte wise.
Added a testcase for byte wise copy of VT_BSTR variant with
VariantCopy().

20 years agoAdded header dbt.h.
Ulrich Czekalla [Fri, 9 Jan 2004 00:57:08 +0000 (00:57 +0000)] 
Added header dbt.h.

20 years agoPin down LoadStringA behaviour on different buffer lengths.
Ferenc Wagner [Fri, 9 Jan 2004 00:36:51 +0000 (00:36 +0000)] 
Pin down LoadStringA behaviour on different buffer lengths.

20 years agoFix an IE crash and make the "Create Folder" functionality in
Dmitry Timoshkov [Fri, 9 Jan 2004 00:35:21 +0000 (00:35 +0000)] 
Fix an IE crash and make the "Create Folder" functionality in
Favorites work.

20 years agoAvoid freeing request packet too early if an exception occurs.
Ove Kaaven [Fri, 9 Jan 2004 00:35:04 +0000 (00:35 +0000)] 
Avoid freeing request packet too early if an exception occurs.

20 years agoProperly handle destroying the first connection in the connection
Ove Kaaven [Fri, 9 Jan 2004 00:34:53 +0000 (00:34 +0000)] 
Properly handle destroying the first connection in the connection
cache.

20 years agoRegression test for files with zero length.
Mike McCormack [Fri, 9 Jan 2004 00:34:37 +0000 (00:34 +0000)] 
Regression test for files with zero length.

20 years agoMapping a zero size file should fail.
Mike McCormack [Fri, 9 Jan 2004 00:34:14 +0000 (00:34 +0000)] 
Mapping a zero size file should fail.

20 years agoDo not fail if we can't load some libs in the wrapper.
Dimitrie O. Paun [Fri, 9 Jan 2004 00:33:56 +0000 (00:33 +0000)] 
Do not fail if we can't load some libs in the wrapper.
No need to link the wrapper with all libs, we know what we need.

20 years agoIf supported, add -init and -fini flags to the linker invocation.
Alexandre Julliard [Fri, 9 Jan 2004 00:03:55 +0000 (00:03 +0000)] 
If supported, add -init and -fini flags to the linker invocation.

20 years agoEnable Tablet support with both Tilt and Pressure.
Aric Stewart [Fri, 9 Jan 2004 00:03:00 +0000 (00:03 +0000)] 
Enable Tablet support with both Tilt and Pressure.

20 years agoThere's no need for DUMMYUNIONNAME in private headers.
Alexandre Julliard [Thu, 8 Jan 2004 05:27:23 +0000 (05:27 +0000)] 
There's no need for DUMMYUNIONNAME in private headers.

20 years agoDefine OPENFILENAME_SIZE_VERSION_400.
Kevin Koltzau [Thu, 8 Jan 2004 05:16:23 +0000 (05:16 +0000)] 
Define OPENFILENAME_SIZE_VERSION_400.

20 years agoAdded configure check for readlink.
Alexandre Julliard [Thu, 8 Jan 2004 05:07:05 +0000 (05:07 +0000)] 
Added configure check for readlink.

20 years agoIf supported by the linker, prevent the ELF loader from calling the
Alexandre Julliard [Thu, 8 Jan 2004 03:36:53 +0000 (03:36 +0000)] 
If supported by the linker, prevent the ELF loader from calling the
dll constructors at load time and call them from the dll entry point
instead.

20 years agoAlways print a message for generic stubs.
Mike Hearn [Thu, 8 Jan 2004 03:28:42 +0000 (03:28 +0000)] 
Always print a message for generic stubs.

20 years agoAdd option to use the primary selection in addition to the clipboard
Ulrich Czekalla [Thu, 8 Jan 2004 00:43:46 +0000 (00:43 +0000)] 
Add option to use the primary selection in addition to the clipboard
selection.

20 years agoAdded the linked list with the name of files of the CAB archive.
Stefan Leichter [Thu, 8 Jan 2004 00:42:36 +0000 (00:42 +0000)] 
Added the linked list with the name of files of the CAB archive.

20 years ago- Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT
Eric Pouech [Thu, 8 Jan 2004 00:42:02 +0000 (00:42 +0000)] 
- Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT
  (wasn't returning string resource ID).
- Fixed mciseq when opened without a filename.

20 years agoRemove some unused headers.
Hans Leidekker [Thu, 8 Jan 2004 00:41:13 +0000 (00:41 +0000)] 
Remove some unused headers.

20 years agoBrought up to date to Dimi's latest patch.
Ivan Leo Murray-Smith [Thu, 8 Jan 2004 00:40:48 +0000 (00:40 +0000)] 
Brought up to date to Dimi's latest patch.

20 years agoAdd icm.h for colour management.
Mike McCormack [Thu, 8 Jan 2004 00:40:22 +0000 (00:40 +0000)] 
Add icm.h for colour management.

20 years agoDefine structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR used with the
Kevin Koltzau [Thu, 8 Jan 2004 00:39:21 +0000 (00:39 +0000)] 
Define structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR used with the
clipboard format CF_FILEGROUPDESCRIPTOR.

20 years agoDon't use constructors for ntdll and kernel32 initialization.
Alexandre Julliard [Wed, 7 Jan 2004 04:50:11 +0000 (04:50 +0000)] 
Don't use constructors for ntdll and kernel32 initialization.

20 years agoAdded rules to parse library, coclass, dispinterface, and module
Ove Kaaven [Wed, 7 Jan 2004 04:21:27 +0000 (04:21 +0000)] 
Added rules to parse library, coclass, dispinterface, and module
definitions, and a number of attributes, and cleaned up a few things.
Started on a typelib generation framework.

20 years agoFixed the dwBCastAddr member of MIB_IPADDRROW, added a test program.
Juan Lang [Wed, 7 Jan 2004 01:08:55 +0000 (01:08 +0000)] 
Fixed the dwBCastAddr member of MIB_IPADDRROW, added a test program.

20 years agoRemoved incorrect uses of DUMMYUNIONNAME.
Alexandre Julliard [Wed, 7 Jan 2004 00:47:35 +0000 (00:47 +0000)] 
Removed incorrect uses of DUMMYUNIONNAME.

20 years agoFixed shell quoting of the inline-asm tests so that they work properly
Wim Lewis [Wed, 7 Jan 2004 00:46:10 +0000 (00:46 +0000)] 
Fixed shell quoting of the inline-asm tests so that they work properly
with the pdksh that ships with OpenBSD.

20 years agoAdded a tabsheet that allows the user to change the dll overrides,
Robert van Herk [Wed, 7 Jan 2004 00:43:40 +0000 (00:43 +0000)] 
Added a tabsheet that allows the user to change the dll overrides,
both globally and per app.

20 years agoAssorted spelling fixes.
Francois Gouget [Tue, 6 Jan 2004 22:08:33 +0000 (22:08 +0000)] 
Assorted spelling fixes.

20 years agoDefine IShellExecuteHook interface.
Martin Fuchs [Tue, 6 Jan 2004 21:38:55 +0000 (21:38 +0000)] 
Define IShellExecuteHook interface.

20 years agoUse gcc's -pipe option to reduce compile time.
Hans Leidekker [Tue, 6 Jan 2004 21:37:44 +0000 (21:37 +0000)] 
Use gcc's -pipe option to reduce compile time.

20 years ago%[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z].
Peter Berg Larsen [Tue, 6 Jan 2004 21:36:10 +0000 (21:36 +0000)] 
%[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z].
Added some scanf tests.

20 years agoConverted DlgDirList to Unicode.
Alexandre Julliard [Tue, 6 Jan 2004 20:51:40 +0000 (20:51 +0000)] 
Converted DlgDirList to Unicode.

20 years agoAdded winebrowser app that launches a Unix browser.
Chris Morgan [Tue, 6 Jan 2004 20:49:58 +0000 (20:49 +0000)] 
Added winebrowser app that launches a Unix browser.

20 years agoSHCoCreateInstance is now documented (spotted by Francois Gouget).
Alexandre Julliard [Tue, 6 Jan 2004 20:42:47 +0000 (20:42 +0000)] 
SHCoCreateInstance is now documented (spotted by Francois Gouget).
Its first argument should be a Unicode string.

20 years agoAdd missing \n on error message.
Robert Shearman [Tue, 6 Jan 2004 20:40:48 +0000 (20:40 +0000)] 
Add missing \n on error message.

20 years agoAdded missing LF in trace.
Mike McCormack [Tue, 6 Jan 2004 20:40:31 +0000 (20:40 +0000)] 
Added missing LF in trace.

20 years agoMake sure sed uses the right locale.
Hans Leidekker [Tue, 6 Jan 2004 20:40:10 +0000 (20:40 +0000)] 
Make sure sed uses the right locale.

20 years agoRegister window class on mciavi driver loading, and unregister it on
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.

20 years agoReturn correct resource id for time format strings.
Dmitry Timoshkov [Tue, 6 Jan 2004 20:39:32 +0000 (20:39 +0000)] 
Return correct resource id for time format strings.

20 years agoImprove error reporting.
Francois Gouget [Tue, 6 Jan 2004 20:39:17 +0000 (20:39 +0000)] 
Improve error reporting.

20 years agoAdd new value support. Misc improvements and cleanups.
Dimitrie O. Paun [Tue, 6 Jan 2004 20:38:56 +0000 (20:38 +0000)] 
Add new value support. Misc improvements and cleanups.

20 years agoAdded _BITMAPSIZE_ and split _CONVERT_ macro to remove #ifdefs.
Peter Berg Larsen [Tue, 6 Jan 2004 20:38:37 +0000 (20:38 +0000)] 
Added _BITMAPSIZE_ and split _CONVERT_ macro to remove #ifdefs.

20 years agoUpdated Italian resources.
Ivan Leo Murray-Smith [Tue, 6 Jan 2004 00:37:29 +0000 (00:37 +0000)] 
Updated Italian resources.

20 years agoxNum should be yNum in one place.
Marcus Meissner [Tue, 6 Jan 2004 00:37:05 +0000 (00:37 +0000)] 
xNum should be yNum in one place.

20 years agoFix the draw*primitiveUP calls so they work directly after a draw
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.

20 years agoImplement wglUseFontBitmapsW.
Lionel Ulmer [Tue, 6 Jan 2004 00:36:13 +0000 (00:36 +0000)] 
Implement wglUseFontBitmapsW.

20 years agoMade wine_get_unix_file_name take a Unicode string pointer.
Eric Pouech [Mon, 5 Jan 2004 23:42:09 +0000 (23:42 +0000)] 
Made wine_get_unix_file_name take a Unicode string pointer.

20 years agoAccept all standard DIB compressions in the mciavi driver.
Dmitry Timoshkov [Mon, 5 Jan 2004 23:07:27 +0000 (23:07 +0000)] 
Accept all standard DIB compressions in the mciavi driver.

20 years agoUpdates for the new loadorder handling of 16-bit dlls.
Alexandre Julliard [Mon, 5 Jan 2004 21:19:22 +0000 (21:19 +0000)] 
Updates for the new loadorder handling of 16-bit dlls.

20 years agoDocumentation updates.
Ivan Leo Murray-Smith [Mon, 5 Jan 2004 21:16:53 +0000 (21:16 +0000)] 
Documentation updates.

20 years agoAdd value delete, and dword edit support.
Dimitrie O. Paun [Mon, 5 Jan 2004 21:14:19 +0000 (21:14 +0000)] 
Add value delete, and dword edit support.

20 years agoDecode stream number from AVI frame data and assign the data to
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.

20 years agoCorrect return type of SHFileOperationA/W.
Martin Fuchs [Mon, 5 Jan 2004 21:13:37 +0000 (21:13 +0000)] 
Correct return type of SHFileOperationA/W.

20 years agoMSVC porting fixes.
Steven Edwards [Mon, 5 Jan 2004 21:12:21 +0000 (21:12 +0000)] 
MSVC porting fixes.

20 years agoDrop paragraph describing no longer existing regclean.exe.
Marcus Meissner [Mon, 5 Jan 2004 21:11:45 +0000 (21:11 +0000)] 
Drop paragraph describing no longer existing regclean.exe.

20 years agoHandle DIJOYSTATE and DIJOYSTATE2 structs, fail on unknown sizes.
Marcus Meissner [Mon, 5 Jan 2004 21:11:25 +0000 (21:11 +0000)] 
Handle DIJOYSTATE and DIJOYSTATE2 structs, fail on unknown sizes.

20 years agoAlways try to load the 32-bit owner dll instead of directly loading
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).

20 years agoAvoid referencing a private header in another dll.
Alexandre Julliard [Sat, 3 Jan 2004 00:58:08 +0000 (00:58 +0000)] 
Avoid referencing a private header in another dll.

20 years agoImplemented RegFlushKey and NtFlushKey.
Mike Hearn [Sat, 3 Jan 2004 00:38:30 +0000 (00:38 +0000)] 
Implemented RegFlushKey and NtFlushKey.

20 years agoAdded support for creating new keys.
Zimler Attila [Sat, 3 Jan 2004 00:33:56 +0000 (00:33 +0000)] 
Added support for creating new keys.

20 years agoFill in the color MaskSize and FieldPosition fields in the
Michael Stefaniuc [Fri, 2 Jan 2004 21:08:41 +0000 (21:08 +0000)] 
Fill in the color MaskSize and FieldPosition fields in the
ModeInfoBlock.

20 years agoAdded wine_dll_get_owner function that retrieves the 32-bit dll
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.

20 years agoMake symlinks for 16-bit files point to the 32-bit symlink so that
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.

20 years agoSplit up the Win16/32 MDI support a bit.
Steven Edwards [Fri, 2 Jan 2004 20:48:13 +0000 (20:48 +0000)] 
Split up the Win16/32 MDI support a bit.

20 years agoOn a RB_SETBANDINFO message only redraw the rebar if something
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.

20 years agoUse a struct as specified in the VBE 3.0 standard for the
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.

20 years agoFix compiling netapi32 on MSVC with PSDK headers.
Steven Edwards [Fri, 2 Jan 2004 20:15:05 +0000 (20:15 +0000)] 
Fix compiling netapi32 on MSVC with PSDK headers.

20 years agoFix compilation issue with ALSA 0.5.
Christian Costa [Fri, 2 Jan 2004 20:13:57 +0000 (20:13 +0000)] 
Fix compilation issue with ALSA 0.5.

20 years agoresult2 seems to be optional, making it 0 allows IE to continue.
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.