wine
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.

20 years agoUpdate tests.dat to include the various #include fixes.
Francois Gouget [Tue, 21 Oct 2003 23:48:13 +0000 (23:48 +0000)] 
Update tests.dat to include the various #include fixes.
gcc says that sizeof(long double)==12.
Fix the detection of pragma packs to detect #include <...>.
Generate ok("...\n") calls.

20 years agoChange all head/tail -X to head/tail -n X to be more POSIXly
Francois Gouget [Tue, 21 Oct 2003 23:47:47 +0000 (23:47 +0000)] 
Change all head/tail -X to head/tail -n X to be more POSIXly
compliant.

20 years ago- Win16/32 cleanup.
Steven Edwards [Tue, 21 Oct 2003 23:45:43 +0000 (23:45 +0000)] 
- Win16/32 cleanup.
- Fixes for building with the PSDK.

20 years agoRegCreateKeyEx{A,W}: state that class string is constant.
Daniel Marmier [Tue, 21 Oct 2003 23:44:37 +0000 (23:44 +0000)] 
RegCreateKeyEx{A,W}: state that class string is constant.

20 years agoFix TAB_DeleteItem and TAB_DeleteAllItems regressions introduced by
Maxime Bellengé [Tue, 21 Oct 2003 23:44:03 +0000 (23:44 +0000)] 
Fix TAB_DeleteItem and TAB_DeleteAllItems regressions introduced by
the last TAB_InvalidateTabArea changes.
Correct the indentation for these functions.

20 years agoDon't use free'd pointer in status control - found by Valgrind.
Mike McCormack [Tue, 21 Oct 2003 23:43:14 +0000 (23:43 +0000)] 
Don't use free'd pointer in status control - found by Valgrind.

20 years agoAccount for unique NT4 behaviour.
Ferenc Wagner [Tue, 21 Oct 2003 23:42:50 +0000 (23:42 +0000)] 
Account for unique NT4 behaviour.
Better error message.

20 years agoRemove unused variable wineW.
Gerald Pfeifer [Tue, 21 Oct 2003 23:42:22 +0000 (23:42 +0000)] 
Remove unused variable wineW.

20 years agoUse the extended window style for the previous style in the style
Rein Klazes [Tue, 21 Oct 2003 23:42:02 +0000 (23:42 +0000)] 
Use the extended window style for the previous style in the style
changing/changed messages if WIN_SetWindowLong is called with
GWL_EXSTYLE.

20 years agoOnly return the number of bytes requested.
Robert Reif [Tue, 21 Oct 2003 23:41:26 +0000 (23:41 +0000)] 
Only return the number of bytes requested.

20 years agoRelease 20031016. wine-20031016
Alexandre Julliard [Thu, 16 Oct 2003 22:46:13 +0000 (22:46 +0000)] 
Release 20031016.

20 years agoDon't export the wine_pthread_* functions.
Alexandre Julliard [Thu, 16 Oct 2003 22:07:06 +0000 (22:07 +0000)] 
Don't export the wine_pthread_* functions.

20 years agoReplaced a few more 0xffffffff by the appropriate constants.
Alexandre Julliard [Thu, 16 Oct 2003 19:31:11 +0000 (19:31 +0000)] 
Replaced a few more 0xffffffff by the appropriate constants.

20 years agoUse INVALID_FILE_ATTRIBUTES to test for failure of
Rolf Kalbermatter [Thu, 16 Oct 2003 19:12:49 +0000 (19:12 +0000)] 
Use INVALID_FILE_ATTRIBUTES to test for failure of
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.

20 years agoAdd UseXRandR to sample config file.
Alex Pasadyn [Thu, 16 Oct 2003 19:09:57 +0000 (19:09 +0000)] 
Add UseXRandR to sample config file.

20 years agoThe imported typelib name must be converted to Unicode.
Alexandre Julliard [Thu, 16 Oct 2003 19:09:41 +0000 (19:09 +0000)] 
The imported typelib name must be converted to Unicode.

20 years agoAdd support for all Z buffer depths that are lower that the current
Christian Costa [Thu, 16 Oct 2003 19:08:33 +0000 (19:08 +0000)] 
Add support for all Z buffer depths that are lower that the current
one.

