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

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

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

20 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().

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

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

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

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

20 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).

20 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).

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

20 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

20 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

20 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).

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

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

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

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

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

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

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

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

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

20 years agoDeclare mailslot functions.
Mike McCormack [Mon, 15 Sep 2003 20:01:56 +0000 (20:01 +0000)] 
Declare mailslot functions.

20 years ago- Fix small bug with parsing of numbers in BuildCommDCB functions.
Kevin Groeneveld [Mon, 15 Sep 2003 20:00:54 +0000 (20:00 +0000)] 
- Fix small bug with parsing of numbers in BuildCommDCB functions.
- Add conformance test for BuildCommDCB functions.

20 years ago- add ZBuffer write support
Lionel Ulmer [Mon, 15 Sep 2003 20:00:03 +0000 (20:00 +0000)] 
- add ZBuffer write support
- some TRACEing fixes

20 years agoUse ddraw_geom in the execute buffer code.
Lionel Ulmer [Mon, 15 Sep 2003 19:59:19 +0000 (19:59 +0000)] 
Use ddraw_geom in the execute buffer code.

20 years ago- Implemented IsHungAppWindow.
Eric Pouech [Mon, 15 Sep 2003 19:58:05 +0000 (19:58 +0000)] 
- Implemented IsHungAppWindow.
- Added rejection of interprocess messages related to icons.

20 years agoMove packet linked list tail forward correctly on push.
Mike Hearn [Mon, 15 Sep 2003 19:57:11 +0000 (19:57 +0000)] 
Move packet linked list tail forward correctly on push.

20 years agoRelease 20030911. wine-20030911
Alexandre Julliard [Fri, 12 Sep 2003 01:31:07 +0000 (01:31 +0000)] 
Release 20030911.

20 years agoAdd missing wReserved1 member to DCB structure definition.
Kevin Groeneveld [Fri, 12 Sep 2003 00:26:15 +0000 (00:26 +0000)] 
Add missing wReserved1 member to DCB structure definition.
Fix several bugs in BuildCommDCBAndTimeouts:
- make sure LPCSTR parameter is really treated as constant
- fix possible buffer overflow if passed in string is too long
- if the device control string is invalid, do not modify DCB
- do not clear entire DCB, only modify appropriate members
- fix parsing of stop bits parameter so it works for 1 and 1.5
- populate COMMTIMEOUTS when to=xxx parameter is specified
- added support for xon, odsr, octs, dtr, rts, and idsr parameters
- fix several other parsing errors

20 years agoHandle -L<dir> in a separate array.
Richard Cohen [Fri, 12 Sep 2003 00:25:14 +0000 (00:25 +0000)] 
Handle -L<dir> in a separate array.

20 years agoMoved some MM internal definition to internal include files.
Eric Pouech [Fri, 12 Sep 2003 00:24:16 +0000 (00:24 +0000)] 
Moved some MM internal definition to internal include files.

20 years agoModify CheckRadioButton function to be more consistent with Windows.
Kevin Groeneveld [Fri, 12 Sep 2003 00:23:30 +0000 (00:23 +0000)] 
Modify CheckRadioButton function to be more consistent with Windows.

20 years agoImplement dispatch variant marshalling.
Mike Hearn [Fri, 12 Sep 2003 00:22:55 +0000 (00:22 +0000)] 
Implement dispatch variant marshalling.

20 years agoAlphabetized the functions.
Dave Miller [Fri, 12 Sep 2003 00:22:31 +0000 (00:22 +0000)] 
Alphabetized the functions.

20 years ago- Make sure dropdown arrow is always centered.
Robert Shearman [Fri, 12 Sep 2003 00:21:57 +0000 (00:21 +0000)] 
- Make sure dropdown arrow is always centered.
- Add support for the TBNRF_HIDEHELP customization flag, but emit a
  FIXME when it isn't present.

20 years agoSet the dll search path to the location specified in configure
Alexandre Julliard [Thu, 11 Sep 2003 23:11:33 +0000 (23:11 +0000)] 
Set the dll search path to the location specified in configure
(spotted by Vincent Béron).

20 years agoRemove checks from {pop,psh}pack[1248].h that were causing the
Dimitrie O. Paun [Thu, 11 Sep 2003 23:08:58 +0000 (23:08 +0000)] 
Remove checks from {pop,psh}pack[1248].h that were causing the
standalone processor to fail.

20 years agoMLLoadlibrary: Remove -noname and duplicate entry.
Jon Griffiths [Thu, 11 Sep 2003 23:07:29 +0000 (23:07 +0000)] 
MLLoadlibrary: Remove -noname and duplicate entry.

20 years agoMention win2k3 support in the sample config and in the faq.
Vincent Béron [Thu, 11 Sep 2003 23:07:04 +0000 (23:07 +0000)] 
Mention win2k3 support in the sample config and in the faq.

20 years agoUse an extendable array to store the lists of strings.
Richard Cohen [Thu, 11 Sep 2003 22:16:33 +0000 (22:16 +0000)] 
Use an extendable array to store the lists of strings.
Only make wrapper argument lists if we're going to use them.

20 years agoMoved winegcc and winewrap to a separate directory.
Alexandre Julliard [Thu, 11 Sep 2003 21:27:58 +0000 (21:27 +0000)] 
Moved winegcc and winewrap to a separate directory.

20 years agoImplemented IMemAllocator and IMediaSample.
Robert Shearman [Thu, 11 Sep 2003 21:18:36 +0000 (21:18 +0000)] 
Implemented IMemAllocator and IMediaSample.

20 years agoMoved list.h to include/wine so that it can be used everywhere.
Alexandre Julliard [Thu, 11 Sep 2003 20:45:17 +0000 (20:45 +0000)] 
Moved list.h to include/wine so that it can be used everywhere.

