wine
21 years agoImplemented sound flushing.
Oleg Prokhorov [Mon, 22 Sep 2003 19:25:52 +0000 (19:25 +0000)] 
Implemented sound flushing.

21 years agoMMDRV_Install: Fix confusing indentation.
Michal Janusz Miroslaw [Mon, 22 Sep 2003 19:25:11 +0000 (19:25 +0000)] 
MMDRV_Install: Fix confusing indentation.

21 years agoAdded Dutch translation.
Hans Leidekker [Mon, 22 Sep 2003 19:24:33 +0000 (19:24 +0000)] 
Added Dutch translation.

21 years agoAdded declarations for newly documented SHChangeNotify API and fixed
Rolf Kalbermatter [Mon, 22 Sep 2003 19:24:13 +0000 (19:24 +0000)] 
Added declarations for newly documented SHChangeNotify API and fixed
some prototypes.

21 years agoDon't redefine declspec under MSVC.
Rolf Kalbermatter [Mon, 22 Sep 2003 19:22:14 +0000 (19:22 +0000)] 
Don't redefine declspec under MSVC.

21 years ago_nrroffuncs: Check for error before dereferencing returned pointer.
Marcus Meissner [Mon, 22 Sep 2003 19:21:32 +0000 (19:21 +0000)] 
_nrroffuncs: Check for error before dereferencing returned pointer.

21 years agoGet rid of relay32 directory.
Alexandre Julliard [Fri, 19 Sep 2003 04:36:54 +0000 (04:36 +0000)] 
Get rid of relay32 directory.

21 years agoMoved 32-bit relay and snoop support to dlls/ntdll.
Alexandre Julliard [Fri, 19 Sep 2003 04:32:39 +0000 (04:32 +0000)] 
Moved 32-bit relay and snoop support to dlls/ntdll.

21 years agoMoved the 32-bit builtin loader and the remaining bits of the PE
Alexandre Julliard [Fri, 19 Sep 2003 04:04:57 +0000 (04:04 +0000)] 
Moved the 32-bit builtin loader and the remaining bits of the PE
loader into dlls/ntdll/loader.c.

21 years agoDXTn format has odd mipmap levels in that the space allocated for
Jason Edmeades [Fri, 19 Sep 2003 04:02:35 +0000 (04:02 +0000)] 
DXTn format has odd mipmap levels in that the space allocated for
small levels needs a lot of padding.

21 years agoGL doesn't like incorrect lengths passed into DXTN processing.
Jason Edmeades [Fri, 19 Sep 2003 00:20:19 +0000 (00:20 +0000)] 
GL doesn't like incorrect lengths passed into DXTN processing.

21 years agoHandle default linker output name in winewrap instead of winegcc.
Richard Cohen [Fri, 19 Sep 2003 00:19:36 +0000 (00:19 +0000)] 
Handle default linker output name in winewrap instead of winegcc.

21 years agoAdd printf format attributes & fix the warnings.
Richard Cohen [Fri, 19 Sep 2003 00:19:16 +0000 (00:19 +0000)] 
Add printf format attributes & fix the warnings.

21 years agoAdded volume and pan support to primary buffers.
Robert Reif [Fri, 19 Sep 2003 00:10:51 +0000 (00:10 +0000)] 
Added volume and pan support to primary buffers.
Added more property set support.

21 years agoBuild the HTML documents as one big file.
Dimitrie O. Paun [Fri, 19 Sep 2003 00:10:02 +0000 (00:10 +0000)] 
Build the HTML documents as one big file.

21 years agoVertex shader output is lit and transformed, so stop GL doing it all
Jason Edmeades [Fri, 19 Sep 2003 00:07:34 +0000 (00:07 +0000)] 
Vertex shader output is lit and transformed, so stop GL doing it all
again.

21 years agoSimple fix to handle the more common case of actually having a GL
Jason Edmeades [Fri, 19 Sep 2003 00:07:16 +0000 (00:07 +0000)] 
Simple fix to handle the more common case of actually having a GL
context!

