wine
20 years agoIndentation and style cleanup.
Mike McCormack [Mon, 24 Jan 2005 11:22:00 +0000 (11:22 +0000)] 
Indentation and style cleanup.

20 years agoTweak SetWindowPos flags handling to make a few more of the messaging
Alexandre Julliard [Fri, 21 Jan 2005 17:06:07 +0000 (17:06 +0000)] 
Tweak SetWindowPos flags handling to make a few more of the messaging
tests pass.

20 years agoBit 0x0200 always appears to be set in the typeinfo's
Huw Davies [Fri, 21 Jan 2005 17:04:00 +0000 (17:04 +0000)] 
Bit 0x0200 always appears to be set in the typeinfo's
typekind/alignment member.

20 years agoMax tracking size in WM_GETMINMAXINFO should take into account the
Alexandre Julliard [Fri, 21 Jan 2005 17:03:41 +0000 (17:03 +0000)] 
Max tracking size in WM_GETMINMAXINFO should take into account the
window frame.

20 years ago[local] functions should not be written to the typelib.
Huw Davies [Fri, 21 Jan 2005 16:19:39 +0000 (16:19 +0000)] 
[local] functions should not be written to the typelib.

20 years agoMove OpenQuery into msiquery.c and make it non-static.
Mike McCormack [Fri, 21 Jan 2005 16:19:11 +0000 (16:19 +0000)] 
Move OpenQuery into msiquery.c and make it non-static.

20 years agoAuthors: Gunnar Dalsnes <hardon@online.no>, Ge van Geldorp <gvg@reactos.com>
Alexandre Julliard [Fri, 21 Jan 2005 16:18:38 +0000 (16:18 +0000)] 
Authors: Gunnar Dalsnes <hardon@online.no>, Ge van Geldorp <gvg@reactos.com>
STATUSBAR_SetTextT:
- ntext wasn't freed on return if text was unicode
- part->text was always freed, but if the previous style was
  SBT_OWNERDRAW, part->text would contain 32bit data
- free old text if new style is SBT_OWNERDRAW but old style wasn't

20 years ago- More verbose output of errors.
Paul Vriens [Fri, 21 Jan 2005 16:18:00 +0000 (16:18 +0000)] 
- More verbose output of errors.
- Bail out if first test fails (produce one error only).

20 years agoMake WIN_SetStyle more thread-safe by specifying the bits to change
Alexandre Julliard [Fri, 21 Jan 2005 10:32:13 +0000 (10:32 +0000)] 
Make WIN_SetStyle more thread-safe by specifying the bits to change
instead of the new value.

20 years agoSmall char -> const char fix.
Rémi Assailly [Fri, 21 Jan 2005 10:20:04 +0000 (10:20 +0000)] 
Small char -> const char fix.

20 years ago- Use Interlocked* functions in AddRef and Release.
Paul Vriens [Fri, 21 Jan 2005 10:18:16 +0000 (10:18 +0000)] 
- Use Interlocked* functions in AddRef and Release.
- Store the result of the Interlocked functions and use only this.

20 years agoAdded stub implementations for MsiPreviewDialog and
Mike McCormack [Fri, 21 Jan 2005 10:17:01 +0000 (10:17 +0000)] 
Added stub implementations for MsiPreviewDialog and
MsiPreviewBillboard.

20 years agoLock record in MsiViewExecute, move stubs to end.
Mike McCormack [Fri, 21 Jan 2005 10:16:30 +0000 (10:16 +0000)] 
Lock record in MsiViewExecute, move stubs to end.

20 years agoImplement GetAdvise and SetAdvise.
Mike McCormack [Fri, 21 Jan 2005 10:16:11 +0000 (10:16 +0000)] 
Implement GetAdvise and SetAdvise.

20 years agoAdded some definitions.
Juan Lang [Fri, 21 Jan 2005 10:15:50 +0000 (10:15 +0000)] 
Added some definitions.

20 years agoVarious formatting/style changes.
Mike Hearn [Fri, 21 Jan 2005 10:15:29 +0000 (10:15 +0000)] 
Various formatting/style changes.

20 years agoInclude new tests.
Stefan Leichter [Fri, 21 Jan 2005 10:15:04 +0000 (10:15 +0000)] 
Include new tests.

20 years agoFix heap corruption in quartz server registration, add some
Mike Hearn [Fri, 21 Jan 2005 10:14:45 +0000 (10:14 +0000)] 
Fix heap corruption in quartz server registration, add some
whitespace, break out of loop if out of memory.

