]> git.sur5r.net Git - i3/i3/blob - debian/changelog
Explicitly specify -lxcb when linking to link with binutils-gold
[i3/i3] / debian / changelog
1 i3-wm (3.d-0) unstable; urgency=low
2
3   * Implement tabbing (command "T")
4   * Implement horizontal resize of containers (containers! not windows)
5   * Implement the urgency hint for windows/workspaces
6   * Implement vim-like marks (mark/goto command)
7   * Implement stack-limit for further defining how stack windows should look
8   * Implement modes which allow you to use a different set of keybindings
9     when inside a specific mode
10   * Implement changing the default mode of containers
11   * Implement long options (--version, --no-autostart, --help, --config)
12   * Implement 'bt' to toggle between the different border styles
13   * Use a yacc/lex parser/lexer for the configuration file
14   * The number of workspaces is now dynamic instead of limited to 10
15   * Floating windows (and tiled containers) can now be resized using
16     floating_modifier and right mouse button
17   * Dock windows can now reconfigure their height
18   * Bugfix: Correctly handle multiple messages on the IPC socket
19   * Bugfix: Correctly use base_width, base_height and size increment hints
20   * Bugfix: Correctly send fake configure_notify events
21   * Bugfix: Don’t crash if the numlock symbol cannot be found
22   * Bugfix: Don’t display a colon after unnamed workspaces
23   * Bugfix: If the pointer is outside of the screen when starting, fall back to
24     the first screen.
25   * Bugfix: Initialize screens correctly when not using Xinerama
26   * Bugfix: Correctly handle unmap_notify events when resizing
27   * Bugfix: Correctly warp pointer after rendering the layout
28   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
29   * Explicitly specify -lxcb when linking (Closes: #554860)
30
31  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 07 Nov 2009 16:44:48 +0100
32
33 i3-wm (3.c-2) unstable; urgency=low
34
35   * Fix FTBFS on GNU/kFreeBSD and possibly GNU/Hurd (Closes: #542877)
36   * Add manpage for i3-msg
37
38  -- Michael Stapelberg <michael@stapelberg.de>  Mon, 24 Aug 2009 12:23:18 +0200
39
40 i3-wm (3.c-1) unstable; urgency=low
41
42   * Implement a reload command
43   * Implement keysymbols in configuration file
44   * Implement assignments of workspaces to screens
45   * Implement named workspaces
46   * Implement borderless/1-px-border windows
47   * Implement command to focus screens
48   * Implement IPC via unix sockets
49   * Correctly render decoration of floating windows
50   * Map floating windows requesting (0x0) to center of their leader/workspace
51   * Optimization: Render stack windows on pixmaps to reduce flickering
52   * Optimization: Directly position new windows to their final position
53   * Bugfix: Repeatedly try to find screens if none are available
54   * Bugfix: Correctly redecorate clients when changing focus
55   * Bugfix: Don’t crash when clients reconfigure themselves
56   * Bugfix: Fix screen wrapping
57   * Bugfix: Fix selecting a different screen with your mouse when not having
58     any windows on the current workspace
59   * Bugfix: Correctly unmap stack windows and don’t re-map them too early
60   * Bugfix: Allow switching layout if there are no clients in the this container
61   * Bugfix: Set WM_STATE_WITHDRAWN when unmapping, unmap windows when
62     destroying
63   * Bugfix: Don’t hide assigned clients to inactive but visible workspaces
64
65  -- Michael Stapelberg <michael@stapelberg.de>  Wed, 19 Aug 2009 13:07:58 +0200
66
67 i3-wm (3.b-1) unstable; urgency=low
68
69   * Bugfix: Correctly handle col-/rowspanned containers when setting focus.
70   * Bugfix: Correctly handle col-/rowspanned containers when snapping.
71   * Bugfix: Force reconfiguration of all windows on workspaces which are
72     re-assigned because a screen was detached.
73   * Bugfix: Several bugs in resizing table columns fixed.
74   * Bugfix: Resizing should now work correctly in all cases.
75   * Bugfix: Correctly re-assign dock windows when workspace is destroyed.
76   * Bugfix: Correctly handle Mode_switch modifier.
77   * Bugfix: Don't raise clients in fullscreen mode.
78   * Bugfix: Re-assign dock windows to different workspaces when a workspace
79     is detached.
80   * Bugfix: Fix crash because of workspace-pointer which did not get updated
81   * Bugfix: Correctly initialize screen when Xinerama is disabled.
82   * Bugfix: Fullscreen window movement and focus problems fixed
83   * Implement jumping to other windows by specifying their position or
84     window class/title.
85   * Implement jumping back by using the focus stack.
86   * Implement autostart (exec-command in configuration file).
87   * Implement floating.
88   * Implement automatically assigning clients on specific workspaces.
89   * Implement variables in configfile.
90   * Colors are now configurable.
91
92  -- Michael Stapelberg <michael@stapelberg.de>  Fri, 26 Jun 2009 04:42:23 +0200
93
94 i3-wm (3.a-bf2-1) unstable; urgency=low
95
96   * Bugfix: Don't crash when setting focus
97   * Bugfix: Reconfigure bar window when changing resolutions
98
99  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 03 May 2009 23:02:24 +0200
100
101 i3-wm (3.a-bf1-1) unstable; urgency=low
102
103   * Bugfix: When entering a stack window with the mouse, set focus to the
104     active client in the container the stack window belongs to.
105   * Bugfix: Correctly filter out the numlock bit. This fixes i3 not reacting
106     to any keybindings after pressing numlock once.
107   * Bugfix: Don't crash when Xinerama is disabled.
108   * Bugfix: Correctly remove client from container when moving to another
109     workspace.
110   * Bugfix: Set focus to the client which was previously focused instead of
111     the next client in container when moving windows out of a container.
112   * Bugfix: Correctly set focus when switching between screens.
113   * Bugfix: Don't crash anymore moving focus to another screen under the
114     following conditions: The screen you switch to has a lower number of cells
115     and/or rows than the current one, you switch focus using your mouse, you
116     previously were in a column/row which is not available on the destination
117     screen.
118   * Bugfix: When switching screens, warp the pointer to the correct
119     destination window.
120   * Bugfix: Store dock clients per screen, not per workspace.
121   * Bugfix: Perform bounds checking for snapped containers.
122   * Bugfix: Send clients their absolute position/size (on the root window) in
123     generated configure events. This fixes problems with xfontsel, xmaple,
124     etc.
125   * Bugfix: Correctly update state when moving fullscreen windows across
126     workspaces.
127   * Bugfix: Correctly restart i3 when not using its absolute path
128   * Bugfix: Drag & Drop in GTK applications works now
129   * Bugfix: Don't hide non-managed windows (libnotify-popups for example)
130     when raising clients in stacked containers.
131   * Bugfix: Correctly restore focus when leaving fullscreen mode
132   * Bugfix: Re-distribute free space when closing customly resized containers,
133     re-evaluate for other containers
134   * Bugfix: When moving windows into different containers, insert them at the
135     correct position.
136   * Bugfix: Correctly set focus when moving windows into other containers
137   * Implement scrolling on stack windows and on the bottom bar.
138   * Create i3-wm-dbg with debug symbols
139   * Don't rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4.
140
141  -- Michael Stapelberg <michael@stapelberg.de>  Sat, 02 May 2009 20:55:46 +0200
142
143 i3-wm (3.a-1) unstable; urgency=low
144
145   * First release (Closes: #521709)
146
147  -- Michael Stapelberg <michael@stapelberg.de>  Sun, 29 Mar 2009 18:21:30 +0200