Release 1.5.29.
[wine] / dlls / commdlg / filedlg95.c
2003-10-16  Steven Edwards- Split Win16/32 file dialogs.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
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-22  Dmitry TimoshkovSome applications depend on the order of initialization...
2003-08-21  Dmitry TimoshkovCope with potentially moved and resized file view window.
2003-07-28  Dmitry TimoshkovImprove handling of custom dialog templates passed to
2003-05-11  Mike McCormackFill the filedialog95 controls before sending a CDN_INI...
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-26  Maxime BellengéFix the lookin combobox overlapping the toolbar in...
2003-03-25  Maxime BellengéFix how the size of the dialog is computed and the...
2003-03-07  Adam GundyArrangeCtrlPositions() did not cope correctly with...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-21  Andrew John HughesMake commdlg compile with -DSTRICT.
2002-11-13  Mike McCormackSend a CDN_FILEOK in FILEDLG95_OnOpenMultipleFiles.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-09-17  Alexandre JulliardAuthors: Josef Meixner <Josef.Meixner@t-online.de>...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-16  Mike McCormack- Do not modify pointers in the OPENFILENAME structure...
2002-07-16  Juergen SchmiedFixed a memory leak and a wrong memory free call.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-07-02  Juergen Schmied- changed STRRET definition
2002-06-25  Jason EdmeadesFixed crash in open file dialog on non-windows 98 emula...
2002-06-10  Sander van Leeuwen- Save and restore current directory in GetFileDialog95W if
2002-06-04  Jason EdmeadesnitialDir handling and InitialFile handling now agrees...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-16  Steven EdwardsFixed snprintf warnings.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-19  Mehmet YasarNow, we are really erasing WS_CAPTION style.
2002-04-14  Mehmet Yasar- Clear WS_CAPTION style.
2002-03-26  Mehmet YasarFix default extension behavior with GetOpenFileName.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Charles LoepFixed file extension problem in the file dialog.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-12-04  Gerard PatelInitialize dialog data correctly in CreateTemplateDialog.
2001-08-18  Gerard PatelFix FillRect calls in FILEDLG95_LOOKIN_DrawItem.
2001-08-03  Andreas MohrOnly add "." separator in case a default file name...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
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...
next