[go: up one dir, main page]

Menu

Tree [dd7866] v0.1 /
 History

HTTPS access


File Date Author Commit
 LICENSE 2010-06-08 Johan Veenhuizen Johan Veenhuizen [b27088] Update the manual page, and add the NEWS and LI...
 Makefile.am 2010-06-12 Johan Veenhuizen Johan Veenhuizen [bd30de] Remove references to nonexisting files in Makef...
 NEWS 2010-06-15 Johan Veenhuizen Johan Veenhuizen [dd7866] Update NEWS
 README 2010-06-15 Johan Veenhuizen Johan Veenhuizen [7b2838] Change homepage URL to http://windwm.sourceforg...
 buildtest.sh 2010-06-08 Johan Veenhuizen Johan Veenhuizen [5acd26] Change name to "Wind" and update copyrights.
 button.c 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 client.c 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 configure.ac 2010-06-08 Johan Veenhuizen Johan Veenhuizen [5acd26] Change name to "Wind" and update copyrights.
 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 2010-06-14 Johan Veenhuizen Johan Veenhuizen [794cf6] Clean up dragger.c using button grab
 ewmh.c 2010-06-12 Johan Veenhuizen Johan Veenhuizen [b23cbf] Implement support for ICCCM window groups
 frame.c 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 list.h 2010-02-16 Johan Veenhuizen Johan Veenhuizen [a059e7] Cleanup
 main.c 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 mwm.c 2010-06-14 Johan Veenhuizen Johan Veenhuizen [c0a8b4] Minor cleanup
 root.c 2010-06-14 Johan Veenhuizen Johan Veenhuizen [e082bc] Push client windows wishing to be in IconicState
 wind.1 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 wind.h 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 x11font.c 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 xftfont.c 2010-06-15 Johan Veenhuizen Johan Veenhuizen [3f9cce] Clean up font and color handling
 xutil.c 2010-06-08 Johan Veenhuizen Johan Veenhuizen [573942] Revert an accidental change to drawbitmap() in ...

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.


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.


Reporting bugs

  The best way to report a bug is to use the bug tracker
on the project home page.