aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-01 15:12:56 (GMT)
committerfluxgen <fluxgen>2002-01-01 15:12:56 (GMT)
commitf270856299e8dcc52e46b546b71f83fbc8c212e0 (patch)
treed1209bf72467cf07b1f5be789e355e6f5e37d3fb /ChangeLog
parent544240c19808a902a227ba63795a1ec70f90d152 (diff)
downloadfluxbox_pavel-f270856299e8dcc52e46b546b71f83fbc8c212e0.zip
fluxbox_pavel-f270856299e8dcc52e46b546b71f83fbc8c212e0.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 20 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eb8fde..46fbe7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
1Changes for 0.1.6: 1Changes for 0.1.6:
2*02/01/01:
3 * Updated the man page (Thanks Matthew Hawkins)
2*01/12/29: 4*01/12/29:
3 * Fixed slit:onTop with toolbar:onTop bug 5 * Fixed slit:onTop with toolbar:onTop bug
4 * Changed Keygrabbing constants to uppercase 6 * Changed Keygrabbing constants to uppercase
5 * Changed Texture constants to uppercase and moved them into class BImage 7 * Changed Texture constants to uppercase and moved them into class BImage
6 to clean up the global namespace 8 to clean up the global namespace
7*01/12/19: 9*01/12/19:
8 * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay 10 * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay
@@ -12,22 +14,22 @@ Changes for 0.1.6:
12 * Fixed tabcycling (Thanks Mike Walker) 14 * Fixed tabcycling (Thanks Mike Walker)
13 * Moved expandFilename from class Fluxbox to class Misc (me) 15 * Moved expandFilename from class Fluxbox to class Misc (me)
14*01/12/14 16*01/12/14
15 * Moved Tab width and height functions to screen, new syntax is 17 * Moved Tab width and height functions to screen, new syntax is
16 session.screenX.tab.width (Claes Nästén) 18 session.screenX.tab.width (Claes Nästén)
17*01/12/13: 19*01/12/13:
18 * Moved all free functions in misc.cc/.hh into a class Misc 20 * Moved all free functions in misc.cc/.hh into a class Misc
19 * Moved struct FFont from Theme.hh to class Misc so the 21 * Moved struct FFont from Theme.hh to class Misc so the
20 cyclic dep between class Theme and class Misc is removed. 22 cyclic dep between class Theme and class Misc is removed.
21 * Updated Screen.hh to return reference instead of pointer in 23 * Updated Screen.hh to return reference instead of pointer in
22 get*Style 24 get*Style
23 * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString 25 * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString
24 functions in class Misc 26 functions in class Misc
25 * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc 27 * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc
26*01/12/12: 28*01/12/12:
27 * Updated russian translation (Thanks Sergey Volozhanin) 29 * Updated russian translation (Thanks Sergey Volozhanin)
28 * Updated man-page (Thanks Matthew Hawkins) 30 * Updated man-page (Thanks Matthew Hawkins)
29*01/12/11: 31*01/12/11:
30 * Fixed alt+resize and pressing button1 bugg (me) 32 * Fixed alt+resize and pressing button1 bug (me)
31 * Cleaned Tab::insert up and fix a bug in it. (Claes Nästén) 33 * Cleaned Tab::insert up and fix a bug in it. (Claes Nästén)
32 *01/12/10 34 *01/12/10
33 * Added NLS for Windowmenu Tab toggle (Claes Nästén) 35 * Added NLS for Windowmenu Tab toggle (Claes Nästén)
@@ -37,11 +39,11 @@ Changes for 0.1.5:
37 39
38*01/12/09 40*01/12/09
39 * Added execCommand to keybindings 41 * Added execCommand to keybindings
40 * Added new theme qnx-photon 42 * Added new theme qnx-photon
41 * Fixed util/Makefile.am 43 * Fixed util/Makefile.am
42 * Buggfix in Tab::insert 44 * Bugfix in Tab::insert
43*01/12/08: 45*01/12/08:
44 * Fixed "Move Group to..."-bugg (me) 46 * Fixed "Move Group to..."-bug (me)
45 * Updated AUTHORS (me) 47 * Updated AUTHORS (me)
46 * Fixed ungrabbing keys in Keys::load (me) 48 * Fixed ungrabbing keys in Keys::load (me)
47 * Added rootCommand override (Joel Carlbark) 49 * Added rootCommand override (Joel Carlbark)
@@ -65,12 +67,12 @@ Changes for 0.1.5:
65 * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me) 67 * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me)
66*01/11/30: 68*01/11/30:
67 * Fixed position code for tabs (me) 69 * Fixed position code for tabs (me)
68 * Fixed tabconfigmenu bugg (me) 70 * Fixed tabconfigmenu bug (me)
69 * Added new keybinding code (me) 71 * Added new keybinding code (me)
70 * Removed old bbkeys code (me) 72 * Removed old bbkeys code (me)
71*01/11/29: 73*01/11/29:
72 * applied Tab position patch (Claes Nästén) 74 * applied Tab position patch (Claes Nästén)
73 * Fixed transient_for-bugg, Fluxbox::~FluxboxWindow (me) 75 * Fixed transient_for-bug, Fluxbox::~FluxboxWindow (me)
74 client.transient_for didn't got focus and caused the (me) 76 client.transient_for didn't got focus and caused the (me)
75 Fluxbox::focused_window to be a badpointer since 77 Fluxbox::focused_window to be a badpointer since
76 the focused_window was pointing to an already destroyed 78 the focused_window was pointing to an already destroyed
@@ -106,7 +108,7 @@ Changes for 0.1.5:
106*01/11/11: 108*01/11/11:
107 * Theme.cc/.hh added to source, handles all theme loading (me) 109 * Theme.cc/.hh added to source, handles all theme loading (me)
108*01/11/09: 110*01/11/09:
109 * Fixed bugg in Fluxbox::getRcFilename() (me) 111 * Fixed bug in Fluxbox::getRcFilename() (me)
110*01/11/07: 112*01/11/07:
111 * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me) 113 * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me)
112 * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me) 114 * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me)
@@ -137,10 +139,10 @@ Changes for 0.1.4:
137*01/10/31: Fixed default color/texture for tab to be the same as titlebar 139*01/10/31: Fixed default color/texture for tab to be the same as titlebar
138 if the theme is a blackbox theme. 140 if the theme is a blackbox theme.
139*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch) 141*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch)
140*01/10/29: Fixed reconfigure-bugg for tabs 142*01/10/29: Fixed reconfigure-bug for tabs
141*01/10/28: Added "Use Tabs" in configure menu 143*01/10/28: Added "Use Tabs" in configure menu
142*01/10/28: Added theme support for tabs 144*01/10/28: Added theme support for tabs
143*01/10/28: Fixed the move bugg when moving a tablist 145*01/10/28: Fixed the move bug when moving a tablist
144 146
145Changes for 0.1.3: 147Changes for 0.1.3:
146 148
@@ -195,7 +197,7 @@ Changes for Fluxbox 0.1.2:
195* Window.cc: FluxboxWindow::FluxboxWindow 197* Window.cc: FluxboxWindow::FluxboxWindow
196 Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier 198 Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier
197 and ungrabs Mod1-3. 199 and ungrabs Mod1-3.
198 This should fix the focus "bugg" when num lock, caps lock or scroll lock 200 This should fix the focus "bug" when num lock, caps lock or scroll lock
199 are pressed. 201 are pressed.
200 202
201* fluxbox.cc: Fluxbox::process_event 203* fluxbox.cc: Fluxbox::process_event