Don't use the template member unless the corresponding flag is set.
[wine] / dlls / commdlg / filedlg.c
2000-02-25  Juergen SchmiedFixed handling of filedlg flags.
2000-02-20  Gerard PatelAvoid too much refreshing when changing the drive in...
2000-02-20  Juergen Schmied- activated use of templates
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-01-08  Marcus MeissnerThe new filedialog stuff does not handle template....
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-10-13  Uwe BonnesUse Get|SetPropA to store lParam to retrieve the OPENFI...
1999-07-27  Francois BoisvertImplemented the Win95 file open/save dialogs.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-06-22  Eric PouechFixed GetOpenFileName when called with both OFN_ALLOWMU...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Pavel RoskinReplaced 0xC000 by symbolic constants.
1999-03-15  Klaas van Gend- Reimplementation of the CommDlg ExtendedError mechani...
1999-03-13  Pavel RoskinFile open dialog now uses icons instead of bitmaps.
1999-03-13  Bertho StultiensMoved error codes to cderr.h.
1999-03-09  Norman StevensDon't copy lpstrFileTitle if given NULL pointer for...
1999-02-28  Klaas van GendCreate a new subdirectory for the common dialog box...