aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog422
1 files changed, 413 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 67a98aa..c0738e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,414 @@
1(Format: Year/Month/Day)
2Changes for 0.1.10:
3*02/07/13:
4 * Added xsri target in bsetbg (Thanks Jeramy)
5 * Fixed bug [ 566277 ] xine fullscreen causes hard X lockup.
6 Invalid win and screen pointer in Fluxbox::setFocusedWindow
7*02/07/10:
8 * Fixed border and handle in Window.cc so we don't show them as default,
9 if the window is transient.
10 (bug [ 554218 ] windows have wrong resizeableness)
11*02/06/14:
12 * Extra checking for transient, so we don't get lockup
13*02/06/04:
14 * Fixed Resize/Move even without decorations.
15*02/06/03:
16 * Fixed bug [ 562882 ] "bbpager in slit doesn't work correctly".
17 The client was removed from netizenlist in ~FluxboxWindow.
18 * Fixed bug [ 562713 ] "incorrect listings in workspace menu".
19 Normal insert of new clients in the list again, in
20 Workspace::addWindow
21 * Fixed bug [ 554646 ] "Dialog boxes have tabs briefly"
22 Windows that are not maximizable by default, such as
23 dialogs, wont get a tab by default.
24*02/06/01:
25 * Updated nl_NL locales in fluxbox-generate_menu (Thanks Han Boetes)
26*02/05/31:
27 * Added ru_RU locales to fluxbox-generate_menu (Thanks Anton Denisov)
28*02/05/29:
29 * Made some cleaning in class FluxboxWindow:
30 Removed unused variable, moved Mwm* defines into enums in
31 the class, changed (void) to () (C++ uses void as default, and (void)
32 is really anoying to look at when syntax highlight is on) and
33 removed NAME_* defines since they're no longer in use
34 * Fixed "Desktop Wheeling" translation in ru_RU (Thanks Anton Denisov)
35 * Added slit order (Thanks Steve Cooper)
36 * Fixed language support in fluxbox-generate_menu:
37 * sv_SE
38 * nl_NL - Thanks Han Boetes
39 * fi_FI - Thanks Christian Rönn
40 * Fixed inverted highlight on toggle-items that are selected (Thanks Junichiro Kita)
41*02/05/25:
42 * Fixed NLS variable in configure.in (Thanks kita)
43 * Minor fixes in fluxbox-generate_menu script (Thanks xyrnix)
44
45---------------------------------------------------------------------
46
47Changes for 0.1.9:
48*02/05/24:
49 * Fixed bugs and arguments in fluxbox-generate_menu (Thanks Han Boetes)
50 * Fixed include in i18n.hh so it compiles in Mac OS X
51 * 24 hour clock format as default now
52*02/05/23:
53 * Fixed invalid iterator in Timer.cc
54 * Fixed nls files (Thanks Anton Denisov)
55 * Updated generate_menu to fluxbox-generate_menu and fixed
56 new items and functionality (Thanks Han Boetes and Jeramy B. Smith)
57*02/05/21:
58 * Moved transient checking into a function in class FluxboxWindow
59 * const fixes in Screen.hh
60*02/05/19:
61 * Removed titlebar from src/Makefile.am and doc/fluxbox.1.in (Thanks Matt Hope)
62 * Added configurable geometry show (Thanks Rando Christensen)
63 New configure in init: session.screen0.showwindowposition
64*02/05/18:
65 * Fixed style save_rc when changing style
66 * const-correct in class Tab
67*02/05/17:
68 * Removed some unnessesary const return values on fundamental types
69 * Fixed const-correct on Resource class and BTexture class
70 * Fixed transient bug, although the transient code should be better.
71 * Minor fixes so it compiles with Intel(tm) Linux Compiler 6.0
72 * Clean up in class FluxboxWindow
73*02/05/08:
74 * Fixed checking on focused_window in handleKeyEvents, fluxbox.cc
75 * Added "Allow Desktop MouseWheel Switching" runtime option (Thanks Rando Christensen)
76 * Fixed Slit saving bug and slit update bug when you start fluxbox.
77*02/05/07:
78 * Fixed a minor bug in DrawUtil.cc (Thanks Sang-Hoon RHEE)
79 * Fixed bug [ 552723 ] removing decorations while shaded. (Thanks Joel Carlbark)
80 * const iterators in Screen::updateGnomeList
81 * fixed some const in Workspace and moved clientmenu from pointer to regular
82 * Minor clean up in Workspacemenu.cc/hh, Clientmenu.cc/hh, Netizen.hh/cc
83 * const fixes in FbAtoms.hh
84 * Added options direct to CXXFLAGS in configure.in, so we don't need to
85 add them in every Makefile.am-file.
86 * Updated src/Makefile.am and util/Makefile.am (see above)
87*02/05/03:
88 * Fixed so settings for tool bar saves when you change them i the menu
89 in Toolbar.cc
90*02/05/02:
91 * Added FirstTab, LastTab, MoveTabPrev and MoveTabNext keybindings (Thanks Phil Dier)
92 * Fixed ScreenList in fluxbox.cc
93 * Removed "NULL" from Font.cc
94*02/04/28:
95 * Fixed shade bug while vertical rotated tabs and tabs off (Thanks signal9)
96 * Fluxbox doesn't save on exit anymore so restart of fluxbox will reread
97 configuration
98 * Minor clean up in Configmenu.hh/cc
99 * Fixed bug [ 515483 ] "XMMS Problem", in Window.cc,
100 decorations.handle and decorations.border now = true on transient windows
101*02/04/26:
102 * Fixed m_multibyte in Font.cc (Thanks kita)
103*02/04/20:
104 * Fixed menu.font string in Theme.cc
105
106--------------------------------------------------------------
107Changes for 0.1.8:
108*02/04/19:
109 * Added ToggleTab to key actions (Thanks Matt Hope)
110*02/04/17:
111 * Added workspace change when scrolling on the root window function
112 * Fixed workspace warping bug when moving a tab-group
113*02/04/14:
114 * Fixed decoration.handle bug
115 * Fixed tabs default off (Thanks Dave Watson)
116*02/04/12:
117 * Added Workspace warping, this does only work with opaque moving (Thanks Steve Cooper)
118 * Fixed menu bug
119*02/04/09:
120 * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
121 Root menu. (Thanks Stanislav Karchebny)
122 * Removed LinkedList.cc/hh
123 * Fixed std::map, std::list, std::vector in class Fluxbox
124 * Clean up in Workspace.hh/cc
125*02/04/08:
126 * Fixed a few comments in StringUtil.cc (Thanks Maurits Dijkstra)
127 * Clean up in Basemenu.hh/cc
128*02/04/05:
129 * Fixed unsigned/signed in Basemenu.cc
130*02/04/04:
131 * Moved NLS types from #define to enums and moved them into
132 namespace FBNLS, this way we don't pollute the global namespace too much.
133 * Fixed the i18n checking with MB_CUR_MAX and some other fixes
134 from the blackbox code (Thanks bb-developers).
135 * Fixed bug [ 528101 ] window dragging + workspace changing
136 * Fixed ToggleDecor key action (still some small decoration-bugs to fix)
137 * Moved enum Decor from BaseDisplay to FluxboxWindow
138 * Updated Makefile.am in nls/C to generate namespace and enum for blackbox-nls.hh
139 * Fixed bug [ 533436 ] Minor taskbar issue, it will update iconbar-text now.
140*02/04/03:
141 * Fixed some signed/unsigned in Windowmenu.cc/hh, Slit.hh/cc, Basemenu.hh,
142 Icon.hh/cc and Workspacemenu.cc/hh
143 * Fixed reassociateWindow in Tab.cc
144 * Fixed font in some styles (Thanks Matt Hope)
145 * Changed icon and title name to std::string in FluxboxWindow
146 * Removed int Basemenu::insert(char **, int = -1, int = 0);
147*02/04/02:
148 * Fixed smarter next/prev focus in Screen.cc/.hh and addWindow in Workspace.cc
149 Makes new windows get inserted after the focused window in the cycling
150 order instead of always at the end. (Thanks Ben Jansens)
151 * Added doSkipWindow function in Screen.hh/cc
152 * Fixed some signed/unsigened in fluxbox.cc
153*02/03/27:
154 * Fixed includes and namespace in Font.cc/hh
155*02/03/21:
156 * Added FbTk::Font to the code, Font.hh/cc
157 * Changed MenuStyle font to FbTk::Font
158 * Changed DrawUtil to namespace
159*02/03/20:
160 * Fixed some unsigned/signed stuff in Basemenu.cc/hh
161 * Rearranged public/private order in Slit.hh
162 * Removed #include "BaseDisplay.hh" and added #include <unistd.h>
163 in Timer.cc
164 * Changed StringUtil to namespace instead of struct
165*02/03/19:
166 * Added Xinerama support
167*02/03/18:
168 * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and
169 Timer.hh/cc
170 * Changed timer pointer in some classes to
171 a non pointer variable
172 * Clean up in class BTimer (Timer.cc/hh)
173 BTimer now register it self to a static list in the class BTimer
174 and update timers with the static function updateTimers(int fd)
175 The cyclic dep between BaseDisplay and BTimer is now gone.
176 * Added FbAtoms.hh/cc where all the atoms is.
177 Makes the interface in BaseDisplay cleaner
178 * Fixed std::max/min
179 * Added better window cycling with optional parameters (Thanks Steve Cooper)
180 NextWindow and PrevWindow now takes an integer parameter.
181 parameter values:
182 0 or unspecified = Default/current behavior - no skipping
183 1 = Skip: lower tabs
184 2 = Skip: stuck windows
185 3 = Skip: lower tabs/stuck windows
186 4 = Skip: shaded windows
187 5 = Skip: lower tabs/shaded windows
188 6 = Skip: stuck windows/shaded windows
189 7 = Skip: lower tabs/stuck windows/shaded windows
190*02/03/15:
191 * Xinerama support, maximizes windows to the current heads size, places
192 windows on the current head, makes it possible to place toolbar on
193 the different heads, also possible with the slit. Menus will be placed
194 on the current head too. (Claes Nästen)
195*02/03/13:
196 * Fixed window placement, now tabs are taking in account. Also,
197 no spaced are put inbetween windows to save space. (Claes Nästen)
198*02/03/11:
199 * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen)
200*02/03/08:
201 * Fixed bug in BScreen::removeNetizen
202 if there was only one netizen object in the list
203 delete *netizenList.erase(it) would segfault
204 * Some clean up in main.cc
205
206-------------------------------------------------------
207Changes for 0.1.7:
208*02/03/01:
209 * Fixed default values for title bar
210*02/02/27:
211 * Fixed add/remove workspace bug in Screen.cc
212 * Fixed generate_menu (Thanks Preben Peppe Guldberg)
213*02/02/26:
214 * indentation in Workspace.hh
215 * Added key action SENDTOWORKSPACE (Thanks Oliwier Ptak)
216*02/02/24:
217 * Added setupConfigFiles in class Fluxbox
218 copies configfiles to ~/.fluxbox/
219*02/02/23:
220 * Added Bulgarian translation (Thanks Miroslav Iordanov)
221 * Added Japanese translation (Thanks Takashi KATAYAMA)
222*02/02/21:
223 * Bug fix in _WIN_CLIENT_LIST
224*02/02/20:
225 * Added _WIN_CLIENT_LIST
226 * Fixed parameter to key bindings (Thanks Tomer Kol)
227 * Fixed a bug in BScreen::raiseWindow
228*02/02/17:
229 * Fixed _WIN_WORKSPACE_COUNT
230 * Clean up in menu parsing
231 * Fixed WIN_HINTS_SKIP_FOCUS
232 * Fixed icon bar bug
233*02/02/16:
234 * Updated include guards
235 * Added _WIN_LAYER
236 * Fixed more on _WIN_STATE
237*02/02/13:
238 * Fixed bug in Window.cc
239*02/02/11:
240 * Fixed bug in Screen and Workspace
241 * Fixed timer bug in BaseDisplay
242 * Remove throw in FluxboxWindow
243 creation of a window should be checked with isManaged
244*02/02/09:
245 * Fixed bug in Workspace::removeWindow
246 * Moved to STL vector in BaseDisplay (Thanks Paul W Brannan)
247*02/02/08:
248 * Back to STL list
249 * Fixed bug in Basemenu.hh (Thanks Paul W Brannan)
250*02/02/06:
251 * Reverted back to LinkedList in Toolbar.cc/.hh, Screen.hh/Screen.cc
252 due to some strange segfaults.
253 * Added Gnome _WIN_STATE (sticky, minimized, shaded)
254*02/02/05:
255 * Fixed a signed/unsigned problem
256 * Moved keyhandling, buttonevent and clientmessage to
257 functions in fluxbox.cc
258*02/02/04:
259 * Fixed some unsigned/signed warnings
260 * Moved from LinkedList to STL in some files (Thanks Paul W Brannan)
261 * Added pt_PT to nls (Portuguese) (Thanks Luis Medinas)
262 * Fixed multibyte in Iconbar (Thanks Jesper Louis Andersen)
263 * Removed some unnecessary timer->stop() (Thanks Jesper Louis Andersen)
264*02/02/02:
265 * Added leftWorkspace and rightWorkspace, now those keybindings
266 actually work. (Claes Nästén)
267 * Fixed small glitch in Tab.cc. (Claes Nästén)
268*02/01/31:
269 * Fixed _WIN_WORKSPACE and _WIN_WORKSPACE_COUNT
270*02/01/30:
271 * Fixed width or height less than zero problem in
272 FluxboxWindow::configure
273 * Added numObjects() (Thanks Jesper Louis Andersen)
274*02/01/27:
275 * Clean up in menu loading
276 * Moved from old C style file reading to c++ istream in menu loading
277 * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano)
278*02/01/26:
279 * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed
280 before the children)
281 * Fixed indentation in BaseDisplay.hh/.cc and changed some variables
282 * Updated Russian translation (Thanks Anton Denisov)
283 * Clean up in Tab code (Thanks Jesper Louis Andersen)
284*02/01/20:
285 * Fixed std::string for Toolbar workspace name change.
286 * Added getStringBetween to StringUtil
287*02/01/19:
288 * Fixed some screen resources to Resource<T>
289 * Updated init.in
290 * Created GrabGuard for BaseDisplay
291*02/01/18:
292 * Fixed bsetroot, now Eterm's, XChat's and similar will be able to use
293 bsetroot's background images. (Claes Nästén)
294 * Fixed ResourceManager
295 * Changed resources to Resource<T> in class Fluxbox
296 * Added Resource.hh/.cc, XrmDatabaseHelper.hh,
297 NotCopyable.hh
298*02/01/16:
299 * Fixed indent in Window.hh
300*02/01/15:
301 * Fixed exception in FluxboxWindow::FluxboxWindow
302 * Fixed lower/raise of windows when using windowmenu/keybinding
303 so now tabs should follow. (Claes Nästén)
304*02/01/14:
305 * Fixed throw statement in FluxboxWindow
306
307Changes for 0.1.6:
308*02/01/11:
309 * Fixed small bug in keybindings code, now killwindow and shade will
310 work as supposed with tabs. (Claes Nästén)
311 * Fixed so it compiles with cygwin (Thanks Eric Nicolas)
312 * Fixed bug in maximize over slit option
313 * Updated documents (Thanks Rando Christensen)
314*02/01/10:
315 * Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will
316 resize/reposition. (Claes Nästén)
317 * Updated documentation (Thanks Rando Christensen)
318 * All enums are now changed to uppercase letters. (Claes Nästén)
319 * Now tabs won't appear on some apps where they shouldn't,
320 for example bbpager and mplayer. (Claes Nästén)
321 * Fixed rootCommand to screen, so we can have
322 different rootcommands on the different screens
323 * Fixed so we can disable lines in the keyfile with a #
324 * Fixed raise with mouse click while sloppy window focus
325*02/01/09:
326 * Updated copyright date
327 * Updated generate_menu (Thanks zyrnix)
328 * Fixed Withdraw state
329 * Clean up in old gnome atom code
330*02/01/08:
331 * Made class Keys more independent (layer 2). class Keys now only
332 depends on StringUtil.
333 * Replaced the old strtok in Keys with a new stringtok from
334 StringUtil this should make the config file less restrictive
335 * Added stringtok to StringUtil
336 * Removed Fluxbox dependency from class Theme
337 * Fixed closebutton bug
338 * Fixed memory leak in Keys
339*02/01/06:
340 * Changed toolbar placement enums to uppercase letters (Claes Nästén)
341 * Moved strcasestr from Theme.cc to StringUtil
342 * Created StringUtil and DrawUtil and moved all functions from Misc to them
343*02/01/05:
344 * Changed placement/alignment enums to uppercase letters (Claes Nästén)
345 * Fixed tab/iconbar resource bug (Claes Nästén)
346 * Applied "maximize slit stop"-patch (Thanks Andrew Livesay)
347 * Fixed stickytoggle bug in Windowmenu (Thanks Chris Elston)
348 * Fixed shade bug in Windowmenu
349 * Fixed error in nls/it_IT/Makefile.am
350 * Updated french translation (Thanks Fabien Devaux)
351 * Fixed focus Configmenu bug
352*02/01/04:
353 * Fixed keybinding bug (Thanks Devaux Fabien)
354*02/01/01:
355 * Updated the man page (Thanks Matthew Hawkins)
356 * Fixed windowmenu bug when resizing with num/caps/scrollock on (Thanks Devaux Fabien)
357 * Restored lower window with mouse feature
358*01/12/29:
359 * Fixed slit:onTop with toolbar:onTop bug
360 * Changed Keygrabbing constants to uppercase
361 * Changed Texture constants to uppercase and moved them into class BImage
362 to clean up the global namespace
363*01/12/27:
364 * Fixed grabVertMax and grabHorizMax + 1 pixel maximise bug. (Claes Nästén)
365 * Now relative and vertical tabs gets textures rendered ok, still
366 interlaced and gradients aren't rendered in right direction. (Claes Nästén)
367*01/12/26:
368 * Fixed tab and iconbar uppdating so that tab and iconbar labels will have
369 the right text. (Claes Nästén)
370*01/12/23:
371 * Fixed a bug in Tab::buttonReleaseEvent and added sloppyWindowGrouping
372 wich lets you release windows tabs on other windows and not only other
373 tabs to group them (Claes Nästén)
374*01/12/19:
375 * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay
376 * Fixed redraw bug when changing workspace
377*01/12/17:
378 * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me)
379 * Fixed tabcycling (Thanks Mike Walker)
380 * Moved expandFilename from class Fluxbox to class Misc (me)
381*01/12/14
382 * Moved Tab width and height functions to screen, new syntax is
383 session.screenX.tab.width (Claes Nästén)
384*01/12/13:
385 * Moved all free functions in misc.cc/.hh into a class Misc
386 * Moved struct FFont from Theme.hh to class Misc so the
387 cyclic dep between class Theme and class Misc is removed.
388 * Updated Screen.hh to return reference instead of pointer in
389 get*Style
390 * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString
391 functions in class Misc
392 * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc
393*01/12/12:
394 * Updated russian translation (Thanks Sergey Volozhanin)
395 * Updated man-page (Thanks Matthew Hawkins)
396*01/12/11:
397 * Fixed alt+resize and pressing button1 bug (me)
398 * Cleaned Tab::insert up and fix a bug in it. (Claes Nästén)
399 *01/12/10
400 * Added NLS for Windowmenu Tab toggle (Claes Nästén)
401 * Fixed Tab toggle texture / positioning "bug" (Claes Nästén)
402
1Changes for 0.1.5: 403Changes for 0.1.5:
404
2*01/12/09 405*01/12/09
3 * Added execCommand to keybindings 406 * Added execCommand to keybindings
4 * Added new theme qnx-photon 407 * Added new theme qnx-photon
5 * Fixed util/Makefile.am 408 * Fixed util/Makefile.am
6 * Buggfix in Tab::insert 409 * Bugfix in Tab::insert
7*01/12/08: 410*01/12/08:
8 * Fixed "Move Group to..."-bugg (me) 411 * Fixed "Move Group to..."-bug (me)
9 * Updated AUTHORS (me) 412 * Updated AUTHORS (me)
10 * Fixed ungrabbing keys in Keys::load (me) 413 * Fixed ungrabbing keys in Keys::load (me)
11 * Added rootCommand override (Joel Carlbark) 414 * Added rootCommand override (Joel Carlbark)
@@ -29,12 +432,12 @@ Changes for 0.1.5:
29 * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me) 432 * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me)
30*01/11/30: 433*01/11/30:
31 * Fixed position code for tabs (me) 434 * Fixed position code for tabs (me)
32 * Fixed tabconfigmenu bugg (me) 435 * Fixed tabconfigmenu bug (me)
33 * Added new keybinding code (me) 436 * Added new keybinding code (me)
34 * Removed old bbkeys code (me) 437 * Removed old bbkeys code (me)
35*01/11/29: 438*01/11/29:
36 * applied Tab position patch (Claes Nästén) 439 * applied Tab position patch (Claes Nästén)
37 * Fixed transient_for-bugg, Fluxbox::~FluxboxWindow (me) 440 * Fixed transient_for-bug, Fluxbox::~FluxboxWindow (me)
38 client.transient_for didn't got focus and caused the (me) 441 client.transient_for didn't got focus and caused the (me)
39 Fluxbox::focused_window to be a badpointer since 442 Fluxbox::focused_window to be a badpointer since
40 the focused_window was pointing to an already destroyed 443 the focused_window was pointing to an already destroyed
@@ -70,7 +473,7 @@ Changes for 0.1.5:
70*01/11/11: 473*01/11/11:
71 * Theme.cc/.hh added to source, handles all theme loading (me) 474 * Theme.cc/.hh added to source, handles all theme loading (me)
72*01/11/09: 475*01/11/09:
73 * Fixed bugg in Fluxbox::getRcFilename() (me) 476 * Fixed bug in Fluxbox::getRcFilename() (me)
74*01/11/07: 477*01/11/07:
75 * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me) 478 * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me)
76 * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me) 479 * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me)
@@ -84,6 +487,7 @@ Changes for 0.1.5:
84 * Fixed so it compiles with gcc 3.0.x (me) 487 * Fixed so it compiles with gcc 3.0.x (me)
85 488
86Changes for 0.1.4: 489Changes for 0.1.4:
490
87*01/11/03: Added new theme: Carbondioxide by skypher 491*01/11/03: Added new theme: Carbondioxide by skypher
88*01/11/03: Fixed bsetbg in utils/Makefile.am 492*01/11/03: Fixed bsetbg in utils/Makefile.am
89*01/11/02: Clean up 493*01/11/02: Clean up
@@ -100,10 +504,10 @@ Changes for 0.1.4:
100*01/10/31: Fixed default color/texture for tab to be the same as titlebar 504*01/10/31: Fixed default color/texture for tab to be the same as titlebar
101 if the theme is a blackbox theme. 505 if the theme is a blackbox theme.
102*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch) 506*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch)
103*01/10/29: Fixed reconfigure-bugg for tabs 507*01/10/29: Fixed reconfigure-bug for tabs
104*01/10/28: Added "Use Tabs" in configure menu 508*01/10/28: Added "Use Tabs" in configure menu
105*01/10/28: Added theme support for tabs 509*01/10/28: Added theme support for tabs
106*01/10/28: Fixed the move bugg when moving a tablist 510*01/10/28: Fixed the move bug when moving a tablist
107 511
108Changes for 0.1.3: 512Changes for 0.1.3:
109 513
@@ -158,7 +562,7 @@ Changes for Fluxbox 0.1.2:
158* Window.cc: FluxboxWindow::FluxboxWindow 562* Window.cc: FluxboxWindow::FluxboxWindow
159 Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier 563 Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier
160 and ungrabs Mod1-3. 564 and ungrabs Mod1-3.
161 This should fix the focus "bugg" when num lock, caps lock or scroll lock 565 This should fix the focus "bug" when num lock, caps lock or scroll lock
162 are pressed. 566 are pressed.
163 567
164* fluxbox.cc: Fluxbox::process_event 568* fluxbox.cc: Fluxbox::process_event