wine
20 years agoMostly stub implemenation for cfgmgr32.
Mike McCormack [Fri, 31 Oct 2003 03:38:07 +0000 (03:38 +0000)] 
Mostly stub implemenation for cfgmgr32.

20 years agoClear should not be affected by write masks.
Jason Edmeades [Fri, 31 Oct 2003 03:35:43 +0000 (03:35 +0000)] 
Clear should not be affected by write masks.

20 years agoImplemented RtlCreateUserThread, and use it to move thread creation to
Alexandre Julliard [Fri, 31 Oct 2003 00:16:20 +0000 (00:16 +0000)] 
Implemented RtlCreateUserThread, and use it to move thread creation to
ntdll.

20 years agoColorWriteEnable should not impact clearing the screen.
Jason Edmeades [Fri, 31 Oct 2003 00:09:07 +0000 (00:09 +0000)] 
ColorWriteEnable should not impact clearing the screen.

20 years ago- Use the style returned in custom draw structure to draw the button,
Robert Shearman [Fri, 31 Oct 2003 00:08:39 +0000 (00:08 +0000)] 
- Use the style returned in custom draw structure to draw the button,
  as apps may modify the style this way.
- Disabled buttons can become hot.
- Retrieve image list for drawing after getting image list ID (in
  I_IMAGECALLBACK case).

20 years ago- better traces
Raphael Junqueira [Fri, 31 Oct 2003 00:08:02 +0000 (00:08 +0000)] 
- better traces
- some IPersistStream::GetClassID implementation
- add the "search by name" support for IDirectMusicLoader8::GetObject
  (and a hack for understanding containers use)

20 years ago- Fix tab size for TCS_OWNERDRAWFIXED style.
Vitaliy Margolen [Fri, 31 Oct 2003 00:06:42 +0000 (00:06 +0000)] 
- Fix tab size for TCS_OWNERDRAWFIXED style.
- Correct size recalculation after setting tab width.
- Fix button sizes to match native.
- Center both vertically and horizontally tab text & icon.
- Use correct left/center alignment flags.

20 years agoCopyRects (per rect) copied one too many lines, trashing the heap.
Jason Edmeades [Thu, 30 Oct 2003 23:24:44 +0000 (23:24 +0000)] 
CopyRects (per rect) copied one too many lines, trashing the heap.
Also tidies up scissor test from previous patch.

20 years agoAdded a test for mailslots.
Mike McCormack [Thu, 30 Oct 2003 23:24:12 +0000 (23:24 +0000)] 
Added a test for mailslots.

20 years agoFixed race in %gs selector restoring during vm86 mode return.
Alexandre Julliard [Thu, 30 Oct 2003 23:15:56 +0000 (23:15 +0000)] 
Fixed race in %gs selector restoring during vm86 mode return.
Minor cleanups.

20 years agoChange some variables from int to unsigned to avoid signedness
Gerald Pfeifer [Thu, 30 Oct 2003 23:09:25 +0000 (23:09 +0000)] 
Change some variables from int to unsigned to avoid signedness
mismatches.

20 years agoAdd proper casts to avoid signed vs. unsigned mismatches in
Gerald Pfeifer [Thu, 30 Oct 2003 23:09:09 +0000 (23:09 +0000)] 
Add proper casts to avoid signed vs. unsigned mismatches in
strmake().

20 years agoCache the wave volume so it can be returned rather than the OSS
Robert Reif [Thu, 30 Oct 2003 23:08:46 +0000 (23:08 +0000)] 
Cache the wave volume so it can be returned rather than the OSS
derived value when possible.

20 years agoReturn more sane mailslot error values.
Mike McCormack [Thu, 30 Oct 2003 23:08:23 +0000 (23:08 +0000)] 
Return more sane mailslot error values.

20 years agoClean up *GetDevCaps to check for valid pointer and only copy proper
Robert Reif [Thu, 30 Oct 2003 23:07:23 +0000 (23:07 +0000)] 
Clean up *GetDevCaps to check for valid pointer and only copy proper
amount of data.

20 years agoInclude ntdll_misc.h to avoid undefined reference to GetProcessHeap
Pavel Roskin [Thu, 30 Oct 2003 23:06:41 +0000 (23:06 +0000)] 
Include ntdll_misc.h to avoid undefined reference to GetProcessHeap
when compiled without optimization.

