diff options
author | fluxgen <fluxgen> | 2002-05-24 13:33:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-24 13:33:39 (GMT) |
commit | 13e43ba87eb4393effd8e49d9effc263b2756fc6 (patch) | |
tree | 88bdd7ee98695bebe1aaf0f849686dbf5dc9f535 | |
parent | 522e5f4599062ffb7d0e328a1014944abf0fc177 (diff) | |
download | fluxbox_pavel-13e43ba87eb4393effd8e49d9effc263b2756fc6.zip fluxbox_pavel-13e43ba87eb4393effd8e49d9effc263b2756fc6.tar.bz2 |
update
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | TODO | 13 |
3 files changed, 22 insertions, 4 deletions
@@ -8,7 +8,7 @@ Contributors: | |||
8 | and some code. | 8 | and some code. |
9 | Cleas Nästén <pekdon@gmx.net> | 9 | Cleas Nästén <pekdon@gmx.net> |
10 | - suggestions, bug reports, beta testing and | 10 | - suggestions, bug reports, beta testing and |
11 | Tab placement/alignment code. | 11 | Tab placement/alignment and Xinerama code. |
12 | Johan Andersson <xfs@linux.se> | 12 | Johan Andersson <xfs@linux.se> |
13 | - suggestions, bug reports and beta testing | 13 | - suggestions, bug reports and beta testing |
14 | Oliwier Ptak <aleczapka@gmx.net> | 14 | Oliwier Ptak <aleczapka@gmx.net> |
@@ -27,6 +27,10 @@ Contributors: | |||
27 | - minor additions, fixes, cleanups... | 27 | - minor additions, fixes, cleanups... |
28 | Steve Cooper <stevencooper@isomedia.com> | 28 | Steve Cooper <stevencooper@isomedia.com> |
29 | - Workspace warping, window cycling with optional parameters | 29 | - Workspace warping, window cycling with optional parameters |
30 | Han Boetes <han@mijncomputer.nl> | ||
31 | - RPM Packaging, debugging and scripts. | ||
32 | Jeramy B. Smith | ||
33 | - Packaging assistance, gnome and kde menu system. | ||
30 | 34 | ||
31 | 35 | ||
32 | 36 | ||
@@ -2,17 +2,20 @@ | |||
2 | Changes for 0.1.9: | 2 | Changes for 0.1.9: |
3 | *02/05/24: | 3 | *02/05/24: |
4 | * Fixed bugs and arguments in fluxbox-generate_menu (Thanks Han Boetes) | 4 | * Fixed bugs and arguments in fluxbox-generate_menu (Thanks Han Boetes) |
5 | * Fixed include in i18n.hh so it compiles in Mac OS X | ||
6 | * 24 hour clock format as default now | ||
5 | *02/05/23: | 7 | *02/05/23: |
6 | * Fixed invalid iterator in Timer.cc | 8 | * Fixed invalid iterator in Timer.cc |
7 | * Fixed nls files (Thanks Anton Denisov) | 9 | * Fixed nls files (Thanks Anton Denisov) |
8 | * Updated generate_menu to fluxbox-generate_menu and fixed | 10 | * Updated generate_menu to fluxbox-generate_menu and fixed |
9 | new items and functionality (Thanks Han Boetes) | 11 | new items and functionality (Thanks Han Boetes and Jeramy B. Smith) |
10 | *02/05/21: | 12 | *02/05/21: |
11 | * Moved transient checking into a function in class FluxboxWindow | 13 | * Moved transient checking into a function in class FluxboxWindow |
12 | * const fixes in Screen.hh | 14 | * const fixes in Screen.hh |
13 | *02/05/19: | 15 | *02/05/19: |
14 | * Removed titlebar from src/Makefile.am and doc/fluxbox.1.in (Thanks Matt Hope) | 16 | * Removed titlebar from src/Makefile.am and doc/fluxbox.1.in (Thanks Matt Hope) |
15 | * Added configurable geometry show (Thanks Rando Christensen) | 17 | * Added configurable geometry show (Thanks Rando Christensen) |
18 | New configure in init: session.screen0.showwindowposition | ||
16 | *02/05/18: | 19 | *02/05/18: |
17 | * Fixed style save_rc when changing style | 20 | * Fixed style save_rc when changing style |
18 | * const-correct in class Tab | 21 | * const-correct in class Tab |
@@ -35,7 +38,7 @@ Changes for 0.1.9: | |||
35 | * const fixes in FbAtoms.hh | 38 | * const fixes in FbAtoms.hh |
36 | * Added options direct to CXXFLAGS in configure.in, so we don't need to | 39 | * Added options direct to CXXFLAGS in configure.in, so we don't need to |
37 | add them in every Makefile.am-file. | 40 | add them in every Makefile.am-file. |
38 | * Updated src/Makefile.am and util/Makefile.am (see above) | 41 | * Updated src/Makefile.am and util/Makefile.am (see above) |
39 | *02/05/03: | 42 | *02/05/03: |
40 | * Fixed so settins for tool bar saves when you change them i the menu | 43 | * Fixed so settins for tool bar saves when you change them i the menu |
41 | in Toolbar.cc | 44 | in Toolbar.cc |
@@ -1,3 +1,13 @@ | |||
1 | |||
2 | * const-correctnes | ||
3 | * Clean up in BImage class, some of those functions are huge, and needs to be smaller. | ||
4 | And make the class more independent so it could be movable to other applications, | ||
5 | such as config tools. | ||
6 | |||
7 | * toolbar -> separate application | ||
8 | * Some kind of resource class instead of the Screen and Fluxbox class with all the resources? | ||
9 | |||
10 | |||
1 | * Screen.cc: | 11 | * Screen.cc: |
2 | fix toupper for str_key in in Menu loading | 12 | fix toupper for str_key in in Menu loading |
3 | nls for "error on row" in Menu loading ?? | 13 | nls for "error on row" in Menu loading ?? |
@@ -35,4 +45,5 @@ | |||
35 | (I really like the emacs's "ido.el" package behavior, which I recommend | 45 | (I really like the emacs's "ido.el" package behavior, which I recommend |
36 | to any emacs user) | 46 | to any emacs user) |
37 | * mouse button configure | 47 | * mouse button configure |
38 | 48 | ||
49 | |||