home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 115 / af115sub.adf / VWM.lzx / VWM / VWM15.readme < prev   
Encoding:
Text File  |  1998-07-19  |  3.8 KB  |  106 lines

  1. Short:    Virtual Window Manager - version 1.5
  2. Uploader: bm18@hem2.passagen.se (Bahman Moallem)
  3. Author:   bm18@hem2.passagen.se (Bahman Moallem)
  4. Type:     util/misc
  5. Replaces: util/misc/VWM14.lha
  6. Requires: OS 2.04
  7. Version:  1.5
  8.  
  9. VWM version 1.5, third version released to the public.
  10.  
  11. VWM, the virtual screen aware window manager, is a small, fast,
  12. and system friendly virtual screen aware program that gives you
  13. 100% control over windows' positions.
  14.  
  15. ---------------------------------------------------------------------
  16.  
  17. VWM features 2 ways of defining the new location for the target
  18. window, setting an absolute or relative position (Coordinate
  19. Positioning) or using one of the several preset positioning
  20. techniques usually related to the mouse position (Preset
  21. Positioning Techniques).
  22.  
  23.   VWM can force your programs to:
  24.  
  25.   - open their windows in absolute positions related to the start
  26.     point (0x0) of the active screen.
  27.  
  28.   - open their windows in absolute positions but related to the
  29.     point (0x0) of the "active part" of the screen (for virtual
  30.     screens).
  31.  
  32.   - center their windows under the mouse pointer (FollowMouse).
  33.  
  34.   - locate their windows under the mouse pointer but respect the
  35.     view, that is to locate the windows far enough away from the
  36.     closest edges of the visible screen but still under the mouse
  37.     pointer (RespectView).
  38.  
  39.   - open their windows in the center of the visible part of the
  40.     screen (CenterWindow).
  41.  
  42.   - open their windows in proportion to where the mouse pointer
  43.     is located.
  44.  
  45.   - open their windows in the corner of the visible part of the
  46.     screens which is farthest away from the mouse pointer position
  47.     (UseCorners).
  48.  
  49.   And much more.
  50.  
  51. ---------------------------------------------------------------------
  52.  
  53. Summary of news in version 1.5 (see VWM.guide/History for details):
  54.  
  55.   - VWM couldn't handle borderless windows that didn't have their
  56.     dimensions defined in their structures. This is fixed now.
  57.  
  58.   - This version handles Workbench 3.0's Execute (menu) window.
  59.  
  60.   - Abbreviations for keywords are now supported.
  61.  
  62.   - Updated 'destination definition' keyword DestinationFlag=FollowMouse
  63.     In earlier versions DestinationFlag=FollowMouse would center
  64.     the window under the mouse pointer. From this version, the argument
  65.     commands the program to open the matched window in proportion to
  66.     where the mouse pointer is located.
  67.  
  68.     To do this, VWM calculates how far from a screen-border the mouse
  69.     pointer is located, and then using the value, it calculates how far
  70.     from the mouse the relevant border of the matched window should be
  71.     located.
  72.  
  73.   - New 'destination definition' keyword DestinationFlag=CenterMouse
  74.     DestinationFlag=CenterMouse in this version works exactly as
  75.     DestinationFlag=FollowMouse used to in previous versions.
  76.     That is, it centers the matched window under the mouse pointer.
  77.  
  78.   - New 'destination definition' keyword DestinationMouseOffsets
  79.     X-offset and Y-offset in DestinationMouseOffsets=X-offset,Y-offset
  80.     are the 2 positive or negative offsets that VWM uses when
  81.     calculating a target window's position for the following keywords:
  82.  
  83.     DestinationFlag=FollowMouse
  84.     DestinationFlag=RespectView
  85.     DestinationFlag=CenterMouse
  86.  
  87.   - New 'destination definition' keyword DestinationWindowToFront=YES/NO
  88.     If, for any reason, you want the opened window to be brought to
  89.     front, you can use this optional 'destination definition' keyword.
  90.  
  91.   - The (free) personalized VWM key file can now be placed in an
  92.     optional location.
  93.  
  94. ---------------------------------------------------------------------
  95.  
  96. Explicit permission to publish VWM is given to the Fred Fish and
  97. the Aminet CD series.
  98.  
  99.  
  100. VWM Copyright (C) 1995-1998 Bahman Moallem.
  101. VWM.guide Copyright (C) 1997-1998 Bahman Moallem.
  102. All Rights Reserved Worldwide
  103.  
  104. VWM is freely distributable.
  105. Unlimited non-commercial use is encouraged.
  106.