all repos — fluxbox @ bc9cad869068b9488e1cc9da6f53eeccac98c3c5

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

bc9cad869068b9488e1cc9da6f53eeccac98c3c5

parent

e0969658986378d0d79b990a9862e5c0e3aff911

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,4 +1,6 @@

Changes for 0.1.6: +*02/01/09: + * Updated copyright date *02/01/08: * Made class Keys more independent (layer 2). class Keys now only depends on StringUtil.

@@ -6,6 +8,8 @@ * Replaced the old strtok in Keys with a new stringtok from

StringUtil this should make the config file less restrictive * Added stringtok to StringUtil * Removed Fluxbox dependency from class Theme + * Fixed closebutton bug + * Fixed memory leak in Keys *02/01/06: * Changed toolbar placement enums to uppercase letters (Claes Nästén) * Moved strcasestr from Theme.cc to StringUtil