20 years ago- Implemented SPI_SETICONMETRICS.
Justin Chevrier [Thu, 20 Jan 2005 20:43:02 +0000 (20:43 +0000)] 
- Implemented SPI_SETICONMETRICS.
- Fixed SPI_GETICONTITLELOGFONT to only return values retrieved from
  win.ini on first call and return a cached version in subsequent
  calls.
- Created unit test for SPI_{GET,SET}ICONMETRICS.

20 years agoFix and test inserting records.
Mike McCormack [Thu, 20 Jan 2005 20:39:15 +0000 (20:39 +0000)] 
Fix and test inserting records.

20 years agoAdded missing declarations.
Rémi Assailly [Thu, 20 Jan 2005 20:36:01 +0000 (20:36 +0000)] 
Added missing declarations.

20 years agoFix refcounting, use Interlocked functions.
Mike McCormack [Thu, 20 Jan 2005 20:34:29 +0000 (20:34 +0000)] 
Fix refcounting, use Interlocked functions.

20 years agoDon't set ATTR_IN or ATTR_OUT by default - this essentially reverts
Huw Davies [Thu, 20 Jan 2005 20:34:08 +0000 (20:34 +0000)] 
Don't set ATTR_IN or ATTR_OUT by default - this essentially reverts
rev. 1.21.  The proxy code must explicitly add these if they're
needed.

20 years agoBetter guid hash.
Huw Davies [Thu, 20 Jan 2005 20:33:48 +0000 (20:33 +0000)] 
Better guid hash.

20 years agoReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
Alexandre Julliard [Thu, 20 Jan 2005 20:07:42 +0000 (20:07 +0000)] 
Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.

20 years agoAdded stubs for NeedRebootInit and NeedReboot.
Robert Reif [Thu, 20 Jan 2005 20:03:13 +0000 (20:03 +0000)] 
Added stubs for NeedRebootInit and NeedReboot.
Added implementations for GetVersionFromFile and
GetVersionFromFileEx.
Added test for GetVersionFromFile.

20 years agoStub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}.
Hans Leidekker [Thu, 20 Jan 2005 19:59:48 +0000 (19:59 +0000)] 
Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}.
Implement GetPerformanceInfo, GetProcessMemoryInfo on top of
NtQueryInformationProcess and GetWsChanges, QueryWorkingSet{,Ex} on
top of NtQueryVirtualMemory.

20 years agoAdded stubs for SendIMEMessageEx[A,W].
Tanabe Hiroshi [Thu, 20 Jan 2005 19:57:58 +0000 (19:57 +0000)] 
Added stubs for SendIMEMessageEx[A,W].

20 years agoFix a bug caused by freeing memory too soon in the table code.
Mike McCormack [Thu, 20 Jan 2005 19:57:22 +0000 (19:57 +0000)] 
Fix a bug caused by freeing memory too soon in the table code.

20 years agoMIDL adds two sets of custom data to the library: one is a timestamp
Huw Davies [Thu, 20 Jan 2005 19:56:57 +0000 (19:56 +0000)] 
MIDL adds two sets of custom data to the library: one is a timestamp
and the second is MIDL's version number.

20 years agoCorrect coordinates of a couple of controls.
Dmitry Timoshkov [Thu, 20 Jan 2005 19:56:37 +0000 (19:56 +0000)] 
Correct coordinates of a couple of controls.

20 years agoDeclare the preview functions.
Mike McCormack [Thu, 20 Jan 2005 19:56:16 +0000 (19:56 +0000)] 
Declare the preview functions.

20 years ago- Use Interlocked* functions in AddRef and Release.
Paul Vriens [Thu, 20 Jan 2005 10:53:56 +0000 (10:53 +0000)] 
- Use Interlocked* functions in AddRef and Release.
- Store the result of the Interlocked functions and use only this.

20 years agoAdded time zone information for SAMT (Samara Standard Time).
Tony Lambregts [Thu, 20 Jan 2005 10:52:57 +0000 (10:52 +0000)] 
Added time zone information for SAMT (Samara Standard Time).

20 years agoACL fixes and cleanups.
Ulrich Czekalla [Thu, 20 Jan 2005 10:37:36 +0000 (10:37 +0000)] 
ACL fixes and cleanups.

