wine
19 years agoMake WINMM_IData statically allocated.
Mike McCormack [Wed, 27 Apr 2005 08:12:58 +0000 (08:12 +0000)] 
Make WINMM_IData statically allocated.

19 years agoFix crash on drawStridedSlow.
Raphael Junqueira [Wed, 27 Apr 2005 08:12:23 +0000 (08:12 +0000)] 
Fix crash on drawStridedSlow.

19 years agoInclude <limits.h> to get a definition of NAME_MAX.
Gerald Pfeifer [Wed, 27 Apr 2005 08:12:08 +0000 (08:12 +0000)] 
Include <limits.h> to get a definition of NAME_MAX.

19 years agoCorrect a leaking hkey handle.
Aric Stewart [Wed, 27 Apr 2005 08:11:52 +0000 (08:11 +0000)] 
Correct a leaking hkey handle.

19 years agoRemoved a few more strncpy calls.
Alexandre Julliard [Tue, 26 Apr 2005 14:35:53 +0000 (14:35 +0000)] 
Removed a few more strncpy calls.

19 years agoMake sure a thread has a queue as soon as it creates a window.
Alexandre Julliard [Tue, 26 Apr 2005 14:31:33 +0000 (14:31 +0000)] 
Make sure a thread has a queue as soon as it creates a window.

19 years agoExpand some handling of special properties in MsiGetProductInfo.
Aric Stewart [Tue, 26 Apr 2005 14:30:31 +0000 (14:30 +0000)] 
Expand some handling of special properties in MsiGetProductInfo.

19 years agoDeclare MsiExportDatabase* in the spec file, and fix a typo.
Mike McCormack [Tue, 26 Apr 2005 14:30:15 +0000 (14:30 +0000)] 
Declare MsiExportDatabase* in the spec file, and fix a typo.

19 years agoFixed flags handling in MCIAVI_mciInfo.
Christian Costa [Tue, 26 Apr 2005 14:29:57 +0000 (14:29 +0000)] 
Fixed flags handling in MCIAVI_mciInfo.

19 years agoMoved some messaging and input functions to message.c and input.c
Alexandre Julliard [Tue, 26 Apr 2005 08:18:47 +0000 (08:18 +0000)] 
Moved some messaging and input functions to message.c and input.c
respectively.

19 years agoSetParent should not remove menu from non-child windows.
Ulrich Czekalla [Tue, 26 Apr 2005 08:16:17 +0000 (08:16 +0000)] 
SetParent should not remove menu from non-child windows.

19 years agoThe ansi version of CB_ADDSTRING shouldn't overwrite the string if
Huw Davies [Tue, 26 Apr 2005 08:15:53 +0000 (08:15 +0000)] 
The ansi version of CB_ADDSTRING shouldn't overwrite the string if
converting case.

19 years agoFixed a reference leak.
Maarten Lankhorst [Tue, 26 Apr 2005 08:15:38 +0000 (08:15 +0000)] 
Fixed a reference leak.

19 years agoDefine strncpy to an error to make sure it doesn't creep back in.
Alexandre Julliard [Mon, 25 Apr 2005 16:23:32 +0000 (16:23 +0000)] 
Define strncpy to an error to make sure it doesn't creep back in.

19 years agoMoved the ScrollWindow and ScrollDC functions to dlls/user/painting.c,
Alexandre Julliard [Mon, 25 Apr 2005 16:13:17 +0000 (16:13 +0000)] 
Moved the ScrollWindow and ScrollDC functions to dlls/user/painting.c,
and removed windows/scroll.c.

19 years agoPrevent CreateDCA from crashing if a bad lpInitData parameter is
Maxime Bellengé [Mon, 25 Apr 2005 16:02:27 +0000 (16:02 +0000)] 
Prevent CreateDCA from crashing if a bad lpInitData parameter is
provided.

19 years agoAdd parameter checking to NtReadFile/NtWriteFile.
Ivan Leo Puoti [Mon, 25 Apr 2005 16:02:16 +0000 (16:02 +0000)] 
Add parameter checking to NtReadFile/NtWriteFile.

