2005-02-10 |
Aric Stewart | Add the RegisterUser action. |
tree | commitdiff |
2005-02-10 |
Robert Reif | Always allocate an empty buffer. |
tree | commitdiff |
2005-02-09 |
Eric Pouech | - rewrite MCI interfaces as Unicode interface (as it... |
tree | commitdiff |
2005-02-09 |
Michael Jung | Implemented CPGetProvParam's PP_ENUMCONTAINERS paramete... |
tree | commitdiff |
2005-02-09 |
Ulrich Czekalla | Handle 0 length buffers in MSI_FormatRecordW. |
tree | commitdiff |
2005-02-09 |
Mike Hearn | Change an ERR to a WARN. |
tree | commitdiff |
2005-02-09 |
Aric Stewart | Do not track the temp files for custom actions based... |
tree | commitdiff |
2005-02-09 |
Robert Reif | Fill new software buffers with silence. |
tree | commitdiff |
2005-02-09 |
Alexandre Julliard | Make the win data pointer only available in the thread... |
tree | commitdiff |
2005-02-09 |
Aric Stewart | Implement RegisterExtensionInfo and RegisterMIMEInfo. |
tree | commitdiff |
2005-02-09 |
Mike McCormack | Handle a number as a parameter for custom action 19. |
tree | commitdiff |
2005-02-09 |
Alexandre Julliard | Consider any character above 0x7f to be invalid in... |
tree | commitdiff |
2005-02-09 |
Tom Fogal | Simple aggregation fix. |
tree | commitdiff |
2005-02-09 |
Aric Stewart | Do not limit properties to 256 characters when evaluati... |
tree | commitdiff |
2005-02-09 |
Dmitry Timoshkov | Add support for Turkish (tr) X11 keyboard layout. |
tree | commitdiff |
2005-02-09 |
Ge van Geldorp | - Fix quoting of .cpl filename. |
tree | commitdiff |
2005-02-09 |
Mike McCormack | - add support for Edit boxes in MSI dialogs |
tree | commitdiff |
2005-02-09 |
Mike McCormack | Fix a memory leak in MsiConfigureProductExW. |
tree | commitdiff |
2005-02-08 |
Robert Shearman | - Implement CoDisconnectObject. |
tree | commitdiff |
2005-02-08 |
Rein Klazes | ScrollWindowEx when called with the SW_ERASE flag does... |
tree | commitdiff |
2005-02-08 |
Aric Stewart | Make a temp file for each dll saved for custom actions... |
tree | commitdiff |
2005-02-08 |
Aric Stewart | Add logic to be able to resolve the SourceDir based on |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Move object-to-stub-manager mapping rule to register_if... |
tree | commitdiff |
2005-02-08 |
Mike McCormack | Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRE... |
tree | commitdiff |
2005-02-08 |
Christian Costa | Added parser template and made AVISplitter use it. |
tree | commitdiff |
2005-02-08 |
Stefan Leichter | Fixed GetFileVersionInfoSizeA tests on Win95. |
tree | commitdiff |
2005-02-08 |
Hans Leidekker | Stub implementations for DeleteUrlCacheContainer{A,W}, |
tree | commitdiff |
2005-02-08 |
Robert Shearman | - Split up apartment creation so that the long code... |
tree | commitdiff |
2005-02-08 |
Paul Vriens | Add WinXP to OaBuildVersion. |
tree | commitdiff |
2005-02-08 |
Mike McCormack | - fix the dialog font |
tree | commitdiff |
2005-02-08 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2005-02-08 |
Juan Lang | Identifiers evaluate to true if they are non-empty... |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Replace 10000000 with TICKSPERSEC to make it more obvio... |
tree | commitdiff |
2005-02-08 |
Mike Hearn | Return OLE automation build value as win2k by default. |
tree | commitdiff |
2005-02-08 |
Mike McCormack | Implement and document MsiLoadString. |
tree | commitdiff |
2005-02-08 |
Mike Hearn | Correctly ensure properties set from resolved directory... |
tree | commitdiff |
2005-02-08 |
Carlos Lozano | Fix regression in Fallout game. |
tree | commitdiff |
2005-02-08 |
Carlos Lozano | Check that pstream is not null. |
tree | commitdiff |
2005-02-08 |
Steven Edwards | Correct spec entry for FindFirstUrlCacheEntryEx. |
tree | commitdiff |
2005-02-08 |
Paul Vriens | Extra tracing for SPI_GETICONTITLEWRAP. |
tree | commitdiff |
2005-02-08 |
Juan Lang | If a full path isn't specified, search across all fixed... |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Convert last error from NTSTATUS to a DOS error code... |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Make GetOpenFileNameW with an old style open file dialo... |
tree | commitdiff |
2005-02-03 |
Paul Vriens | More verbosity of errors. |
tree | commitdiff |
2005-02-03 |
James Hawkins | Properly implement DllCanUnloadNow ref counting. |
tree | commitdiff |
2005-02-03 |
Eric Pouech | Moved 16 bit atom support to dlls/kernel/atom16.c. |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
tree | commitdiff |
2005-02-03 |
Eric Kohl | - Implement SetupDiBuildClassInfoListExA, |
tree | commitdiff |
2005-02-03 |
Hans Leidekker | Implement and test PathIsValidChar{A,W}. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Async callback function must be stdcall. |
tree | commitdiff |
2005-02-03 |
Mike McCormack | - implement checkboxes in dialogs |
tree | commitdiff |
2005-02-03 |
Juan Lang | Simplify AppSearch error checking. |
tree | commitdiff |
2005-02-02 |
Robert Shearman | - Pass the original IID to IMarshal_UnmarshalInterface... |
tree | commitdiff |
2005-02-02 |
Lauri Tulmin | Add test for LB_SELITEMRANGE and make it pass. |
tree | commitdiff |
2005-02-02 |
Eric Kohl | - Implement DoesUserHavePrivilege, EnablePrivilege... |
tree | commitdiff |
2005-02-02 |
David McCullough | HTTP_HttpSendRequestW was getting invoked with a null... |
tree | commitdiff |
2005-02-02 |
Mike McCormack | Add more dialog controls, do something when they're... |
tree | commitdiff |
2005-02-02 |
Dmitry Timoshkov | Use the idFirstChild specified in the MDIClient's CLIEN... |
tree | commitdiff |
2005-02-02 |
James Hawkins | Properly implement DllCanUnload ref counting. |
tree | commitdiff |
2005-02-02 |
James Hawkins | Properly implement DllCanUnloadNow ref counting. |
tree | commitdiff |
2005-02-02 |
Aric Stewart | Cleanup processing a bit more. |
tree | commitdiff |
2005-02-02 |
Aric Stewart | Fix a copy and paste error, check for a null value... |
tree | commitdiff |
2005-02-02 |
Mike McCormack | MsiEvaluateCondition returns an error when passed NULL... |
tree | commitdiff |
2005-02-02 |
Aric Stewart | Finish up the framework by stubbing out all the remaini... |
tree | commitdiff |
2005-02-01 |
Alexandre Julliard | Removed the no longer used WIN_SetExStyle function. |
tree | commitdiff |
2005-02-01 |
Alexandre Julliard | Store the "managed" flag as a window property instead... |
tree | commitdiff |
2005-02-01 |
Hans Leidekker | - Stub implementations for FtpGetFileSize, FtpCommand... |
tree | commitdiff |
2005-02-01 |
Dmitry Timoshkov | Handle CBR_BLOCK in EXECUTE and ADVISE DDE transactions. |
tree | commitdiff |
2005-02-01 |
Robert Reif | Fix primary buffer memory leak. |
tree | commitdiff |
2005-02-01 |
Justin Chevrier | - SPI_GETWORKAREA: Read work area information from... |
tree | commitdiff |
2005-02-01 |
Aric Stewart | Continued work to simplify the ProcessAction call,... |
tree | commitdiff |
2005-02-01 |
Juan Lang | Partially implement AppSearch action. |
tree | commitdiff |
2005-02-01 |
Christian Costa | Added ACM Wrapper filter. |
tree | commitdiff |
2005-02-01 |
James Hawkins | Properly implement DllCanUnloadNow ref counting. |
tree | commitdiff |
2005-02-01 |
Aric Stewart | Added some more suminfo stubs. |
tree | commitdiff |
2005-02-01 |
Robert Shearman | - Add code for destroying the thread-local storage... |
tree | commitdiff |
2005-01-31 |
Aric Stewart | A reworking of format.c to remove the recursion, clean... |
tree | commitdiff |
2005-01-31 |
James Hawkins | Properly implement DllCanUnloadNow ref counting. |
tree | commitdiff |
2005-01-31 |
Alexandre Julliard | WIN_ListParents no longer needs to be exported, make... |
tree | commitdiff |
2005-01-31 |
Alexandre Julliard | Only create an X window for top-level windows, not... |
tree | commitdiff |
2005-01-31 |
Alexandre Julliard | Silence a noisy FIXME. |
tree | commitdiff |
2005-01-31 |
Christian Costa | Added transform filter template and made AVIDec use it. |
tree | commitdiff |
2005-01-31 |
Hans Leidekker | Stub implementation for ReadDirectoryChangesW. |
tree | commitdiff |
2005-01-31 |
Aric Stewart | Eliminate the giant if.. else if block from ACTION_Proc... |
tree | commitdiff |
2005-01-31 |
Eric Pouech | Cleanup of dbghelp.h (and a couple of definition fixes... |
tree | commitdiff |
2005-01-31 |
Vincent Béron | Remove message telling users to copy native stdole32... |
tree | commitdiff |
2005-01-31 |
Troy Rollo | Add stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT. |
tree | commitdiff |
2005-01-31 |
Rein Klazes | SafeArrayDestroy() returns success when called with... |
tree | commitdiff |
2005-01-31 |
Aric Stewart | Setting a record to an empty string is the same as... |
tree | commitdiff |
2005-01-31 |
Paul Vriens | - new test |
tree | commitdiff |
2005-01-31 |
Robert Shearman | Remove test that fails on Win98 and is not useful. |
tree | commitdiff |
2005-01-31 |
Eric Pouech | Various fixes for C++ class parsing (nesting, templates... |
tree | commitdiff |
2005-01-31 |
Michael Jung | Moved PKCS1 #2 un-/padding from Import-/ExportKey to... |
tree | commitdiff |
2005-01-28 |
Alexandre Julliard | Use an X context to associated the x11drv private windo... |
tree | commitdiff |
2005-01-28 |
Alexandre Julliard | Fixed bug that caused the whole window to be repainted... |
tree | commitdiff |
2005-01-28 |
Robert Reif | Fix structure member name to match windows headers... |
tree | commitdiff |
2005-01-28 |
Robert Shearman | Release the client security objects when no longer... |
tree | commitdiff |
2005-01-28 |
Thomas Weidenmueller | When a toolbar doesn't have the TBSTYLE_FLAT style... |
tree | commitdiff |
2005-01-28 |
Huw Davies | Added stdole32.tlb. |
tree | commitdiff |
next |