2005-04-15 |
Mike McCormack | Simple unit tests for GdiIs*DC functions.
|
commit | commitdiff | tree |
2005-04-15 |
Mike McCormack | Add some more Windows Terminal Server API definitions.
|
commit | commitdiff | tree |
2005-04-15 |
Mike McCormack | Add prototypes for some Gdi* functions.
|
commit | commitdiff | tree |
2005-04-14 |
Mike McCormack | Implement GdiIs*DC functions.
|
commit | commitdiff | tree |
2005-04-11 |
Mike McCormack | Calculate the size of the next mailslot message correctly.
|
commit | commitdiff | tree |
2005-04-11 |
Mike McCormack | Move mailslot set and query info implementation to...
|
commit | commitdiff | tree |
2005-04-11 |
Mike McCormack | Add stub for FaultInIEFeature.
|
commit | commitdiff | tree |
2005-04-11 |
Mike McCormack | Add uCLSSPEC, CSPLATFORM and QUERYCONTEXT structures.
|
commit | commitdiff | tree |
2005-04-11 |
Mike McCormack | Load and display bitmaps in the dialogs.
|
commit | commitdiff | tree |
2005-03-31 |
Mike McCormack | Eliminate forward declarations, make functions static.
|
commit | commitdiff | tree |
2005-03-31 |
Mike McCormack | Fix up PIDL dumping code.
|
commit | commitdiff | tree |
2005-03-30 |
Mike McCormack | Implement mailslots.
|
commit | commitdiff | tree |
2005-03-30 |
Mike McCormack | Stub implementation of RtlAbsoluteToSelfRelativeSD.
|
commit | commitdiff | tree |
2005-03-29 |
Mike McCormack | Implement ChangeServiceConfig.
|
commit | commitdiff | tree |
2005-03-29 |
Mike McCormack | Split out database functions, remove dependence on...
|
commit | commitdiff | tree |
2005-03-28 |
Mike McCormack | Implement CreateMailslot using NtCreateMailslotFile.
|
commit | commitdiff | tree |
2005-03-28 |
Mike McCormack | Remove function prototypes, make functions static.
|
commit | commitdiff | tree |
2005-03-27 |
Mike McCormack | Remove unnecessary function prototypes.
|
commit | commitdiff | tree |
2005-03-27 |
Mike McCormack | Remove function prototypes, make functions static.
|
commit | commitdiff | tree |
2005-03-27 |
Mike McCormack | Use api definitions, remove duplicate code.
|
commit | commitdiff | tree |
2005-03-25 |
Mike McCormack | Use strdup, implement MsiDatabaseImportA.
|
commit | commitdiff | tree |
2005-03-24 |
Mike McCormack | Replace instances of HeapAlloc/MultiByteToWideChar...
|
commit | commitdiff | tree |
2005-03-24 |
Mike McCormack | Make sure there's only one place we allocate dialog...
|
commit | commitdiff | tree |
2005-03-24 |
Mike McCormack | Clean up registry functions.
|
commit | commitdiff | tree |
2005-03-21 |
Mike McCormack | Eliminate casts of the return value of HeapAlloc.
|
commit | commitdiff | tree |
2005-03-21 |
Mike McCormack | Remove casts and unused code.
|
commit | commitdiff | tree |
2005-03-19 |
Mike McCormack | Fix usage of STGM_ enumerations, remove forward declaration.
|
commit | commitdiff | tree |
2005-03-19 |
Mike McCormack | Remove forward declarations of interface methods.
|
commit | commitdiff | tree |
2005-03-19 |
Mike McCormack | Remove an unused function.
|
commit | commitdiff | tree |
2005-03-19 |
Mike McCormack | - test cases for summary information
|
commit | commitdiff | tree |
2005-03-18 |
Mike McCormack | Implement summary information loading and saving.
|
commit | commitdiff | tree |
2005-03-17 |
Mike McCormack | Remove some dead code and some ifdefs.
|
commit | commitdiff | tree |
2005-03-17 |
Mike McCormack | Fix a regression in the file open dialog.
|
commit | commitdiff | tree |
2005-03-17 |
Mike McCormack | Fix dependencies.
|
commit | commitdiff | tree |
2005-03-17 |
Mike McCormack | Convert path to unicode, rearrange to remove forward...
|
commit | commitdiff | tree |
2005-03-17 |
Mike McCormack | Declare inline string function WINAPI (found by Krzysztof...
|
commit | commitdiff | tree |
2005-03-16 |
Mike McCormack | Add property IDs for MSI summary information.
|
commit | commitdiff | tree |
2005-03-16 |
Mike McCormack | Add defines for SLDF flags.
|
commit | commitdiff | tree |
2005-03-16 |
Mike McCormack | - Rename dupstrW to strdupW, and remove duplicate definition.
|
commit | commitdiff | tree |
2005-03-14 |
Mike McCormack | Move interface declarations to shobjidl.idl.
|
commit | commitdiff | tree |
2005-03-11 |
Mike McCormack | StgOpenStorage shouldn't open zero length storage files.
|
commit | commitdiff | tree |
2005-03-10 |
Mike McCormack | Forward the RichEdit 1.0 control to the RichEdit 2...
|
commit | commitdiff | tree |
2005-03-09 |
Mike McCormack | Shared reading of storage files requires STGM_TRANSACTED.
|
commit | commitdiff | tree |
2005-03-07 |
Mike McCormack | Port the RTF parser to the richedit 2.0 control.
|
commit | commitdiff | tree |
2005-03-07 |
Mike McCormack | Fix more incorrect uses of STGM_ enumerations.
|
commit | commitdiff | tree |
2005-03-07 |
Mike McCormack | Use lstrcmpiA in preference to strcasecmp.
|
commit | commitdiff | tree |
2005-03-05 |
Mike McCormack | Test and fix grfMode handling in StgOpenDocfile.
|
commit | commitdiff | tree |
2005-03-05 |
Mike McCormack | Declare the value of STGM_DIRECT_SWMR.
|
commit | commitdiff | tree |
2005-03-05 |
Mike McCormack | Handle %ls in sprintf.
|
commit | commitdiff | tree |
2005-03-04 |
Mike McCormack | Implement StgSetTimes.
|
commit | commitdiff | tree |
2005-03-04 |
Mike McCormack | Don't clear ES_AUTO[HV]SCROLL in the edit control created by
|
commit | commitdiff | tree |
2005-03-04 |
Mike McCormack | Handle the printf %F format modifier.
|
commit | commitdiff | tree |
2005-02-25 |
Mike McCormack | Dump the pidl of a lnk file.
|
commit | commitdiff | tree |
2005-02-25 |
Mike McCormack | - implement loading and saving of MSI advertised shortcut...
|
commit | commitdiff | tree |
2005-02-24 |
Mike McCormack | Add struct StorageBaseImpl at the start of derived...
|
commit | commitdiff | tree |
2005-02-24 |
Mike McCormack | Remove unused declaration.
|
commit | commitdiff | tree |
2005-02-24 |
Mike McCormack | Remove tabs, reformat, merge comments.
|
commit | commitdiff | tree |
2005-02-23 |
Mike McCormack | Remove tabs and reformat.
|
commit | commitdiff | tree |
2005-02-23 |
Mike McCormack | - handle IFileSystemBindData in ISF_Desktop_fnParseDisplayName
|
commit | commitdiff | tree |
2005-02-22 |
Mike McCormack | Make sure strings are null terminated.
|
commit | commitdiff | tree |
2005-02-22 |
Mike McCormack | When running a second time, don't fail if we can't...
|
commit | commitdiff | tree |
2005-02-22 |
Mike McCormack | Make lstr* functions inline inside Wine.
|
commit | commitdiff | tree |
2005-02-22 |
Mike McCormack | - handle IFileSystemBindData in IShellFolder::ParseDisplayName
|
commit | commitdiff | tree |
2005-02-22 |
Mike McCormack | Cleanup, create unicode versions of _ILCreateFromPath,
|
commit | commitdiff | tree |
2005-02-21 |
Mike McCormack | Implement and test IPropertySetStorage.
|
commit | commitdiff | tree |
2005-02-21 |
Mike McCormack | Remove tabs and make formatting consistent.
|
commit | commitdiff | tree |
2005-02-18 |
Mike McCormack | Dump out more details on the target of a link.
|
commit | commitdiff | tree |
2005-02-18 |
Mike McCormack | Added odbcinst.h.
|
commit | commitdiff | tree |
2005-02-18 |
Mike McCormack | Small indentation fixes.
|
commit | commitdiff | tree |
2005-02-17 |
Mike McCormack | Add dumping of lnk files.
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Move product, feature and component enumeration functions to
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Add a border to the edit control, add some more controls.
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Fix up the summary information code a little.
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Remove const declaration from non-const function.
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Allow MsiViewExecute to be called twice on the same...
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Implement MsiDatabaseGetPrimaryKeys.
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | MsiGetComponentPath should allow null pointers for...
|
commit | commitdiff | tree |
2005-02-16 |
Mike McCormack | Small fixes, indentation and comments.
|
commit | commitdiff | tree |
2005-02-15 |
Mike McCormack | Reindent some code to improve readability.
|
commit | commitdiff | tree |
2005-02-15 |
Mike McCormack | Define some extra SHFGI values.
|
commit | commitdiff | tree |
2005-02-15 |
Mike McCormack | Add some more SPI values.
|
commit | commitdiff | tree |
2005-02-14 |
Mike McCormack | Add handling of %ws, %S and %C to _vns(w)printf, improve...
|
commit | commitdiff | tree |
2005-02-14 |
Mike McCormack | Implement SQL delete query.
|
commit | commitdiff | tree |
2005-02-10 |
Mike McCormack | Set full UI mode by default.
|
commit | commitdiff | tree |
2005-02-10 |
Mike McCormack | Read args from the registry when passed the /@ flag.
|
commit | commitdiff | tree |
2005-02-10 |
Mike McCormack | Update headers, add MsiGetUserInfoA stub implementation.
|
commit | commitdiff | tree |
2005-02-10 |
Mike McCormack | Convert to Unicode.
|
commit | commitdiff | tree |
2005-02-09 |
Mike McCormack | - Quote the parameter strings passed to MsiInstallProduct.
|
commit | commitdiff | tree |
2005-02-09 |
Mike McCormack | - Fix msiexec's command line parsing.
|
commit | commitdiff | tree |
2005-02-09 |
Mike McCormack | Handle a number as a parameter for custom action 19.
|
commit | commitdiff | tree |
2005-02-09 |
Mike McCormack | - add support for Edit boxes in MSI dialogs
|
commit | commitdiff | tree |
2005-02-09 |
Mike McCormack | Fix a memory leak in MsiConfigureProductExW.
|
commit | commitdiff | tree |
2005-02-08 |
Mike McCormack | Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD...
|
commit | commitdiff | tree |
2005-02-08 |
Mike McCormack | Add the msidbCustomAction and msidbFeatureAttributes...
|
commit | commitdiff | tree |
2005-02-08 |
Mike McCormack | - fix the dialog font
|
commit | commitdiff | tree |
2005-02-08 |
Mike McCormack | Implement and document MsiLoadString.
|
commit | commitdiff | tree |
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 |