Paul Vriens [Tue, 8 Feb 2005 12:56:50 +0000 (12:56 +0000)]
Add WinXP to OaBuildVersion.
Vincent Béron [Tue, 8 Feb 2005 12:56:22 +0000 (12:56 +0000)]
Support ATTR_READONLY for interface properties.
Mike McCormack [Tue, 8 Feb 2005 12:56:00 +0000 (12:56 +0000)]
Add the msidbCustomAction and msidbFeatureAttributes enumerations.
Mike McCormack [Tue, 8 Feb 2005 12:55:47 +0000 (12:55 +0000)]
- fix the dialog font
- allow waiting on a handle while running the message loop
Alexandre Julliard [Tue, 8 Feb 2005 12:55:26 +0000 (12:55 +0000)]
Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Rework RPC dispatch layer to be simpler and not get confused by
server/client duality.
- Make threads shut down at the right time and not access freed memory
after apartment destruction.
- Rename stub_dispatch_thread to client_dispatch_thread.
- Add some more tracing
- Check return value of WaitNamedPipe.
- Change named pipe timeouts to 0.5s, which should be enough for even the slowest machines.
Robert Shearman [Tue, 8 Feb 2005 12:54:23 +0000 (12:54 +0000)]
Support WaitNamedPipe timeouts.
Juan Lang [Tue, 8 Feb 2005 12:13:49 +0000 (12:13 +0000)]
Identifiers evaluate to true if they are non-empty, regardless of
value.
Robert Shearman [Tue, 8 Feb 2005 12:13:36 +0000 (12:13 +0000)]
Replace
10000000 with TICKSPERSEC to make it more obvious what the
code is doing.
Vincent Béron [Tue, 8 Feb 2005 12:13:10 +0000 (12:13 +0000)]
Make tlb generation from idl files dependent on widl.
Scott Ritchie [Tue, 8 Feb 2005 12:13:01 +0000 (12:13 +0000)]
Remove two ancient FAQ entries that did more harm than good.
Replace a reference to wine.conf with ~/.wine/config.
Mike Hearn [Tue, 8 Feb 2005 12:12:40 +0000 (12:12 +0000)]
Return OLE automation build value as win2k by default.
Mike McCormack [Tue, 8 Feb 2005 12:12:29 +0000 (12:12 +0000)]
Implement and document MsiLoadString.
Mike Hearn [Tue, 8 Feb 2005 12:11:54 +0000 (12:11 +0000)]
Correctly ensure properties set from resolved directory paths are
backslash terminated.
Carlos Lozano [Tue, 8 Feb 2005 12:11:12 +0000 (12:11 +0000)]
Fix regression in Fallout game.
Carlos Lozano [Tue, 8 Feb 2005 12:10:57 +0000 (12:10 +0000)]
Check that pstream is not null.
Steven Edwards [Tue, 8 Feb 2005 12:10:09 +0000 (12:10 +0000)]
Correct spec entry for FindFirstUrlCacheEntryEx.
Huw Davies [Tue, 8 Feb 2005 12:09:42 +0000 (12:09 +0000)]
Add VARIANT_BOOL.
Fix CURRENCY alignment.
A function with a [retval] param has a bit set in the FKCCIC bitfield.
Two functions with the same name share the same id.
The param names of propput and propputref functions don't go into the
typelib.
Paul Vriens [Tue, 8 Feb 2005 12:09:07 +0000 (12:09 +0000)]
Extra tracing for SPI_GETICONTITLEWRAP.
Juan Lang [Tue, 8 Feb 2005 12:08:49 +0000 (12:08 +0000)]
If a full path isn't specified, search across all fixed drives.
Kris Marsh [Tue, 8 Feb 2005 12:08:20 +0000 (12:08 +0000)]
Fixed window height to show all data properly.
Cleaned up drives->advanced information visuals.
Robert Shearman [Tue, 8 Feb 2005 12:08:04 +0000 (12:08 +0000)]
Convert last error from NTSTATUS to a DOS error code in WaitNamedPipe
and ConnectNamedPipe.
Robert Shearman [Tue, 8 Feb 2005 12:07:48 +0000 (12:07 +0000)]
Don't overwrite last byte of the window structure as we might not have
allocated the memory for it if extrabytes was 0.
Dmitry Timoshkov [Thu, 3 Feb 2005 19:39:26 +0000 (19:39 +0000)]
Make GetOpenFileNameW with an old style open file dialog work with the
original OPENFILENAMEW structure, making sure that all changes are
passed back to the caller.
Paul Vriens [Thu, 3 Feb 2005 19:38:58 +0000 (19:38 +0000)]
More verbosity of errors.
James Hawkins [Thu, 3 Feb 2005 19:38:37 +0000 (19:38 +0000)]
Properly implement DllCanUnloadNow ref counting.
Eric Pouech [Thu, 3 Feb 2005 16:58:21 +0000 (16:58 +0000)]
Moved 16 bit atom support to dlls/kernel/atom16.c.
Dmitry Timoshkov [Thu, 3 Feb 2005 16:40:20 +0000 (16:40 +0000)]
Add support for winevent hooks.
Alexandre Julliard [Thu, 3 Feb 2005 13:40:12 +0000 (13:40 +0000)]
Properly compute the client area valid rects and pass them to the
server in set_window_pos to avoid invalidating areas that remain
valid.
Eric Kohl [Thu, 3 Feb 2005 13:34:50 +0000 (13:34 +0000)]
- Implement SetupDiBuildClassInfoListExA,
SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and
SetupDiOpenClassRegKeyExA using MultiByteToUnicode.
- Retrieve OS version upon process attach.
Huw Davies [Thu, 3 Feb 2005 13:34:28 +0000 (13:34 +0000)]
Coclass support.
Hans Leidekker [Thu, 3 Feb 2005 13:34:05 +0000 (13:34 +0000)]
Implement and test PathIsValidChar{A,W}.
Alexandre Julliard [Thu, 3 Feb 2005 10:48:23 +0000 (10:48 +0000)]
Fixed refcount handling (waiting clients must not increase the
refcount of the pipe).
Converted linked lists to use the standard functions.
Small cleanups.
Alexandre Julliard [Thu, 3 Feb 2005 10:46:15 +0000 (10:46 +0000)]
Make sure leaked objects are printed even if a file descriptor is
still open.
Alexandre Julliard [Thu, 3 Feb 2005 10:45:18 +0000 (10:45 +0000)]
Fixed potential crash in fd_dump function.
Alexandre Julliard [Thu, 3 Feb 2005 10:43:41 +0000 (10:43 +0000)]
Async callback function must be stdcall.
Mike McCormack [Thu, 3 Feb 2005 10:41:59 +0000 (10:41 +0000)]
- implement checkboxes in dialogs
- use TextStyle enumeration instead of numbers
- fix MSI_IterateRecords to return the correct count
Juan Lang [Thu, 3 Feb 2005 10:41:41 +0000 (10:41 +0000)]
Simplify AppSearch error checking.
Paul van Schayck [Thu, 3 Feb 2005 10:41:20 +0000 (10:41 +0000)]
Clean up about dialog. Remove groupbox, position logo correctly.
Robert Shearman [Wed, 2 Feb 2005 19:11:23 +0000 (19:11 +0000)]
- Pass the original IID to IMarshal_UnmarshalInterface and query for
the requested interface.
- Unmarshaling IID_NULL means use the IID the interface was originally
marshaled with.
Lauri Tulmin [Wed, 2 Feb 2005 19:10:59 +0000 (19:10 +0000)]
Add test for LB_SELITEMRANGE and make it pass.
Lauri Tulmin [Wed, 2 Feb 2005 19:10:28 +0000 (19:10 +0000)]
Added some more defines.
Huw Davies [Wed, 2 Feb 2005 19:10:02 +0000 (19:10 +0000)]
Add support for typedefs.
Eric Kohl [Wed, 2 Feb 2005 19:09:33 +0000 (19:09 +0000)]
- Implement DoesUserHavePrivilege, EnablePrivilege, IsUserAdmin,
MultiByteToUnicode and UnicodeToMultiByte.
- Sort prototypes in setupapi.h and a few function in spec.
David McCullough [Wed, 2 Feb 2005 09:56:35 +0000 (09:56 +0000)]
HTTP_HttpSendRequestW was getting invoked with a null verb, default to
the GET method.
Mike McCormack [Wed, 2 Feb 2005 09:55:51 +0000 (09:55 +0000)]
Add more dialog controls, do something when they're clicked on.
Mike McCormack [Wed, 2 Feb 2005 09:55:31 +0000 (09:55 +0000)]
Add the msidbTextStyleStyleBits enumeration.
Dmitry Timoshkov [Wed, 2 Feb 2005 09:33:58 +0000 (09:33 +0000)]
Use the idFirstChild specified in the MDIClient's CLIENTCREATESTRUCT
when creating MDI children. Add a test case for the desired
behaviour.
James Hawkins [Wed, 2 Feb 2005 09:31:28 +0000 (09:31 +0000)]
Properly implement DllCanUnload ref counting.
James Hawkins [Wed, 2 Feb 2005 09:31:06 +0000 (09:31 +0000)]
Properly implement DllCanUnloadNow ref counting.
Aric Stewart [Wed, 2 Feb 2005 09:30:22 +0000 (09:30 +0000)]
Cleanup processing a bit more.
Allow for nested keys to work properly.
Aric Stewart [Wed, 2 Feb 2005 09:30:05 +0000 (09:30 +0000)]
Fix a copy and paste error, check for a null value and discard
unneeded errors.
Mike McCormack [Wed, 2 Feb 2005 09:29:46 +0000 (09:29 +0000)]
MsiEvaluateCondition returns an error when passed NULL as a
condition.
Aric Stewart [Wed, 2 Feb 2005 09:29:30 +0000 (09:29 +0000)]
Finish up the framework by stubbing out all the remaining Standard
actions.
A fix to deformat_string so it only returns a null return if you
provided a null buffer.
Alexandre Julliard [Tue, 1 Feb 2005 18:54:51 +0000 (18:54 +0000)]
Removed the no longer used WIN_SetExStyle function.
Alexandre Julliard [Tue, 1 Feb 2005 18:53:59 +0000 (18:53 +0000)]
Store the "managed" flag as a window property instead of the
Wine-specific WS_EX_MANAGED style bit.
Hans Leidekker [Tue, 1 Feb 2005 18:50:53 +0000 (18:50 +0000)]
- Stub implementations for FtpGetFileSize, FtpCommand{A,W},
HttpSendRequestExW, InternetGetLastResponseInfoW,
InternetConfirmZoneCrossing{A,W}, InternetDial{A,W},
InternetGoOnline{A,W}, InternetHangUp, CreateMD5SSOHash,
InternetClearAllPerSiteCookieDecisions,
InternetEnumPerSiteCookieDecision{A,W}, InternetGetCookieEx{A,W},
InternetGetPerSiteCookieDecision{A,W},
InternetSetPerSiteCookieDecision{A,W}, InternetSetCookieEx{A,W},
ResumeSuspendedDownload, RetrieveUrlCacheEntryFileW,
UnlockUrlCacheEntryFileW, {Create,Delete}UrlCacheEntryW,
CommitUrlCacheEntryW, RetrieveUrlCacheEntryStreamW,
FindCloseUrlCache, FindFirstUrlCacheEntryEx{A,W},
FindFirstUrlCacheGroup, FindNextUrlCacheEntry{,Ex}{A,W},
FindNextUrlCacheGroup, SetUrlCacheEntryGroup{A,W},
{Get,Set}UrlCacheGroupAttribute{A,W}, SetUrlCacheConfigInfo{A,W}.
- Spec file stubs for new undocumented functions
ForceNexusLookup{,ExW}, Ftp{Get,Put}FileEx, HttpCheckDavCompliance,
InternetAlgIdToString{A,W}, InternetFortezzaCommand,
InternetGetCertByURLA, InternetQueryFortezzaStatus,
InternetSecurityProtocolToString{A,W}, InternetSetDialState{A,W},
InternetShowSecurityInfoByURL{A,W}, IsUrlCacheEntryExpired{A,W},
Privacy{Get,Set}ZonePreferenceW, RegisterUrlCacheNotification,
UrlZonesDetach.
- Use memcpy instead of strncpy in InternetGetLastResponseInfoA.
- Add and improve some traces.
- Fix my own coding style in InternetTimeToSystemTimeW.
- Fix a couple of signedness warnings.
Huw Davies [Tue, 1 Feb 2005 18:48:25 +0000 (18:48 +0000)]
Add support for dispinterfaces (slightly hacked because we force the
import of stdole2.tlb).
Add propputref attribute.
Dmitry Timoshkov [Tue, 1 Feb 2005 18:47:55 +0000 (18:47 +0000)]
Handle CBR_BLOCK in EXECUTE and ADVISE DDE transactions.
Robert Reif [Tue, 1 Feb 2005 18:47:23 +0000 (18:47 +0000)]
Fix primary buffer memory leak.
Justin Chevrier [Tue, 1 Feb 2005 18:47:05 +0000 (18:47 +0000)]
- SPI_GETWORKAREA: Read work area information from system metrics
initially only and not from a WINE specific registry entry.
- SPI_SETWORKAREA: Don't save work area information to registry.
Aric Stewart [Tue, 1 Feb 2005 18:46:26 +0000 (18:46 +0000)]
Continued work to simplify the ProcessAction call, also split it into
a ProcessAction and ProcessUIAction for future dialog box work.
Also fix a bug in deformat_string where i was not freeing the created
record.
Alexandre Julliard [Tue, 1 Feb 2005 14:37:36 +0000 (14:37 +0000)]
Don't clean all tlb files, only the ones we generated.
Juan Lang [Tue, 1 Feb 2005 14:22:31 +0000 (14:22 +0000)]
Partially implement AppSearch action.
Christian Costa [Tue, 1 Feb 2005 14:22:00 +0000 (14:22 +0000)]
Added ACM Wrapper filter.
Cleaned up AVIDec.
James Hawkins [Tue, 1 Feb 2005 14:21:37 +0000 (14:21 +0000)]
Properly implement DllCanUnloadNow ref counting.
Tom Wickline [Tue, 1 Feb 2005 14:21:21 +0000 (14:21 +0000)]
Fix a broken link.
Aric Stewart [Tue, 1 Feb 2005 14:21:03 +0000 (14:21 +0000)]
Added some more suminfo stubs.
Robert Shearman [Tue, 1 Feb 2005 14:18:10 +0000 (14:18 +0000)]
- Add code for destroying the thread-local storage data, but don't use
it yet.
- Don't release apartment on changing modes because we didn't add a
reference anywhere.
- Quieten the RPC_E_DISCONNECTED error message as it is an expected
return code.
- Treat IID_NULL the same as IID_IUnknown.
- Make tests compile on Win95 again.
- Fix copy+paste error where the test failure should be from the
CoUnmarshalInterface function.
Aric Stewart [Mon, 31 Jan 2005 20:41:11 +0000 (20:41 +0000)]
A reworking of format.c to remove the recursion, clean things up and
stabilize behavior to match windows.
James Hawkins [Mon, 31 Jan 2005 20:40:26 +0000 (20:40 +0000)]
Properly implement DllCanUnloadNow ref counting.
Alexandre Julliard [Mon, 31 Jan 2005 16:46:47 +0000 (16:46 +0000)]
WIN_ListParents no longer needs to be exported, make it static.
Alexandre Julliard [Mon, 31 Jan 2005 16:34:07 +0000 (16:34 +0000)]
Only create an X window for top-level windows, not for child windows.
Get rid of the X client window too, it's no longer needed.
Alexandre Julliard [Mon, 31 Jan 2005 16:24:57 +0000 (16:24 +0000)]
Silence a noisy FIXME.
Huw Davies [Mon, 31 Jan 2005 16:24:23 +0000 (16:24 +0000)]
Dynamically allocate the type data storage.
Split the function and variable type data into two - this will be
needed for dispinterfaces.
Christian Costa [Mon, 31 Jan 2005 16:24:00 +0000 (16:24 +0000)]
Added transform filter template and made AVIDec use it.
Fixed memory leak in register_filters function.
Hans Leidekker [Mon, 31 Jan 2005 16:23:31 +0000 (16:23 +0000)]
Stub implementation for ReadDirectoryChangesW.
Aric Stewart [Mon, 31 Jan 2005 16:23:12 +0000 (16:23 +0000)]
Eliminate the giant if.. else if block from ACTION_ProcessAction in
favor of a table of handlers.
Return code of the install should not depend on the return code of the
final action.
Update component installed states as they are installed so that
conditions based on component states are at least a little more
correct.
Add icon and argument when regestering clsids.
Add a stub for ResolveSource because we do that work just not in
ResolveSource like we should.
When quering a Component state return the correct state.
Mike Hearn [Mon, 31 Jan 2005 16:22:05 +0000 (16:22 +0000)]
Show window owner thread in winedbg.
Eric Pouech [Mon, 31 Jan 2005 11:34:59 +0000 (11:34 +0000)]
Cleanup of dbghelp.h (and a couple of definition fixes). The
displacements (in most of the functions) are not optional.
Vincent Béron [Mon, 31 Jan 2005 11:34:10 +0000 (11:34 +0000)]
Remove message telling users to copy native stdole32.tlb over as we
now provide it.
Better trace in LoadTypeLib.
Change debug messages type to reflect we provide stdole32.tlb.
Mike McCormack [Mon, 31 Jan 2005 11:33:33 +0000 (11:33 +0000)]
Add the msidefs.h header.
Tom Wickline [Mon, 31 Jan 2005 11:33:06 +0000 (11:33 +0000)]
Remove outdated information from the introduction page and the FAQ.
Troy Rollo [Mon, 31 Jan 2005 11:32:34 +0000 (11:32 +0000)]
Correct errors in the macros for two DxDiag method calls.
Troy Rollo [Mon, 31 Jan 2005 11:32:13 +0000 (11:32 +0000)]
Add stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT.
Rein Klazes [Mon, 31 Jan 2005 11:31:50 +0000 (11:31 +0000)]
SafeArrayDestroy() returns success when called with a NULL
pointer. Added to the test cases.
Aric Stewart [Mon, 31 Jan 2005 11:30:59 +0000 (11:30 +0000)]
Setting a record to an empty string is the same as making it null.
Dimitrie O. Paun [Mon, 31 Jan 2005 11:30:39 +0000 (11:30 +0000)]
Replace a DPRINTF with TRACE.
Vincent Béron [Mon, 31 Jan 2005 11:30:26 +0000 (11:30 +0000)]
Check that there are some methods to iterate through before iterating
through them.
Paul Vriens [Mon, 31 Jan 2005 11:29:59 +0000 (11:29 +0000)]
- new test
- changed test to reflect windows results
Robert Shearman [Mon, 31 Jan 2005 11:29:41 +0000 (11:29 +0000)]
Remove test that fails on Win98 and is not useful.
Eric Pouech [Mon, 31 Jan 2005 11:29:09 +0000 (11:29 +0000)]
Various fixes for C++ class parsing (nesting, templates) (from test
cases provided by Michael Lin).
Michael Jung [Mon, 31 Jan 2005 11:28:41 +0000 (11:28 +0000)]
Moved PKCS1 #2 un-/padding from Import-/ExportKey to helper
functions.
Support RSA en-/decryption via CPEncrypt and CPDecrypt.
Added test case for RSA en-/decryption.
Alexandre Julliard [Fri, 28 Jan 2005 17:25:50 +0000 (17:25 +0000)]
Use an X context to associated the x11drv private window data to a
window handle instead of accessing the WND structure directly.
Alexandre Julliard [Fri, 28 Jan 2005 17:23:25 +0000 (17:23 +0000)]
Fixed bug that caused the whole window to be repainted by RedrawWindow
when the passed region was empty.
Robert Reif [Fri, 28 Jan 2005 17:21:07 +0000 (17:21 +0000)]
Fix structure member name to match windows headers and fix up all
uses.
Nameless struct fix for dsound/propset.c to compile on both windows
and wine.
Robert Shearman [Fri, 28 Jan 2005 17:19:51 +0000 (17:19 +0000)]
Release the client security objects when no longer needed (reported by
Mike McCormack).
Thomas Weidenmueller [Fri, 28 Jan 2005 17:19:29 +0000 (17:19 +0000)]
When a toolbar doesn't have the TBSTYLE_FLAT style redrawing the
buttons when moving the mouse is not necessary.
Huw Davies [Fri, 28 Jan 2005 14:13:08 +0000 (14:13 +0000)]
Added stdole32.tlb.
Raphael Junqueira [Fri, 28 Jan 2005 14:03:32 +0000 (14:03 +0000)]
- add vertex Declaration support (using wined3d)
- minimal impl for SetRenderTarget and CreateQuery (needed to get
some samples working)
- remove no longer needed #undef GL_VERSION_1_4
Rémi Assailly [Fri, 28 Jan 2005 14:02:52 +0000 (14:02 +0000)]
char -> const char fixes.