Merge branch 'next' (3.β is stable now)

This commit is contained in:
Michael Stapelberg
2009-06-26 13:27:06 +02:00
43 changed files with 3218 additions and 764 deletions

27
debian/changelog vendored
View File

@ -1,3 +1,30 @@
i3-wm (3.b-1) unstable; urgency=low
* Bugfix: Correctly handle col-/rowspanned containers when setting focus.
* Bugfix: Correctly handle col-/rowspanned containers when snapping.
* Bugfix: Force reconfiguration of all windows on workspaces which are
re-assigned because a screen was detached.
* Bugfix: Several bugs in resizing table columns fixed.
* Bugfix: Resizing should now work correctly in all cases.
* Bugfix: Correctly re-assign dock windows when workspace is destroyed.
* Bugfix: Correctly handle Mode_switch modifier.
* Bugfix: Don't raise clients in fullscreen mode.
* Bugfix: Re-assign dock windows to different workspaces when a workspace
is detached.
* Bugfix: Fix crash because of workspace-pointer which did not get updated
* Bugfix: Correctly initialize screen when Xinerama is disabled.
* Bugfix: Fullscreen window movement and focus problems fixed
* Implement jumping to other windows by specifying their position or
window class/title.
* Implement jumping back by using the focus stack.
* Implement autostart (exec-command in configuration file).
* Implement floating.
* Implement automatically assigning clients on specific workspaces.
* Implement variables in configfile.
* Colors are now configurable.
-- Michael Stapelberg <michael@stapelberg.de> Fri, 26 Jun 2009 04:42:23 +0200
i3-wm (3.a-bf2-1) unstable; urgency=low
* Bugfix: Don't crash when setting focus

20
debian/control vendored
View File

@ -1,26 +1,28 @@
Source: i3-wm
Section: utils
Priority: optional
Priority: extra
Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 5), libx11-dev, libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms1-dev, libxcb-xinerama0-dev (>= 1.1), libxcb-event1-dev (>= 0.3.3), libxcb-property1-dev (>= 0.3.3), libxcb-atom1-dev (>= 0.3.3), libxcb-icccm1-dev (>= 0.3.3), asciidoc (>= 8.4.4-1), xmlto, docbook-xml, pkg-config
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5), libx11-dev, libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms1-dev, libxcb-xinerama0-dev (>= 1.1), libxcb-event1-dev (>= 0.3.3), libxcb-property1-dev (>= 0.3.3), libxcb-atom1-dev (>= 0.3.3), libxcb-icccm1-dev (>= 0.3.3), asciidoc (>= 8.4.4-1), xmlto, docbook-xml, pkg-config, libev-dev
Standards-Version: 3.8.2
Homepage: http://i3.zekjur.net/
Package: i3
Architecture: any
Priority: optional
Priority: extra
Section: x11
Depends: i3-wm, ${misc:Depends}
Recommends: i3lock, dwm-tools
Description: metapackage (i3 window manager, i3lock (screen locker), dwm-tools)
Recommends: i3lock, dwm-tools, i3status
Description: metapackage (i3 window manager, screen locker, menu, statusbar)
This metapackage installs the i3 window manager (i3-wm), the i3lock screen
locker (slightly improved version of slock) and dwm-tools which contains dmenu.
These are all the tools you need to use the i3 window manager efficiently.
locker (slightly improved version of slock), dwm-tools which contains dmenu
and i3status, which displays useful information about your system in
combination with dzen2. These are all the tools you need to use the i3 window
manager efficiently.
Package: i3-wm
Architecture: any
Priority: optional
Priority: extra
Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: x-window-manager

8
debian/i3-wm.docs vendored Normal file
View File

@ -0,0 +1,8 @@
docs/debugging.html
docs/hacking-howto.html
docs/userguide.html
docs/bigpicture.png
docs/single_terminal.png
docs/snapping.png
docs/two_columns.png
docs/two_terminals.png

1
debian/rules vendored
View File

@ -19,6 +19,7 @@ build:
# Add here commands to compile the package.
$(MAKE)
$(MAKE) -C man
$(MAKE) -C docs
touch $@