diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..67a98aa --- /dev/null +++ b/ChangeLog | |||
@@ -0,0 +1,204 @@ | |||
1 | Changes for 0.1.5: | ||
2 | *01/12/09 | ||
3 | * Added execCommand to keybindings | ||
4 | * Added new theme qnx-photon | ||
5 | * Fixed util/Makefile.am | ||
6 | * Buggfix in Tab::insert | ||
7 | *01/12/08: | ||
8 | * Fixed "Move Group to..."-bugg (me) | ||
9 | * Updated AUTHORS (me) | ||
10 | * Fixed ungrabbing keys in Keys::load (me) | ||
11 | * Added rootCommand override (Joel Carlbark) | ||
12 | * Updated Tab code (Cleas Nästén) | ||
13 | * Moved some structs and enums in to the classes | ||
14 | to clean up the global namespace. (me) | ||
15 | * Added grabNextTab, grabPrevTab, grabAbortKeychain (me) | ||
16 | * Added mergeTree in class Keys (me) | ||
17 | * Added Italian nls (Thanks Giuseppe Ciotta <giuseppe.ciotta@libero.it>) | ||
18 | * Changed name on the includeguards (me) | ||
19 | * Updated the doc/Coding_style (me) | ||
20 | * Added "none" to titlebar config | ||
21 | so users can create a titlebar without buttons (Joel Carlbark) | ||
22 | * Fixed reversed justify in menustyle (me) | ||
23 | *01/12/05: | ||
24 | * Updated Tab code (Claes Nästén) | ||
25 | *01/12/03: | ||
26 | * Added "tab" in Windowmenu.cc (me) | ||
27 | * Updated Tab code (Claes Nästén) | ||
28 | *01/12/01: | ||
29 | * Fixed chained keybinding so we can do "emacs-keybindingstyle" (me) | ||
30 | *01/11/30: | ||
31 | * Fixed position code for tabs (me) | ||
32 | * Fixed tabconfigmenu bugg (me) | ||
33 | * Added new keybinding code (me) | ||
34 | * Removed old bbkeys code (me) | ||
35 | *01/11/29: | ||
36 | * applied Tab position patch (Claes Nästén) | ||
37 | * Fixed transient_for-bugg, Fluxbox::~FluxboxWindow (me) | ||
38 | client.transient_for didn't got focus and caused the (me) | ||
39 | Fluxbox::focused_window to be a badpointer since | ||
40 | the focused_window was pointing to an already destroyed | ||
41 | FluxboxWindow. (me) | ||
42 | *01/11/27: | ||
43 | * Added alignment for tabs in Tab.cc (me) | ||
44 | *01/11/22: | ||
45 | * Added wheelscroll to change tab on titlebar. Window.cc/.hh (me) | ||
46 | *01/11/20: | ||
47 | * Screen.hh/cc Added updateWorkspaceNamesAtom | ||
48 | updates the gnome atom _WIN_WORKSPACE_NAMES (me) | ||
49 | *01/11/18: | ||
50 | * Window.cc Fixed "invalid pixmap" error (me) | ||
51 | *01/11/17: | ||
52 | * Gnome _WIN_WORKSPACE (me) | ||
53 | * Gnome _WIN_WORKSPACE_COUNT (me) | ||
54 | * Gnome _WIN_CLIENT_LIST (me) | ||
55 | *01/11/15: | ||
56 | * Added --enable-gnome to configure.in (me) | ||
57 | *01/11/14: | ||
58 | * Added Gnome atoms (BaseDisplay.cc/hh) (me) | ||
59 | *01/11/13: | ||
60 | * Fixed grabs for window. No we can Alt+Move window with | ||
61 | Numlock, Capslock and Scrolllock on. (me) | ||
62 | * Fixed nls for "Use Icons" and "Use Tabs" (Claes Nästén) | ||
63 | * Removed BScreen::LoadStyle() (me) | ||
64 | *01/11/12: | ||
65 | * Tab::draw, DrawString (me) | ||
66 | * FluxboxWindow::redrawLabel, DrawString (me) | ||
67 | * Moved strcasestr to misc.hh/cc (me) | ||
68 | * Added DrawString function in misc.hh/cc (me) | ||
69 | * Added misc.cc/hh (me) | ||
70 | *01/11/11: | ||
71 | * Theme.cc/.hh added to source, handles all theme loading (me) | ||
72 | *01/11/09: | ||
73 | * Fixed bugg in Fluxbox::getRcFilename() (me) | ||
74 | *01/11/07: | ||
75 | * Removed a not working wheelscroll on rootwindow in fluxbox.cc (me) | ||
76 | * Moved wheelscroll in Toolbar.cc from pressEvent to releaseEvent (me) | ||
77 | * Fixed some nls in data (me) | ||
78 | *01/11/06: | ||
79 | * Fixed syntaxerror in Makro and CleanColor theme (me) | ||
80 | * First part of restructure for themes (me) | ||
81 | *01/11/05: | ||
82 | * Clean up in IconBar.cc (me) | ||
83 | *01/11/04: | ||
84 | * Fixed so it compiles with gcc 3.0.x (me) | ||
85 | |||
86 | Changes for 0.1.4: | ||
87 | *01/11/03: Added new theme: Carbondioxide by skypher | ||
88 | *01/11/03: Fixed bsetbg in utils/Makefile.am | ||
89 | *01/11/02: Clean up | ||
90 | *01/11/02: Added session.iconbar to config file | ||
91 | *01/11/02: Changed the generate_menu skript to clean sh | ||
92 | *01/11/02: Updated skyphers theme (Clean, CleanColor, MerleyKay, Makro) | ||
93 | *01/11/02: Fixed parentrelative in tabs | ||
94 | *01/11/02: Fixed so the tab disconnects when it iconifies | ||
95 | *01/11/02: Added "Use Iconbar" to configmenu | ||
96 | *01/11/01: Added iconbar to the toolbar (new files IconBar.cc/.hh) | ||
97 | *01/10/31: Added border to tabs | ||
98 | *01/10/31: Removed workspace change when wheelscroll on titlebar | ||
99 | *01/10/31: Fixed so shade is correct when linkin tabs | ||
100 | *01/10/31: Fixed default color/texture for tab to be the same as titlebar | ||
101 | if the theme is a blackbox theme. | ||
102 | *01/10/29: Added KDE support (thanks Dan Williams for the blackbox patch) | ||
103 | *01/10/29: Fixed reconfigure-bugg for tabs | ||
104 | *01/10/28: Added "Use Tabs" in configure menu | ||
105 | *01/10/28: Added theme support for tabs | ||
106 | *01/10/28: Fixed the move bugg when moving a tablist | ||
107 | |||
108 | Changes for 0.1.3: | ||
109 | |||
110 | * Default focusmode is ClickToFocus | ||
111 | changed in fluxbox.cc | ||
112 | |||
113 | * fluxbox.hh | ||
114 | added resource.tabs | ||
115 | |||
116 | * fluxbox.cc | ||
117 | added enterNotify for tabs | ||
118 | added load/save in load_rc() save_rc() for resource.tabs | ||
119 | |||
120 | * blackbox-nls.hh | ||
121 | added WindowmenuSendGroupTo | ||
122 | |||
123 | * Windowmenu.hh,.cc | ||
124 | added sendGroupTo() so we can send a hole | ||
125 | list to another workspace | ||
126 | |||
127 | * Tab.hh,.cc: | ||
128 | Added functions: iconify, deiconfigy, withdraw, | ||
129 | disconnect, insert, shade | ||
130 | EnterNotifyMask for tabwindow | ||
131 | |||
132 | * fluxbox.cc: getRcFilename | ||
133 | fixed correct lenght on dbfile | ||
134 | |||
135 | * Window.cc: motionNotifyEvent | ||
136 | removed unnecessary 'else if'-statement | ||
137 | |||
138 | * Screen.cc: LoadStyle() | ||
139 | changed exit to throw | ||
140 | |||
141 | * Screen.cc: prevWorkspace, nextWorkspace | ||
142 | fixed revers workspace change. | ||
143 | |||
144 | Changes for Fluxbox 0.1.2: | ||
145 | |||
146 | * Added doc/Coding_style | ||
147 | |||
148 | * FluxboxWindow.cc: FluxboxWindow::buttonPressEvent | ||
149 | fixed so the shade button is drawn in pressed mode. | ||
150 | |||
151 | * CleanColor theme: error fixed. | ||
152 | |||
153 | * default theme is now: Clean | ||
154 | |||
155 | * fluxbox.hh,.cc: execCommand removed | ||
156 | uses bexec from BaseDisplay.hh, to grabExecute in process_event, instead. | ||
157 | |||
158 | * Window.cc: FluxboxWindow::FluxboxWindow | ||
159 | Changed event_mask for XGrabButton frame.plate from 0 to AnyModifier | ||
160 | and ungrabs Mod1-3. | ||
161 | This should fix the focus "bugg" when num lock, caps lock or scroll lock | ||
162 | are pressed. | ||
163 | |||
164 | * fluxbox.cc: Fluxbox::process_event | ||
165 | fixed an error check on getAction in | ||
166 | KeyPress case. | ||
167 | |||
168 | * I18n class is now singleton type | ||
169 | |||
170 | * Changed name on: | ||
171 | Blackbox class to Fluxbox | ||
172 | BlackboxWindow to FluxboxWindow | ||
173 | |||
174 | * Changed name on file blackbox.cc and blackbox.hh to | ||
175 | fluxbox.cc and fluxbox.hh | ||
176 | |||
177 | Changes from Blackbox 0.61.1 to Fluxbox 0.1.1: | ||
178 | |||
179 | * Integrated bbkeys in code. | ||
180 | "session.keyFile: thekeyfile" in the file init | ||
181 | |||
182 | * "make dist" now creates a "functional" tarball | ||
183 | |||
184 | * Escape cancels edit workspace name | ||
185 | and return to old name | ||
186 | |||
187 | * New coding style | ||
188 | using tab instead of space for ident | ||
189 | |||
190 | * Variable titlebar | ||
191 | The buttons on the titlebar can now be configured. | ||
192 | |||
193 | * Wheelscroll | ||
194 | Wheelscroll function on titlebar and toolbar changes workspace | ||
195 | |||
196 | * Config path | ||
197 | The config path is now ~/.fluxbox | ||
198 | |||
199 | * Toolbar.cc: ~Toolbar | ||
200 | memory leak fix | ||
201 | It didnt remove some windows in ToolbarSearch. | ||
202 | |||
203 | * Blackbox class now singleton type | ||
204 | |||