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