20 years agoFix incorrectly sized buffer.
Mike McCormack [Thu, 30 Oct 2003 23:06:10 +0000 (23:06 +0000)] 
Fix incorrectly sized buffer.

20 years agoCulling to different viewports failed as clearing the whole viewport
Jason Edmeades [Thu, 30 Oct 2003 23:05:09 +0000 (23:05 +0000)] 
Culling to different viewports failed as clearing the whole viewport
cleared the screen.

20 years agoBetter defaults for heap and stack sizes.
Alexandre Julliard [Thu, 30 Oct 2003 22:49:01 +0000 (22:49 +0000)] 
Better defaults for heap and stack sizes.

20 years agoJoystickAImpl_Unacquire should return DI_NOEFFECT if the device is not
Hannu Valtonen [Thu, 30 Oct 2003 22:48:04 +0000 (22:48 +0000)] 
JoystickAImpl_Unacquire should return DI_NOEFFECT if the device is not
in an acquired state.

20 years agoSome stub implementations.
Mike McCormack [Thu, 30 Oct 2003 22:47:42 +0000 (22:47 +0000)] 
Some stub implementations.

20 years agoSql tokens are case insensitive in msi.dll.
Mike McCormack [Thu, 30 Oct 2003 22:46:59 +0000 (22:46 +0000)] 
Sql tokens are case insensitive in msi.dll.

20 years agoCorrect writing to back buffer in non-ortho mode, and ensure the line
Jason Edmeades [Thu, 30 Oct 2003 22:46:29 +0000 (22:46 +0000)] 
Correct writing to back buffer in non-ortho mode, and ensure the line
stipple is passed correctly to enable proper wireframe support.

20 years agoRestored emulation of protected instructions in 32-bit code when
Alexandre Julliard [Tue, 28 Oct 2003 21:57:24 +0000 (21:57 +0000)] 
Restored emulation of protected instructions in 32-bit code when
running with a Win9x version.

20 years agoTreat missing MSI tables as empty.
Mike McCormack [Tue, 28 Oct 2003 21:49:06 +0000 (21:49 +0000)] 
Treat missing MSI tables as empty.

20 years agoIncrease WINE_LDT_FIRST_ENTRY to leave room for glibc thread
Alexandre Julliard [Tue, 28 Oct 2003 21:48:41 +0000 (21:48 +0000)] 
Increase WINE_LDT_FIRST_ENTRY to leave room for glibc thread
selectors.

20 years agoRemoved no longer needed SIGNAL_Unblock() function.
Alexandre Julliard [Tue, 28 Oct 2003 21:46:46 +0000 (21:46 +0000)] 
Removed no longer needed SIGNAL_Unblock() function.

20 years agoWeekly spelling fixes.
Francois Gouget [Tue, 28 Oct 2003 21:45:30 +0000 (21:45 +0000)] 
Weekly spelling fixes.

20 years agoFixed MSI buffer overflow.
Mike McCormack [Tue, 28 Oct 2003 21:43:14 +0000 (21:43 +0000)] 
Fixed MSI buffer overflow.

20 years agoImplemented Add/RemoveVectoredExceptionHandler.
Alexandre Julliard [Tue, 28 Oct 2003 21:22:50 +0000 (21:22 +0000)] 
Implemented Add/RemoveVectoredExceptionHandler.

20 years agoAdd support for .dbg.c files. This makes it possible to use the Wine
Francois Gouget [Tue, 28 Oct 2003 21:13:54 +0000 (21:13 +0000)] 
Add support for .dbg.c files. This makes it possible to use the Wine
tracing macros in Winelib applications.
The wine/lib, wine/ole, wine/unicode directories are gone. Simplify
the wine_unicode and wine_uuid detection.
Fix generation of the clean target (in some corner cases it could
generate a $(RM) command with no parameter).
Move the distclean target to the top-level Makefile and make it more
thorough.
Update a few autoconf constructs.
Remote commented out code in wrapper.c. If we need that code we can
always get it from CVS.

20 years agoFixed _wfullpath prototype.
Pierre d'Herbemont [Tue, 28 Oct 2003 21:13:13 +0000 (21:13 +0000)] 
Fixed _wfullpath prototype.

