2005-10-28 |
Mike McCormack | Fix MsiGetPropertyA/W spec declarations. |
tree | commitdiff |
2005-10-28 |
Mike McCormack | Create component folders in the CreateFolders action. |
tree | commitdiff |
2005-10-27 |
Vitaliy Margolen | - Send whole OBJECT_ATTRIBUTES.Attributes to the server... |
tree | commitdiff |
2005-10-27 |
Ivan Leo Puoti | Allow mapi32 tests to load and exit gracefully if mapi3... |
tree | commitdiff |
2005-10-27 |
Ivan Leo Puoti | Delete a temp file. |
tree | commitdiff |
2005-10-27 |
Vijay Kiran Kamuju | Add default implementation for max_conn_pre_*_server... |
tree | commitdiff |
2005-10-27 |
Phil Krylov | Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFi... |
tree | commitdiff |
2005-10-27 |
Dmitry Timoshkov | Add some missing USER definitions, add a couple of... |
tree | commitdiff |
2005-10-27 |
Mike McCormack | If an action fails, print out its name as well as the... |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Rename load_dynamic_stringW to msi_dup_record_field... |
tree | commitdiff |
2005-10-27 |
Vitaliy Margolen | Add test for undocumented 0x4D message sent on F1. |
tree | commitdiff |
2005-10-27 |
Vijay Kiran Kamuju | Added a test case for %0f and %.0f. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Implement transforms. This still includes some debuggi... |
tree | commitdiff |
2005-10-27 |
Robert Lunnon | Reorder header files to avoid name space collision... |
tree | commitdiff |
2005-10-27 |
Michael Jung | Implemented UnixFolder's IPersistPropertyBag::Load... |
tree | commitdiff |
2005-10-27 |
Alex Villacís Lasso | Add tests for functionality implemented or corrected... |
tree | commitdiff |
2005-10-27 |
Robert Shearman | There is no need to call IUnknown_QueryInterface since... |
tree | commitdiff |
2005-10-27 |
Michael Jung | Remove iconcache pre-initialization hack, it's not... |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Tidy up the RegisterProduct action a little. |
tree | commitdiff |
2005-10-27 |
Oliver Stieber | Release the OpenGL context when the device is released. |
tree | commitdiff |
2005-10-27 |
Alexandre Julliard | Make show_dir_symlinks the default and get rid of the... |
tree | commitdiff |
2005-10-27 |
Robert Reif | Added more error codes to dxerr8 and dxerr9 which were... |
tree | commitdiff |
2005-10-27 |
Uwe Bonnes | Test for argv handling. |
tree | commitdiff |
2005-10-27 |
Ivan Leo Puoti | Add stub implementation for NtAccessCheckAndAuditAlarm. |
tree | commitdiff |
2005-10-27 |
Juan Lang | Implement CryptMem and undocumented I_Crypt*Tls functio... |
tree | commitdiff |
2005-10-27 |
Oliver Stieber | Correct the number of parameters expected for the LRP... |
tree | commitdiff |
2005-10-27 |
Oliver Stieber | Changed index and vertex buffer so that internal refere... |
tree | commitdiff |
2005-10-27 |
Dmitry Timoshkov | Correctly handle flags parameter in SHAddToRecentDocs. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Missing and zero precision specifiers are different. |
tree | commitdiff |
2005-10-27 |
Robert Shearman | Add IFontEventsDisp and IProvideMultipleClassInfo. |
tree | commitdiff |
2005-10-27 |
Vitaliy Margolen | Unify HEADER_SetItem[A/W] into one function. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Add the IObjectWithSite interface. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Add a currently failing test case for menus. |
tree | commitdiff |
2005-10-27 |
Robert Reif | Remove unused variable from IDirectSoundFullDuplexImpl. |
tree | commitdiff |
2005-10-26 |
Alexandre Julliard | In FindNextFileExW don't report directory symlinks... |
tree | commitdiff |
2005-10-26 |
Mike McCormack | Create a stub function to apply a single table transfor... |
tree | commitdiff |
2005-10-26 |
Huw Davies | Stubs for NdrStubForwardingFunction and NdrCStdStubBuff... |
tree | commitdiff |
2005-10-26 |
Alex Villacís Lasso | Implement complete VarDecDiv() for any valid DECIMAL. |
tree | commitdiff |
2005-10-26 |
Alexandre Julliard | Attach to implicitly loaded builtin dlls on process... |
tree | commitdiff |
2005-10-26 |
Huw Davies | Treat paramflags == 0 like PARAMFLAG_FIN. |
tree | commitdiff |
2005-10-26 |
Alex Villacís Lasso | Implement complete VarDecMul() for any valid DECIMAL. |
tree | commitdiff |
2005-10-26 |
Mike McCormack | Enumerate the substorage transforms for any patches... |
tree | commitdiff |
2005-10-26 |
Michael Jung | - Try LoadLibrary/LoadImage to extract icons from wine... |
tree | commitdiff |
2005-10-26 |
Michael Stefaniuc | Handle VT_CY in VarDiv(). |
tree | commitdiff |
2005-10-26 |
Detlef Riekenberg | Updated trace to support VERSIONED_PRINTER. |
tree | commitdiff |
2005-10-26 |
Peter Beutner | Proper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VE... |
tree | commitdiff |
2005-10-26 |
Robert Shearman | Implement a Stop function and use this to properly... |
tree | commitdiff |
2005-10-26 |
Robert Shearman | - Forward IDispatch functions to the MIDL-generated... |
tree | commitdiff |
2005-10-26 |
Alex Villacís Lasso | Implement complete VarBstrFromDec() for any valid DECIM... |
tree | commitdiff |
2005-10-26 |
Vitaliy Margolen | Silently ignore WM_PAINT in msg tests. |
tree | commitdiff |
2005-10-26 |
Vitaliy Margolen | Cosmetic changes to NtCreateNamedPipeFile change "oa... |
tree | commitdiff |
2005-10-26 |
Mike McCormack | Create an internal handle-free api for reading MSI... |
tree | commitdiff |
2005-10-26 |
Mike McCormack | Switch back to using IPicture to load images. LoadImag... |
tree | commitdiff |
2005-10-26 |
Dmitry Timoshkov | Add a test for GetCurrentObject, make it pass under... |
tree | commitdiff |
2005-10-26 |
Ivan Leo Puoti | Make secur32.dll tests load on nt 4.0. |
tree | commitdiff |
2005-10-26 |
Hans Leidekker | Implement SQLInstallDriverManager. |
tree | commitdiff |
2005-10-26 |
Stefan Huehner | Fix IXMLDOMDocument error handling. |
tree | commitdiff |
2005-10-26 |
Eric Pouech | Previous fix incorrectly removed all test for strings... |
tree | commitdiff |
2005-10-26 |
Stefan Leichter | Fix for GetPrinterDriverDirectoryA test. |
tree | commitdiff |
2005-10-26 |
Vitaliy Margolen | Test for return value from CreateDirectory("c:"). |
tree | commitdiff |
2005-10-26 |
Jacek Caban | Make functions static. |
tree | commitdiff |
2005-10-26 |
Uwe Bonnes | Fix gcc 4 warnings. |
tree | commitdiff |
2005-10-26 |
Saulius Krasuckas | Link to {G|S}etRelAbs() during runtime as Win9x OSes... |
tree | commitdiff |
2005-10-26 |
Rein Klazes | Fixed a lot of bugs in TEXT_TabbedTextOut. With the... |
tree | commitdiff |
2005-10-24 |
Michal Suchanek | Make Czech font selection dialog usable. |
tree | commitdiff |
2005-10-24 |
Eric Pouech | Made accept thread safe(r). |
tree | commitdiff |
2005-10-24 |
Vitaliy Margolen | Fix bad mouse lag in games that do their own mouse... |
tree | commitdiff |
2005-10-24 |
Robert Lunnon | Rename queue_t to jobqueue_t to avoid collision with... |
tree | commitdiff |
2005-10-24 |
Robert Lunnon | Added header errno.h. |
tree | commitdiff |
2005-10-21 |
Alexandre Julliard | _cexit should call the atexit functions. |
tree | commitdiff |
2005-10-21 |
Troy Rollo | Detect when the notification callback has destroyed... |
tree | commitdiff |
2005-10-21 |
Krzysztof Foltman | Separators with group style set don't separate toolbar... |
tree | commitdiff |
2005-10-21 |
Richard Cohen | Handle NULL string lparam when translating messages... |
tree | commitdiff |
2005-10-20 |
Alexandre Julliard | Fixed a handle leak. |
tree | commitdiff |
2005-10-20 |
Vincent Béron | Allow file:/// protocol to be used to download the... |
tree | commitdiff |
2005-10-20 |
Vijay Kiran Kamuju | Fix msvcrt symbol demangling for non MS symbols. |
tree | commitdiff |
2005-10-20 |
Vincent Béron | Remove tempfile used to download Mozilla ActiveX contro... |
tree | commitdiff |
2005-10-20 |
Vitaliy Margolen | Restore focus to the current control without selecting... |
tree | commitdiff |
2005-10-20 |
Rein Klazes | In GetDiskFreeSpace: |
tree | commitdiff |
2005-10-20 |
Aric Stewart | Move the peek_msg buffers for SSL connections into the |
tree | commitdiff |
2005-10-20 |
Huw Davies | Proxies and stubs for GetTypeInfoCont, GetLibAttr and... |
tree | commitdiff |
2005-10-19 |
Krzysztof Foltman | - Bugfix in EM_GETTEXTEX |
tree | commitdiff |
2005-10-19 |
Robert Reif | Change secondary buffer variable name to secondary. |
tree | commitdiff |
2005-10-19 |
Alexandre Julliard | Don't register classes is no theme is active to avoid... |
tree | commitdiff |
2005-10-19 |
Mike McCormack | Set the http port before figuring out whether we're... |
tree | commitdiff |
2005-10-19 |
Pierre d'Herbemont | Allow compilation on non-i386. |
tree | commitdiff |
2005-10-19 |
Vitaliy Margolen | Fix a number of tests failing on windows. |
tree | commitdiff |
2005-10-19 |
Markus Gömmel | Misplacement of checkboxes with empty label fixed. |
tree | commitdiff |
2005-10-19 |
Jacek Caban | Try using mozctlx's path if there is no registered... |
tree | commitdiff |
2005-10-19 |
Krzysztof Foltman | Fix CB_GETLBTEXT ANSI-Unicode calls when return value... |
tree | commitdiff |
2005-10-19 |
Aric Stewart | Use debugstr_a to prevent a buffer overflow when debugging. |
tree | commitdiff |
2005-10-19 |
Dmitry Timoshkov | Add a test for SetMetaFileBitsEx, make it pass under... |
tree | commitdiff |
2005-10-18 |
James Hawkins | Set the file_part for \\?\ long file names too. |
tree | commitdiff |
2005-10-18 |
Dmitry Timoshkov | Use appropriate DDE APIs (ANSI or unicode) for ShellExe... |
tree | commitdiff |
2005-10-18 |
Vitaliy Margolen | LoadLibrary should ignore trailing spaces in the librar... |
tree | commitdiff |
2005-10-18 |
Huw Davies | Implement GetContainingTypelib_{Proxy,Stub}. |
tree | commitdiff |
2005-10-18 |
Huw Davies | When a dispinterface isn't dual, we should return |
tree | commitdiff |
2005-10-18 |
Vitaliy Margolen | Return 0 length line as 0 length line for EM_GETLINE. |
tree | commitdiff |
2005-10-18 |
Paul Vriens | Wine's behavior is correct now. |
tree | commitdiff |
2005-10-18 |
Frank Richter | When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind... |
tree | commitdiff |
next |