20 years agoRecent versions of libXrandr depend on libXrender.
Alexandre Julliard [Thu, 16 Oct 2003 05:16:05 +0000 (05:16 +0000)] 
Recent versions of libXrandr depend on libXrender.

20 years agoFixed handling of relay and snoop include/exclude lists to behave as
Alexandre Julliard [Thu, 16 Oct 2003 00:24:49 +0000 (00:24 +0000)] 
Fixed handling of relay and snoop include/exclude lists to behave as
documented (based on a patch by Rein Klazes).

20 years agoPrint thread id in snoop traces.
Alexandre Julliard [Thu, 16 Oct 2003 00:23:51 +0000 (00:23 +0000)] 
Print thread id in snoop traces.

20 years ago- Added support for XRandR extension.
Alex Pasadyn [Thu, 16 Oct 2003 00:21:42 +0000 (00:21 +0000)] 
- Added support for XRandR extension.
- Added new debugging channels for resolution changing.
- Streamlined resolution changing and removed duplicated code.

20 years ago- Split Win16/32 file dialogs.
Steven Edwards [Thu, 16 Oct 2003 00:16:40 +0000 (00:16 +0000)] 
- Split Win16/32 file dialogs.
- Remove support for Win16 style'd Win32 dialogs.

20 years agoGet rid of the memory allocation macros, use real functions instead.
Alexandre Julliard [Wed, 15 Oct 2003 21:14:08 +0000 (21:14 +0000)] 
Get rid of the memory allocation macros, use real functions instead.

20 years agoFixed cut&paste error.
Alexandre Julliard [Wed, 15 Oct 2003 21:02:53 +0000 (21:02 +0000)] 
Fixed cut&paste error.

20 years agoOnly send TVN_ITEMEXPANDING for items marked as having children.
Adam Gundy [Wed, 15 Oct 2003 21:01:54 +0000 (21:01 +0000)] 
Only send TVN_ITEMEXPANDING for items marked as having children.

20 years agoAnother portion of HeapReAlloc fixes.
Oleg Prokhorov [Wed, 15 Oct 2003 21:01:05 +0000 (21:01 +0000)] 
Another portion of HeapReAlloc fixes.

20 years agoImplemented FoldStringW.
Jon Griffiths [Wed, 15 Oct 2003 20:57:49 +0000 (20:57 +0000)] 
Implemented FoldStringW.

20 years agoAdded string folding support.
Jon Griffiths [Wed, 15 Oct 2003 20:52:28 +0000 (20:52 +0000)] 
Added string folding support.

20 years agoSpecify fourcc codes for encodings directly, instead of using changing
Marcus Meissner [Wed, 15 Oct 2003 20:51:22 +0000 (20:51 +0000)] 
Specify fourcc codes for encodings directly, instead of using changing
enum names.

20 years agoRemove unused variable commandSaveRegistry.
Gerald Pfeifer [Wed, 15 Oct 2003 20:50:56 +0000 (20:50 +0000)] 
Remove unused variable commandSaveRegistry.

20 years agoFix an obvious typo in call_hook_AtoW.
Dmitry Timoshkov [Wed, 15 Oct 2003 20:50:38 +0000 (20:50 +0000)] 
Fix an obvious typo in call_hook_AtoW.

20 years agoAdd resources for boolean strings in several languages.
Jon Griffiths [Wed, 15 Oct 2003 20:50:24 +0000 (20:50 +0000)] 
Add resources for boolean strings in several languages.

20 years agoMerge win.ini/[mci extensions] into the registry.
Dimitrie O. Paun [Wed, 15 Oct 2003 20:49:29 +0000 (20:49 +0000)] 
Merge win.ini/[mci extensions] into the registry.

20 years agoA few more keys extracted from the old documentation/shell32.
Dimitrie O. Paun [Wed, 15 Oct 2003 20:49:06 +0000 (20:49 +0000)] 
A few more keys extracted from the old documentation/shell32.

20 years agoRemove out-of-band installation-und-konfiguration.german.
Dimitrie O. Paun [Wed, 15 Oct 2003 20:48:42 +0000 (20:48 +0000)] 
Remove out-of-band installation-und-konfiguration.german.

