wine
20 years agoFixed a number of NT status values to be closer to NT behavior.
Alexandre Julliard [Fri, 16 Apr 2004 23:32:40 +0000 (23:32 +0000)] 
Fixed a number of NT status values to be closer to NT behavior.

20 years agoImplement support for the -x <lang> option.
Dimitrie O. Paun [Fri, 16 Apr 2004 23:30:32 +0000 (23:30 +0000)] 
Implement support for the -x <lang> option.

20 years agoSetup menu drawing colors before calling owner draw routine.
Ge van Geldorp [Fri, 16 Apr 2004 23:30:15 +0000 (23:30 +0000)] 
Setup menu drawing colors before calling owner draw routine.

20 years ago- Work around problem in NSIS installers which can't handle 1 char at
Ge van Geldorp [Fri, 16 Apr 2004 23:29:57 +0000 (23:29 +0000)] 
- Work around problem in NSIS installers which can't handle 1 char at
  a time reading of RTF text.
- Increase buffer to 4096 bytes for better compatibility.

20 years agoCorrect removing wineg++ link on an uninstall.
Paul Vriens [Fri, 16 Apr 2004 23:29:30 +0000 (23:29 +0000)] 
Correct removing wineg++ link on an uninstall.

20 years agoRtlSetCurrentDirectory_U: store a handle to the current directory
Alexandre Julliard [Fri, 16 Apr 2004 05:00:46 +0000 (05:00 +0000)] 
RtlSetCurrentDirectory_U: store a handle to the current directory
along with its name.

20 years agoAdded support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open
Alexandre Julliard [Fri, 16 Apr 2004 04:31:35 +0000 (04:31 +0000)] 
Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open
options.

20 years agoRemoved support for the --debugmsg option.
Alexandre Julliard [Fri, 16 Apr 2004 00:27:23 +0000 (00:27 +0000)] 
Removed support for the --debugmsg option.

20 years agoAdded dxdiagn.dll with a simple implementation of IDxDiagProvider.
Raphael Junqueira [Fri, 16 Apr 2004 00:26:14 +0000 (00:26 +0000)] 
Added dxdiagn.dll with a simple implementation of IDxDiagProvider.

20 years agoAdded hack to fetch the current directory from the subsystem tid so
Alexandre Julliard [Fri, 16 Apr 2004 00:10:03 +0000 (00:10 +0000)] 
Added hack to fetch the current directory from the subsystem tid so
that it is handled correctly in ntdll also for 16-bit tasks.

20 years agoUpdate the drive environment strings when changing the current
Alexandre Julliard [Fri, 16 Apr 2004 00:08:11 +0000 (00:08 +0000)] 
Update the drive environment strings when changing the current
directory from 16-bit or DOS code.

20 years agoFixed some bugs.
Raphael Junqueira [Thu, 15 Apr 2004 23:59:25 +0000 (23:59 +0000)] 
Fixed some bugs.

20 years agoAuthors: Jason Edmeades <us@the-edmeades.demon.co.uk>, Christian Costa <titan.costa...
Alexandre Julliard [Thu, 15 Apr 2004 23:58:15 +0000 (23:58 +0000)] 
Authors: Jason Edmeades <us@the-edmeades.demon.co.uk>, Christian Costa <titan.costa@wanadoo.fr>
Added support for vertex shader (using ARB_vertex_program extension).

20 years agoGet rid of the TEB flags, they are no longer used.
Alexandre Julliard [Thu, 15 Apr 2004 05:04:53 +0000 (05:04 +0000)] 
Get rid of the TEB flags, they are no longer used.

20 years agoCorrect return value in a couple of error cases.
Juan Lang [Thu, 15 Apr 2004 05:04:10 +0000 (05:04 +0000)] 
Correct return value in a couple of error cases.

20 years agoPrevent CY type from being redefined.
Jon Griffiths [Thu, 15 Apr 2004 04:59:22 +0000 (04:59 +0000)] 
Prevent CY type from being redefined.

20 years agoFix a few compile errors when cross compiling.
Kevin Koltzau [Thu, 15 Apr 2004 04:58:55 +0000 (04:58 +0000)] 
Fix a few compile errors when cross compiling.

