all repos — fluxbox @ 8b0f8c50a6dd6f72e478b8e6fe61de6c37944a71

custom fork of the fluxbox windowmanager

update ChangeLog (sticky fix) and TODO (with group suggestions)
rathnor rathnor
commit

8b0f8c50a6dd6f72e478b8e6fe61de6c37944a71

parent

7610563f4ecca0c0a140ec96a60e15d5ee821e55

2 files changed, 19 insertions(+), 5 deletions(-)

jump to
M ChangeLogChangeLog

@@ -5,6 +5,7 @@ * Fixed bug [ 604463 ] mplayer fullscreen fails (Henrik)

Window.cc * Added Color.cc and moved color handling from Image.cc to it. (Henrik) + * Proper handling of sticky windows when cycling (Simon) Changes for 0.1.12/13: *02/09/12:
M TODOTODO

@@ -1,10 +1,23 @@

* 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. + +* Clean up in BImage class, some of those functions are huge, and needs + to be smaller. + - also make the class more independent so it could be movable to other + applications, such as config tools. + +* better group handling - possibly a structure to hold information about a + tabgroup, so you can set a win property with a unique identifier and + ordering, so that groups can be reconstructed on restart, and also set + on launch somehow. Possibly related would be fixing it so it remembers + which member of a tabgroup is the focused one, and set that + appropriately when necessary (eg currently, unsticking a group will + revert the focus to the "first" window in the group, instead of the + focused one). + -* toolbar -> separate application -* Some kind of resource class instead of the Screen and Fluxbox class with all the resources? +* toolbar -> separate application +* Some kind of resource class instead of the Screen and Fluxbox class + with all the resources? * Screen.cc: