home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Vyzkuste / rbtray / readme < prev   
Text File  |  1999-10-02  |  3KB  |  76 lines

  1.   RBTray 2.6
  2.   GNUware
  3.  (Distributed under terms of GNU General Public License - see below)
  4.  
  5.  Allows you to minimize windows in the tray area on
  6.  taskbar by clicking right mouse button on the window's
  7.  minimize box or from system menu.
  8.   
  9.  
  10.  Thanx to Mumit Khan for Mingw32 gcc ver. 2.95 and "dllhelpers" packs.
  11.  
  12. ------  VERSION HISTORY -------
  13.  - Bug fixed
  14.  + New feature
  15.  * Some other changes
  16.  ! Bug 
  17.  
  18. ver 2.6
  19.  - Minimize all the windows that min.boxes are on the same place
  20.    (one under another).
  21.  + Item "Minimize in tray" in system menu for any window.
  22.  + Exit with commandline argument '--exit'
  23.  
  24. ver 2.5
  25.  * Compiled with GNU gcc ver 2.95 for Mingw32. 
  26.  
  27. ver. 2.1-2.4 - not viable.
  28.  
  29. ver. 2.0
  30.  * Compiled with Watcom C.
  31.  - Dll stay in memory after exit
  32.  - Incorrect closing
  33.  + Menu for tray icons
  34.    (+About box,
  35.      restore,
  36.      close,
  37.      +kill the window trayed,
  38.      +exit)
  39.  
  40. ver. 1.1 - 1.6
  41.  * Remaked by Aleksey Novosiolov for Borland C builder.
  42.  - System crash if traying win32 console windows.
  43.  + Closing window by right-clicking on tray icon.
  44.  + Tooltip updates when mouse moves over icon.
  45.  ! Works incorrectly when closing programs what asks for closing
  46.  
  47. ver. 1.0
  48.  * Written in VC 5.0, compiled with Watcom C/C++ v11.0 (for less size).
  49.  * Only minimize windows in tray. Without menu.
  50.  ! System crash if traying win32 console windows.
  51.       Restoring trayed win32 console apps may hang the system.
  52.       The point is not in RBTray but in Windows 95.
  53.       If you ShowWindow with SW_MINIMIZE and the with SW_HIDE,
  54.       after restoring win32 console app you'll always hang up Win95.
  55.       Under WinNT works correctly.
  56.  
  57. ----------------------------------------------------
  58.  Copyright (c) 1999 Nikolay V. Redko <nike@zmail.ru>
  59.  Comments and bugreports are welcome.
  60. ----------------------------------------------------
  61.  
  62. THIS PROGRAM IS FREE SOFTWARE; YOU CAN REDISTRIBUTE IT AND/OR MODIFY
  63. IT UNDER THE TERMS OF THE GNU GENERAL PUBLIC LICENSE AS PUBLISHED BY
  64. THE FREE SOFTWARE FOUNDATION; EITHER VERSION 2 OF THE LICENSE, OR
  65. (AT YOUR OPTION) ANY LATER VERSION.
  66.  
  67. THIS PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
  68. BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF
  69. MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  SEE THE
  70. GNU GENERAL PUBLIC LICENSE FOR MORE DETAILS.
  71.  
  72. YOU SHOULD HAVE RECEIVED A COPY OF THE GNU GENERAL PUBLIC LICENSE
  73. ALONG WITH THIS PROGRAM; IF NOT, WRITE TO THE FREE SOFTWARE
  74. FOUNDATION, INC., 59 TEMPLE PLACE - SUITE 330, BOSTON, MA 02111-1307, USA.
  75. or write me : nike@zmail.ru
  76.