Menu

Tree [02b3bd] master v1.5 /
 History

HTTPS access


File Date Author Commit
 LICENSE 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 Makefile.am 2010-09-25 Johan Veenhuizen Johan Veenhuizen [45d16d] Cleanup
 NEWS 2014-05-21 Johan Veenhuizen Johan Veenhuizen [02b3bd] Prepare version 1.5
 README 2011-05-23 Johan Veenhuizen Johan Veenhuizen [3fd962] Update documentation
 buildtest.sh 2010-06-08 Johan Veenhuizen Johan Veenhuizen [5acd26] Change name to "Wind" and update copyrights.
 button.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 client.c 2014-05-21 Johan Veenhuizen Johan Veenhuizen [20accf] Improve the smart window placement algorithm, m...
 configure.ac 2014-05-21 Johan Veenhuizen Johan Veenhuizen [02b3bd] Prepare version 1.5
 deleven.xbm 2010-04-24 Johan Veenhuizen Johan Veenhuizen [0d12bb] Increase delete button bitmap size.
 delodd.xbm 2009-02-13 Johan Veenhuizen Johan Veenhuizen [6a46a1] Nice little buttons.
 dragger.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 ewmh.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 frame.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 lib.c 2014-05-21 Johan Veenhuizen Johan Veenhuizen [663c64] Ignore WM_TAKE_FOCUS
 list.h 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 main.c 2014-05-21 Johan Veenhuizen Johan Veenhuizen [663c64] Ignore WM_TAKE_FOCUS
 mwm.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 root.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 wind.1 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 wind.h 2014-05-21 Johan Veenhuizen Johan Veenhuizen [663c64] Ignore WM_TAKE_FOCUS
 x11font.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...
 xftfont.c 2014-04-01 Johan Veenhuizen Johan Veenhuizen [52c618] Clean up copyright years and reformat license c...

Read Me

The Wind window manager

By Johan Veenhuizen
veenhuizen@users.sourceforge.net

http://windwm.sourceforge.net


Documentation

  Refer to the manual page for information on how to use Wind.


License

  Wind is free software distributed under the MIT license. The
file LICENSE contains the full terms and conditions. The license
text is also included in the manual page.


Installation

  Wind uses GNU Autotools for configuration and building. The
following commands will configure, build, and install the
program and documentation at the default locations.

  $ ./configure
  $ make
  $ make install

  The configure script takes several options to customize
the installation. Type './configure --help' to list the
supported options.


Reporting bugs

  If you find a bug, please try to reproduce it while running
Wind with the -v option. This option will print the version
information, along with Xlib errors, to the standard error file
descriptor. This output might prove useful in understanding the
bug, so please include it in your report.

  Try to provide a detailed description of how to reproduce
the problem, and send your report to the Wind mailing list,
<windwm-bugs@lists.sourceforge.net>. You don't need to subscribe
to this list, but if you're interested in Wind news and development
you are very welcome to do so.


Building the git source

  The configure script and other files needed to build Wind are
not under version control, so if you cloned the git repository
you will need to generate them using the following command.

  $ autoreconf -i

  Note that you need to have GNU Autoconf and GNU Automake
installed on your system.


Hacking

  Wind is implemented in C99, so it is okay to use most C99
features. Please make an honest attempt to follow the coding
style.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.