21 years agoImplemented kernel32.GetIoProcessCounters and stubbed
Eric Pouech [Fri, 19 Sep 2003 00:06:45 +0000 (00:06 +0000)] 
Implemented kernel32.GetIoProcessCounters and stubbed
ntdll.NtQueryProcessInformation(ProcessIoCounters).

21 years agoBy default, console handles are inheritable.
Eric Pouech [Fri, 19 Sep 2003 00:05:18 +0000 (00:05 +0000)] 
By default, console handles are inheritable.

21 years agoMoved the wine server client-side support to dlls/ntdll. Removed a
Alexandre Julliard [Thu, 18 Sep 2003 23:27:19 +0000 (23:27 +0000)] 
Moved the wine server client-side support to dlls/ntdll. Removed a
couple of unnecessary functions.

21 years agoMoved a couple more functions to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 20:59:54 +0000 (20:59 +0000)] 
Moved a couple more functions to dlls/kernel.

21 years agoMoved 16-bit global heap, DOS memory and selector functions to
Alexandre Julliard [Thu, 18 Sep 2003 20:58:41 +0000 (20:58 +0000)] 
Moved 16-bit global heap, DOS memory and selector functions to
dlls/kernel.

21 years agoSet default StdError to fd 2 (was on 1).
Eric Pouech [Thu, 18 Sep 2003 20:54:32 +0000 (20:54 +0000)] 
Set default StdError to fd 2 (was on 1).

21 years agoComplete rewrite of bin2res, for a cleaner codebase.
Dimitrie O. Paun [Thu, 18 Sep 2003 20:53:10 +0000 (20:53 +0000)] 
Complete rewrite of bin2res, for a cleaner codebase.
Add online help describing how the program works.
Sanitize command line options.

21 years agoFix build with old libc.
Gabriele Giorgetti [Thu, 18 Sep 2003 20:52:24 +0000 (20:52 +0000)] 
Fix build with old libc.

21 years agoRemove the FAQ from the doc tarball, and build it as a single .html
Alexandre Julliard [Thu, 18 Sep 2003 20:51:32 +0000 (20:51 +0000)] 
Remove the FAQ from the doc tarball, and build it as a single .html
file (based on patch by Dimitrie O. Paun).

21 years agoMoved synchronization and syslevel routines to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 04:39:13 +0000 (04:39 +0000)] 
Moved synchronization and syslevel routines to dlls/kernel.

21 years agoKeep the file handle of 16-bit modules open while the module is
Alexandre Julliard [Thu, 18 Sep 2003 04:35:34 +0000 (04:35 +0000)] 
Keep the file handle of 16-bit modules open while the module is
loaded. This makes it possible to remove the InstallShield hack in
OpenFile16.
Moved LoadLibrary32_16 to kernel.

21 years ago- Implement "managed mode" setting.
Mike Hearn [Thu, 18 Sep 2003 04:32:01 +0000 (04:32 +0000)] 
- Implement "managed mode" setting.
- Make system colors setting work.
- Disable DGA setting, as enabling it breaks wine.

21 years agoFixed combobox flags handling to allow CBS_DROPDOWN style.
Eric Frias [Thu, 18 Sep 2003 04:31:15 +0000 (04:31 +0000)] 
Fixed combobox flags handling to allow CBS_DROPDOWN style.

21 years agoAdd blurb about soft/hard dependencies to the Packaging Guide, based
Dimitrie O. Paun [Thu, 18 Sep 2003 04:29:56 +0000 (04:29 +0000)] 
Add blurb about soft/hard dependencies to the Packaging Guide, based
on a contribution by Shachar Shemesh.

21 years agoMoved the 16-bit environment support to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 04:28:22 +0000 (04:28 +0000)] 
Moved the 16-bit environment support to dlls/kernel.

21 years agoReimplemented the 16-bit FindFirstFile, FindNextFile and FindClose
Alexandre Julliard [Thu, 18 Sep 2003 04:25:31 +0000 (04:25 +0000)] 
Reimplemented the 16-bit FindFirstFile, FindNextFile and FindClose
functions on top of their 32-bit counterpart, and moved them to
dlls/kernel.