20 years agoAdded some stub implementations.
Aric Stewart [Thu, 20 Jan 2005 10:37:08 +0000 (10:37 +0000)] 
Added some stub implementations.

20 years agoDo not check for non NULL pointer before HeapFree'ing it. It's
Michael Stefaniuc [Thu, 20 Jan 2005 10:36:35 +0000 (10:36 +0000)] 
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.

20 years ago- Consolidate more stub creation details into register_ifstub.
Robert Shearman [Thu, 20 Jan 2005 10:35:46 +0000 (10:35 +0000)] 
- Consolidate more stub creation details into register_ifstub.
- Replace the current wine_marshal_id structure with STDOBJREF for the
  on-the-wire format.

20 years agoAdded stub implementation of NetGetJoinInformation.
Ulrich Czekalla [Thu, 20 Jan 2005 10:35:21 +0000 (10:35 +0000)] 
Added stub implementation of NetGetJoinInformation.

20 years agoUkrainian codepage 21866 added and respective files corrected. Two
Oleh R. Nykyforchyn [Wed, 19 Jan 2005 20:59:31 +0000 (20:59 +0000)] 
Ukrainian codepage 21866 added and respective files corrected. Two
keyboard layouts (for Ukrainian and Russian) added.

20 years agoHack to fix the compile.
Michael Stefaniuc [Wed, 19 Jan 2005 20:57:06 +0000 (20:57 +0000)] 
Hack to fix the compile.

20 years agoHandle case when only height is set to CW_USEDEFAULT.
Ulrich Czekalla [Wed, 19 Jan 2005 20:54:25 +0000 (20:54 +0000)] 
Handle case when only height is set to CW_USEDEFAULT.

20 years agoTrivial language corrections to the Wine Developer's Guide coding
Bill Medland [Wed, 19 Jan 2005 20:54:03 +0000 (20:54 +0000)] 
Trivial language corrections to the Wine Developer's Guide coding
section.

20 years agoReposition caret after window resize.
Lauri Tulmin [Wed, 19 Jan 2005 20:53:38 +0000 (20:53 +0000)] 
Reposition caret after window resize.

20 years agoBegin support of VertexDeclaration on wined3d using d3d8 code base
Raphael Junqueira [Wed, 19 Jan 2005 19:34:49 +0000 (19:34 +0000)] 
Begin support of VertexDeclaration on wined3d using d3d8 code base
(handling d3d8 and d3d9 specs).

20 years agoAdd FIXME for file with broken counters.
Vitaly Lipatov [Wed, 19 Jan 2005 19:09:38 +0000 (19:09 +0000)] 
Add FIXME for file with broken counters.

20 years agoDon't recalculate line indexes if number of lines doesn't change.
Lauri Tulmin [Wed, 19 Jan 2005 19:08:25 +0000 (19:08 +0000)] 
Don't recalculate line indexes if number of lines doesn't change.

20 years agoAdd propget and propput function attributes.
Huw Davies [Wed, 19 Jan 2005 19:08:01 +0000 (19:08 +0000)] 
Add propget and propput function attributes.
Clarify the meaning of the FKCCIC bit field.

20 years agoQuite a few fixes:
Aric Stewart [Wed, 19 Jan 2005 19:07:40 +0000 (19:07 +0000)] 
Quite a few fixes:
- Allow for the queing of custom actions to trigger on the
  InstallExecute or InstallExecuteAgain actions.
- allow for the queing of custom actions to trigger on
  InstallFinalize.
- Properly set the CustomActionData property for said queued actions.
- Implement RegisterProduct.
- Beginning implementation of ForceReboot.
- Don't kill install if an item to be duplicated does not exist.
- Write out SourceList and LastUsedSource for resuming installs.
- Use regsvr32 to register self reg dlls.

20 years agoStub definition for OpenUrl.
Mike McCormack [Wed, 19 Jan 2005 19:06:35 +0000 (19:06 +0000)] 
Stub definition for OpenUrl.

20 years agoRemoved no longer used WIN_InternalShowOwnedPopups function.
Alexandre Julliard [Wed, 19 Jan 2005 17:03:57 +0000 (17:03 +0000)] 
Removed no longer used WIN_InternalShowOwnedPopups function.

20 years agoStore the window id as a property instead of accessing the WND
Alexandre Julliard [Wed, 19 Jan 2005 17:02:50 +0000 (17:02 +0000)] 
Store the window id as a property instead of accessing the WND
structure directly.
Fetch the update region from the server and remove a lot of obsolete
code.