19 years agoRemove a few more instances of strncpy.
Alexandre Julliard [Mon, 25 Apr 2005 15:51:45 +0000 (15:51 +0000)] 
Remove a few more instances of strncpy.

19 years agoMoved most files from the windows directory to dlls/user.
Alexandre Julliard [Mon, 25 Apr 2005 11:33:34 +0000 (11:33 +0000)] 
Moved most files from the windows directory to dlls/user.

19 years agoSupport for regular files (as opposed to directories).
Michael Jung [Mon, 25 Apr 2005 10:56:29 +0000 (10:56 +0000)] 
Support for regular files (as opposed to directories).

19 years agoImproved errors handling a bit in dsound renderer.
Christian Costa [Mon, 25 Apr 2005 10:49:22 +0000 (10:49 +0000)] 
Improved errors handling a bit in dsound renderer.

19 years agogcc4 alias fixes.
Marcus Meissner [Mon, 25 Apr 2005 10:48:59 +0000 (10:48 +0000)] 
gcc4 alias fixes.

19 years agoFixed 3 memset()s which used the wrong size (too large).
Marcus Meissner [Mon, 25 Apr 2005 10:48:38 +0000 (10:48 +0000)] 
Fixed 3 memset()s which used the wrong size (too large).

19 years agoTests for SignalObjectAndWait.
Mike McCormack [Sun, 24 Apr 2005 17:37:52 +0000 (17:37 +0000)] 
Tests for SignalObjectAndWait.

19 years agoImplemented SignalObjectAndWait.
Mike McCormack [Sun, 24 Apr 2005 17:36:34 +0000 (17:36 +0000)] 
Implemented SignalObjectAndWait.

19 years agoImplemented NtSignalAndWaitForSingleObject.
Mike McCormack [Sun, 24 Apr 2005 17:35:52 +0000 (17:35 +0000)] 
Implemented NtSignalAndWaitForSingleObject.

19 years agoRemove priority boost stuff.
Robert Reif [Sun, 24 Apr 2005 17:23:51 +0000 (17:23 +0000)] 
Remove priority boost stuff.

19 years agoSet display frequency too in SetDisplayMode.
Dylan Taft [Sun, 24 Apr 2005 17:23:39 +0000 (17:23 +0000)] 
Set display frequency too in SetDisplayMode.

19 years ago--update is no longer needed with wineprefixcreate.
Paul Vriens [Sun, 24 Apr 2005 17:22:45 +0000 (17:22 +0000)] 
--update is no longer needed with wineprefixcreate.

19 years agoDefine and use endian conversion macros for big-endian machines.
Juan Lang [Sun, 24 Apr 2005 17:22:26 +0000 (17:22 +0000)] 
Define and use endian conversion macros for big-endian machines.

19 years agoExport _tzname, expected by Mozilla.
Juan Lang [Sat, 23 Apr 2005 19:06:29 +0000 (19:06 +0000)] 
Export _tzname, expected by Mozilla.

19 years agoExcluded tests crashing on NT4 from compiling.
Stefan Leichter [Sat, 23 Apr 2005 19:05:03 +0000 (19:05 +0000)] 
Excluded tests crashing on NT4 from compiling.

19 years ago- convert strings between property storage's code page and system code
Juan Lang [Sat, 23 Apr 2005 19:04:49 +0000 (19:04 +0000)] 
- convert strings between property storage's code page and system code
  page
- add tests for setting code page
- fix tests and behavior to match WinXP

19 years agoSet thread priority for timer thread.
Robert Reif [Sat, 23 Apr 2005 19:03:47 +0000 (19:03 +0000)] 
Set thread priority for timer thread.
Add timer thread priority test.

19 years agoUse the shell32 typical binary format for ITEMIDLISTs.
Michael Jung [Fri, 22 Apr 2005 21:29:17 +0000 (21:29 +0000)] 
Use the shell32 typical binary format for ITEMIDLISTs.

