Update OFN_READONLY flag when closing file dialog.
[wine] / dlls / commdlg / filedlg.c
2004-05-05  Wolfgang SchwotzerUpdate OFN_READONLY flag when closing file dialog.
2004-05-03  Wolfgang SchwotzerMake file dialog support FNERR_BUFFERTOSMALL if buffer...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-12  Huw DaviesAdd back win16 style dialogs for win32 apps.
2004-03-20  Rein KlazesFix a possible null pointer crash in FILEDLG95_LOOKIN_Init.
2004-02-09  Huw DaviesUse the BTNS_* toolbar button style defines rather...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-19  Huw DaviesDirectly use the hook proc for the custom template...
2004-01-12  Rein KlazesHandle the cases when initdir is either invalid, or...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Phil KrylovImplemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFER...
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-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-06-24  Steven EdwardsMore splitting of the Win16/32 internal filedlgproc...
2003-06-16  Steven EdwardsSplit Win16/32 file dialogs.
2003-05-13  Huw DaviesBetter handling of OFN_NOVALIDATE for win31 style file...
2003-04-29  Alexandre JulliardGet rid of the COMMDLG_hInstance variables.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2002-11-21  Andrew John HughesMake commdlg compile with -DSTRICT.
2002-11-01  Matthew DavisonFixed some handle conversions for -DSTRICT.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-13  CarlosAvoid crashes when ofnW->lpstrFile is null.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-08  Bill MedlandFix the Win31 style file dialog box.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-03  Gerard PatelInitialize the return error code to 0 for common dialog...
2001-01-22  Jon Griffiths- Fix a typo in TBSAVEPARAMS A/W declaration.
2001-01-21  Alexandre JulliardFixed the size of the file dialog icons.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-02  Andreas MohrReturn 8.3 file names.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardFinished separation of comclt32 and comdlg32.
2000-11-29  Gerard PatelFixed returned length of files.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-10-22  Gerard PatelFixed bug when changing drives in 16 bit style dialog...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-18  Gerard PatelAvoids changing 2 levels when clicking .. in the direct...
2000-08-14  Gerard PatelFix return value to 16 bits for 16 bit hook; remove...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-05-26  Huw D M DaviesAdd PrintSetup dialog and support for hooks and templates.
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...