20 years agoReturn a fixed frequency of 1193182 Hz for the Performance Counter.
Rein Klazes [Wed, 19 Jan 2005 17:01:06 +0000 (17:01 +0000)] 
Return a fixed frequency of 1193182 Hz for the Performance Counter.

20 years agoImplement TransactNamedPipe for the non-overlapped case.
Mike McCormack [Wed, 19 Jan 2005 17:00:48 +0000 (17:00 +0000)] 
Implement TransactNamedPipe for the non-overlapped case.

20 years agoStub implementation for some functions.
Mike McCormack [Wed, 19 Jan 2005 17:00:32 +0000 (17:00 +0000)] 
Stub implementation for some functions.

20 years ago- Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as
Robert Shearman [Wed, 19 Jan 2005 17:00:20 +0000 (17:00 +0000)] 
- Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as
  apps depend on this.
- Don't release IRpcProxyBuffer on ifproxy destruction - the caller
  will do this for us.
- Make find_proxy_manager add a reference to the proxy manager and
  make proxy_manager_construct return an object with a valid
  ref-count.
- Remove stray not operator to fix a memory leak / crash in
  proxy_manager_destroy.
- More debug messages, especially on errors.
- Fix ref-count leak in the Class Factory proxy.
- Add a test case for IClassFactory_CreateInstance.

20 years agoReset the type dropdown when selecting another drive.
Paul van Schayck [Wed, 19 Jan 2005 16:59:48 +0000 (16:59 +0000)] 
Reset the type dropdown when selecting another drive.

20 years agoFixed GetFileVersionInfoSizeA tests on WinME.
Stefan Leichter [Wed, 19 Jan 2005 16:59:35 +0000 (16:59 +0000)] 
Fixed GetFileVersionInfoSizeA tests on WinME.

20 years agoAvoid code duplication by moving handle lookup into get_algid_info.
Michael Jung [Wed, 19 Jan 2005 16:59:23 +0000 (16:59 +0000)] 
Avoid code duplication by moving handle lookup into get_algid_info.

20 years agoGet rid of some TRACE(..., This->resource.ref).
Joris Huizer [Wed, 19 Jan 2005 16:59:01 +0000 (16:59 +0000)] 
Get rid of some TRACE(..., This->resource.ref).

20 years agoPad small strings out to eight bytes.
Huw Davies [Wed, 19 Jan 2005 16:58:21 +0000 (16:58 +0000)] 
Pad small strings out to eight bytes.
Fix 'has default values' flag.

20 years agoDo a very basic first implementation of MsiConfigureProductExW for
Aric Stewart [Wed, 19 Jan 2005 16:58:03 +0000 (16:58 +0000)] 
Do a very basic first implementation of MsiConfigureProductExW for
msiexec /@  when run as a reboot.
Also add a number of new stubs for the office xp and 2k3 install and
startup process.

20 years agoAdded definition for the USERINFOSTATE enumeration.
Mike McCormack [Wed, 19 Jan 2005 16:57:38 +0000 (16:57 +0000)] 
Added definition for the USERINFOSTATE enumeration.

20 years agoAuthors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com...
Alexandre Julliard [Wed, 19 Jan 2005 16:57:24 +0000 (16:57 +0000)] 
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Added some stub implementations.

20 years agoMoved DefWindowProc16 to msg16.c and cleaned up a few related things.
Alexandre Julliard [Tue, 18 Jan 2005 11:45:17 +0000 (11:45 +0000)] 
Moved DefWindowProc16 to msg16.c and cleaned up a few related things.

20 years agoImplement and test InternetTime{From,To}SystemTime{A,W}.
Hans Leidekker [Tue, 18 Jan 2005 11:43:40 +0000 (11:43 +0000)] 
Implement and test InternetTime{From,To}SystemTime{A,W}.
Correct spelling in InternetCheckConnectionA.

20 years ago- Handle failures to allocate storage more gracefully.
Jason Edmeades [Tue, 18 Jan 2005 11:42:29 +0000 (11:42 +0000)] 
- Handle failures to allocate storage more gracefully.
- Only prototype the interfaces which are subclassed (I overdid it
  last time!).
- Implement Get/Set Texture and GetBackBuffer, plus device's
  GetDisplayMode / GetDeviceCaps.
- Make some of the d3d9 skeleton code issue fixme's to highlight code
  which hasn't been migrated yet.
