Moved server.h to include/wine.
[wine] / dlls / commdlg / filedlg95.c
2001-04-13  Gerard PatelSet the custom dialog box to the bottom of the Z-order.
2001-03-10  Gerard PatelHandle empty strings and invalid values in lpstrInitial...
2001-01-28  Chris MorganPut a '\n' at the end of the FIXME to prevent very...
2001-01-22  Jon Griffiths- Fix a typo in TBSAVEPARAMS A/W declaration.
2001-01-17  Alexandre JulliardReplaced some GetProcAddress() imports by the standard...
2000-12-18  Gerard PatelChange the current directory as the user browses the...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Ian PilcherChanged FILEDLG95_OnOpen to "double terminate" the...
2000-12-07  Gerard PatelFileokstring notification should be sent to the custom...
2000-12-02  Uwe BonnesFileOpenDlgProc95: notify application of changed select...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-10-28  Andreas Mohr- set the item height not only for the listbox, but...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-31  Andreas MohrFixed a string buffer overflow.
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Dmitry TimoshkovInitialize lpstrInitialDir to really bogus value to...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-07-08  Dmitry TimoshkovDo not crash if there was no files selected and OK...
2000-06-24  Juergen Schmied- fixed reported bugs
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-16  Juergen Schmied- better error check when importing functions via GetPr...
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-07  Patrik StridvallFixed some warnings.
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-26  Hidenori TakeshimaArrangeCtrlPositions: fix for user-defined template...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Juergen SchmiedFor unicode: give the selected filename back.
2000-02-20  Alexandre JulliardCorel merge:
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Marcus MeissnerReplaced some weird C constructs (char[]="" ) with...
1999-12-26  Francois GougetFILEDLG95_HandleCustomDialogMessages:
1999-12-11  Juergen SchmiedSmall fixes.
1999-12-04  Alexandre JulliardPierre Mageau
1999-11-21  Juergen Schmied- the fodInfos were used before initialized
1999-11-14  Juergen Schmied- corrected control positions
1999-11-13  Adrian Thurston- fixed the index of the item chosen in the filter...
1999-11-12  Juergen SchmiedMade the buttons in the filedlg change when selecting...
1999-11-07  Juergen Schmied- unified templates for the open and the save dlg
1999-11-07  Ulrich CzekallaImplementation of custom dialog messages and notifications.
1999-10-31  Ulrich CzekallaImplementation of user defined templates.
1999-10-31  Pierre MageauClicking the combo box would cause a crash if it was...
1999-10-23  Pierre MageauSet the default view button to List in the FileDialog.
1999-10-13  Juergen SchmiedRemoved linking by GetProcAddress for StrRetToBuf sinc...
1999-09-19  Francois BoisvertAdded small feature in the file dialog.
1999-09-04  Francois BoisvertFixed the height of items in the lookin combobox of...
1999-09-03  Francois BoisvertSome <open> features in the file dialog 95.
1999-09-03  Eric PouechFixed off by one allocation errors.
1999-08-21  Francois BoisvertImplemented basic browsing in the file name edit of...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-30  Francis BeaudetFixed a memory leak in the file dialog.
1999-07-28  Juergen SchmiedFixed use of StrRetToStrN.
1999-07-27  Francois BoisvertImplemented the Win95 file open/save dialogs.