19 years agoImport DPA_Search by ordinal like other DPA functions.
Stefan Leichter [Fri, 22 Apr 2005 21:18:12 +0000 (21:18 +0000)] 
Import DPA_Search by ordinal like other DPA functions.

19 years agoAdd a powrprof section.
Francois Gouget [Fri, 22 Apr 2005 21:17:57 +0000 (21:17 +0000)] 
Add a powrprof section.
Update win32.api to match the current source.

19 years agoImplement PrivilegeCheck.
Robert Shearman [Fri, 22 Apr 2005 21:17:42 +0000 (21:17 +0000)] 
Implement PrivilegeCheck.

19 years ago- Clean up well-known privileges.
Robert Shearman [Fri, 22 Apr 2005 21:17:15 +0000 (21:17 +0000)] 
- Clean up well-known privileges.
- Implement checking tokens for privileges in the server.
- Implement NtPrivilegeCheck.

19 years agoFixed incorrect IShellFolder::EnumOjects API usage.
Michael Jung [Fri, 22 Apr 2005 19:07:00 +0000 (19:07 +0000)] 
Fixed incorrect IShellFolder::EnumOjects API usage.

19 years agoIf XShmAttach fails then reset shmid to -1 so that we don't try to use
Huw Davies [Fri, 22 Apr 2005 19:06:41 +0000 (19:06 +0000)] 
If XShmAttach fails then reset shmid to -1 so that we don't try to use
it later.

19 years agoMSI advertised shortcuts don't require a product ID.
Mike McCormack [Fri, 22 Apr 2005 19:06:12 +0000 (19:06 +0000)] 
MSI advertised shortcuts don't require a product ID.

19 years agoMake ole32 tests loadable on NT4.
Stefan Leichter [Fri, 22 Apr 2005 19:05:51 +0000 (19:05 +0000)] 
Make ole32 tests loadable on NT4.

19 years agoPerform one more commit in ALSA non-emulation if there are still
Alex Villacís Lasso [Fri, 22 Apr 2005 19:05:34 +0000 (19:05 +0000)] 
Perform one more commit in ALSA non-emulation if there are still
frames to be transmitted.

19 years ago- Fix leftover negative sign in height parameter for transparent
Alex Villacís Lasso [Fri, 22 Apr 2005 19:05:05 +0000 (19:05 +0000)] 
- Fix leftover negative sign in height parameter for transparent
  bitmap.
- Properly announce whether bitmap is transparent in get_Attributes.
- GIF transparency is now palette-index based, instead of RGB based.
- Keep original bitmap and XOR mask separate, so that get_Handle
  returns original bitmap.

19 years agoTweak the API documentation to silence winapi_check warnings.
Francois Gouget [Fri, 22 Apr 2005 19:04:41 +0000 (19:04 +0000)] 
Tweak the API documentation to silence winapi_check warnings.

19 years agoAdd a definition for _ATL_REGMAP_ENTRY in atlbase.h.
Francois Gouget [Fri, 22 Apr 2005 19:04:18 +0000 (19:04 +0000)] 
Add a definition for _ATL_REGMAP_ENTRY in atlbase.h.
Fix the prototype of AtlModuleUpdateRegistryFromResourceD() so it uses
the right pointer types.

19 years agoMoved the UsePrimary config parameter to the x11drv section, renamed
Alexandre Julliard [Thu, 21 Apr 2005 17:31:50 +0000 (17:31 +0000)] 
Moved the UsePrimary config parameter to the x11drv section, renamed
as UsePrimarySelection.

19 years agoFix for the return codes for the Qualified component calls. They are
Aric Stewart [Thu, 21 Apr 2005 17:24:27 +0000 (17:24 +0000)] 
Fix for the return codes for the Qualified component calls. They are
not INSTALLSTATEs but rather success values.

19 years agoGet rid of the remaining calls to strncpyW, and remove that function
Alexandre Julliard [Thu, 21 Apr 2005 17:18:50 +0000 (17:18 +0000)] 
Get rid of the remaining calls to strncpyW, and remove that function
from wine/unicode.h.