20 years agoHave winedbg send its output to stderr when invoked with the --auto
Francois Gouget [Thu, 15 Apr 2004 04:58:09 +0000 (04:58 +0000)] 
Have winedbg send its output to stderr when invoked with the --auto
option.

20 years ago- make drive letters in PIDLs always uppercase to enable PIDL
Martin Fuchs [Thu, 15 Apr 2004 04:57:46 +0000 (04:57 +0000)] 
- make drive letters in PIDLs always uppercase to enable PIDL
  comparison
- Unicodify _ILCreateDrive()

20 years agoAdded the dxdiag.h header.
Raphael Junqueira [Thu, 15 Apr 2004 04:56:51 +0000 (04:56 +0000)] 
Added the dxdiag.h header.

20 years agoCorrect error handling in SHELL32_ParseNextElement().
Martin Fuchs [Thu, 15 Apr 2004 04:55:54 +0000 (04:55 +0000)] 
Correct error handling in SHELL32_ParseNextElement().

20 years agoOnly create the device symlinks the first time around.
Alexandre Julliard [Thu, 15 Apr 2004 00:04:32 +0000 (00:04 +0000)] 
Only create the device symlinks the first time around.

20 years agoStarted implementing support for the SubSystemTib field in the TEB of
Alexandre Julliard [Thu, 15 Apr 2004 00:04:05 +0000 (00:04 +0000)] 
Started implementing support for the SubSystemTib field in the TEB of
16-bit threads. This allows GetModuleFileNameW to avoid calling 16-bit
functions.

20 years agoAdd additional names of mingw tools.
Kevin Koltzau [Thu, 15 Apr 2004 00:01:05 +0000 (00:01 +0000)] 
Add additional names of mingw tools.

20 years agoAdded glDeleteObjectBufferATI function.
Christian Costa [Wed, 14 Apr 2004 23:58:33 +0000 (23:58 +0000)] 
Added glDeleteObjectBufferATI function.
Fix for types that have a common root.

20 years agoReturn "file not found" error values instead of E_INVALIDARG if
Martin Fuchs [Wed, 14 Apr 2004 23:57:46 +0000 (23:57 +0000)] 
Return "file not found" error values instead of E_INVALIDARG if
_ILCreateFromPathA() failed to find files.

20 years agoMoved wine_get_unix_file_name implementation to ntdll, and changed it
Alexandre Julliard [Wed, 14 Apr 2004 19:40:53 +0000 (19:40 +0000)] 
Moved wine_get_unix_file_name implementation to ntdll, and changed it
to return an allocated buffer instead of a fixed size one.

20 years agoPartial stub of GdiAlphaBlend/AlphaBlend.
Kevin Koltzau [Wed, 14 Apr 2004 19:35:24 +0000 (19:35 +0000)] 
Partial stub of GdiAlphaBlend/AlphaBlend.

20 years agoA workaround for missing real support for keyboard layout APIs.
Dmitry Timoshkov [Wed, 14 Apr 2004 19:34:06 +0000 (19:34 +0000)] 
A workaround for missing real support for keyboard layout APIs.

20 years agoPrint source charset as well as a resulting codepage in FONT_mbtowc.
Dmitry Timoshkov [Wed, 14 Apr 2004 19:33:46 +0000 (19:33 +0000)] 
Print source charset as well as a resulting codepage in FONT_mbtowc.

20 years agoAdd missing POSIX baud rates to GetCommState and SetCommState.
Rein Klazes [Wed, 14 Apr 2004 19:33:27 +0000 (19:33 +0000)] 
Add missing POSIX baud rates to GetCommState and SetCommState.

20 years agoCorrect some PIDL types and eliminate some magic numbers in PIDL
Juan Lang [Wed, 14 Apr 2004 19:33:07 +0000 (19:33 +0000)] 
Correct some PIDL types and eliminate some magic numbers in PIDL
allocation; correct a copy-pasto from a previous patch.

20 years agoIf a folder contains a desktop.ini, check it for the icon location
Juan Lang [Wed, 14 Apr 2004 19:32:34 +0000 (19:32 +0000)] 
If a folder contains a desktop.ini, check it for the icon location
before using the default folder icon.

