]> git.sur5r.net Git - i3/i3/blob - debian/changelog
debian: update changelog
[i3/i3] / debian / changelog
1 i3-wm (3.e-1) unstable; urgency=low
2
3   * Implement RandR instead of Xinerama
4   * Obey the XDG Base Directory Specification for config file paths
5   * lexer/parser: proper error messages
6   * Add new options -V for verbose mode and -d <loglevel> for debug log levels
7   * Implement resize command for floating clients
8   * Include date of the last commit in version string
9   * Fixed cursor orientation when resizing
10   * Added focus_follows_mouse config option
11   * Feature: Cycle through workspaces
12   * Fix bindings using the cursor keys in default config
13   * added popup for handling SIGSEGV or SIGFPE
14   * Correctly exit when another window manager is already running
15   * Take into account the window’s base_{width,height} when resizing
16   * Disable XKB instead of quitting with an error
17   * Make containers containing exactly one window behave like default containers
18   * Also warp the pointer when moving a window to a another visible workspace
19   * work around clients setting 0xFFFF as resize increments
20   * Move autostart after creating the IPC socket in start process
21   * Restore geometry of all windows before exiting/restarting
22   * When in fullscreen mode, focus whole screens instead of denying to focus
23   * draw consistent borders for each frame in a tabbed/stacked container
24   * Update fullscreen client position/size when an output changes
25   * i3-input: Bugfix: repeatedly grab the keyboard if it does not succeed
26   * put windows with WM_CLIENT_LEADER on the workspace of their leader
27   * use real functions instead of nested functions (enables compilation with
28     llvm-clang)
29   * implement screen-spanning fullscreen mode
30   * floating resize now uses arbitrary corners
31   * floating resize now works proportionally when pressing shift
32   * Don’t use SYNC key bindings for mode_switch but re-grab keys
33   * support PREFIX and SYSCONFDIR in Makefile
34   * make pointer follow the focus when moving to a different screen also for
35     floating clients
36   * start dock clients on the output they request to be started on according
37     to their geometry
38   * handle destroy notify events like unmap notify events
39   * ewmh: correctly set _NET_CURRENT_DESKTOP to the number of the active
40     workspace
41   * ewmh: correctly set _NET_ACTIVE_WINDOW
42   * ewmh: implement support for _NET_WORKAREA (rdesktop can use that)
43   * default ipc-socket path is now ~/.i3/ipc.sock, enabled in the default config
44   * Bugfix: Containers could lose their snap state
45   * Bugfix: Use ev_loop_new to not block SIGCHLD
46   * Bugfix: if a font provides no per-char info for width, fall back to default
47   * Bugfix: lexer: return to INITIAL state after floating_modifier
48   * Bugfix: Don’t leak IPC socket to launched processes
49   * Bugfix: Use both parts of WM_CLASS (it contains instance and class)
50   * Bugfix: Correctly do boundary checking/moving to other workspaces when
51     moving floating clients via keyboard
52   * Bugfix: checked for wrong flag in size hints
53   * Bugfix: Correctly render workspace names containing some non-ascii chars
54   * Bugfix: Correctly position floating windows sending configure requests
55   * Bugfix: Don’t remap stack windows errnously when changing workspaces
56   * Bugfix: configure floating windows above tiling windows when moving them
57     to another workspace
58   * Bugfix: Take window out of fullscreen mode before entering floating mode
59   * Bugfix: Don’t enter BIND_A2WS_COND state too early
60   * Bugfix: only restore focus if the workspace is focused, not if it is visible
61   * Bugfix: numlock state will now be filtered in i3-input and signal handler
62   * Bugfix: Don’t unmap windows when current workspace gets reassigned
63   * Bugfix: correctly translate coordinates for floating windows when outputs
64     change
65   * Bugfix: Correctly switch workspace when using the "jump" command
66   * Bugfix: Fix rendering of workspace names after "reload"
67   * Bugfix: Correctly ignore clicks when in fullscreen mode
68   * Bugfix: Don’t allow fullscreen floating windows to be moved
69   * Bugfix: Don’t render containers which are not visible on hint changes
70   * Some memory leaks/invalid accesses have been fixed
71
72  -- Michael Stapelberg <michael@stapelberg.de>  Tue, 30 Mar 2010 13:11:50 +0200
73
74 i3-wm (3.d-bf1-1) unstable; urgency=low
75
76   * Bugfix: Don’t draw window title when titlebar is disabled
77   * Bugfix: Correctly switch border types for floating windows
78   * Bugfix: Correctly replay pointer if the click handler does not trigger
79   * Bugfix: Also allow WORDs as workspace names
80   * Bugfix: Correctly clear the urgency hint if a window gets unmapped without
81     clearing it
82   * Bugfix: Fix resizing of floating windows in borderless/1-px-border mode
83   * Bugfix: Accept underscores in bindsym
84   * Bugfix: Don’t set the urgency flag if the window is focused
85   * Bugfix: Handle stack-limit cols on tabbed containers
86   * Bugfix: Resize client after updating base_width/base_height
87   * Bugfix: Force render containers after setting the client active
88   * Bugfix: Fix two problems in resizing floating windows with right mouse
89   * Bugfix: Use more precise floating point arithmetics
90   * Bugfix: Correctly place new windows below fullscreen windows
91
92  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 21 Dec 2009 22:33:02 +0100
93
94 i3-wm (3.d-2) unstable; urgency=low
95
96   * debian: register in doc-base
97   * debian: add watchfile
98   * debian: remove unnecessary priority-field from binary packages
99   * debian: add missing images to documentation
100
101  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 23 Nov 2009 21:56:04 +0100
102
103 i3-wm (3.d-1) unstable; urgency=low
104
105   * Implement tabbing (command "T")
106   * Implement horizontal resize of containers (containers! not windows)
107   * Implement the urgency hint for windows/workspaces
108   * Implement vim-like marks (mark/goto command)
109   * Implement stack-limit for further defining how stack windows should look
110   * Implement modes which allow you to use a different set of keybindings
111     when inside a specific mode
112   * Implement changing the default mode of containers
113   * Implement long options (--version, --no-autostart, --help, --config)
114   * Implement 'bt' to toggle between the different border styles
115   * Implement an option to specify the default border style
116   * Use a yacc/lex parser/lexer for the configuration file
117   * The number of workspaces is now dynamic instead of limited to 10
118   * Floating windows (and tiled containers) can now be resized using
119     floating_modifier and right mouse button
120   * Dock windows can now reconfigure their height
121   * Bugfix: Correctly handle multiple messages on the IPC socket
122   * Bugfix: Correctly use base_width, base_height and size increment hints
123   * Bugfix: Correctly send fake configure_notify events
124   * Bugfix: Don’t crash if the numlock symbol cannot be found
125   * Bugfix: Don’t display a colon after unnamed workspaces
126   * Bugfix: If the pointer is outside of the screen when starting, fall back to
127     the first screen.
128   * Bugfix: Initialize screens correctly when not using Xinerama
129   * Bugfix: Correctly handle unmap_notify events when resizing
130   * Bugfix: Correctly warp pointer after rendering the layout
131   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
132   * Explicitly specify -lxcb when linking (Closes: #554860)
133
134  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 09 Nov 2009 20:53:43 +0100
135
136 i3-wm (3.c-2) unstable; urgency=low
137
138   * Fix FTBFS on GNU/kFreeBSD and possibly GNU/Hurd (Closes: #542877)
139   * Add manpage for i3-msg
140
141  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 24 Aug 2009 12:23:18 +0200
142
143 i3-wm (3.c-1) unstable; urgency=low
144
145   * Implement a reload command
146   * Implement keysymbols in configuration file
147   * Implement assignments of workspaces to screens
148   * Implement named workspaces
149   * Implement borderless/1-px-border windows
150   * Implement command to focus screens
151   * Implement IPC via unix sockets
152   * Correctly render decoration of floating windows
153   * Map floating windows requesting (0x0) to center of their leader/workspace
154   * Optimization: Render stack windows on pixmaps to reduce flickering
155   * Optimization: Directly position new windows to their final position
156   * Bugfix: Repeatedly try to find screens if none are available
157   * Bugfix: Correctly redecorate clients when changing focus
158   * Bugfix: Don’t crash when clients reconfigure themselves
159   * Bugfix: Fix screen wrapping
160   * Bugfix: Fix selecting a different screen with your mouse when not having
161     any windows on the current workspace
162   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
163   * Bugfix: Allow switching layout if there are no clients in the this container
164   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
165     destroying
166   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
167
168  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
169
170 i3-wm (3.b-1) unstable; urgency=low
171
172   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
173   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
174   * Bugfix: Force reconfiguration of all windows on workspaces which are
175     re-assigned because a screen was detached.
176   * Bugfix: Several bugs in resizing table columns fixed.
177   * Bugfix: Resizing should now work correctly in all cases.
178   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
179   * Bugfix: Correctly handle Mode_switch modifier.
180   * Bugfix: Don't raise clients in fullscreen mode.
181   * Bugfix: Re-assign dock windows to different workspaces when a workspace
182     is detached.
183   * Bugfix: Fix crash because of workspace-pointer which did not get updated
184   * Bugfix: Correctly initialize screen when Xinerama is disabled.
185   * Bugfix: Fullscreen window movement and focus problems fixed
186   * Implement jumping to other windows by specifying their position or
187     window class/title.
188   * Implement jumping back by using the focus stack.
189   * Implement autostart (exec-command in configuration file).
190   * Implement floating.
191   * Implement automatically assigning clients on specific workspaces.
192   * Implement variables in configfile.
193   * Colors are now configurable.
194
195  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
196
197 i3-wm (3.a-bf2-1) unstable; urgency=low
198
199   * Bugfix: Don't crash when setting focus
200   * Bugfix: Reconfigure bar window when changing resolutions
201
202  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
203
204 i3-wm (3.a-bf1-1) unstable; urgency=low
205
206   * Bugfix: When entering a stack window with the mouse, set focus to the
207     active client in the container the stack window belongs to.
208   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
209     to any keybindings after pressing numlock once.
210   * Bugfix: Don't crash when Xinerama is disabled.
211   * Bugfix: Correctly remove client from container when moving to another
212     workspace.
213   * Bugfix: Set focus to the client which was previously focused instead of
214     the next client in container when moving windows out of a container.
215   * Bugfix: Correctly set focus when switching between screens.
216   * Bugfix: Don't crash anymore moving focus to another screen under the
217     following conditions: The screen you switch to has a lower number of cells
218     and/or rows than the current one, you switch focus using your mouse, you
219     previously were in a column/row which is not available on the destination
220     screen.
221   * Bugfix: When switching screens, warp the pointer to the correct
222     destination window.
223   * Bugfix: Store dock clients per screen, not per workspace.
224   * Bugfix: Perform bounds checking for snapped containers.
225   * Bugfix: Send clients their absolute position/size (on the root window) in
226     generated configure events. This fixes problems with xfontsel, xmaple,
227     etc.
228   * Bugfix: Correctly update state when moving fullscreen windows across
229     workspaces.
230   * Bugfix: Correctly restart i3 when not using its absolute path
231   * Bugfix: Drag & Drop in GTK applications works now
232   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
233     when raising clients in stacked containers.
234   * Bugfix: Correctly restore focus when leaving fullscreen mode
235   * Bugfix: Re-distribute free space when closing customly resized containers,
236     re-evaluate for other containers
237   * Bugfix: When moving windows into different containers, insert them at the
238     correct position.
239   * Bugfix: Correctly set focus when moving windows into other containers
240   * Implement scrolling on stack windows and on the bottom bar.
241   * Create i3-wm-dbg with debug symbols
242   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
243
244  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
245
246 i3-wm (3.a-1) unstable; urgency=low
247
248   * First release (Closes: #521709)
249
250  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200