netstat: Initial implementation.
[wine] / dlls / shell32 / dialogs.c
2012-02-27  Vincent Povirkshell32: Properly double-null-terminate the filter...
2011-03-28  Marcus Meissnershell32: Missing break in IDOK case.
2011-01-13  Alexandre Julliardshell32: Build the file filter by hand instead of hardc...
2010-03-22  Nikolay Sivovshell32: Remove a useless debug switch, fix prototype.
2009-07-01  Vladimir Pankratovshell32: Fix RunFileDialog to close after starting...
2008-12-19  Vincent Povirkshell32: Use ShellExecuteEx to create error dialogs...
2008-12-19  Vincent Povirkshell32: Use ShellExecuteEx instead of ShellExecute...
2008-12-19  Vincent Povirkshell32: Fix a memory leak in the run dialog code.
2008-12-03  Alexandre Julliardshell32: Make some functions static.
2008-11-12  Dmitry Timoshkovshell32: Make some data static const.
2008-10-27  Vincent Povirkshell32: Try to guess the working directory in the...
2008-10-15  Rob Shearmanshell32: Fix the position where WINAPI is specified...
2008-07-08  Mikołaj Zalewskishell32: RunFileDlg: Allow custom icons.
2008-06-30  Mikołaj Zalewskishell32: RunFileDlg: use the parameters.
2008-06-30  Mikołaj Zalewskishell32: RunFileDlg: move strings to resources.
2008-06-30  Mikołaj Zalewskishell32: RunFileDlg: make the error messages easier...
2008-06-30  Mikołaj Zalewskishell32: RunFileDlg: allow the user to cancel the Brows...
2008-06-30  Mikołaj Zalewskishell32: RunFileDlg: use symbolic constants for control...
2008-06-30  Mikołaj Zalewskishell32: RunFileDlg: the function should be Unicode...
2008-05-12  Dmitry Timoshkovshell32: Fix calling convention of LPFNOFN, don't use...
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2007-11-09  Francois GougetAssorted spelling fixes.
2007-10-29  Francois Gougetshell32: Pass the shutdown reason to ExitWindowsEx().
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-08-08  Andrew Talbotshell32: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-03-07  Mike McCormackUse lstrcmpiA in preference to strcasecmp.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2004-09-27  Ge van GeldorpCall GetProcessHeap() instead of passing its address.
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-08-09  Mike McCormackUse Heap function in preference to malloc/free.
2004-08-02  Jens CollinUse ShellExecute instead of CreateProcess in run dialog.
2004-07-09  Alexandre JulliardAuthors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-13  Rolf KalbermatterFixed some signed/unsigned comparison warnings.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-07-16  Gregg MattinsonFixed another non-static structure initializer.
2002-06-28  Nix N. NixRemoved message box that would pop up if a RunMRU list...
2002-06-10  Nix N. NixAdded RunFileDlg with MRU list.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2000-12-09  Andreas MohrFixed MessageBox() usage.
2000-04-28  Juergen SchmiedMoved policy related functions to shpolicy.c