aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorunknown <unknown>2002-01-11 11:59:54 (GMT)
committerunknown <unknown>2002-01-11 11:59:54 (GMT)
commit61661d638e34b3ce6c986d5a53b8c08c1051d422 (patch)
treef0b87676e95070afee163f76902efd0c4d5b5fe6 /ChangeLog
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
parenta3d2a1cf0a5ab724e19a91915fe97842f52260d5 (diff)
downloadfluxbox_pavel-Release-0_1_6.zip
fluxbox_pavel-Release-0_1_6.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_1_6
'Release-0_1_6'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog112
1 files changed, 103 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 67a98aa..3f6ee97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,104 @@
1Changes for 0.1.6:
2*01/01/11:
3 * Fixed so it compiles with cygwin (Thanks Eric Nicolas)
4*02/01/10:
5 * Fixed {VERT,HORIZ}{INC,DEC} keybindings so that tabs will
6 resize/reposition. (Claes Nästén)
7 * Updated documentation (Thanks Rando Christensen)
8 * All enums are now changed to uppercase letters. (Claes Nästén)
9 * Now tabs won't appear on some apps where they shouldn't,
10 for example bbpager and mplayer. (Claes Nästén)
11 * Fixed rootCommand to screen, so we can have
12 different rootcommands on the different screens
13 * Fixed so we can disable lines in the keyfile with a #
14 * Fixed raise with mouse click while sloppy window focus
15*02/01/09:
16 * Updated copyright date
17 * Updated generate_menu (Thanks zyrnix)
18 * Fixed Withdraw state
19 * Clean up in old gnome atom code
20*02/01/08:
21 * Made class Keys more independent (layer 2). class Keys now only
22 depends on StringUtil.
23 * Replaced the old strtok in Keys with a new stringtok from
24 StringUtil this should make the config file less restrictive
25 * Added stringtok to StringUtil
26 * Removed Fluxbox dependency from class Theme
27 * Fixed closebutton bug
28 * Fixed memory leak in Keys
29*02/01/06:
30 * Changed toolbar placement enums to uppercase letters (Claes Nästén)
31 * Moved strcasestr from Theme.cc to StringUtil
32 * Created StringUtil and DrawUtil and moved all functions from Misc to them
33*02/01/05:
34 * Changed placement/alignment enums to uppercase letters (Claes Nästén)
35 * Fixed tab/iconbar resource bug (Claes Nästén)
36 * Applied "maximize slit stop"-patch (Thanks Andrew Livesay)
37 * Fixed stickytoggle bug in Windowmenu (Thanks Chris Elston)
38 * Fixed shade bug in Windowmenu
39 * Fixed error in nls/it_IT/Makefile.am
40 * Updated french translation (Thanks Fabien Devaux)
41 * Fixed focus Configmenu bug
42*02/01/04:
43 * Fixed keybinding bug (Thanks Devaux Fabien)
44*02/01/01:
45 * Updated the man page (Thanks Matthew Hawkins)
46 * Fixed windowmenu bug when resizing with num/caps/scrollock on (Thanks Devaux Fabien)
47 * Restored lower window with mouse feature
48*01/12/29:
49 * Fixed slit:onTop with toolbar:onTop bug
50 * Changed Keygrabbing constants to uppercase
51 * Changed Texture constants to uppercase and moved them into class BImage
52 to clean up the global namespace
53*01/12/27:
54 * Fixed grabVertMax and grabHorizMax + 1 pixel maximise bug. (Claes Nästén)
55 * Now relative and vertical tabs gets textures rendered ok, still
56 interlaced and gradients aren't rendered in right direction. (Claes Nästén)
57*01/12/26:
58 * Fixed tab and iconbar uppdating so that tab and iconbar labels will have
59 the right text. (Claes Nästén)
60*01/12/23:
61 * Fixed a bug in Tab::buttonReleaseEvent and added sloppyWindowGrouping
62 wich lets you release windows tabs on other windows and not only other
63 tabs to group them (Claes Nästén)
64*01/12/19:
65 * Moved some structs from file scope of BaseDisplay.hh in to class BaseDisplay
66 * Fixed redraw bug when changing workspace
67*01/12/17:
68 * Fixed errorchecking in Misc::DrawString and Misc::DrawRotString (me)
69 * Fixed tabcycling (Thanks Mike Walker)
70 * Moved expandFilename from class Fluxbox to class Misc (me)
71*01/12/14
72 * Moved Tab width and height functions to screen, new syntax is
73 session.screenX.tab.width (Claes Nästén)
74*01/12/13:
75 * Moved all free functions in misc.cc/.hh into a class Misc
76 * Moved struct FFont from Theme.hh to class Misc so the
77 cyclic dep between class Theme and class Misc is removed.
78 * Updated Screen.hh to return reference instead of pointer in
79 get*Style
80 * Updated Window.cc, Toolbar.cc, Tab.cc to the new DrawString
81 functions in class Misc
82 * Moved and renamed bstrdup from BaseDisplay.hh/.cc to class Misc
83*01/12/12:
84 * Updated russian translation (Thanks Sergey Volozhanin)
85 * Updated man-page (Thanks Matthew Hawkins)
86*01/12/11:
87 * Fixed alt+resize and pressing button1 bug (me)
88 * Cleaned Tab::insert up and fix a bug in it. (Claes Nästén)
89 *01/12/10
90 * Added NLS for Windowmenu Tab toggle (Claes Nästén)
91 * Fixed Tab toggle texture / positioning "bug" (Claes Nästén)
92
1Changes for 0.1.5: 93Changes for 0.1.5:
94
2*01/12/09 95*01/12/09
3 * Added execCommand to keybindings 96 * Added execCommand to keybindings
4 * Added new theme qnx-photon 97 * Added new theme qnx-photon
5 * Fixed util/Makefile.am 98 * Fixed util/Makefile.am
6 * Buggfix in Tab::insert 99 * Bugfix in Tab::insert
7*01/12/08: 100*01/12/08:
8 * Fixed "Move Group to..."-bugg (me) 101 * Fixed "Move Group to..."-bug (me)
9 * Updated AUTHORS (me) 102 * Updated AUTHORS (me)
10 * Fixed ungrabbing keys in Keys::load (me) 103 * Fixed ungrabbing keys in Keys::load (me)
11 * Added rootCommand override (Joel Carlbark) 104 * Added rootCommand override (Joel Carlbark)
@@ -29,12 +122,12 @@ Changes for 0.1.5:
29 * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me) 122 * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me)
30*01/11/30: 123*01/11/30:
31 * Fixed position code for tabs (me) 124 * Fixed position code for tabs (me)
32 * Fixed tabconfigmenu bugg (me) 125 * Fixed tabconfigmenu bug (me)
33 * Added new keybinding code (me) 126 * Added new keybinding code (me)
34 * Removed old bbkeys code (me) 127 * Removed old bbkeys code (me)
35*01/11/29: 128*01/11/29:
36 * applied Tab position patch (Claes Nästén) 129 * applied Tab position patch (Claes Nästén)
37 * Fixed transient_for-bugg, Fluxbox::~FluxboxWindow (me) 130 * Fixed transient_for-bug, Fluxbox::~FluxboxWindow (me)
38 client.transient_for didn't got focus and caused the (me) 131 client.transient_for didn't got focus and caused the (me)
39 Fluxbox::focused_window to be a badpointer since 132 Fluxbox::focused_window to be a badpointer since
40 the focused_window was pointing to an already destroyed 133 the focused_window was pointing to an already destroyed
@@ -70,7 +163,7 @@ Changes for 0.1.5:
70*01/11/11: 163*01/11/11:
71 * Theme.cc/.hh added to source, handles all theme loading (me) 164 * Theme.cc/.hh added to source, handles all theme loading (me)
72*01/11/09: 165*01/11/09:
73 * Fixed bugg in Fluxbox::getRcFilename() (me) 166 * Fixed bug in Fluxbox::getRcFilename() (me)
74*01/11/07: 167*01/11/07:
75 * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me) 168 * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me)
76 * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me) 169 * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me)
@@ -84,6 +177,7 @@ Changes for 0.1.5:
84 * Fixed so it compiles with gcc 3.0.x (me) 177 * Fixed so it compiles with gcc 3.0.x (me)
85 178
86Changes for 0.1.4: 179Changes for 0.1.4:
180
87*01/11/03: Added new theme: Carbondioxide by skypher 181*01/11/03: Added new theme: Carbondioxide by skypher
88*01/11/03: Fixed bsetbg in utils/Makefile.am 182*01/11/03: Fixed bsetbg in utils/Makefile.am
89*01/11/02: Clean up 183*01/11/02: Clean up
@@ -100,10 +194,10 @@ Changes for 0.1.4:
100*01/10/31: Fixed default color/texture for tab to be the same as titlebar 194*01/10/31: Fixed default color/texture for tab to be the same as titlebar
101 if the theme is a blackbox theme. 195 if the theme is a blackbox theme.
102*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch) 196*01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch)
103*01/10/29: Fixed reconfigure-bugg for tabs 197*01/10/29: Fixed reconfigure-bug for tabs
104*01/10/28: Added "Use Tabs" in configure menu 198*01/10/28: Added "Use Tabs" in configure menu
105*01/10/28: Added theme support for tabs 199*01/10/28: Added theme support for tabs
106*01/10/28: Fixed the move bugg when moving a tablist 200*01/10/28: Fixed the move bug when moving a tablist
107 201
108Changes for 0.1.3: 202Changes for 0.1.3:
109 203
@@ -158,7 +252,7 @@ Changes for Fluxbox 0.1.2:
158* Window.cc: FluxboxWindow::FluxboxWindow 252* Window.cc: FluxboxWindow::FluxboxWindow
159 Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier 253 Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier
160 and ungrabs Mod1-3. 254 and ungrabs Mod1-3.
161 This should fix the focus "bugg" when num lock, caps lock or scroll lock 255 This should fix the focus "bug" when num lock, caps lock or scroll lock
162 are pressed. 256 are pressed.
163 257
164* fluxbox.cc: Fluxbox::process_event 258* fluxbox.cc: Fluxbox::process_event