20 years agoMove event_names[] into EVENT_ProcessEvent().
Gerald Pfeifer [Tue, 28 Oct 2003 21:09:47 +0000 (21:09 +0000)] 
Move event_names[] into EVENT_ProcessEvent().

20 years agoFormatMessageW: Allocate anough space.
Uwe Bonnes [Tue, 28 Oct 2003 21:09:32 +0000 (21:09 +0000)] 
FormatMessageW: Allocate anough space.

20 years agoFix string value lookups in MSI.
Mike McCormack [Tue, 28 Oct 2003 21:09:10 +0000 (21:09 +0000)] 
Fix string value lookups in MSI.

20 years agoSome fixes in dmband loading.
Rok Mandeljc [Tue, 28 Oct 2003 21:08:55 +0000 (21:08 +0000)] 
Some fixes in dmband loading.

20 years agoSysMouseAImpl_Unacquire should return DI_NOEFFECT if the device is not
Hannu Valtonen [Tue, 28 Oct 2003 21:08:31 +0000 (21:08 +0000)] 
SysMouseAImpl_Unacquire should return DI_NOEFFECT if the device is not
in an acquired state.

20 years agoFixed typo that broke handling of .com and .bat files.
Alexandre Julliard [Tue, 28 Oct 2003 00:31:52 +0000 (00:31 +0000)] 
Fixed typo that broke handling of .com and .bat files.

20 years agoSwitch back to the main process stack before calling exception
Alexandre Julliard [Tue, 28 Oct 2003 00:30:55 +0000 (00:30 +0000)] 
Switch back to the main process stack before calling exception
handlers.

