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