21 years agoLink msdos/int21.c into kernel for now, until it is properly moved to
Alexandre Julliard [Thu, 18 Sep 2003 00:58:48 +0000 (00:58 +0000)] 
Link msdos/int21.c into kernel for now, until it is properly moved to
winedos.

21 years agoMoved VxDCall support to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 00:06:02 +0000 (00:06 +0000)] 
Moved VxDCall support to dlls/kernel.

21 years agoMoved I/O port handling to dlls/winedos.
Alexandre Julliard [Wed, 17 Sep 2003 22:45:46 +0000 (22:45 +0000)] 
Moved I/O port handling to dlls/winedos.

21 years agoRenamed the COMCTL32_* functions to use the exported name.
Alexandre Julliard [Wed, 17 Sep 2003 22:42:04 +0000 (22:42 +0000)] 
Renamed the COMCTL32_* functions to use the exported name.

21 years ago- All settings in the drive edit dialog are now instant apply.
Mike Hearn [Wed, 17 Sep 2003 22:40:38 +0000 (22:40 +0000)] 
- All settings in the drive edit dialog are now instant apply.
- Replace OK/Cancel buttons on the right with a close button on the
  bottom.
- Warn the user when a C drive is not present.
- Add drive functionality will now always create a C drive if one
  isn't present.
- Misc crasher fixes.
- Drive list box now reflects drives that take their data from a
  device correctly.
- Various code cleanups.

21 years agoMore tests for kernel NLS functions.
Jon Griffiths [Wed, 17 Sep 2003 22:40:07 +0000 (22:40 +0000)] 
More tests for kernel NLS functions.
Use LOCALE_NOUSEROVERRIDE where appropriate.

21 years agoRe-implement and optimise the NLS formatting functions (many fixes).
Jon Griffiths [Wed, 17 Sep 2003 22:39:51 +0000 (22:39 +0000)] 
Re-implement and optimise the NLS formatting functions (many fixes).
Documentation updates.

21 years agoAvoid crash if invalid rate was specified.
Oleg Prokhorov [Wed, 17 Sep 2003 22:39:20 +0000 (22:39 +0000)] 
Avoid crash if invalid rate was specified.

21 years agoAdded Russian translation.
Igor Stepin [Wed, 17 Sep 2003 22:39:01 +0000 (22:39 +0000)] 
Added Russian translation.

21 years agoGet rid of no longer needed files.
Dimitrie O. Paun [Wed, 17 Sep 2003 22:38:39 +0000 (22:38 +0000)] 
Get rid of no longer needed files.

21 years agoImplemented mouse wheel support.
Mike Hearn [Wed, 17 Sep 2003 22:38:12 +0000 (22:38 +0000)] 
Implemented mouse wheel support.

21 years agoUse WOWCallback16Ex to switch to vm86 mode so that we can setup a
Alexandre Julliard [Wed, 17 Sep 2003 20:23:33 +0000 (20:23 +0000)] 
Use WOWCallback16Ex to switch to vm86 mode so that we can setup a
proper exception handler and handle instruction emulation.

21 years agoMoved undocumented functions out of the exported commctrl.h.
Alexandre Julliard [Wed, 17 Sep 2003 20:15:21 +0000 (20:15 +0000)] 
Moved undocumented functions out of the exported commctrl.h.

21 years agoAvoid linking error with older alsa libs.
Alexandre Julliard [Wed, 17 Sep 2003 20:09:39 +0000 (20:09 +0000)] 
Avoid linking error with older alsa libs.

21 years agoAdded a lot of Russian translations.
Igor Stepin [Wed, 17 Sep 2003 20:08:20 +0000 (20:08 +0000)] 
Added a lot of Russian translations.

21 years agoAdded Russian translation.
Igor Stepin [Wed, 17 Sep 2003 20:05:31 +0000 (20:05 +0000)] 
Added Russian translation.

