--------------- 2016/05/06 foc 01.04.2016 Dmitry A.Steklenev - The "look ahead" technique now used only for local drives. - Improved description of the FVM_SETVIEWSTYLE message parameters. ----------- [some information missing..] -------------- foc 25.09.2013 Dmitry A.Steklenev - Improved refresh of the directory tree after series of the DTM_CHDIR messages. 19.07.2013 Dmitry A.Steklenev - Fixed crash at placing of a check marks of files without full qualified path. 17.05.2013 Dmitry A.Steklenev - The new FVM_ENQUEUEMARKER and DTM_ENQUEUEMARKER messages can be used to ensuring that all commands which have been queued before the marker command have been completed. - The file dialog now returns correct pathname in case if OK button was pressed too quickly after opening of the file dialog. --------------- foc 17.05.2013 Dmitry A.Steklenev - The new FVM_ENQUEUEMARKER and DTM_ENQUEUEMARKER messages can be used to ensuring that all commands which have been queued before the marker command have been completed. - The file dialog now returns correct pathname in case if OK button was pressed too quickly after opening of the file dialog. --------------- eicons 07.02.2013 Dmitry A.Steklenev - Added more toolbar bitmaps. foc 29.01.2013 - Added flags which controls placing check marks into directory tree and file view controls. 16.01.2013 - Improved compatibility with standard system file dialog. 25.10.2012 Dmitry A.Steklenev - The check mark of record in checked view can be toggled via pressing of a SPACE keyboard button. - The file or directory in file dialog (and directory selection dialog) can be deleted by pressing DELETE key. This feature active only if confirmation of folder and object deletion are turned on (this can save an user health and prolongate him life). progress 06/02/2013 Dmitry A.Steklenev - Fixed progress bar painting in case of PrgSetupCaption called from another thread. - Now uses high-resolution images of the progress bar on displays which use 120 dpi resolution. ----------------- eicons 23.07.2012 Dmitry A.Steklenev - Improved list checking marks bitmaps. foc 04.07.2012 Dmitry A.Steklenev - Added workaround editing names of the files that containing cyrillic letters (and maybe some others symbols). progress 06/07/2012 Dmitry A.Steklenev - Fixed dialog layout in case the Innotek Font Engine environment is used (SeaMonkey as example). ---------------- eicons 19.06.2012 Dmitry A.Steklenev - Added more toolbar bitmaps. Some bitmaps are improved. 12.06.2012 Dmitry A.Steklenev - Added more toolbar bitmaps. Some bitmaps are improved. 09.06.2012 Dmitry A.Steklenev - Added eQueryFileTypeIcon function that returns icon based only on file extension. The existence of the specified file is not checked. etoolbar 13.06.2012 Dmitry A.Steklenev - Added new TBM_SHOWTEXT message. foc 09.04.2012 Dmitry A.Steklenev - Comments about separating multiple wildcards added to FOCFILEDLG manual. ----------------- foc 01.03.2012 Dmitry A.Steklenev - Updated german translation. - Added FDS_ALLOW_DIRS flag that allows an user to choose directories as well as files. merlinn 01.03.2012 Dmitry A.Steklenev - Added MerlinQueryControlWindow function that returns handle of the specified control window. 09.02.2012 Dmitry A.Steklenev - Added WS_TABSTOP style flag to created controls. progress 16/12/2011 Dmitry A.Steklenev - Added PRS_BARNOPERCENT flag. Hides percentage above progress bar. ------------------- etoolbar 09.08.2011 Dmitry A.Steklenev - Now picture type is changed after changing of the picture handle. foc 25.08.2011 Dmitry A.Steklenev - Added preview plug-in for files that have thumbnails generated by Lucide. 24.08.2011 Dmitry A.Steklenev - In some rare cases, the item "Please, wait..." remained permanently visible after the opening of a drive tree. This has been fixed. 22.08.2011 Dmitry A.Steklenev - Now the cursored file name and path to it can be copied to clipboard. 19.08.2011 Dmitry A.Steklenev - Added Ctrl-Z hotkey by pressing which you can revert the initial file name. 17.08.2011 Dmitry A.Steklenev - English file dialog templates of the Lotus SmartSuite applications are replaced by more ergonomic templates. Only for 1024x768 or above screen resolution. 08.08.2011 Dmitry A.Steklenev - By default a whole first page of the text document is reflected to the preview image. This behaviour can be redefined via ULONG value of the PreviewTxtScale key of the PM_ControlPanel section of the user profile (OS2.INI). The valid range of the PreviewTxtScale is from 1 to 100 percent. - Corrected width of the file dialog preview area.
eicons 03.08.2011 Dmitry A.Steklenev - Improved "New Folder" toolbar bitmaps. 28.07.2011 Dmitry A.Steklenev - Added more toolbar bitmaps. 26.07.2011 Dmitry A.Steklenev - eLoadFileIcon does some sanity checks of the MS Windows EXEs before pass them to GetIconWindowsEXE. etoolbar 29.07.2011 Dmitry A.Steklenev - Added new TBM_SETPICTURE message. foc 02.08.2011 Dmitry A.Steklenev - Now the file view items can be sorted in descending order. - The file dialog and the directory selection dialog now have a maximize button. - The context menu of the file dialog and of the directory selection dialog now have a "Rename" and "Delete" menu items. 28.07.2011 Dmitry A.Steklenev - WC_FILEVIEW control have new FVS_COLUMNS style. - By default a icon view of the file dialog uses multiple columns layout. This layout can be changed via ULONG value of the FileDlgIconView key of the PM_FOC section of the user profile (OS2.INI): 21.07.2011 Dmitry A.Steklenev - Presentation parameters of the file dialog and the directory selection dialog is now saved and restored after their reopening. - Limits the maximum size of the image file which is valid for preview. By default a thumbnail image created only for image files smaller than 10MB. This size (in megabytes) can be redefined via ULONG value of the MaxPreviewImgFileSize key of the PM_ControlPanel section of the user profile (OS2.INI). - Plug-ins interface is described in FOC Programming Guide and Reference. - The accelerator keys is added to the file dialog and the directory selection dialog context menus. 16.06.2011 Dmitry A.Steklenev - WC_DIRTREE and WC_FILEVIEW controls notify an owner whenever the user marks or unmarks the file or directory.