20 years agoAdded support for restarting directory scans on platforms where
Alexandre Julliard [Wed, 14 Apr 2004 04:36:21 +0000 (04:36 +0000)] 
Added support for restarting directory scans on platforms where
seekdir return values cannot be reused on a different directory
object.
Added some checks for invalid file names in DIR_nt_to_unix.

20 years agoFixed handling of \\?\ prefix in RtlDosPathNameToNtPathName_U.
Alexandre Julliard [Wed, 14 Apr 2004 04:34:04 +0000 (04:34 +0000)] 
Fixed handling of \\?\ prefix in RtlDosPathNameToNtPathName_U.
Fixed parsing of UNC file names in RtlGetFullPathName_U.

20 years agoReplaced create_file server requests by a call to NtCreateFile.
Alexandre Julliard [Wed, 14 Apr 2004 04:31:55 +0000 (04:31 +0000)] 
Replaced create_file server requests by a call to NtCreateFile.

20 years agoFix the case of RpcNetworkIsProtseqValid[AW] (was
Filip Navara [Wed, 14 Apr 2004 04:28:27 +0000 (04:28 +0000)] 
Fix the case of RpcNetworkIsProtseqValid[AW] (was
RpcNetworkIsProtSeqValid[AW]) names.

20 years agoReturn TRUE for TVM_EXPAND if treeview item is already expanded.
Martin Fuchs [Wed, 14 Apr 2004 04:27:59 +0000 (04:27 +0000)] 
Return TRUE for TVM_EXPAND if treeview item is already expanded.

20 years agoForce resize before calling RBN_HEIGHTCHANGE notification.
Filip Navara [Wed, 14 Apr 2004 04:27:16 +0000 (04:27 +0000)] 
Force resize before calling RBN_HEIGHTCHANGE notification.

20 years agoUpdated to latest version's exports, and added a few more forwards.
Eric Pouech [Tue, 13 Apr 2004 21:16:58 +0000 (21:16 +0000)] 
Updated to latest version's exports, and added a few more forwards.

20 years agoFixed typo.
Christian Costa [Tue, 13 Apr 2004 21:16:26 +0000 (21:16 +0000)] 
Fixed typo.

20 years agoAdd bit about not being able to use Windows drivers to Print etc.
Tony Lambregts [Tue, 13 Apr 2004 21:16:08 +0000 (21:16 +0000)] 
Add bit about not being able to use Windows drivers to Print etc.

20 years agoAdd a test for GW_HWNDLAST.
Dmitry Timoshkov [Tue, 13 Apr 2004 21:15:51 +0000 (21:15 +0000)] 
Add a test for GW_HWNDLAST.

20 years agoAdd stub for ShellDDEInit to let Windows explorer.exe get past the
Juan Lang [Tue, 13 Apr 2004 21:15:33 +0000 (21:15 +0000)] 
Add stub for ShellDDEInit to let Windows explorer.exe get past the
beginning.

20 years agoIShellView seems reasonably complete, change a FIXME to a TRACE to
Juan Lang [Tue, 13 Apr 2004 21:15:01 +0000 (21:15 +0000)] 
IShellView seems reasonably complete, change a FIXME to a TRACE to
speed up open/save dialogs.

20 years agoFixed a warning.
Alexandre Julliard [Tue, 13 Apr 2004 00:19:58 +0000 (00:19 +0000)] 
Fixed a warning.

20 years agoDo not include <windows.h>, to avoid duplicate declaration of
Gerald Pfeifer [Tue, 13 Apr 2004 00:19:38 +0000 (00:19 +0000)] 
Do not include <windows.h>, to avoid duplicate declaration of
select().

20 years agoCorrect IShellFolder::GetAttributesOf() for the case *rgfInOut=0.
Martin Fuchs [Tue, 13 Apr 2004 00:19:11 +0000 (00:19 +0000)] 
Correct IShellFolder::GetAttributesOf() for the case *rgfInOut=0.

20 years agoCheck for folders in ShellExecute().
Martin Fuchs [Tue, 13 Apr 2004 00:18:45 +0000 (00:18 +0000)] 
Check for folders in ShellExecute().

20 years agoSet last error to 0 on success in VERSION_GetFileVersionInfo_PE now
Alexandre Julliard [Mon, 12 Apr 2004 23:33:08 +0000 (23:33 +0000)] 
Set last error to 0 on success in VERSION_GetFileVersionInfo_PE now
that LoadLibraryW doesn't do this anymore.

20 years agoImplemented NtCreatelFile using the new symlink scheme.
Alexandre Julliard [Mon, 12 Apr 2004 23:31:09 +0000 (23:31 +0000)] 
Implemented NtCreatelFile using the new symlink scheme.
Use NtCreateFile in the loader, and get rid of the CreateFileW upcall
hack.

20 years agoGet rid of non-standard ERROR_UNKNOWN value.
Filip Navara [Mon, 12 Apr 2004 23:15:11 +0000 (23:15 +0000)] 
Get rid of non-standard ERROR_UNKNOWN value.

20 years agoConvert unicode strings to const.
Mike McCormack [Mon, 12 Apr 2004 23:13:53 +0000 (23:13 +0000)] 
Convert unicode strings to const.

20 years agoAdd WM_QUERYNEWPALETTE in appropriate places of the message test.
Dmitry Timoshkov [Mon, 12 Apr 2004 23:13:14 +0000 (23:13 +0000)] 
Add WM_QUERYNEWPALETTE in appropriate places of the message test.

20 years ago- rename 'wszCommandline' to 'wszParameters'
Martin Fuchs [Mon, 12 Apr 2004 23:12:51 +0000 (23:12 +0000)] 
- rename 'wszCommandline' to 'wszParameters'
- separate out command line arguments from executable file name

20 years ago- eliminate MSVC type conversion warning
Martin Fuchs [Mon, 12 Apr 2004 23:12:39 +0000 (23:12 +0000)] 
- eliminate MSVC type conversion warning
- IShellLink::GetIconLocation(): get icons for shell links if not
  already set

20 years agoCleanup reference counting.
Robert Reif [Mon, 12 Apr 2004 23:12:17 +0000 (23:12 +0000)] 
Cleanup reference counting.
Move notify array to buffer.
Add state info and fix GetStatus.
Remove unnecessary driver description flags.

20 years agoOpenServiceW: don't use the requested service access rights for the
Alexandre Julliard [Mon, 12 Apr 2004 22:18:39 +0000 (22:18 +0000)] 
OpenServiceW: don't use the requested service access rights for the
registry key access rights, they are not the same thing.

20 years agoCreate the devices earlier on during startup.
Alexandre Julliard [Mon, 12 Apr 2004 22:12:43 +0000 (22:12 +0000)] 
Create the devices earlier on during startup.

20 years agoOpenSCManagerA/W arguments are strings.
Alexandre Julliard [Mon, 12 Apr 2004 22:11:24 +0000 (22:11 +0000)] 
OpenSCManagerA/W arguments are strings.

20 years agoClarify the attach command.
Jeff [Mon, 12 Apr 2004 22:09:36 +0000 (22:09 +0000)] 
Clarify the attach command.

20 years agoAssorted spelling fixes.
Francois Gouget [Mon, 12 Apr 2004 22:08:23 +0000 (22:08 +0000)] 
Assorted spelling fixes.

20 years agoAdd the possibility to save a snapshot of the backbuffer at
Lionel Ulmer [Mon, 12 Apr 2004 22:07:33 +0000 (22:07 +0000)] 
Add the possibility to save a snapshot of the backbuffer at
flip-time.

20 years ago- better log the GetDeviceState function
Lionel Ulmer [Mon, 12 Apr 2004 22:07:12 +0000 (22:07 +0000)] 
- better log the GetDeviceState function
- log changes to the DInputKeyState table

20 years agoFix GetCommState and SetCommState, so that these functions can be used
Rein Klazes [Mon, 12 Apr 2004 22:06:52 +0000 (22:06 +0000)] 
Fix GetCommState and SetCommState, so that these functions can be used
to set/clear/read the DTR and RTS lines.

20 years agoCorrect spec entry for MsiLoadString*.
Hans Leidekker [Mon, 12 Apr 2004 22:06:12 +0000 (22:06 +0000)] 
Correct spec entry for MsiLoadString*.
Pseudo stubs for MsiLocateComponent*.

20 years agoAdd a test case for children Z ordering at window creation time.
Dmitry Timoshkov [Mon, 12 Apr 2004 22:05:53 +0000 (22:05 +0000)] 
Add a test case for children Z ordering at window creation time.

20 years agoImplement tapiGetLocationInfo.
Rein Klazes [Mon, 12 Apr 2004 22:05:17 +0000 (22:05 +0000)] 
Implement tapiGetLocationInfo.

20 years agoRemove "Path" lines from sample config.
Vincent Béron [Mon, 12 Apr 2004 22:05:00 +0000 (22:05 +0000)] 
Remove "Path" lines from sample config.
Setup the links for the default DOS drives in wineinstall.

20 years agoAdd support for --verbose for compatibility.
Dimitrie O. Paun [Mon, 12 Apr 2004 22:04:13 +0000 (22:04 +0000)] 
Add support for --verbose for compatibility.

20 years agoAdd back win16 style dialogs for win32 apps.
Huw Davies [Mon, 12 Apr 2004 22:03:55 +0000 (22:03 +0000)] 
Add back win16 style dialogs for win32 apps.

20 years agoDon't declare GDI stuff when NOGDI is defined.
Dimitrie O. Paun [Mon, 12 Apr 2004 22:02:54 +0000 (22:02 +0000)] 
Don't declare GDI stuff when NOGDI is defined.

20 years agoGet rid of E_UNSPEC non-standard error value.
Filip Navara [Mon, 12 Apr 2004 22:02:37 +0000 (22:02 +0000)] 
Get rid of E_UNSPEC non-standard error value.

20 years agoRemove trailing white space.
Robert Reif [Mon, 12 Apr 2004 22:01:47 +0000 (22:01 +0000)] 
Remove trailing white space.
Cleanup white space and format in direct sound capture routines.

20 years agoFixed line number handling for escaped end of lines inside strings.
Alexandre Julliard [Fri, 9 Apr 2004 19:08:53 +0000 (19:08 +0000)] 
Fixed line number handling for escaped end of lines inside strings.

20 years ago- remove from README the stuff that's already in the man page
Michael Stefaniuc [Fri, 9 Apr 2004 19:06:29 +0000 (19:06 +0000)] 
- remove from README the stuff that's already in the man page
- more stuff goes from README to the man page
- spelling fixes

20 years agoConditionally compile code which uses XK_EuroSign definition.
Dmitry Timoshkov [Fri, 9 Apr 2004 19:06:08 +0000 (19:06 +0000)] 
Conditionally compile code which uses XK_EuroSign definition.

20 years agoLink to ntdll.
Hans Leidekker [Fri, 9 Apr 2004 19:05:47 +0000 (19:05 +0000)] 
Link to ntdll.

20 years agoCorrect spec entry for DllGetClassObject.
Hans Leidekker [Fri, 9 Apr 2004 19:05:34 +0000 (19:05 +0000)] 
Correct spec entry for DllGetClassObject.

20 years agoPatch the fragment size if it does not match the current sound
Francois Gouget [Fri, 9 Apr 2004 19:05:09 +0000 (19:05 +0000)] 
Patch the fragment size if it does not match the current sound
format. This saves us from triggering a kernel freeze on some OSS 2.4
+ SoundBlaster 16 systems.

20 years agoCleanup the handling of the extension in SHELL_FindExecutable():
Francois Gouget [Fri, 9 Apr 2004 19:04:03 +0000 (19:04 +0000)] 
Cleanup the handling of the extension in SHELL_FindExecutable():
- Eliminate the corresponding fixed-size buffer which removes the
  limitation to 3 character extensions.
- Fix handling of the trailing '.' case.
- Do a case-insensitive check for the extension in win.ini.
Increase the size of the command buffer to 1024.

20 years agoUse named constants instead of magic numbers.
Francois Gouget [Fri, 9 Apr 2004 19:03:13 +0000 (19:03 +0000)] 
Use named constants instead of magic numbers.

20 years agoAdded definition for HUGE_VAL.
Dimitrie O. Paun [Fri, 9 Apr 2004 19:02:45 +0000 (19:02 +0000)] 
Added definition for HUGE_VAL.

20 years agoSpecify the right name for the Winelib shared object.
Dimitrie O. Paun [Fri, 9 Apr 2004 19:02:18 +0000 (19:02 +0000)] 
Specify the right name for the Winelib shared object.

20 years agoAdd struct name for BITMAPINFO.
Dimitrie O. Paun [Fri, 9 Apr 2004 19:02:07 +0000 (19:02 +0000)] 
Add struct name for BITMAPINFO.

20 years agoRelease 20040408. wine-20040408
Alexandre Julliard [Thu, 8 Apr 2004 22:38:17 +0000 (22:38 +0000)] 
Release 20040408.

20 years ago- move CreateMyCompEnumList and CreateDesktopEnumList to their
Juan Lang [Thu, 8 Apr 2004 19:50:17 +0000 (19:50 +0000)] 
- move CreateMyCompEnumList and CreateDesktopEnumList to their
  respective files
- rewrite CreateFolderEnumList to only FindFirstFile/FindNextFile once

20 years agoPortability fix.
Alexandre Julliard [Thu, 8 Apr 2004 19:49:49 +0000 (19:49 +0000)] 
Portability fix.

20 years agowcstod: added exponent parsing and fixed handling of negative sign.
Dave Belanger [Thu, 8 Apr 2004 19:48:19 +0000 (19:48 +0000)] 
wcstod: added exponent parsing and fixed handling of negative sign.

20 years agoRestore correct focus handling for ShowWindow(SW_HIDE) case.
Dmitry Timoshkov [Thu, 8 Apr 2004 19:47:01 +0000 (19:47 +0000)] 
Restore correct focus handling for ShowWindow(SW_HIDE) case.

20 years agoRemoved the get_file_info request.
Alexandre Julliard [Thu, 8 Apr 2004 19:09:04 +0000 (19:09 +0000)] 
Removed the get_file_info request.

20 years agoRevert an erroneous patch.
Dmitry Timoshkov [Thu, 8 Apr 2004 19:07:20 +0000 (19:07 +0000)] 
Revert an erroneous patch.

20 years agoAdd WM_SETREDRAW test.
Dmitry Timoshkov [Thu, 8 Apr 2004 19:07:06 +0000 (19:07 +0000)] 
Add WM_SETREDRAW test.

20 years agoEmpty values need to be preserved as empty values and not assumed to
Aric Stewart [Thu, 8 Apr 2004 19:06:54 +0000 (19:06 +0000)] 
Empty values need to be preserved as empty values and not assumed to
be nonexistent values.

20 years agoAdd some structures and defines.
Rein Klazes [Thu, 8 Apr 2004 19:06:26 +0000 (19:06 +0000)] 
Add some structures and defines.

20 years agoAutomatically detect whether the entry point is main or WinMain
Alexandre Julliard [Thu, 8 Apr 2004 04:41:14 +0000 (04:41 +0000)] 
Automatically detect whether the entry point is main or WinMain
instead of depending on the subsystem type.

20 years agoReplace the get_file_info request by an fstat() on the client side.
Alexandre Julliard [Thu, 8 Apr 2004 04:39:59 +0000 (04:39 +0000)] 
Replace the get_file_info request by an fstat() on the client side.

20 years agoFix bad initialization of Unicode length parameters in
Rolf Kalbermatter [Thu, 8 Apr 2004 04:38:49 +0000 (04:38 +0000)] 
Fix bad initialization of Unicode length parameters in
RtlStringFromGUID.

20 years ago- add traces to client.c and address.c stub functions
Raphael Junqueira [Thu, 8 Apr 2004 04:38:26 +0000 (04:38 +0000)] 
- add traces to client.c and address.c stub functions
- implement some debugging functions (debugstr_SP)
- implement IDirectPlay8Address::GetSP/IDirectPlay8Address::SetSP

20 years agoMove control panel applet enumeration to cpanelfolder.c.
Juan Lang [Thu, 8 Apr 2004 04:37:43 +0000 (04:37 +0000)] 
Move control panel applet enumeration to cpanelfolder.c.