Added support for restarting directory scans on platforms where
[wine] / dlls / commdlg / filedlgbrowser.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-08-21  Dmitry TimoshkovCope with potentially moved and resized file view window.
2003-07-21  Mike McCormackSend a CDN_FOLDERCHANGE message when we change folders.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-10-25  Michael StefaniucSome small cleanups.
2002-07-16  Juergen SchmiedFixed a memory leak and a wrong memory free call.
2002-07-02  Juergen Schmied- changed STRRET definition
2002-06-28  Sander van LeeuwenDo not change directory if path is invalid.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-18  Gerard PatelChange the current directory as the user browses the...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-06-16  Juergen Schmied- better error check when importing functions via GetPr...
2000-06-02  Juergen Schmied- Rewrite of the shell related parts of the dialog...
2000-04-23  Alexandre JulliardRemoved a few inter-dll dependencies.
2000-02-20  Alexandre JulliardCorel merge:
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Francois GougetThe COM virtual tables must use the
1999-11-12  Juergen SchmiedMade the buttons in the filedlg change when selecting...
1999-11-07  Ulrich CzekallaImplementation of custom dialog messages and notifications.
1999-10-13  Juergen SchmiedRemoved linking by GetProcAddress for StrRetToBuf sinc...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-19  Francois BoisvertAdded small feature in the file dialog.
1999-09-03  Francois BoisvertSome <open> features in the file dialog 95.
1999-08-21  Francois BoisvertImplemented basic browsing in the file name edit of...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-28  Juergen SchmiedFixed use of StrRetToStrN.
1999-07-27  Francois BoisvertImplemented the Win95 file open/save dialogs.