Snapping windows v0.0.1.5
by Ghost
ghost@ring.by, ICQ: 170067113
==============================
Plugin download page
http://miranda-im.org/download/details.php?action=viewfile&id=923
==============================

File Content
------------
 - Overview
 - Todo
 - Changes

Overview
--------
This plugin snaps the contact window to the edge of the screen, when the window
is 10 pixels away from the edge. This is a similar feature to the snap to edge
feature in Winamp. Come on people. There's a difference between snapping and docking.
Is that hard to understand?

Todo
----
 - Add an opportunity that windows snap not only to sides of the screen but also
   among themselves
 - Multimonitor support (need help).
 - Something else?

Changes
-------
v0.0.1.5 (09-12-2003)
 - added: Now the plugin processes message WM_SIZING. As a result of a window snap not
          only at dragging but also at change size of a window.
 - updated m_Snapping_windows.h
 - improved code

v0.0.1.4 (27-11-2003)
 - added: API! you can use this feature in own plug-ins. see m_Snapping_windows.h for details.

v0.0.0.3 (22-11-2003)
 - Fixed: now plugin take in account task bar placement. Can correctly dock to task bar.
 - Added: handling WM_SETTINGCHANGE message. This solve problem with changing monitor resolution.

v0.0.0.2 (04-11-2003)
 - added readme file
 - Fixed: errors when "easy move" is turn on.

v0.0.0.1 alpha (24-10-2003)
 - first public release