21 years agoDocumentation updates.
Jon Griffiths [Wed, 17 Sep 2003 20:05:03 +0000 (20:05 +0000)] 
Documentation updates.

21 years agoCreated stub functions for advapi32.GetExplicitEntriesFromAclA/W().
Mike McCormack [Wed, 17 Sep 2003 20:04:45 +0000 (20:04 +0000)] 
Created stub functions for advapi32.GetExplicitEntriesFromAclA/W().

21 years agoAdd missing LF in trace message.
Mike McCormack [Wed, 17 Sep 2003 20:04:25 +0000 (20:04 +0000)] 
Add missing LF in trace message.

21 years agoUpdated Spanish translation.
José Manuel Ferrer Ortiz [Wed, 17 Sep 2003 20:03:26 +0000 (20:03 +0000)] 
Updated Spanish translation.

21 years agoMoved almost all remaining process, thread, fiber and exception
Alexandre Julliard [Wed, 17 Sep 2003 05:31:32 +0000 (05:31 +0000)] 
Moved almost all remaining process, thread, fiber and exception
functions to dlls/kernel.

21 years agoMoved instruction emulation to dlls/kernel.
Alexandre Julliard [Wed, 17 Sep 2003 04:34:31 +0000 (04:34 +0000)] 
Moved instruction emulation to dlls/kernel.

21 years agoMoved out of windef.h a few definitions that don't belong there
Alexandre Julliard [Wed, 17 Sep 2003 04:31:27 +0000 (04:31 +0000)] 
Moved out of windef.h a few definitions that don't belong there
(reported by Filip Navara).

21 years agoSLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara).
Alexandre Julliard [Wed, 17 Sep 2003 04:28:28 +0000 (04:28 +0000)] 
SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara).

21 years agoUse native msi until our own implementation works decently.
Hannu Valtonen [Wed, 17 Sep 2003 04:18:50 +0000 (04:18 +0000)] 
Use native msi until our own implementation works decently.

21 years agoFix another error under Win9x (hopefully).
Rolf Kalbermatter [Wed, 17 Sep 2003 04:18:09 +0000 (04:18 +0000)] 
Fix another error under Win9x (hopefully).

21 years agoImplemented SHSimpleIDListFromPath correctly.
Rolf Kalbermatter [Wed, 17 Sep 2003 04:17:33 +0000 (04:17 +0000)] 
Implemented SHSimpleIDListFromPath correctly.

21 years agoRemove redundant includes.
Steven Edwards [Wed, 17 Sep 2003 04:16:51 +0000 (04:16 +0000)] 
Remove redundant includes.

21 years agoMore robust detection of charset names.
Alexandre Julliard [Tue, 16 Sep 2003 20:38:33 +0000 (20:38 +0000)] 
More robust detection of charset names.

21 years agoMoved most kernel string functions to dlls/kernel.
Alexandre Julliard [Tue, 16 Sep 2003 20:35:42 +0000 (20:35 +0000)] 
Moved most kernel string functions to dlls/kernel.

21 years agoMoved most 32-bit heap functions to dlls/kernel.
Alexandre Julliard [Tue, 16 Sep 2003 20:34:14 +0000 (20:34 +0000)] 
Moved most 32-bit heap functions to dlls/kernel.

21 years agoDo not require GUI support for displaying errors in wrapper.
Dimitrie O. Paun [Tue, 16 Sep 2003 20:27:14 +0000 (20:27 +0000)] 
Do not require GUI support for displaying errors in wrapper.
Link the wrapper only against kernel (no dl, msvcrt, etc).
Allow the setting of the app DLL when a wrapper is created.

21 years agoImplemented ImageGetCertificateData.
Mike McCormack [Tue, 16 Sep 2003 20:26:52 +0000 (20:26 +0000)] 
Implemented ImageGetCertificateData.

21 years agoAdded mailslot defines.
Mike McCormack [Tue, 16 Sep 2003 20:26:28 +0000 (20:26 +0000)] 
Added mailslot defines.

