all repos — fluxbox @ 13e43ba87eb4393effd8e49d9effc263b2756fc6

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

13e43ba87eb4393effd8e49d9effc263b2756fc6

parent

522e5f4599062ffb7d0e328a1014944abf0fc177

3 files changed, 22 insertions(+), 4 deletions(-)

jump to
M AUTHORSAUTHORS

@@ -8,7 +8,7 @@ - suggestions, bug reports, beta testing, styles

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 @@ Stanislav Karchebny <berk@madfire.net>

- 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.
M ChangeLogChangeLog

@@ -2,17 +2,20 @@ (Format: Year/Month/Day)

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 @@ * Minor clean up in Workspacemenu.cc/hh, Clientmenu.cc/hh, Netizen.hh/cc

* 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
M TODOTODO

@@ -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 @@ * "Goto Frame" as Emacs C-x b, that show completions in the bar

(I really like the emacs's "ido.el" package behavior, which I recommend to any emacs user) * mouse button configure - + +