From 8b0f8c50a6dd6f72e478b8e6fe61de6c37944a71 Mon Sep 17 00:00:00 2001 From: rathnor Date: Sun, 15 Sep 2002 14:56:28 +0000 Subject: update ChangeLog (sticky fix) and TODO (with group suggestions) --- ChangeLog | 1 + TODO | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7de10f..b47f06e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Changes for 0.1.13: 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: diff --git a/TODO b/TODO index c71c36d..f5de6a3 100644 --- a/TODO +++ b/TODO @@ -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. -* toolbar -> separate application -* Some kind of resource class instead of the Screen and Fluxbox class with all the resources? +* 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? * Screen.cc: -- cgit v0.11.2