21 years agoMoved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.
Pavel Roskin [Tue, 16 Sep 2003 20:25:39 +0000 (20:25 +0000)] 
Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.

21 years agoEnable resolution changes for older D3D/DDraw applications.
Alex Pasadyn [Tue, 16 Sep 2003 20:25:02 +0000 (20:25 +0000)] 
Enable resolution changes for older D3D/DDraw applications.

21 years agoEnable resolution changes for D3D8 applications.
Alex Pasadyn [Tue, 16 Sep 2003 20:24:49 +0000 (20:24 +0000)] 
Enable resolution changes for D3D8 applications.

21 years ago- Allow applications to resize the Wine desktop window.
Alex Pasadyn [Tue, 16 Sep 2003 20:24:29 +0000 (20:24 +0000)] 
- Allow applications to resize the Wine desktop window.
- Some cleanup of ChangeDisplaySettings and friends.

21 years ago- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
Alex Pasadyn [Tue, 16 Sep 2003 01:22:05 +0000 (01:22 +0000)] 
- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
- Add test for FindNextFile that checks last error value.

21 years agoAdded a few todo_wine tests with filenames with wildcards.
Rolf Kalbermatter [Tue, 16 Sep 2003 01:19:21 +0000 (01:19 +0000)] 
Added a few todo_wine tests with filenames with wildcards.

21 years agoRemove <ntstatus.h> to allow compilation with MS PSDK headers.
Rolf Kalbermatter [Tue, 16 Sep 2003 01:18:53 +0000 (01:18 +0000)] 
Remove <ntstatus.h> to allow compilation with MS PSDK headers.

21 years agoFixed definitions of TTTOOLINFOA/W_V1_SIZE and
Filip Navara [Tue, 16 Sep 2003 01:17:25 +0000 (01:17 +0000)] 
Fixed definitions of TTTOOLINFOA/W_V1_SIZE and
REBARBANDINFOA/W_V3_SIZE.

21 years agoNormalize win2000, nt2k, nt2000 to win2k, normalize win2k3 to win2003
Mike Hearn [Tue, 16 Sep 2003 01:08:02 +0000 (01:08 +0000)] 
Normalize win2000, nt2k, nt2000 to win2k, normalize win2k3 to win2003
(spotted by Vincent Béron).

21 years ago- Implemented a few information classes in NtQuerySystemInformation.
Eric Pouech [Tue, 16 Sep 2003 01:07:21 +0000 (01:07 +0000)] 
- Implemented a few information classes in NtQuerySystemInformation.
- Added handle information to (wineserver) process snapshot.

21 years agoRemove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS.
Dimitrie O. Paun [Tue, 16 Sep 2003 01:03:54 +0000 (01:03 +0000)] 
Remove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS.

21 years agoUse SysAllocStringByteLen/SysStringByteLen to copy BSTR variants.
<develop@stueben.com> [Tue, 16 Sep 2003 01:03:34 +0000 (01:03 +0000)] 
Use SysAllocStringByteLen/SysStringByteLen to copy BSTR variants.

21 years agoUpdates for various French resources.
Vincent Béron [Tue, 16 Sep 2003 01:02:11 +0000 (01:02 +0000)] 
Updates for various French resources.

21 years agoAdded/improved Italian translations.
Ivan Leo Murray-Smith [Mon, 15 Sep 2003 22:21:18 +0000 (22:21 +0000)] 
Added/improved Italian translations.

21 years agoMake sure the bind context is forwarded in
Rolf Kalbermatter [Mon, 15 Sep 2003 22:16:41 +0000 (22:16 +0000)] 
Make sure the bind context is forwarded in
ShellFolder_ParseDisplayName.

21 years agoSigned/unsigned warnings and some formatting.
Rolf Kalbermatter [Mon, 15 Sep 2003 22:13:40 +0000 (22:13 +0000)] 
Signed/unsigned warnings and some formatting.

21 years agoAdded IFileSystemBindData implementation.
Rolf Kalbermatter [Mon, 15 Sep 2003 22:10:48 +0000 (22:10 +0000)] 
Added IFileSystemBindData implementation.

