wmangle - a window mangler for PD and MaxMSP

Copyright (c)2002-2008 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.  

Donations for further development of the package are highly appreciated.
Visit https://www.paypal.com/xclick/business=t.grill%40gmx.net&item_name=wmangle&no_note=1&tax=0&currency_code=EUR

----------------------------------------------------------------------------

You will need the flext C++ layer for PD and Max/MSP externals to compile this.
see http://www.parasitaere-kapazitaeten.net/ext


Package files:
- readme.txt: this one
- gpl.txt,license.txt: GPL license stuff
- main.cpp

----------------------------------------------------------------------------

Goals/features of the package:

- wmangle can move/resize windows, change the title bars and other attributes


----------------------------------------------------------------------------

The package should at least compile (and is tested) with the following compilers:

pd - Windows:
-------------
o Microsoft Visual C++ 6/7: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat" 

pd - darwin (MacOSX):
---------------------
o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh" 

Max/MSP - MacOS9/X:
-------------------
o CodeWarrior: edit "wmangle.cw" and build 

Max/MSP - Windows:
-------------------
o Microsoft Visual C++ 7: edit "config-max-msvc.txt" & run "build-max-msvc.bat" 


----------------------------------------------------------------------------

Version history:

0.2.1:
- added close message
- fixed help message

0.2.0:
- changed API
- Windows port
- search for exact or sub string
- search for child windows

0.1.0:
- first public binary release for Max@OS9/X

0.0.1:
- first private release for Max@OS9

---------------------------------------------------------------------------

BUGS:
- Windows: pos can't move MDI child windows (like Max patchers)