20 years agoRepaired relay debugging for kernel and ntdll (spotted by Uwe
Alexandre Julliard [Tue, 28 Oct 2003 00:25:32 +0000 (00:25 +0000)] 
Repaired relay debugging for kernel and ntdll (spotted by Uwe
Bonnes).

20 years agoTest WM_KEY* and WM_SYSKEY* messages generated by various keyboard
Rein Klazes [Tue, 28 Oct 2003 00:18:40 +0000 (00:18 +0000)] 
Test WM_KEY* and WM_SYSKEY* messages generated by various keyboard
events.

20 years agoAdded support for getting the wave device name.
Robert Reif [Tue, 28 Oct 2003 00:15:16 +0000 (00:15 +0000)] 
Added support for getting the wave device name.

20 years agoFix dmloader's behavior to be more MS compliant.
Rok Mandeljc [Tue, 28 Oct 2003 00:10:38 +0000 (00:10 +0000)] 
Fix dmloader's behavior to be more MS compliant.

20 years agoUse freetype 2.0 defines for font encodings instead of misuse of
Marcus Meissner [Tue, 28 Oct 2003 00:08:28 +0000 (00:08 +0000)] 
Use freetype 2.0 defines for font encodings instead of misuse of
MS_MAKE_TAG.

20 years agoget_full_path_helper: Handle the case \\.\\ as intended; fix length
Uwe Bonnes [Tue, 28 Oct 2003 00:07:56 +0000 (00:07 +0000)] 
get_full_path_helper: Handle the case \\.\\ as intended; fix length
arguments for memmove.

20 years agoAnother difference in the printf family.
Uwe Bonnes [Tue, 28 Oct 2003 00:04:42 +0000 (00:04 +0000)] 
Another difference in the printf family.

20 years agoCorrect the logic that decides whether a WM_SYSKEYUP/DOWN or a
Rein Klazes [Tue, 28 Oct 2003 00:02:57 +0000 (00:02 +0000)] 
Correct the logic that decides whether a WM_SYSKEYUP/DOWN or a
WM_KEYUP/DOWN message is to be sent.

20 years agolibntdll.dll.so no longer exists, check for libntdll.def instead.
Alexandre Julliard [Mon, 27 Oct 2003 22:14:15 +0000 (22:14 +0000)] 
libntdll.dll.so no longer exists, check for libntdll.def instead.

20 years agoAdded printing of the target of forwarded exports.
Alexandre Julliard [Mon, 27 Oct 2003 22:11:57 +0000 (22:11 +0000)] 
Added printing of the target of forwarded exports.

20 years agoMake init_thread request deal better with fd allocation errors.
Alexandre Julliard [Mon, 27 Oct 2003 22:10:22 +0000 (22:10 +0000)] 
Make init_thread request deal better with fd allocation errors.

20 years ago- Some fixes on DirectSound init (need SetCooperativeLevel as seen in
Raphael Junqueira [Mon, 27 Oct 2003 22:08:37 +0000 (22:08 +0000)] 
- Some fixes on DirectSound init (need SetCooperativeLevel as seen in
  msdn) on IDirectMusicPerformance8::InitAudio.
- Some fixes in IDirectMusicPerformance8ImplCreateStandardAudioPath
  (not perfect yet, need to understand/fix the channel init/use).
- Fix typo on CreateDirectMusicContainer.
- Add missing define in dsound.h.
- Better traces on IDirectMusicLoader8::SetSearchDirectory.

20 years agoControl_DoLaunch: memmove needs bytes as length argument.
Uwe Bonnes [Mon, 27 Oct 2003 22:06:56 +0000 (22:06 +0000)] 
Control_DoLaunch: memmove needs bytes as length argument.

20 years agoClean up mouse driver implementation.
Jukka Heinonen [Mon, 27 Oct 2003 22:06:27 +0000 (22:06 +0000)] 
Clean up mouse driver implementation.

20 years agoMoved drive parameter block (DPB) routines to winedos.
Jukka Heinonen [Mon, 27 Oct 2003 22:06:10 +0000 (22:06 +0000)] 
Moved drive parameter block (DPB) routines to winedos.

20 years agoAdded a few stubs.
Uwe Bonnes [Mon, 27 Oct 2003 22:05:33 +0000 (22:05 +0000)] 
Added a few stubs.

20 years agoFix PowerPC assembler syntax mistakes.
Pierre d'Herbemont [Mon, 27 Oct 2003 22:04:54 +0000 (22:04 +0000)] 
Fix PowerPC assembler syntax mistakes.

20 years agoAdded Dutch translations.
Hans Leidekker [Mon, 27 Oct 2003 22:04:36 +0000 (22:04 +0000)] 
Added Dutch translations.

20 years ago- Dutch translations of Wine programs.
Hans Leidekker [Mon, 27 Oct 2003 22:03:28 +0000 (22:03 +0000)] 
- Dutch translations of Wine programs.
- Correct grammar error in winefile.

20 years ago- Added Dutch translation.
Hans Leidekker [Mon, 27 Oct 2003 22:02:37 +0000 (22:02 +0000)] 
- Added Dutch translation.
- Make an example's description consistent with the example.

20 years agoUpdated Hebrew resources.
Shachar Shemesh [Mon, 27 Oct 2003 22:02:06 +0000 (22:02 +0000)] 
Updated Hebrew resources.

20 years agoFix SMPTE time.
Robert Reif [Mon, 27 Oct 2003 22:01:30 +0000 (22:01 +0000)] 
Fix SMPTE time.
Fix primary buffer volume setting.

20 years agoOnly copy amount requested up to size of structure.
Robert Reif [Mon, 27 Oct 2003 22:01:01 +0000 (22:01 +0000)] 
Only copy amount requested up to size of structure.

20 years agoClear a new hardware buffer to proper silence values based on format.
Robert Reif [Mon, 27 Oct 2003 22:00:10 +0000 (22:00 +0000)] 
Clear a new hardware buffer to proper silence values based on format.
Allows dxdiag to play 8 bit sounds in hardware primary buffer now.

20 years agoInclude <arpa/nameser.h> before <resolv.h>.
Pierre d'Herbemont [Mon, 27 Oct 2003 21:55:00 +0000 (21:55 +0000)] 
Include <arpa/nameser.h> before <resolv.h>.

20 years agoUpdated some of the generated tests.
Alexandre Julliard [Fri, 24 Oct 2003 04:45:35 +0000 (04:45 +0000)] 
Updated some of the generated tests.

20 years agoSpecify include quotes in the tests.dat file.
Alexandre Julliard [Fri, 24 Oct 2003 04:43:16 +0000 (04:43 +0000)] 
Specify include quotes in the tests.dat file.

20 years agoUse sigsetjmp instead of setjmp in Wine internal exception handlers to
Alexandre Julliard [Fri, 24 Oct 2003 04:30:13 +0000 (04:30 +0000)] 
Use sigsetjmp instead of setjmp in Wine internal exception handlers to
make sure the signal mask is restored properly.

20 years agoAdded support for the linuxthreads cancel signal as an alternative to
Alexandre Julliard [Fri, 24 Oct 2003 04:29:01 +0000 (04:29 +0000)] 
Added support for the linuxthreads cancel signal as an alternative to
SIGCHLD.

20 years agoAdded a test case for sprintf.
Uwe Bonnes [Fri, 24 Oct 2003 04:24:08 +0000 (04:24 +0000)] 
Added a test case for sprintf.

20 years ago- Removed initialization of sh32_policy_table in SHInitRestricted,
Filip Navara [Fri, 24 Oct 2003 04:23:37 +0000 (04:23 +0000)] 
- Removed initialization of sh32_policy_table in SHInitRestricted,
  because it's already statically initialized.
- Removed calling of SHInitRestricted(NULL, NULL) from DllMain because
  it does nothing in this case now.
- Added support for flags FWF_DESKTOP, FWF_NOCLIENTEDGE,
  FWF_TRANSPARENT in ShellView.
- Fixed small bug in setting SysTray window class hbrBackground.

20 years agoMore tests for window creation parameters.
Dmitry Timoshkov [Fri, 24 Oct 2003 04:22:24 +0000 (04:22 +0000)] 
More tests for window creation parameters.

20 years agoInitialize MinMax.ptReserved, use better defaults for child windows.
Dmitry Timoshkov [Fri, 24 Oct 2003 04:22:11 +0000 (04:22 +0000)] 
Initialize MinMax.ptReserved, use better defaults for child windows.

20 years agoWindows always sets cbtc.hwndInsertAfter to HWND_TOP.
Dmitry Timoshkov [Fri, 24 Oct 2003 04:21:46 +0000 (04:21 +0000)] 
Windows always sets cbtc.hwndInsertAfter to HWND_TOP.

20 years agoMake MSVCRT__sopen() complain louder about unknown oflags, but not
Pavel Roskin [Fri, 24 Oct 2003 04:21:09 +0000 (04:21 +0000)] 
Make MSVCRT__sopen() complain louder about unknown oflags, but not
about _O_WRONLY.
MSVCRT_fopen() should pass third argument to _open() because it may
set _O_CREAT.

20 years agoAdded amvideo.{idl,h} and aviriff.h.
Robert Shearman [Fri, 24 Oct 2003 04:20:05 +0000 (04:20 +0000)] 
Added amvideo.{idl,h} and aviriff.h.

20 years agoAdded Italian resources.
Ivan Leo Murray-Smith [Fri, 24 Oct 2003 04:19:20 +0000 (04:19 +0000)] 
Added Italian resources.

20 years agoDon't store band text if "" is passed into SetBandInfo.
Robert Shearman [Fri, 24 Oct 2003 04:18:42 +0000 (04:18 +0000)] 
Don't store band text if "" is passed into SetBandInfo.

20 years agoMinor GUI relayout.
Mike Hearn [Fri, 24 Oct 2003 04:18:17 +0000 (04:18 +0000)] 
Minor GUI relayout.

20 years agoCall the application entry point from kernel32, some apps depend on
Alexandre Julliard [Fri, 24 Oct 2003 00:32:36 +0000 (00:32 +0000)] 
Call the application entry point from kernel32, some apps depend on
that.

20 years agoAnother portion of HeapReAlloc fixes.
Oleg Prokhorov [Fri, 24 Oct 2003 00:29:43 +0000 (00:29 +0000)] 
Another portion of HeapReAlloc fixes.

20 years agoChange mctr PowerPC asm instruction to mtctr. Add Support for the
Pierre d'Herbemont [Fri, 24 Oct 2003 00:27:27 +0000 (00:27 +0000)] 
Change mctr PowerPC asm instruction to mtctr. Add Support for the
.text section and the .space section of darwin's ld.

20 years agoAdded tests for FoldStringA/W.
Jon Griffiths [Fri, 24 Oct 2003 00:26:18 +0000 (00:26 +0000)] 
Added tests for FoldStringA/W.

20 years agoImplemented FoldStringA (using W version).
Jon Griffiths [Fri, 24 Oct 2003 00:24:46 +0000 (00:24 +0000)] 
Implemented FoldStringA (using W version).
Documentation updates.

20 years agoAdded test for tmpnam().
Pavel Roskin [Fri, 24 Oct 2003 00:24:08 +0000 (00:24 +0000)] 
Added test for tmpnam().

20 years agoMSVCRT_tmpnam(): complete rewrite. Use the same names as the native
Pavel Roskin [Fri, 24 Oct 2003 00:23:51 +0000 (00:23 +0000)] 
MSVCRT_tmpnam(): complete rewrite.  Use the same names as the native
version.  Use the caller-supplied buffer if possible.

20 years agoSimplified signal stack allocation a bit, and avoid allocating it on
Alexandre Julliard [Wed, 22 Oct 2003 03:26:53 +0000 (03:26 +0000)] 
Simplified signal stack allocation a bit, and avoid allocating it on
non-i386 platforms.

20 years agoA signal stack is not needed on PowerPC.
Alexandre Julliard [Wed, 22 Oct 2003 03:25:38 +0000 (03:25 +0000)] 
A signal stack is not needed on PowerPC.

20 years agoAdded support for neutral language.
Vincent Béron [Wed, 22 Oct 2003 03:23:36 +0000 (03:23 +0000)] 
Added support for neutral language.

20 years agoFixed naming of the A/W types.
Alexandre Julliard [Wed, 22 Oct 2003 03:07:27 +0000 (03:07 +0000)] 
Fixed naming of the A/W types.

20 years ago- Fix error paths in advapi32.CryptAcquireContextA.
Robert Shearman [Wed, 22 Oct 2003 03:04:30 +0000 (03:04 +0000)] 
- Fix error paths in advapi32.CryptAcquireContextA.
- Call CRYPT_VerifyImage to verify the signature, even though it
  currently does nothing.

20 years agoFix MMDRV_PhysicalFeatures to handle both 16 and 32 bit pointers
Robert Reif [Wed, 22 Oct 2003 03:04:07 +0000 (03:04 +0000)] 
Fix MMDRV_PhysicalFeatures to handle both 16 and 32 bit pointers
properly.

20 years agoComplete support DOS version and winelook settings.
Mike Hearn [Wed, 22 Oct 2003 03:02:26 +0000 (03:02 +0000)] 
Complete support DOS version and winelook settings.

20 years agoFix EMF driver UpdateBBox routine. The EMF bounding box must be stored
Dave Belanger [Wed, 22 Oct 2003 03:02:08 +0000 (03:02 +0000)] 
Fix EMF driver UpdateBBox routine. The EMF bounding box must be stored
in device coordinates in the metafile.

20 years ago- Clear screen depth combo box on page init.
Mike Hearn [Wed, 22 Oct 2003 00:01:46 +0000 (00:01 +0000)] 
- Clear screen depth combo box on page init.
- Some appdefaults support.
- Rename hDlg to dialog in some places so enable/disable macros work.
- Don't update registry when the GUI is being initially configured.

20 years agoFixed warnings with gcc option "-Wwrite-strings".
Daniel Marmier [Tue, 21 Oct 2003 23:57:25 +0000 (23:57 +0000)] 
Fixed warnings with gcc option "-Wwrite-strings".

20 years agoFix splitpath and wsplitpath for the file extension.
Dave Belanger [Tue, 21 Oct 2003 23:51:06 +0000 (23:51 +0000)] 
Fix splitpath and wsplitpath for the file extension.

20 years ago- Remove an erroneous check in NdrSendReceive.
Gregory M. Turner [Tue, 21 Oct 2003 23:49:57 +0000 (23:49 +0000)] 
- Remove an erroneous check in NdrSendReceive.
- Change fixmes.

20 years agoRemove unused variables EXE, BAT, CMD, and COM.
Gerald Pfeifer [Tue, 21 Oct 2003 23:49:36 +0000 (23:49 +0000)] 
Remove unused variables EXE, BAT, CMD, and COM.

20 years agoRemove unused variable depths[].
Gerald Pfeifer [Tue, 21 Oct 2003 23:49:25 +0000 (23:49 +0000)] 
Remove unused variable depths[].

20 years agoA WM_CREATE message sent to an Edit window procedure should
Rein Klazes [Tue, 21 Oct 2003 23:49:03 +0000 (23:49 +0000)] 
A WM_CREATE message sent to an Edit window procedure should
return 1. Power Builder masked edit controls depend on it.