21 years agoSHChangeNotify should use SHSimpleIDListFromPath as this function
Rolf Kalbermatter [Mon, 15 Sep 2003 22:09:46 +0000 (22:09 +0000)] 
SHChangeNotify should use SHSimpleIDListFromPath as this function
should not fail on paths that do not exist anymore.

21 years agoAdded a simple TODO list.
Mike Hearn [Mon, 15 Sep 2003 22:09:03 +0000 (22:09 +0000)] 
Added a simple TODO list.

21 years agoAdded midi support to the ALSA driver.
Christian Costa [Mon, 15 Sep 2003 22:08:39 +0000 (22:08 +0000)] 
Added midi support to the ALSA driver.

21 years agoMove the mailslot stubs into the dlls/kernel directory.
Mike McCormack [Mon, 15 Sep 2003 22:07:50 +0000 (22:07 +0000)] 
Move the mailslot stubs into the dlls/kernel directory.

21 years agoRemove obsolete documentation/dlls.sgml.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:16:43 +0000 (20:16 +0000)] 
Remove obsolete documentation/dlls.sgml.

21 years agoRemove generated assembly code on make clean.
Alexandre Julliard [Mon, 15 Sep 2003 20:15:05 +0000 (20:15 +0000)] 
Remove generated assembly code on make clean.

21 years ago- Moved Wine extension to get DSound interface from a wave device from
Eric Pouech [Mon, 15 Sep 2003 20:13:30 +0000 (20:13 +0000)] 
- Moved Wine extension to get DSound interface from a wave device from
  include/mmsystem.h to include/mmddk.h.
- Removed all dependencies on heap.h.
- Fixed a few prototypes (mmioRename[AW], mciSendStringW, *Message).

21 years agoRemove no longer current issues from the Winelib guide.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:09:07 +0000 (20:09 +0000)] 
Remove no longer current issues from the Winelib guide.

21 years agoUpdate the porting documentation.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:08:47 +0000 (20:08 +0000)] 
Update the porting documentation.

21 years agoAdded better tests for volume and pan.
Robert Reif [Mon, 15 Sep 2003 20:08:26 +0000 (20:08 +0000)] 
Added better tests for volume and pan.
Added capture notification test.
Fixed capture query notification test bug.

21 years agoDevice enumeration callbacks should return a NULL guid for default
Robert Reif [Mon, 15 Sep 2003 20:08:05 +0000 (20:08 +0000)] 
Device enumeration callbacks should return a NULL guid for default
devices.
Fixed some volume and pan cases.
Added missing property set.
Fixed capture notification bug.

21 years agoRemoved reference to 'systemname' and added a link to winsite in
Francois Gouget [Mon, 15 Sep 2003 20:06:47 +0000 (20:06 +0000)] 
Removed reference to 'systemname' and added a link to winsite in
debugger.sgml.
Remove cruft from default.dsl. Add comments explaining what our other
settings do.

21 years agoRemove the Lycos link (which does not even point to Lycos). Point to
Francois Gouget [Mon, 15 Sep 2003 20:06:20 +0000 (20:06 +0000)] 
Remove the Lycos link (which does not even point to Lycos). Point to
ibiblio.org's mirrors page.

21 years agoBUILTIN32_LoadLibraryExA: set larger size for internal buffer names.
Eric Pouech [Mon, 15 Sep 2003 20:05:29 +0000 (20:05 +0000)] 
BUILTIN32_LoadLibraryExA: set larger size for internal buffer names.

21 years agoCheck X11 errors on each XLoadQueryFont calls.
Lionel Ulmer [Mon, 15 Sep 2003 20:05:09 +0000 (20:05 +0000)] 
Check X11 errors on each XLoadQueryFont calls.

21 years agoTeach winegcc to masquerade as cpp.
Dimitrie O. Paun [Mon, 15 Sep 2003 20:02:30 +0000 (20:02 +0000)] 
Teach winegcc to masquerade as cpp.