projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
shell32/tests: Skip some tests on Win95 because of W-functions.
[wine]
/
dlls
/
shell32
/
pidl.c
2009-02-24
Vincent Povirk
shell32: Partially implement SHCreateShellItem.
blob
|
commitdiff
|
raw
2009-02-24
Vincent Povirk
include: Add IShellItem to headers.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Michael Stefaniuc
shell32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-12
Francois Gouget
shell32: Make SHILCreateFromPathA() static and remove...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Francois Gouget
shell32: Make ILGetDisplayNameExA() static, remove...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-26
Andrew Talbot
shell32: Declare some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-21
Aric Stewart
shell32: Initial stub for SHCreateShellItem. It returns...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Alexandre Julliard
shell32: Make some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-26
Francois Gouget
shell32: Remove WINAPI/CALLBACK on static functions...
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-08
Michael Stefaniuc
shell32: Use FAILED instead of !SUCCEEDED.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-16
Andrew Talbot
shell32: Remove unneeded address-of operators from...
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-04-11
Rob Shearman
shell32: Implement ParseDisplayName for EntireNetwork...
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-18
Gerald Pfeifer
shell32: Adjust a format specifier and remove a redunda...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-16
Rob Shearman
shell32: Fix character count passed into lstrcpnA in...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-27
Mike McCormack
shell32: Implement "My Network Places" shell folder.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
Rob Shearman
shell32: Fix the length calculation of the pidl in...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Andrew Talbot
shell32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-21
Andrew Talbot
shell32: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Alexandre Julliard
shell32: Have _ILCreateFromFindDataW also create a...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Aric Stewart
shell32: Update the debug functions to handle Unicode...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Aric Stewart
shell32: Avoid unneeded A->W conversions in _ILSimpleGe...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-12
Stefan Huehner
Change some functions arguments from () -> (void).
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Michael Stefaniuc
janitorial: Remove two redundant checks for NULL.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Hans Leidekker
shell32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-07
James Hawkins
janitorial: Remove redundant NULL checks before SHFree.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-29
Andrew Talbot
shell32: Cast-qual warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-22
Mikołaj Zalewski
shell32: Show file size in the details view in kilobytes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-11
Juan Lang
shell32: Always NULL-terminate path in SHGetPathFromIDList.
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-02-22
Eric Pouech
shell32: Fixes for bugs found by valgrind on shell32...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-14
Michael Jung
shell32: Return a GUID pidl for CSIDL_PERSONAL in SHGet...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Huw Davies
shell: Fix incorrect usage of the return value of StrRe...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Michael Jung
shell32: Helper function for unicode support in folder...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Markus Amsler
Improve c2man Documented-Total count. Changes:
blob
|
commitdiff
|
raw
|
diff to current
2005-09-07
Michael Jung
Don't clone pidlLast in SHBindToParent.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Jason Edmeades
Add the time to the file display dialog modified column.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Ge van Geldorp
Fix resource leak on error paths.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Michael Jung
Fail in SHGetDataFromIDList when called on special...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-03
Mike McCormack
-Wpointer-sign fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-15
Michael Jung
Implement SHGetPathFromIDList based on GetDisplayNameOf.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-10
Mike Hearn
Fix SHELL_GetPathFromIDList[AW] to return the desktop...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Huw Davies
Add a unicode pidl type.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-23
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Mike McCormack
Cleanup, create unicode versions of _ILCreateFromPath,
blob
|
commitdiff
|
raw
|
diff to current
2005-02-21
Mike McCormack
Remove tabs and make formatting consistent.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-17
Alexandre Julliard
Remove some no longer needed AW functions.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-16
Jon Griffiths
Remove unneeded headers to reduce unneeded rebuilds.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-30
Eric Pouech
Const correctness fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-26
Juan Lang
Fix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Marcus Meissner
Marked some functions in debughlp as static.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-28
Ge van Geldorp
Match prototypes to Platform SDK.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-15
Juan Lang
Correct return value in a couple of error cases.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-15
Martin Fuchs
- make drive letters in PIDLs always uppercase to enabl...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-14
Martin Fuchs
Return "file not found" error values instead of E_INVAL...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-14
Juan Lang
Correct some PIDL types and eliminate some magic number...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-08
Juan Lang
Move control panel applet enumeration to cpanelfolder.c.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-07
Martin Fuchs
- SHBindToParent(): request correct COM interface from...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-07
Juan Lang
- comment fixes
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Juan Lang
- rename PT_SPECIAL to PT_SHELLEXT
blob
|
commitdiff
|
raw
|
diff to current
2004-04-06
Juan Lang
Rename PT_MYCOMP to PT_GUID, and the corresponding...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-27
Martin Fuchs
Implementation of the control panel folder in shell...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-23
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-22
Robert Shearman
Allow passing NULL to ILFindLastID.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-17
Alexandre Julliard
FindFirstFile can return an empty short name if the...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-11
Martin Fuchs
- move some PIDL function declarations from undocshell...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-09
Mike McCormack
Fix the bounds checking in SHGetPathFromIDListA/W.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-27
Francois Gouget
Add missing '\n's to debug traces.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-26
Martin Fuchs
- don't link directly to NTDLL; use MultiByteToWideChar...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-21
Alexandre Julliard
Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-21
Martin Fuchs
Implemented SHGetRealIDL().
blob
|
commitdiff
|
raw
|
diff to current
2004-01-20
Martin Fuchs
- SHGetDataFromIDListA/W(): handle drives when retrievi...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-18
Martin Fuchs
- declare PT_RAS_FOLDER for the "RAS Connections" folder
blob
|
commitdiff
|
raw
|
diff to current
2003-12-30
Martin Fuchs
- correct return value of SHGetPathFromIDList[AW](...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-04
Dmitry Timoshkov
Protect ILIsParent from NULL pidls.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-09
Dimitrie O. Paun
Move useful information out of documentation/shell32.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-29
Francois Gouget
Some spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-25
Rolf Kalbermatter
Add some comments to functions and minor fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-22
Rolf Kalbermatter
Added declarations for newly documented SHChangeNotify...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-17
Rolf Kalbermatter
Implemented SHSimpleIDListFromPath correctly.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-02
Martin Fuchs
Declare LPCITEMIDLIST as 'const' pointer and adjust...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-26
Martin Fuchs
Fixed Ansi version of RenderFILENAME and implement...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-22
Mike Hearn
Deal with the case of loading an empty PIDL from a...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-19
Robert Shearman
Add a PIDL type For Network Provider.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-17
Rolf Kalbermatter
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-26
Rolf Kalbermatter
Add new helper function to create a relative file or...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Jon Griffiths
Documentation updates.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-16
Rolf Kalbermatter
Change calls to CLSIDFromString to SHCLSIDFromStringW...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-13
Rolf Kalbermatter
Added Unicode versions of the HCR_ internal functions.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-12
Rolf Kalbermatter
Resolve SHGetPathFromIDListW -> SHGetPathFromIDListA...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Johan Dahlin
Make shell32 compile with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-12
Patrik Stridvall
Fixed mismatches between the Wine headers and the Micro...
blob
|
commitdiff
|
raw
|
diff to current
next