Merge branch 'master' into next
This commit is contained in:
commit
6fdb2c0df2
|
@ -1,6 +1,7 @@
|
|||
i3-wm (4.0.2-0) unstable; urgency=low
|
||||
|
||||
* NOT YET RELEASED!
|
||||
* i3-config-wizard: handle mouse button clicks on <win> and <alt> texts
|
||||
* Bugfix: Correctly bind on multiple keycodes if a symbol has more than one
|
||||
* Bugfix: Allow multiple criteria in 'for_window'
|
||||
* Bugfix: Ensure a minimum size when using the 'resize' command
|
||||
|
@ -21,6 +22,9 @@ i3-wm (4.0.2-0) unstable; urgency=low
|
|||
* Bugfix: Warp cursor when changing outputs again
|
||||
* Bugfix: i3bar: fix switching to workspaces with extremely long names
|
||||
* Bugfix: i3bar: fix switching to workspaces "next" and "prev"
|
||||
* Bugfix: i3bar: Correctly allocate pixmap for statuslines which are longer
|
||||
than the screen
|
||||
* Bugfix: i3bar: set statusline = NULL on EOF / SIGCHLD
|
||||
* Bugfix: Correctly initialize the verbose flag
|
||||
* Bugfix: Don’t start with workspace 'next' when the command 'workspace next'
|
||||
is bound in the config file
|
||||
|
@ -31,6 +35,12 @@ i3-wm (4.0.2-0) unstable; urgency=low
|
|||
* Bugfix: Fix crash when using 'focus mode_toggle' on an empty workspace
|
||||
* Bugfix: Make the 'resize' command work inside tabbed/stacked cons
|
||||
* Bugfix: Correctly place floating windows on their appropriate output
|
||||
* Bugfix: Fix coordinates when moving a floating window to a different output
|
||||
* Bugfix: Correctly keep focus when moving non-leaf windows
|
||||
* Bugfix: Accept '\t' in the set command
|
||||
* Bugfix: Only consider tiling windows when attaching tiling windows to a
|
||||
workspace
|
||||
* Bugfix: Correctly render containers when a split container is focused
|
||||
|
||||
-- Michael Stapelberg <michael@stapelberg.de> Sun, 07 Aug 2011 18:13:29 +0200
|
||||
|
||||
|
|
Loading…
Reference in New Issue