[go: up one dir, main page]

Menu

Tree [f59a1b] v1.4 /
 History

HTTPS access


File Date Author Commit
 LICENSE 2011-01-19 Johan Veenhuizen Johan Veenhuizen [cf8400] Update copyright year
 Makefile.am 2010-09-25 Johan Veenhuizen Johan Veenhuizen [45d16d] Cleanup
 NEWS 2011-01-19 Johan Veenhuizen Johan Veenhuizen [f59a1b] Prepare version 1.4
 README 2010-06-16 Johan Veenhuizen Johan Veenhuizen [c34e78] Comment
 buildtest.sh 2010-06-08 Johan Veenhuizen Johan Veenhuizen [5acd26] Change name to "Wind" and update copyrights.
 button.c 2010-10-18 Johan Veenhuizen Johan Veenhuizen [bfa7f6] Generalize the button widget
 client.c 2010-12-01 Johan Veenhuizen Johan Veenhuizen [2a3b77] Minor cleanup
 configure.ac 2011-01-19 Johan Veenhuizen Johan Veenhuizen [f59a1b] Prepare version 1.4
 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-10-02 Johan Veenhuizen Johan Veenhuizen [a008ef] Cleanup
 ewmh.c 2010-11-17 Johan Veenhuizen Johan Veenhuizen [b564b3] Remove _NET_WM_DESKTOP when a window is withdra...
 frame.c 2010-11-16 Johan Veenhuizen Johan Veenhuizen [84940e] s/grp/app/
 lib.c 2010-09-25 Johan Veenhuizen Johan Veenhuizen [45d16d] Cleanup
 list.h 2010-12-02 Johan Veenhuizen Johan Veenhuizen [ca2b5d] Don't include stdio.h in list.h
 main.c 2010-11-16 Johan Veenhuizen Johan Veenhuizen [84940e] s/grp/app/
 mwm.c 2010-06-14 Johan Veenhuizen Johan Veenhuizen [c0a8b4] Minor cleanup
 root.c 2010-10-02 Johan Veenhuizen Johan Veenhuizen [a008ef] Cleanup
 wind.1 2011-01-19 Johan Veenhuizen Johan Veenhuizen [cf8400] Update copyright year
 wind.h 2010-12-02 Johan Veenhuizen Johan Veenhuizen [23197e] Remove old #include
 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

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.


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.