From: To: Subject: eCo Software Runtime (Win) updated to 20100929 eCo Software Runtime (Win) updated to 20100929 You can download it from ftp://www2.ecomstation.ru/runtime//Win/eCoRT-Win-20100929.wpi eicons 14.09.2010 Dmitry A.Steklenev - Improved searching of an icon of file that is opened for write. 25.06.2010 Dmitry A.Steklenev - eQueryDriveType correctly detects a phantom floppy drives. 22.06.2010 Dmitry A.Steklenev - Fixed false breaking of dead cycle at loading of an icon of same object in different threads. 10.06.2010 Dmitry A.Steklenev - Added more toolbar bitmaps. 08.06.2010 Dmitry A.Steklenev - Improved a module termination routines. 17.05.2010 Dmitry A.Steklenev - Optimized extracting of icons from LX files. 06.05.2010 Dmitry A.Steklenev - Fixed extracting of icons from packed LX files. - Improved searching of an icon of the associated application. 31.03.2010 Dmitry A.Steklenev - Added remarks about safe usage to the eFreeFileIcon manual. 26.03.2010 Dmitry A.Steklenev - The icons returned by eQuerySysIcon is protected from destroying via WinDestroyPointer. 09.03.2010 Dmitry A.Steklenev - Added more toolbar bitmaps. 02.03.2010 Dmitry A.Steklenev - Added more toolbar bitmaps. 07.12.2009 Dmitry A.Steklenev - Added support of the tape drives. etoolbar 25.06.2010 Dmitry A.Steklenev - The toolbar tooltip windows now have DT_MNEMONIC style. 21.06.2010 Dmitry A.Steklenev - Style of a splitter window is not cached any more and can be changed by application. 11.06.2010 Dmitry A.Steklenev - Added SBS_2D splitter control style. - Corrected calculation of the maximal postion of the splitter bar. 03.03.2010 Dmitry A.Steklenev - Now HBITMAP or HBITMAP2 can be specified as handle of the toolbar button image. See hBitmap field of the AddBtnStruct structure. 15.09.2009 Dmitry A.Steklenev - Display buffers are created immediately after window creation. - Added a window invalidation after processing TBM_ADDBUTTON, TBM_ADDSEPARATOR and TBM_SETPICTSIZE messages. 11.09.2009 Dmitry A.Steklenev - Removed checking of visibility of the splitter window because this window don't receive WM_SHOW message if the visibility of its parent window is changed. 09.09.2009 Dmitry A.Steklenev - Added TBInitialize() function. 26.08.2009 Dmitry A.Steklenev - Fixed frame window detection if the toolbar window is not an immediate child of this frame. 25.08.2009 Dmitry A.Steklenev - Fixed creating and using display buffers in case of two or more toolbar are used simultaneously. 24.11.2008 - Добавлен вызов WinSetWindowUShort( <хэндл_меню>, QWS_ID, <идентификатор> ) после после WinLoadMenu(). - Добавлены PU_HCONSTRAIN и PU_VCONSTRAIN в WinPopupMenu(). - Добавлено #pragma pack(1) для структур. - Не резервируется место под картинку если нет картинки. foc 16.09.2010 Dmitry A.Steklenev - WC_DIRTREE and WC_FILEVIEW controls notify an owner whenever the control is receiving or losing the focus. 14.09.2010 Dmitry A.Steklenev - Fixed detection of an extended-attribute type of files that is opened for write. - Improved compatibility with applications which emulate a directory selection dialog via hiding a file view and other brutal manipulations over dialog's controls. 13.09.2010 Dmitry A.Steklenev - Removed unnecessary scroll bars which remained sometimes in windows of a directory tree and file view after conversion of old dialog templates. - Prevented a hiding and losing of the directory tree or file name column. - Prevented a call of the custom dialog procedure before completing of an initialization of the file dialog. 10.09.2010 Dmitry A.Steklenev - Improved compatibility with applications of the Lotus SmartSuite family. 02.07.2010 Dmitry A.Steklenev - Updated FOC API documentation. 01.07.2010 Dmitry A.Steklenev - Added preview plug-in for BMP, GIF, JPG and PNG images. - Added preview plug-in for OpenOffice documents. 28.06.2010 Dmitry A.Steklenev - Style WS_SAVEBITS is disabled. Dialogs open much faster. - Added basic preview window. - The FVM_QUERYSELECTED message can be used to simplify query of number of the selected records. - Editing toolbar buttons are disabled at impossibility to make the operation at current moment. - Fixed creation of the new folder in case file view doesn't show a folders. - Removable drives any more are not locked after FOCFileDlg usage. - FOC controls now correctly exclude a phantom floppy drives. - Added pop-up menu to file dialog and directory selection dialog. - Improved compatibility with standard system file dialog. - Now all dialogs and menus use system defined fonts. 08.06.2010 Dmitry A.Steklenev - The filename editing field any more does not truncate a filename. - The CM_INVALIDATERECORD message is sent to a WC_FILEVIEW window after refreshing of the file icon only if this icon is changed. 02.06.2010 Dmitry A.Steklenev - Improved compatibility with FDS_MODELESS file dialogs. - FOC dialog layout is no more screwed in some cases. - Serious optimisation of building and refreshing of the directory tree is made. 20.05.2010 Dmitry A.Steklenev - WC_DIRTREE now includes directories with the archive and read-only bits set. 30.04.2010 Dmitry A.Steklenev - The CM_INVALIDATERECORD message is sent to a WC_FILEVIEW window after refreshing of the file icon only if this icon is visible. - Fixed memory leak in WC_FILEVIEW. 05.04.2010 Dmitry A.Steklenev - Initial directory name no more ignored by FOCSelectDir. progress 13/11/2009 Dmitry A.Steklenev - Fixed calculation of the size of the third caption in case progress bar is displayed using a pair images. 06/09/2009 Dmitry A.Steklenev - The compiling time optimization is turned on. - Controls any more don't route unwanted messages to the default window procedure. - The progress bar now uses Gpi2DeleteBitmap in all cases. - Added some tests of progress bar animated "wait" mode. - Makefile of the sample is modified. This sample now can be built in usual Open Watcom environment. 11/06/2009 Dmitry A.Steklenev - If PRC_WAIT value is passed to PrgSetPercentage as usPercent, the linear progress bar will be switched to animated "wait" mode until the PrgSetPercentage will not be called with other value.