19 years agoRewritten DoEnvironmentSubst16.
Peter Berg Larsen [Thu, 21 Apr 2005 17:14:39 +0000 (17:14 +0000)] 
Rewritten DoEnvironmentSubst16.

19 years agoRemove THREAD_INFO struct.
Paul Vriens [Thu, 21 Apr 2005 17:14:22 +0000 (17:14 +0000)] 
Remove THREAD_INFO struct.
Rename THREADINFO into SYSTEM_THREAD_INFORMATION.

19 years agoAdded partial implementation of powrprof.dll.
Benjamin Cutler [Wed, 20 Apr 2005 19:15:31 +0000 (19:15 +0000)] 
Added partial implementation of powrprof.dll.

19 years agoHandle posted internal messages directly in PeekMessageW to avoid
Alexandre Julliard [Wed, 20 Apr 2005 18:53:53 +0000 (18:53 +0000)] 
Handle posted internal messages directly in PeekMessageW to avoid
having to return them to the application.
Call NtYieldExecution for nicer behavior when PM_NOYIELD is not
specified.

19 years agoAvoid a compiler warning.
Alexandre Julliard [Wed, 20 Apr 2005 18:45:28 +0000 (18:45 +0000)] 
Avoid a compiler warning.

19 years agoFix the DCICreatePrimary() prototype. It's supposed to return an int
Francois Gouget [Wed, 20 Apr 2005 18:42:04 +0000 (18:42 +0000)] 
Fix the DCICreatePrimary() prototype. It's supposed to return an int
so have it return DCI_FAIL_UNSUPPORTED.
Add the needed error codes and the DCISURFACEINFO definition to
dciddi.h.
Add dciman.h and put the function prototypes there.
dciddi.h and dciman.h should be installed with the other Windows
headers.

19 years agoRemove all traces of the VIRTUAL_SetFaultHandler support.
Alexandre Julliard [Wed, 20 Apr 2005 16:26:23 +0000 (16:26 +0000)] 
Remove all traces of the VIRTUAL_SetFaultHandler support.

19 years agoUse vectored exceptions to get rid of VIRTUAL_SetFaultHandler().
Dimitrie O. Paun [Wed, 20 Apr 2005 16:24:13 +0000 (16:24 +0000)] 
Use vectored exceptions to get rid of VIRTUAL_SetFaultHandler().

19 years agoSpecify the proper call convention in the PropSysFreeString()
Francois Gouget [Wed, 20 Apr 2005 16:21:16 +0000 (16:21 +0000)] 
Specify the proper call convention in the PropSysFreeString()
implementation.

19 years agoMove all the old config conversion code to a new oldconfig.c file, and
Alexandre Julliard [Wed, 20 Apr 2005 15:43:36 +0000 (15:43 +0000)] 
Move all the old config conversion code to a new oldconfig.c file, and
get rid of misc/registry.c and the misc directory.

19 years agoTweak the API documentation to silence winapi_check warnings.
Francois Gouget [Wed, 20 Apr 2005 15:18:42 +0000 (15:18 +0000)] 
Tweak the API documentation to silence winapi_check warnings.

19 years agoProperly support out-of-tree builds (based on patch by Paul Millar).
Alexandre Julliard [Wed, 20 Apr 2005 14:26:33 +0000 (14:26 +0000)] 
Properly support out-of-tree builds (based on patch by Paul Millar).

19 years agoFixed an error in my previous commit which caused an infinite loop in
Phil Krylov [Wed, 20 Apr 2005 14:25:03 +0000 (14:25 +0000)] 
Fixed an error in my previous commit which caused an infinite loop in
IE6 installer.

19 years agoTry to clarify the 'no translation defined' error.
Francois Gouget [Wed, 20 Apr 2005 14:24:52 +0000 (14:24 +0000)] 
Try to clarify the 'no translation defined' error.
Remove an unused variable.

19 years agoTest MsiSummaryInfoGetProperty reading an empty property.
Mike McCormack [Wed, 20 Apr 2005 14:24:30 +0000 (14:24 +0000)] 
Test MsiSummaryInfoGetProperty reading an empty property.

