projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
shell32: Implement DoEnvironmentSubstW.
[wine]
/
dlls
/
shell32
/
shfldr_unixfs.c
2012-07-30
Nikolay Sivov
shell32: Use proper macros when calling COM methods.
blob
|
commitdiff
|
raw
2012-06-04
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-15
Francois Gouget
Assorted typo, spelling, wording and case fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Nikolay Sivov
shell32: Unix folder COM cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-11
Nikolay Sivov
shell32: Avoid casts when creating item menu.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Nikolay Sivov
shell32: Merge ShellView menu implementations into...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Frédéric Delanoy
shell32: Avoid hardcoding array lengths.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-24
André Hentschel
shell32: Use MAX_PATH for a DOS path.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-20
Michael Mc Donnell
shell32: Set pointer to NULL after free to avoid double...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-29
Octavian Voicu
shell32: Disable WOW64 redirection when converting...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-17
Nikolay Sivov
shell32: Fix a cloned PIDL leak (Valgrind).
blob
|
commitdiff
|
raw
|
diff to current
2011-01-13
Piotr Caban
shell32: Don't check if files are of the same type...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-13
Piotr Caban
shell32: Try to get file status from FileSystemBindData...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-18
Andrew Eikum
shell32: Fix an off-by-one error that causes an infinit...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Andrew Eikum
shell32: Don't fail if the path doesn't exist in Unix...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Piotr Caban
shell32: Improved IShellFolder_GetUIObjectOf implementa...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
David Hedberg
shell32: Don't allow binding to files in any ShellFolde...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
David Hedberg
shell32: Remove reliance on the ability to bind to...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
David Hedberg
shell32: Remove reliance on the ability to bind to...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-02
David Hedberg
shell32: Replace some checks with calls to _ILIsEmpty().
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
David Hedberg
shell32: Change a fixme to a trace in shfldr_unixfs.c.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
Andrew Eikum
shell32: IShellFolder::ParseDisplayName should work...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-29
Andrew Eikum
shell32: Pass the file extension to ParseDisplayName...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-01
David Hedberg
shell32: Fix possible memory leak in CreateUnixFolder.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-19
Nikolay Sivov
shell32: Use shared code to return column details from...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
Huw Davies
shell32: Improve a TRACE and issue a FIXME if the inter...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-19
Marcus Meissner
shell32: Remove useless NULL check (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2009-02-24
Vincent Povirk
shell32: Implement UnixFolder_IShellFolder2_GetDefaultC...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Michael Stefaniuc
shell32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Alexandre Julliard
shell32: Disable the Unix folder for the Windows build.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Alexandre Julliard
configure: Add a check for the grp.h header.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-12
Andrew Talbot
shell32: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Michael Stefaniuc
shell32: Remove superfluous casts; mostly of void pointers.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Francois Gouget
dirent.h is a conditional include now.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Aric Stewart
shell32: Refine UNIXFS_path_to_pidl to return more...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Michael Stefaniuc
shell32: Use FAILED instead of !SUCCEEDED.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Jon Griffiths
include: Provide wide char definitions for CFSTR_*.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Andrew Talbot
shell32: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Alexandre Julliard
shell32: Fix permissions of newly-created directories.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-21
Andrew Talbot
shell32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-06
Alexander Nicolays...
shell32: Localize 'new folder' string.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-21
Lei Zhang
shell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-19
Michael Stefaniuc
dlls: Remove duplicate includes.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-30
Andrew Talbot
shell32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
Alexandre Julliard
shell32: Use wine_get_dos_file_name instead of duplicat...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-12
Mikołaj Zalewski
shell32: Allow overwriting files in SHFileOperation...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Hans Leidekker
shell32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
Mikołaj Zalewski
shell32: Call the trashing code from SHFileOperationW.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-07
Mikołaj Zalewski
shell32: Show a confirmation before deleting files...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-07
Mikołaj Zalewski
shell32: If possible use SHFileOperationW to delete...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Alexandre Julliard
shell32: Use the standard DEFINE_GUID macro to define...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Michael Jung
shell32: Unicode'ify ISFHelper interface.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Eric Pouech
shell32: Fixes for bugs found by valgrind on shell32...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-02
Michael Jung
unixfs: Use realpath instead of canonicalize_file_name...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Michael Jung
unixfs: Only append '/' to base path if not already...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Michael Jung
unixfs: Only resolve the 'dosdevices' based symbol...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Michael Jung
shell32: Support for CLSID_ShellFSFolder in unixfs.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Michael Jung
unixfs: Fix SetNameOf.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-14
Michael Jung
unixfs: Fix ParseDisplayName.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Troy Rollo
shell32: Fix bug in renaming files in the file dialogs...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Michael Jung
shell32/unixfs: Added unicode support in folder and...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Michael Jung
Enhanced UnixFolder's IDropTarget implementation.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Michael Jung
Initial stubbed implementation of UnixFolder's IDropTar...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-23
Michael Jung
Use the ANSI codepage in IShellFolder::GetDisplayNameOf.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-05
Michael Jung
- Move target folder initialization to a dedicated...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Michael Jung
Replaced tabs with spaces.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Alexandre Julliard
Authors: Vitaliy Margolen <wine-patch@kievinfo.com...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Michael Jung
Added some comments to document unixfs.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-01
Michael Jung
Fixed crash in unixfs shellfolder handling with winamp.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Michael Jung
Implemented UnixFolder's IPersistPropertyBag::Load...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-07
Michael Jung
Pass correct pointer to SHFree in case of failure in
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Dmitry Timoshkov
Translate file name from unix to ANSI encoding in
blob
|
commitdiff
|
raw
|
diff to current
2005-08-30
Michael Jung
Use FIXME's in stubs instead of TRACE's.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Michael Jung
Use StringFromGUID2 instead of StringFromCLSID in
blob
|
commitdiff
|
raw
|
diff to current
2005-08-26
Michael Jung
Implemented 'My Documents' folder.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Michael Jung
Initialize all members in UnixFolder constructor.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Michael Jung
Added stubbed implementation of IPersistPropertyBag...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Michael Jung
Implemented IPersist::GetClassID.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-12
Michael Jung
Use wine_get_dos_file_name instead of GetFullPathName.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Alexandre Julliard
Removed the broken mmap64 configure check, and moved the
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Troy Rollo
Return attributes for the correct file in the unixfs...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-20
Michael Jung
Initial support for the IPersistFolder3 interface.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Troy Rollo
When using PATHMODE_UNIX, all files are in the file...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-18
Michael Jung
Use CP_UNIXCP instead of CP_ACP when converting paths...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-18
Michael Jung
Append filename extension if necessary in IShellFolder...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Michael Jung
Add file type column in detailed shell view.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Michael Jung
Do filename postprocessing in GetDisplayNameOf (Hide...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-12
Michael Jung
Don't cache child pidls in UnixFolder, but create them...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Michael Jung
Don't use unix filesystem specific attributes in UnixFo...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Michael Jung
Partially implemented UnixFolder's ISFHelper::CopyItems...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Michael Jung
Return correct HRESULT code in UnixFolder's IEnumIDList...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-06
Michael Jung
Implemented UnixFolder's ISFHelper::DeleteItems interface.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-06
Alexandre Julliard
Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Alexandre Julliard
Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Alexandre Julliard
Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Michael Jung
Return correct attributes in ParseDisplayName.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-03
Mike McCormack
-Wpointer-sign fixes.
blob
|
commitdiff
|
raw
|
diff to current
next