2005-02-03 |
Mike McCormack | - implement checkboxes in dialogs
|
commit | commitdiff | tree |
2005-02-02 |
Mike McCormack | Add more dialog controls, do something when they're...
|
commit | commitdiff | tree |
2005-02-02 |
Mike McCormack | Add the msidbTextStyleStyleBits enumeration.
|
commit | commitdiff | tree |
2005-02-02 |
Mike McCormack | MsiEvaluateCondition returns an error when passed NULL...
|
commit | commitdiff | tree |
2005-01-31 |
Mike McCormack | Add the msidefs.h header.
|
commit | commitdiff | tree |
2005-01-28 |
Mike McCormack | Implement MsiPreviewDialog.
|
commit | commitdiff | tree |
2005-01-27 |
Mike McCormack | - implement MsiOpenPackageEx, and forward MsiOpenPackage...
|
commit | commitdiff | tree |
2005-01-27 |
Mike McCormack | Added idl file for the System Event Notifcation Services API
|
commit | commitdiff | tree |
2005-01-27 |
Mike McCormack | Test different types of dodgy queries.
|
commit | commitdiff | tree |
2005-01-26 |
Mike McCormack | Fix MsiRecordSetString for NULL strings and update...
|
commit | commitdiff | tree |
2005-01-25 |
Mike McCormack | Implement, test and document MsiDecomposeDescriptor.
|
commit | commitdiff | tree |
2005-01-24 |
Mike McCormack | Convert services to use pipes for RPC instead of shared...
|
commit | commitdiff | tree |
2005-01-24 |
Mike McCormack | Indentation and style cleanup.
|
commit | commitdiff | tree |
2005-01-21 |
Mike McCormack | Move OpenQuery into msiquery.c and make it non-static.
|
commit | commitdiff | tree |
2005-01-21 |
Mike McCormack | Added stub implementations for MsiPreviewDialog and
|
commit | commitdiff | tree |
2005-01-21 |
Mike McCormack | Lock record in MsiViewExecute, move stubs to end.
|
commit | commitdiff | tree |
2005-01-21 |
Mike McCormack | Implement GetAdvise and SetAdvise.
|
commit | commitdiff | tree |
2005-01-20 |
Mike McCormack | Fix and test inserting records.
|
commit | commitdiff | tree |
2005-01-20 |
Mike McCormack | Fix refcounting, use Interlocked functions.
|
commit | commitdiff | tree |
2005-01-20 |
Mike McCormack | Fix a bug caused by freeing memory too soon in the...
|
commit | commitdiff | tree |
2005-01-20 |
Mike McCormack | Declare the preview functions.
|
commit | commitdiff | tree |
2005-01-19 |
Mike McCormack | Stub definition for OpenUrl.
|
commit | commitdiff | tree |
2005-01-19 |
Mike McCormack | Implement TransactNamedPipe for the non-overlapped...
|
commit | commitdiff | tree |
2005-01-19 |
Mike McCormack | Stub implementation for some functions.
|
commit | commitdiff | tree |
2005-01-19 |
Mike McCormack | Added definition for the USERINFOSTATE enumeration.
|
commit | commitdiff | tree |
2005-01-18 |
Mike McCormack | Add definitions for session change notifications.
|
commit | commitdiff | tree |
2005-01-14 |
Mike McCormack | Fix, add and rearrange winsvc.h declarations.
|
commit | commitdiff | tree |
2005-01-14 |
Mike McCormack | Move all service stubs together, make them consistent.
|
commit | commitdiff | tree |
2005-01-14 |
Mike McCormack | Cleanup service handles.
|
commit | commitdiff | tree |
2005-01-11 |
Mike McCormack | Tests and fixes for StgOpenStorage.
|
commit | commitdiff | tree |
2005-01-11 |
Mike McCormack | Test and fix a few problems with OLE storage streams.
|
commit | commitdiff | tree |
2005-01-10 |
Mike McCormack | Fix image list mask and blending.
|
commit | commitdiff | tree |
2005-01-10 |
Mike McCormack | Add proxy authentication dialog.
|
commit | commitdiff | tree |
2005-01-10 |
Mike McCormack | Test and fix StgCreateDocFile grfModes.
|
commit | commitdiff | tree |
2005-01-09 |
Mike McCormack | Implement MsiRecordSetStreamA/W and add tests for records...
|
commit | commitdiff | tree |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for...
|
commit | commitdiff | tree |
2005-01-06 |
Mike McCormack | MsiCloseAllHandles only closes handles allocated in...
|
commit | commitdiff | tree |
2005-01-06 |
Mike McCormack | Add test for records.
|
commit | commitdiff | tree |
2005-01-06 |
Mike McCormack | Fix records according to test cases.
|
commit | commitdiff | tree |
2005-01-06 |
Mike McCormack | Declare more functions.
|
commit | commitdiff | tree |
2005-01-05 |
Mike McCormack | Add a simple test case for MSI databases.
|
commit | commitdiff | tree |
2005-01-05 |
Mike McCormack | Allow COM to start services containing COM servers.
|
commit | commitdiff | tree |
2005-01-04 |
Mike McCormack | Convert StartDoc to Unicode.
|
commit | commitdiff | tree |
2005-01-04 |
Mike McCormack | Remove unneeded whitespace, indent correctly.
|
commit | commitdiff | tree |
2005-01-04 |
Mike McCormack | Extend winedump to allow dumping enhanced meta files.
|
commit | commitdiff | tree |
2005-01-04 |
Mike McCormack | Added some extra functions.
|
commit | commitdiff | tree |
2005-01-04 |
Mike McCormack | Add cfgmgr32.h header.
|
commit | commitdiff | tree |
2005-01-03 |
Mike McCormack | Add some missing declarations in the spec file.
|
commit | commitdiff | tree |
2004-12-27 |
Mike McCormack | Implement thread safety for records.
|
commit | commitdiff | tree |
2004-12-27 |
Mike McCormack | Fix CreateService's error code for a service that already...
|
commit | commitdiff | tree |
2004-12-27 |
Mike McCormack | Don't use RtlCreateUnicodeStringFromAsciiz, it doesn...
|
commit | commitdiff | tree |
2004-12-27 |
Mike McCormack | Stub implementation for AtlModuleRegisterServer.
|
commit | commitdiff | tree |
2004-12-23 |
Mike McCormack | Dump known but unimplemented SystemParameterInfo actions.
|
commit | commitdiff | tree |
2004-12-23 |
Mike McCormack | Declare SetLayeredWindowAttributes.
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Declare GetSecurityInfo.
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Remove more fixed length buffers, rewrite functions...
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Fix selecting string columns and matching against a...
|
commit | commitdiff | tree |
2004-12-22 |
Mike McCormack | Remove a lot of fixed length buffers.
|
commit | commitdiff | tree |
2004-12-21 |
Mike McCormack | Check values passed in to SetWinMetaFileBits, not our...
|
commit | commitdiff | tree |
2004-12-21 |
Mike McCormack | Output EMR_POLYGON16 records when possible.
|
commit | commitdiff | tree |
2004-12-08 |
Mike McCormack | Stub implementation for GetLastInputInfo.
|
commit | commitdiff | tree |
2004-12-08 |
Mike McCormack | Stub implementations for Lsa(Store/Retrieve)PrivateData.
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Stub implementation for SetupDiOpenDeviceInterface.
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Fix transposition of 4 byte values when reading in...
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Stub implementations for DecryptFile, EncryptFile and
|
commit | commitdiff | tree |
2004-12-06 |
Mike McCormack | Make sure to insert the proxy authentication header...
|
commit | commitdiff | tree |
2004-12-01 |
Mike McCormack | Added a stub implementation for GetCurrentHwProfileW.
|
commit | commitdiff | tree |
2004-11-29 |
Mike McCormack | Added some tests for timer functions.
|
commit | commitdiff | tree |
2004-11-29 |
Mike McCormack | CFM_GETSPEC always returns a space-separated list.
|
commit | commitdiff | tree |
2004-11-28 |
Mike McCormack | - Don't limit the size of the property that can be...
|
commit | commitdiff | tree |
2004-11-24 |
Mike McCormack | Return correct error code in EnumPrinters.
|
commit | commitdiff | tree |
2004-11-24 |
Mike McCormack | Fix ofn.nFileOffset when multiple files are selected.
|
commit | commitdiff | tree |
2004-11-19 |
Mike McCormack | Use interlocked functions for thread safety.
|
commit | commitdiff | tree |
2004-11-10 |
Mike McCormack | Improve the CertStore code a little.
|
commit | commitdiff | tree |
2004-11-01 |
Mike McCormack | Start the reboot process in ExitWindowsEx.
|
commit | commitdiff | tree |
2004-11-01 |
Mike McCormack | Download the Mozilla Active X control on demand.
|
commit | commitdiff | tree |
2004-10-29 |
Mike McCormack | Define some extra HTTP_QUERY values.
|
commit | commitdiff | tree |
2004-10-29 |
Mike McCormack | Kill all wine processes when doing ExitWindowsEx.
|
commit | commitdiff | tree |
2004-10-27 |
Mike McCormack | Add stub implementations for LaunchINFSection(Ex).
|
commit | commitdiff | tree |
2004-10-26 |
Mike McCormack | Add some tests for time conversion functions.
|
commit | commitdiff | tree |
2004-10-26 |
Mike McCormack | SERIALUI: convert to Unicode.
|
commit | commitdiff | tree |
2004-10-22 |
Mike McCormack | Use Unicode functions in RegisterTypeLib.
|
commit | commitdiff | tree |
2004-10-22 |
Mike McCormack | Add a test for creating empty shelllink files.
|
commit | commitdiff | tree |
2004-10-21 |
Mike McCormack | Implement ChangeServiceConfig2A using ChangeServiceConfig2W.
|
commit | commitdiff | tree |
2004-10-21 |
Mike McCormack | Define SERVICE_NO_CHANGE and RegisterServiceCtrlHandlerEx.
|
commit | commitdiff | tree |
2004-10-21 |
Mike McCormack | Implement ChangeServiceConfigA using ChangeServiceConfigW.
|
commit | commitdiff | tree |
2004-10-19 |
Mike McCormack | Implement CallNamedPipeA using CallNamedPipeW.
|
commit | commitdiff | tree |
2004-10-19 |
Mike McCormack | Convert the shellmenu code to use unicode.
|
commit | commitdiff | tree |
2004-10-18 |
Mike McCormack | Added an IDL file for Richedit's OLE interface.
|
commit | commitdiff | tree |
2004-10-18 |
Mike McCormack | Fix port enumeration.
|
commit | commitdiff | tree |
2004-10-18 |
Mike McCormack | Add stub implementation for CreateProxyFromTypeInfo.
|
commit | commitdiff | tree |
2004-10-18 |
Mike McCormack | Mask SIGCHLD to prevent partial writes in the new_process...
|
commit | commitdiff | tree |
2004-10-04 |
Mike McCormack | Fix port enumeration.
|
commit | commitdiff | tree |
2004-10-04 |
Mike McCormack | Prevent crash using CJK locale but no input method.
|
commit | commitdiff | tree |
2004-09-21 |
Mike McCormack | Various formatting fixes.
|
commit | commitdiff | tree |
2004-09-20 |
Mike McCormack | CoSuspendClassObjects stub implementation.
|
commit | commitdiff | tree |
2004-09-20 |
Mike McCormack | Improve the handling of complex data types (strings...
|
commit | commitdiff | tree |
2004-09-16 |
Mike McCormack | Fix some -Wsigned-compare warnings.
|
commit | commitdiff | tree |
2004-09-15 |
Mike McCormack | Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
|
commit | commitdiff | tree |
2004-09-15 |
Mike McCormack | Use FILE_SHARE_DELETE when loading modules, as running...
|
commit | commitdiff | tree |