19 years agoFix loading of the summary information.
Mike McCormack [Wed, 20 Apr 2005 14:24:14 +0000 (14:24 +0000)] 
Fix loading of the summary information.

19 years agoReplace the wineprefixcreate --update option by a --wait option, and
Alexandre Julliard [Wed, 20 Apr 2005 13:12:14 +0000 (13:12 +0000)] 
Replace the wineprefixcreate --update option by a --wait option, and
make the non-wait behavior the default.

19 years agoAllow nested hardware message processing by storing a unique id in
Alexandre Julliard [Wed, 20 Apr 2005 13:03:59 +0000 (13:03 +0000)] 
Allow nested hardware message processing by storing a unique id in
every message and using it to manage the current queue position.
Better filtering of hardware messages to avoid returning messages that
have no chance to match the filter.

19 years agoLoad system.reg and userdef.reg at server init time.
Alexandre Julliard [Wed, 20 Apr 2005 12:57:53 +0000 (12:57 +0000)] 
Load system.reg and userdef.reg at server init time.

19 years agoDither solid colours on monochrome bitmaps.
Richard Cohen [Wed, 20 Apr 2005 12:52:46 +0000 (12:52 +0000)] 
Dither solid colours on monochrome bitmaps.

19 years agoAdded evntrace.h and wmistr.h.
Mike McCormack [Wed, 20 Apr 2005 12:52:24 +0000 (12:52 +0000)] 
Added evntrace.h and wmistr.h.

19 years agoDefine LPCGUID.
Mike McCormack [Wed, 20 Apr 2005 12:52:07 +0000 (12:52 +0000)] 
Define LPCGUID.

19 years agoUpdate win32.api to match the current source.
Francois Gouget [Wed, 20 Apr 2005 12:51:51 +0000 (12:51 +0000)] 
Update win32.api to match the current source.

19 years agoMisc rectangle fixes.
Duane Clark [Wed, 20 Apr 2005 12:51:37 +0000 (12:51 +0000)] 
Misc rectangle fixes.
The date should be initialized from local time.

19 years agoFix compilation problem caused by ULONG_MAX.
Gerald Pfeifer [Wed, 20 Apr 2005 12:51:26 +0000 (12:51 +0000)] 
Fix compilation problem caused by ULONG_MAX.

19 years agoImplement Publish Components in order for MsiGetQualifiedComponent
Aric Stewart [Wed, 20 Apr 2005 12:50:05 +0000 (12:50 +0000)] 
Implement Publish Components in order for MsiGetQualifiedComponent
apis to work. Also implement MsiGetQualifiedComponent, or at least some
of the functionality as it is supposed to install stuff if it is
absent, which it does not do yet.

19 years agoRelease 20050419. wine-20050419
Alexandre Julliard [Tue, 19 Apr 2005 12:54:44 +0000 (12:54 +0000)] 
Release 20050419.

19 years agoWTSFreeMemory stub.
Huw Davies [Tue, 19 Apr 2005 12:00:29 +0000 (12:00 +0000)] 
WTSFreeMemory stub.

19 years agoSet the backup/restore privilege.
James Hawkins [Tue, 19 Apr 2005 12:00:04 +0000 (12:00 +0000)] 
Set the backup/restore privilege.

19 years agoExclude crashing CreateFileW test on NT4.
Stefan Leichter [Tue, 19 Apr 2005 11:59:46 +0000 (11:59 +0000)] 
Exclude crashing CreateFileW test on NT4.

19 years agoCleaned up handling of 64-bit file sizes.
Alexandre Julliard [Tue, 19 Apr 2005 11:59:13 +0000 (11:59 +0000)] 
Cleaned up handling of 64-bit file sizes.

19 years agoFix SEGVs in NtCreateSection and NtMapViewOfSection.
Troy Rollo [Tue, 19 Apr 2005 10:31:28 +0000 (10:31 +0000)] 
Fix SEGVs in NtCreateSection and NtMapViewOfSection.