20 years agoImplement >> style (append) output redirection.
Ferenc Wagner [Thu, 11 Sep 2003 20:41:26 +0000 (20:41 +0000)] 
Implement >> style (append) output redirection.

20 years agoThe Get[RGB]Value() macros should return a BYTE, not the same type as
Dimitrie O. Paun [Thu, 11 Sep 2003 20:40:57 +0000 (20:40 +0000)] 
The Get[RGB]Value() macros should return a BYTE, not the same type as
the one passed in.

20 years agoChanged ordinal functions that now have a name to use -noname instead
Alexandre Julliard [Thu, 11 Sep 2003 03:51:46 +0000 (03:51 +0000)] 
Changed ordinal functions that now have a name to use -noname instead
of nameless exports.

20 years agoAdded a stub for NetStatisticsGet.
Geoff Thorpe [Thu, 11 Sep 2003 03:09:19 +0000 (03:09 +0000)] 
Added a stub for NetStatisticsGet.

20 years agoRemoved ordinals from comments.
Dave Miller [Thu, 11 Sep 2003 03:06:25 +0000 (03:06 +0000)] 
Removed ordinals from comments.

20 years agoRemove all the ordinals and use @ instead.
Dave Miller [Thu, 11 Sep 2003 03:05:00 +0000 (03:05 +0000)] 
Remove all the ordinals and use @ instead.

20 years agoAdded a stub for Heap32ListFirst.
Geoff Thorpe [Thu, 11 Sep 2003 03:00:11 +0000 (03:00 +0000)] 
Added a stub for Heap32ListFirst.

20 years agoPorting fixes.
Steven Edwards [Thu, 11 Sep 2003 02:58:46 +0000 (02:58 +0000)] 
Porting fixes.

20 years ago- Convert ordinals to their real names.
Robert Shearman [Thu, 11 Sep 2003 02:56:15 +0000 (02:56 +0000)] 
- Convert ordinals to their real names.
- Partially implement a few Assoc* functions.

20 years agoModify ok("xxx") calls into ok("xxx\n") as is now expected.
Francois Gouget [Thu, 11 Sep 2003 02:52:19 +0000 (02:52 +0000)] 
Modify ok("xxx") calls into ok("xxx\n") as is now expected.

20 years agoUpdated the Wine ports section.
Francois Gouget [Thu, 11 Sep 2003 02:52:05 +0000 (02:52 +0000)] 
Updated the Wine ports section.

20 years agoAdded ptr___pthread_cond_timedwait in the pthread_functions structure
Alexandre Julliard [Thu, 11 Sep 2003 01:09:09 +0000 (01:09 +0000)] 
Added ptr___pthread_cond_timedwait in the pthread_functions structure
to match the latest glibc.

20 years agoModify winetest_ok to only add a trailing '\n' if there is none.
Francois Gouget [Thu, 11 Sep 2003 01:07:19 +0000 (01:07 +0000)] 
Modify winetest_ok to only add a trailing '\n' if there is none.
Modify macros in the kernel, oleaut32 and user tests to print a '\n'.

20 years agoUpdated the "TODO" comments.
Gregory M. Turner [Thu, 11 Sep 2003 01:05:19 +0000 (01:05 +0000)] 
Updated the "TODO" comments.

20 years agoAdd proper names to ordinal-only functions.
Robert Shearman [Thu, 11 Sep 2003 01:04:24 +0000 (01:04 +0000)] 
Add proper names to ordinal-only functions.

20 years agoSmall grammar fix.
Oleg Prokhorov [Thu, 11 Sep 2003 01:04:03 +0000 (01:04 +0000)] 
Small grammar fix.

20 years ago- spelling fixes
Andreas Mohr [Thu, 11 Sep 2003 01:03:47 +0000 (01:03 +0000)] 
- spelling fixes
- change one ill-chosen FIXME to ERR

20 years agoFix invalid C constructs (spotted by Marcus Meissner).
György 'Nog' Jeney [Thu, 11 Sep 2003 01:03:27 +0000 (01:03 +0000)] 
Fix invalid C constructs (spotted by Marcus Meissner).

20 years agoRevert some word-splits to their normal form, e.g. InstallShield.
Francois Gouget [Thu, 11 Sep 2003 01:02:53 +0000 (01:02 +0000)] 
Revert some word-splits to their normal form, e.g. InstallShield.
Fix case of TransGaming in two places.
Fix the URL to dosfs.

20 years agoSet version to 8.1.
Tom Wickline [Thu, 11 Sep 2003 01:02:27 +0000 (01:02 +0000)] 
Set version to 8.1.

20 years agoAdded dumping of message table resources.
Alexandre Julliard [Wed, 10 Sep 2003 04:00:20 +0000 (04:00 +0000)] 
Added dumping of message table resources.

20 years agoRemoved the A/W constants for builtin cursors, icons and resource
Alexandre Julliard [Wed, 10 Sep 2003 03:56:47 +0000 (03:56 +0000)] 
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.

20 years agoPortability fix for language ids.
Steven Edwards [Wed, 10 Sep 2003 03:44:20 +0000 (03:44 +0000)] 
Portability fix for language ids.

20 years agoCompile Walon resources only if LANG_WALON is defined.
Pavel Roskin [Wed, 10 Sep 2003 03:43:16 +0000 (03:43 +0000)] 
Compile Walon resources only if LANG_WALON is defined.

20 years ago- Bugfixes to the transaction system.
Mike Hearn [Wed, 10 Sep 2003 03:41:44 +0000 (03:41 +0000)] 
- Bugfixes to the transaction system.
- Better protection against incomplete config sections.
- Implement "Add Drive".
- Partly reactivate edit drive dialog.