- Correct the d3d9 headers for D3DSURFACE_DESC which caused stack
  corruption in demos.

20 years agoAdd definitions for session change notifications.
Mike McCormack [Tue, 18 Jan 2005 11:40:38 +0000 (11:40 +0000)] 
Add definitions for session change notifications.

20 years agoMake netspi.h private, as some of its declarations conflict with
Juan Lang [Tue, 18 Jan 2005 11:40:24 +0000 (11:40 +0000)] 
Make netspi.h private, as some of its declarations conflict with
npapi.h.  Spotted by Paul Vriens.

20 years agoCopy the implementation from SetupDefaultQueueCallbackA and make it
Aric Stewart [Tue, 18 Jan 2005 11:39:49 +0000 (11:39 +0000)] 
Copy the implementation from SetupDefaultQueueCallbackA and make it
W.

20 years agoAdd a missing break to fix typeinfo version regression.
Huw Davies [Tue, 18 Jan 2005 11:39:31 +0000 (11:39 +0000)] 
Add a missing break to fix typeinfo version regression.

20 years agoStub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
Hans Leidekker [Tue, 18 Jan 2005 11:39:05 +0000 (11:39 +0000)] 
Stub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
SHRegCreateUSKey{A,W}, SHRegDeleteEmptyUSKey{A,W},
SHRegDeleteUSValue{A,W}, SHRegEnumUSValue{A,W}.

20 years agoGet rid of nonclient.h and of the corresponding exported functions in
Alexandre Julliard [Mon, 17 Jan 2005 20:27:11 +0000 (20:27 +0000)] 
Get rid of nonclient.h and of the corresponding exported functions in
user32.spec.

20 years agoWhen parsing an hex/oct integer value, copy value verbatim in VARIANT,
Alex Villacís Lasso [Mon, 17 Jan 2005 19:34:58 +0000 (19:34 +0000)] 
When parsing an hex/oct integer value, copy value verbatim in VARIANT,
rather than a negated value. Add test case for this behavior.

20 years agoA small spelling fix and a small update (thank to Andreas Mohr).
Henning Gerhardt [Mon, 17 Jan 2005 19:32:58 +0000 (19:32 +0000)] 
A small spelling fix and a small update (thank to Andreas Mohr).

20 years agoInitialize clsid member to the marshaler clsid to fix custom
Robert Shearman [Mon, 17 Jan 2005 19:32:25 +0000 (19:32 +0000)] 
Initialize clsid member to the marshaler clsid to fix custom
marshaling.

20 years agoMake long lines behave nicely.
Lauri Tulmin [Mon, 17 Jan 2005 19:31:48 +0000 (19:31 +0000)] 
Make long lines behave nicely.

20 years agoAvoid most references to the internals of the WND structure by passing
Alexandre Julliard [Mon, 17 Jan 2005 19:17:47 +0000 (19:17 +0000)] 
Avoid most references to the internals of the WND structure by passing
around an x11drv_win_data pointer instead.

20 years agoRemoved a couple of unnecessary calls to WIN_SuspendWndsLock.
Alexandre Julliard [Mon, 17 Jan 2005 15:49:02 +0000 (15:49 +0000)] 
Removed a couple of unnecessary calls to WIN_SuspendWndsLock.

20 years agoUse a registry key for copying, that's known on every system.
Paul Vriens [Mon, 17 Jan 2005 15:45:44 +0000 (15:45 +0000)] 
Use a registry key for copying, that's known on every system.

20 years agoUpdated French resources.
Jonathan Ernst [Mon, 17 Jan 2005 15:34:49 +0000 (15:34 +0000)] 
Updated French resources.

20 years agoStub implementations for DrawDibChangePalette, DrawDibGetBuffer,
Hans Leidekker [Mon, 17 Jan 2005 15:33:43 +0000 (15:33 +0000)] 
Stub implementations for DrawDibChangePalette, DrawDibGetBuffer,
DrawDibTime, ICSeqCompressFrame{,End,Start}.
Forward GetOpenFileNamePreview to GetOpenFileNamePreviewA.

20 years agoChange the order of Src and Dst in CopyKey calls/functions.
Paul Vriens [Mon, 17 Jan 2005 15:33:00 +0000 (15:33 +0000)] 
Change the order of Src and Dst in CopyKey calls/functions.

20 years agoSmall optimization in WINPOS_GetWinOffset.
Alexandre Julliard [Mon, 17 Jan 2005 13:50:00 +0000 (13:50 +0000)] 
Small optimization in WINPOS_GetWinOffset.