20 years agoRegroup the X11 header checks to reduce the size of the generated
Alexandre Julliard [Wed, 15 Oct 2003 04:09:55 +0000 (04:09 +0000)] 
Regroup the X11 header checks to reduce the size of the generated
configure a bit.

20 years agoGet rid of the drive codepages and use CP_UNIXCP instead.
Alexandre Julliard [Wed, 15 Oct 2003 03:47:53 +0000 (03:47 +0000)] 
Get rid of the drive codepages and use CP_UNIXCP instead.

20 years agoFixed warnings with gcc option "-Wwrite-strings".
Daniel Marmier [Wed, 15 Oct 2003 03:35:54 +0000 (03:35 +0000)] 
Fixed warnings with gcc option "-Wwrite-strings".

20 years agoGet Wine to behave like Windows does when Bold and/or Italic is
Dave Belanger [Wed, 15 Oct 2003 03:32:31 +0000 (03:32 +0000)] 
Get Wine to behave like Windows does when Bold and/or Italic is
specified in the typeface name argument to CreateFont.

20 years agoCheck for Xrandr extension.
Alex Pasadyn [Wed, 15 Oct 2003 03:28:04 +0000 (03:28 +0000)] 
Check for Xrandr extension.

20 years agoRewrote splitpath and wsplitpath to avoid modifying the path
Alexandre Julliard [Wed, 15 Oct 2003 02:34:51 +0000 (02:34 +0000)] 
Rewrote splitpath and wsplitpath to avoid modifying the path
separators.

20 years agoImproved selection of freetype face charmap.
Dave Belanger [Wed, 15 Oct 2003 02:33:55 +0000 (02:33 +0000)] 
Improved selection of freetype face charmap.

20 years agoImplemented BitBlt, StretchBlt and SetDIBitsToDevice EMF driver
Dave Belanger [Wed, 15 Oct 2003 02:33:15 +0000 (02:33 +0000)] 
Implemented BitBlt, StretchBlt and SetDIBitsToDevice EMF driver
callbacks.
Cleaned up redundant code in EMFDRV_StretchDIBits.

20 years agoAdd generation of digit and compatability mapping tables.
Jon Griffiths [Wed, 15 Oct 2003 02:32:34 +0000 (02:32 +0000)] 
Add generation of digit and compatability mapping tables.
Generate smaller mapping tables by merging overlaps.

20 years agoIn CreateDIBitmap, the fact that the bits init flag is set or not
Dave Belanger [Wed, 15 Oct 2003 02:32:00 +0000 (02:32 +0000)] 
In CreateDIBitmap, the fact that the bits init flag is set or not
doesn't have anything to do with the color state of the DIB.

20 years agoExtend displays: now one can add displays active only in specified
Michal Janusz Miroslaw [Tue, 14 Oct 2003 20:25:16 +0000 (20:25 +0000)] 
Extend displays: now one can add displays active only in specified
function; displays now can be enabled/disabled like in gdb.

20 years agoMoved the 16-bit storage interfaces out of the exported headers.
Alexandre Julliard [Tue, 14 Oct 2003 20:23:01 +0000 (20:23 +0000)] 
Moved the 16-bit storage interfaces out of the exported headers.

20 years agoRemoved the --dll option.
Alexandre Julliard [Tue, 14 Oct 2003 20:21:28 +0000 (20:21 +0000)] 
Removed the --dll option.

20 years agoRemove the default.dsl sheet -- the default is good enough.
Dimitrie O. Paun [Tue, 14 Oct 2003 20:21:05 +0000 (20:21 +0000)] 
Remove the default.dsl sheet -- the default is good enough.

20 years ago- Implemented HEADER_SetBitmapMargin and HEADER_GetBitmapMargin.
Maxime Bellengé [Tue, 14 Oct 2003 20:13:42 +0000 (20:13 +0000)] 
- Implemented HEADER_SetBitmapMargin and HEADER_GetBitmapMargin.
- Get rid of some magic numbers in HEADER_DrawItem.
- Fixed the drawing of images from imagelist when the
  HDF_BITMAP_ON_RIGHT flag is set.