2005-11-11 |
Dmitry Timoshkov | Unconditionally fall back to ANSI DDE APIs in ShellExec... |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-10 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
tree | commitdiff |
2005-11-09 |
Michael Jung | Initialize COM prior to displaying the SHBrowseForFolde... |
tree | commitdiff |
2005-11-09 |
Saulius Krasuckas | Disable code that segfaults on Win98 SE. |
tree | commitdiff |
2005-11-08 |
Vincent Béron | Unicodify systray.c. |
tree | commitdiff |
2005-11-08 |
Vincent Béron | Move functions a bit to get rid of a static declaration. |
tree | commitdiff |
2005-11-08 |
Mike McCormack | Fix a problem spotted by Dmitry and another one stoppin... |
tree | commitdiff |
2005-11-07 |
Michael Jung | More robust code for querying ShellFolder attributes... |
tree | commitdiff |
2005-11-05 |
Michael Jung | - Move target folder initialization to a dedicated... |
tree | commitdiff |
2005-11-04 |
Mike McCormack | Partially implement and test the shelllink object's |
tree | commitdiff |
2005-11-04 |
Mike McCormack | Use advapi32.CommandLineFromMsiDescriptor to get msi... |
tree | commitdiff |
2005-11-03 |
Michael Jung | Replaced tabs with spaces. |
tree | commitdiff |
2005-11-03 |
Michael Jung | Added some more unit tests for FolderShortcut objects. |
tree | commitdiff |
2005-11-03 |
Mike McCormack | Invoke shortcuts through IContextMenu, rather than... |
tree | commitdiff |
2005-11-03 |
Alexandre Julliard | Authors: Vitaliy Margolen <wine-patch@kievinfo.com... |
tree | commitdiff |
2005-11-03 |
Mike McCormack | Pass the correct verb. |
tree | commitdiff |
2005-11-02 |
Martin Fuchs | Correct WINAPI position for MSVC portability. |
tree | commitdiff |
2005-11-02 |
Michael Jung | Added some comments to document unixfs. |
tree | commitdiff |
2005-11-01 |
Michael Jung | Fixed crash in unixfs shellfolder handling with winamp. |
tree | commitdiff |
2005-11-01 |
Robert Shearman | Convert SHELL32_BindToChild to Unicode and fix up the... |
tree | commitdiff |
2005-10-31 |
Mike McCormack | Add void to empty declaration list. |
tree | commitdiff |
2005-10-28 |
Mike McCormack | Handle MSI advertised shortcuts in the shelllink object. |
tree | commitdiff |
2005-10-28 |
Mike McCormack | Implement IContextMenu::QueryContextMenu and |
tree | commitdiff |
2005-10-27 |
Michael Jung | Implemented UnixFolder's IPersistPropertyBag::Load... |
tree | commitdiff |
2005-10-27 |
Michael Jung | Remove iconcache pre-initialization hack, it's not... |
tree | commitdiff |
2005-10-27 |
Dmitry Timoshkov | Correctly handle flags parameter in SHAddToRecentDocs. |
tree | commitdiff |
2005-10-27 |
Mike McCormack | Add the IObjectWithSite interface. |
tree | commitdiff |
2005-10-18 |
Dmitry Timoshkov | Use appropriate DDE APIs (ANSI or unicode) for ShellExe... |
tree | commitdiff |
2005-10-18 |
Mike McCormack | Use ShellLink_QueryInterface to return the right interf... |
tree | commitdiff |
2005-10-17 |
Aric Stewart | MSDN states that the pszDisplayName member of BROWSEINF... |
tree | commitdiff |
2005-10-11 |
James Hawkins | Test that the FO_COPY action creates output directories... |
tree | commitdiff |
2005-10-11 |
Lionel Ulmer | - fix first two arguments to 'FindExecutableA' (input... |
tree | commitdiff |
2005-10-10 |
Richard Cohen | Don't hardcode "windows" directory. |
tree | commitdiff |
2005-10-07 |
Jonathan Ernst | First creation of registry entries missed AppData. |
tree | commitdiff |
2005-10-06 |
Francois Gouget | Use "static const" rather than "const static" as gcc... |
tree | commitdiff |
2005-10-04 |
Juan Lang | Use wine_get_dos_file_name rather than relying on GetFu... |
tree | commitdiff |
2005-10-03 |
Martin Fuchs | Simplify 'sei' structure initialization in ShellExecuteA/W. |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-26 |
Kimmo Myllyvirta | Update Finnish resources. |
tree | commitdiff |
2005-09-22 |
Alexandre Julliard | Removed unused debug channels. |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | We are no longer generating .spec.c files. |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | Generate 16-bit spec files as assembly code too. |
tree | commitdiff |
2005-09-21 |
Alexander N. Sørnes | Added Norwegian translation of comctl32 and shell32. |
tree | commitdiff |
2005-09-19 |
Milko Krachounov | Bulgarian resources for mpr, msi, user, commdlg, oleaut... |
tree | commitdiff |
2005-09-13 |
Ge van Geldorp | Save a few megabytes of memory by loading the default... |
tree | commitdiff |
2005-09-12 |
Ge van Geldorp | Fix execution of Control Panel items. |
tree | commitdiff |
2005-09-12 |
Juan Lang | Remove an annoying dialog when trying to clean up a... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-09-08 |
Dmitry Timoshkov | Pass a locally modified version of SHELLEXECUTEINFO to |
tree | commitdiff |
2005-09-08 |
Dmitry Timoshkov | - Stop using a not initialized variable szTemp in |
tree | commitdiff |
2005-09-07 |
Michael Jung | Removed two todo_wine's around tests that meanwhile... |
tree | commitdiff |
2005-09-07 |
Michael Jung | Pass correct pointer to SHFree in case of failure in |
tree | commitdiff |
2005-09-07 |
Michael Jung | Don't clone pidlLast in SHBindToParent. |
tree | commitdiff |
2005-09-06 |
Saulius Krasuckas | SHELL32.ILFindLastID is exported by ordinal. |
tree | commitdiff |
2005-09-03 |
Juan Lang | Fix a test failing on Windows. Reported by Katerina... |
tree | commitdiff |
2005-09-02 |
Kevin Koltzau | Fix warnings in 64bit. |
tree | commitdiff |
2005-09-02 |
Dmitry Timoshkov | Translate file name from unix to ANSI encoding in |
tree | commitdiff |
2005-08-30 |
Michael Jung | Use FIXME's in stubs instead of TRACE's. |
tree | commitdiff |
2005-08-29 |
Michael Jung | Clone pidlLast before free'ing pidl after call to SHBin... |
tree | commitdiff |
2005-08-29 |
Michael Jung | Added test to show that Windows does not allocate a... |
tree | commitdiff |
2005-08-29 |
Michael Jung | Use StringFromGUID2 instead of StringFromCLSID in |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-26 |
Michael Jung | Implemented 'My Documents' folder. |
tree | commitdiff |
2005-08-23 |
Michael Jung | Added some tests for CLSID_FolderShortcut objects. |
tree | commitdiff |
2005-08-23 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Michael Jung | Initialize all members in UnixFolder constructor. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix some gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Saulius Krasuckas | Make file operations succeed on Win9x too. |
tree | commitdiff |
2005-08-19 |
Michael Jung | Added stubbed implementation of IPersistPropertyBag... |
tree | commitdiff |
2005-08-19 |
Jason Edmeades | Handle context menu->refresh, and F5 to initiate a... |
tree | commitdiff |
2005-08-19 |
Jason Edmeades | Add the time to the file display dialog modified column. |
tree | commitdiff |
2005-08-19 |
Michael Jung | Implemented IPersist::GetClassID. |
tree | commitdiff |
2005-08-18 |
Alexandre Julliard | Added missing ntdll imports. |
tree | commitdiff |
2005-08-18 |
Francois Gouget | Test "%l" and "%L". At the same time this tests alterna... |
tree | commitdiff |
2005-08-17 |
Francois Gouget | Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6. |
tree | commitdiff |
2005-08-16 |
Francois Gouget | Dynamically load StrRetToBufW(). This lets shell32_test... |
tree | commitdiff |
2005-08-16 |
Francois Gouget | Verify the parameters received by the child process... |
tree | commitdiff |
2005-08-16 |
Michael Jung | Remove "initguid.h" include from shellpath test. |
tree | commitdiff |
2005-08-15 |
Ge van Geldorp | Fix resource leak on error paths. |
tree | commitdiff |
2005-08-15 |
Mike McCormack | Warning fixes for gcc 4.0. |
tree | commitdiff |
2005-08-15 |
Saulius Krasuckas | Fix some SHGetSpecialFolderPathA exceptions on WinME: |
tree | commitdiff |
2005-08-15 |
Alexandre Julliard | Authors: Michael Jung <mjung@iss.tu-darmstadt.de>,... |
tree | commitdiff |
2005-08-15 |
Saulius Krasuckas | XP returns E_INVALIDARG on failure. |
tree | commitdiff |
2005-08-12 |
Saulius Krasuckas | Win98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND... |
tree | commitdiff |
2005-08-12 |
Michael Jung | Use wine_get_dos_file_name instead of GetFullPathName. |
tree | commitdiff |
2005-08-11 |
Francois Gouget | Fix the return value of SHELL_Argify() so it once again... |
tree | commitdiff |
2005-08-11 |
Steven Edwards | Correct definition of SFGAO_STORAGEANCESTOR. |
tree | commitdiff |
2005-08-11 |
Francois Gouget | Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKE... |
tree | commitdiff |
2005-08-09 |
Alexandre Julliard | Use ERR instead of DPRINTF in dump_pidl_hex. |
tree | commitdiff |
2005-08-08 |
Saulius Krasuckas | Remove trailing backslash. |
tree | commitdiff |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
tree | commitdiff |
2005-08-08 |
Saulius Krasuckas | Wine and NT4 returns E_FAIL on failure. |
tree | commitdiff |
2005-08-03 |
Alexandre Julliard | Removed the broken mmap64 configure check, and moved the |
tree | commitdiff |
2005-08-03 |
Mike McCormack | gcc 4.0 RegSetValueEx warning fixes. |
tree | commitdiff |
2005-08-02 |
Saulius Krasuckas | Added test for IShellFolder_ParseDisplayName. |
tree | commitdiff |
2005-07-30 |
Jozef Stefanka | Fixed browsing to other directories in Word 2003 file... |
tree | commitdiff |
2005-07-27 |
Alexandre Julliard | Replace the _ICOM_THIS_From macros by inline functions... |
tree | commitdiff |
2005-07-26 |
Alexandre Julliard | Get rid of the _ICOM_THIS macros and call the inline... |
tree | commitdiff |
next |