20 years agoRemoved unused ForceWindowRaise function.
Alexandre Julliard [Mon, 17 Jan 2005 13:46:57 +0000 (13:46 +0000)] 
Removed unused ForceWindowRaise function.

20 years ago- Add texture support for all the texture types for d3d9->wined3d.
Jason Edmeades [Mon, 17 Jan 2005 13:44:57 +0000 (13:44 +0000)] 
- Add texture support for all the texture types for d3d9->wined3d.
- Add prototypes for the COM interfaces.
- Fix some incorrect types from the last patch.

20 years agoAuthors: Klemens Friedl <klemens_friedl@gmx.net>, Henning Gerhardt <henning.gerhardt...
Alexandre Julliard [Mon, 17 Jan 2005 13:43:31 +0000 (13:43 +0000)] 
Authors: Klemens Friedl <klemens_friedl@gmx.net>, Henning Gerhardt <henning.gerhardt@web.de>
Spelling fixes.

20 years agoUpdate German resources.
Henning Gerhardt [Mon, 17 Jan 2005 13:43:16 +0000 (13:43 +0000)] 
Update German resources.

20 years agoAdded definitions of TLS1PRF algorithm identifiers.
Michael Jung [Mon, 17 Jan 2005 13:42:30 +0000 (13:42 +0000)] 
Added definitions of TLS1PRF algorithm identifiers.

20 years agoUse Interlocked* functions in AddRef and Release.
Paul Vriens [Mon, 17 Jan 2005 13:42:13 +0000 (13:42 +0000)] 
Use Interlocked* functions in AddRef and Release.

20 years agoUse switch statements instead of if-cascades. Avoid warnings.
Gerald Pfeifer [Mon, 17 Jan 2005 13:41:58 +0000 (13:41 +0000)] 
Use switch statements instead of if-cascades. Avoid warnings.

20 years agoMoved HMAC initialization and finalization code to
Michael Jung [Mon, 17 Jan 2005 13:41:46 +0000 (13:41 +0000)] 
Moved HMAC initialization and finalization code to
init_/finalize_hash.
Removed the redundant pKeyContainer function parameter from
init_hash.

20 years agoAdd VT_VARIANT support.
Huw Davies [Mon, 17 Jan 2005 13:41:19 +0000 (13:41 +0000)] 
Add VT_VARIANT support.
Fix for the case when there is no helpstringdll.
Fix for parameter arrays.

20 years agoImplementations for SelfRegModules and PublishFeatures.
Aric Stewart [Mon, 17 Jan 2005 13:40:39 +0000 (13:40 +0000)] 
Implementations for SelfRegModules and PublishFeatures.
Set default ACTION property for Install.
Deformat more than JUST properties properly. Allows for Files and
Component paths in deformat.
Properly deformat a LaunchCondition failure dialog box.
Resolve and save registry Keypaths.
Write the Features published keys more correctly. Still some
problems.

20 years agoFirst pass implement ion of MsiQueryProductState[A/W] as well as a few
Aric Stewart [Mon, 17 Jan 2005 13:39:57 +0000 (13:39 +0000)] 
First pass implement ion of MsiQueryProductState[A/W] as well as a few
fixes for MsiGetComponentPath.

20 years agoImplement table marshaling.
Robert Shearman [Mon, 17 Jan 2005 13:39:40 +0000 (13:39 +0000)] 
Implement table marshaling.

20 years agoInclude new tests.
Stefan Leichter [Mon, 17 Jan 2005 13:39:00 +0000 (13:39 +0000)] 
Include new tests.

20 years agoRemove the checking/setting of the defaults in TRACKBAR_Create.
Paul Vriens [Mon, 17 Jan 2005 13:38:44 +0000 (13:38 +0000)] 
Remove the checking/setting of the defaults in TRACKBAR_Create.

20 years agoRemove needless check for horizontal or vertical pager.
Paul Vriens [Mon, 17 Jan 2005 13:38:28 +0000 (13:38 +0000)] 
Remove needless check for horizontal or vertical pager.

20 years ago- got rid of include/async.h
Eric Pouech [Fri, 14 Jan 2005 19:54:38 +0000 (19:54 +0000)] 
- got rid of include/async.h
- fixed some overlapped issues in socket handling
- moved kernel32.CancelIo implementation to ntdll