]> git.sur5r.net Git - i3/i3/blob - debian/changelog
Merge branch 'next' into testcases
[i3/i3] / debian / changelog
1 i3-wm (3.c-1) unstable; urgency=low
2
3   * Implement a reload command
4   * Implement keysymbols in configuration file
5   * Implement assignments of workspaces to screens
6   * Implement named workspaces
7   * Implement borderless/1-px-border windows
8   * Implement command to focus screens
9   * Implement IPC via unix sockets
10   * Correctly render decoration of floating windows
11   * Map floating windows requesting (0x0) to center of their leader/workspace
12   * Optimization: Render stack windows on pixmaps to reduce flickering
13   * Optimization: Directly position new windows to their final position
14   * Bugfix: Repeatedly try to find screens if none are available
15   * Bugfix: Correctly redecorate clients when changing focus
16   * Bugfix: Don’t crash when clients reconfigure themselves
17   * Bugfix: Fix screen wrapping
18   * Bugfix: Fix selecting a different screen with your mouse when not having
19     any windows on the current workspace
20   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
21   * Bugfix: Allow switching layout if there are no clients in the this container
22   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
23     destroying
24   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
25
26  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
27
28 i3-wm (3.b-1) unstable; urgency=low
29
30   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
31   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
32   * Bugfix: Force reconfiguration of all windows on workspaces which are
33     re-assigned because a screen was detached.
34   * Bugfix: Several bugs in resizing table columns fixed.
35   * Bugfix: Resizing should now work correctly in all cases.
36   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
37   * Bugfix: Correctly handle Mode_switch modifier.
38   * Bugfix: Don't raise clients in fullscreen mode.
39   * Bugfix: Re-assign dock windows to different workspaces when a workspace
40     is detached.
41   * Bugfix: Fix crash because of workspace-pointer which did not get updated
42   * Bugfix: Correctly initialize screen when Xinerama is disabled.
43   * Bugfix: Fullscreen window movement and focus problems fixed
44   * Implement jumping to other windows by specifying their position or
45     window class/title.
46   * Implement jumping back by using the focus stack.
47   * Implement autostart (exec-command in configuration file).
48   * Implement floating.
49   * Implement automatically assigning clients on specific workspaces.
50   * Implement variables in configfile.
51   * Colors are now configurable.
52
53  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
54
55 i3-wm (3.a-bf2-1) unstable; urgency=low
56
57   * Bugfix: Don't crash when setting focus
58   * Bugfix: Reconfigure bar window when changing resolutions
59
60  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
61
62 i3-wm (3.a-bf1-1) unstable; urgency=low
63
64   * Bugfix: When entering a stack window with the mouse, set focus to the
65     active client in the container the stack window belongs to.
66   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
67     to any keybindings after pressing numlock once.
68   * Bugfix: Don't crash when Xinerama is disabled.
69   * Bugfix: Correctly remove client from container when moving to another
70     workspace.
71   * Bugfix: Set focus to the client which was previously focused instead of
72     the next client in container when moving windows out of a container.
73   * Bugfix: Correctly set focus when switching between screens.
74   * Bugfix: Don't crash anymore moving focus to another screen under the
75     following conditions: The screen you switch to has a lower number of cells
76     and/or rows than the current one, you switch focus using your mouse, you
77     previously were in a column/row which is not available on the destination
78     screen.
79   * Bugfix: When switching screens, warp the pointer to the correct
80     destination window.
81   * Bugfix: Store dock clients per screen, not per workspace.
82   * Bugfix: Perform bounds checking for snapped containers.
83   * Bugfix: Send clients their absolute position/size (on the root window) in
84     generated configure events. This fixes problems with xfontsel, xmaple,
85     etc.
86   * Bugfix: Correctly update state when moving fullscreen windows across
87     workspaces.
88   * Bugfix: Correctly restart i3 when not using its absolute path
89   * Bugfix: Drag & Drop in GTK applications works now
90   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
91     when raising clients in stacked containers.
92   * Bugfix: Correctly restore focus when leaving fullscreen mode
93   * Bugfix: Re-distribute free space when closing customly resized containers,
94     re-evaluate for other containers
95   * Bugfix: When moving windows into different containers, insert them at the
96     correct position.
97   * Bugfix: Correctly set focus when moving windows into other containers
98   * Implement scrolling on stack windows and on the bottom bar.
99   * Create i3-wm-dbg with debug symbols
100   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
101
102  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
103
104 i3-wm (3.a-1) unstable; urgency=low
105
106   * First release (Closes: #521709)
107
108  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200