Guile Really-Improved 3 Window Manager Fork of i3-wm with guile configuration
 
 
 
 
 
 
Go to file
Michael Stapelberg bd9de8189b Put documentation for each function in the header files, doxygen-compatible
Thanks to psychoschlumpf for the hint. Having comments in the headers
makes it easier to get the big picture when not being interested in the
source.

The doxygen file extracts as much as it can into HTML files. Please note
that this is not official/supported documentation, but rather being nice
to people who have to/want to use doxygen (I don’t).

Let me paste the header of the doxygen file:

  You can use this file with doxygen to create a pseudo-documentation
  automatically from source. doxygen-comments are not used very extensively
  in i3, mostly for the reason that it clutters the source code and has no
  real use (doxygen’s output looks really ugly).

  So, if you want to use it, here you go. This is however not a supported
  document, and I recommend you have a look at the docs/ folder or at
  http://i3.zekjur.net/ for more, real documentation.
2009-04-07 19:02:07 +02:00
debian Debian package fixes (use ${misc:Depends}, close ITP, call dh_strip, correct spelling of metapackage) 2009-03-29 18:44:01 +02:00
docs Cleanup makefiles, add version to i3 -v and i3 startup 2009-03-15 23:15:16 +01:00
include Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
man Update manpage 2009-03-16 08:18:52 +01:00
src Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00
tests Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
website Website: Sitemap should contain URLs without redirects 2009-03-22 23:47:20 +01:00
.gitignore Separate font stuff to font.c, beautify Makefile 2009-02-08 11:25:32 +01:00
CMDMODE Implement kill-command to kill the current window, document it 2009-03-14 22:09:36 +01:00
DEPENDS Add docbook-xml as build dependency, revert last commit 2009-03-14 18:55:47 +01:00
GOALS Add GOALS file with anti-autotools 2009-02-09 20:56:29 +01:00
LICENSE Add vim hints, copyright notice to each file, add LICENSE, retab! everything 2009-02-14 02:33:31 +01:00
Makefile Bugfix: Correctly filter out the numlock state bit (doesn’t get cleared for some reason) 2009-03-27 15:24:52 +01:00
PACKAGE-MAINTAINER Add file PACKAGE-MAINTAINERS with hints for package maintainers 2009-03-14 01:30:37 +01:00
RFC Adjust RFC/TODO, forgot _GNU_SOURCE in layout.c 2009-02-13 19:15:32 +01:00
TODO Update TODO, fix parsing in commandmode for moving windows to workspaces vs. switching 2009-02-28 02:46:36 +01:00
i3.config Implement kill-command to kill the current window, document it 2009-03-14 22:09:36 +01:00
pseudo-doc.doxygen Put documentation for each function in the header files, doxygen-compatible 2009-04-07 19:02:07 +02:00