19 years agoPrevent SEGV in RegInstall when pstTable is NULL.
Troy Rollo [Tue, 19 Apr 2005 10:24:50 +0000 (10:24 +0000)] 
Prevent SEGV in RegInstall when pstTable is NULL.

19 years agoCorrect test of BOOL return value in ControlService.
Troy Rollo [Tue, 19 Apr 2005 10:24:22 +0000 (10:24 +0000)] 
Correct test of BOOL return value in ControlService.

19 years agoRemove two unnecessary traces.
James Hawkins [Tue, 19 Apr 2005 10:24:06 +0000 (10:24 +0000)] 
Remove two unnecessary traces.
Break up one test into two.

19 years agoAssorted spelling fixes.
Francois Gouget [Tue, 19 Apr 2005 09:49:38 +0000 (09:49 +0000)] 
Assorted spelling fixes.

19 years agoFix SEGV for non-fully-qualified destination paths.
Troy Rollo [Tue, 19 Apr 2005 09:49:05 +0000 (09:49 +0000)] 
Fix SEGV for non-fully-qualified destination paths.
Don't fail ShFileOperationW if FOF_ALLOWUNDO is passed.

19 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Tue, 19 Apr 2005 09:48:44 +0000 (09:48 +0000)] 
Add trailing '\n's to ok() calls.

19 years agoDPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
Francois Gouget [Tue, 19 Apr 2005 09:48:09 +0000 (09:48 +0000)] 
DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
check that the DPSET_LOCAL flag is not set.

19 years agoSBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOLUTE).
Francois Gouget [Tue, 19 Apr 2005 09:47:42 +0000 (09:47 +0000)] 
SBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOLUTE).
Add COMDLG32_DumpSBSPFlags().

19 years agoAdded section "Which code has been tested?" describing gcov usage.
Aaron Arvey [Tue, 19 Apr 2005 09:47:30 +0000 (09:47 +0000)] 
Added section "Which code has been tested?" describing gcov usage.

19 years agoAdd RegUnLoadKey test.
James Hawkins [Tue, 19 Apr 2005 09:47:10 +0000 (09:47 +0000)] 
Add RegUnLoadKey test.

19 years agoChange the order of DispatchMessage and message removal.
Jose Alonso [Tue, 19 Apr 2005 09:47:02 +0000 (09:47 +0000)] 
Change the order of DispatchMessage and message removal.

19 years agoAlways initialize header file name, to prevent "#include (null)"
Juan Lang [Mon, 18 Apr 2005 16:54:54 +0000 (16:54 +0000)] 
Always initialize header file name, to prevent "#include (null)"
statements in generated files.

19 years agoAdd default registry entries for power management.
Benjamin Cutler [Mon, 18 Apr 2005 16:54:44 +0000 (16:54 +0000)] 
Add default registry entries for power management.

19 years agoCopied the atom tests for global atom so that we can test local atoms
Eric Pouech [Mon, 18 Apr 2005 15:47:18 +0000 (15:47 +0000)] 
Copied the atom tests for global atom so that we can test local atoms
too.

19 years agoRemoved unused data fields in the LANG_FIND_DATA structure.
Alexandre Julliard [Mon, 18 Apr 2005 15:42:49 +0000 (15:42 +0000)] 
Removed unused data fields in the LANG_FIND_DATA structure.

19 years agoRemoved the no longer user APC_ASYNC kind of APC.
Eric Pouech [Mon, 18 Apr 2005 15:38:44 +0000 (15:38 +0000)] 
Removed the no longer user APC_ASYNC kind of APC.

19 years agoFix addressing the magic GDIOBJHDR field in
Rein Klazes [Mon, 18 Apr 2005 15:37:32 +0000 (15:37 +0000)] 
Fix addressing the magic GDIOBJHDR field in
SYSCOLOR_MakeObjectSystem.

19 years agoEliminate strncpy. Correct a \0 assingment to the modstr variable.
Peter Berg Larsen [Mon, 18 Apr 2005 15:37:15 +0000 (15:37 +0000)] 
Eliminate strncpy. Correct a \0 assingment to the modstr variable.