diff options
author | fluxgen <fluxgen> | 2006-02-18 20:21:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-18 20:21:31 (GMT) |
commit | 018d248f09b11be8907ef8e4e9cd13a917050330 (patch) | |
tree | 688ddf445075cb6ea6faf0248778453421bf08b3 | |
parent | 5ceacc65925f597180c918fcaa2a8171c42cbcdd (diff) | |
download | fluxbox-018d248f09b11be8907ef8e4e9cd13a917050330.zip fluxbox-018d248f09b11be8907ef8e4e9cd13a917050330.tar.bz2 |
focus handling
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.15: | 2 | Changes for 0.9.15: |
3 | *06/02/18: | ||
4 | * Moved focus handling code to class FocusControl (Henrik) | ||
5 | fluxbox.hh/cc, Screen.hh/cc, Window.cc, Workspace.cc.... | ||
3 | *06/02/15: | 6 | *06/02/15: |
4 | * updated copyright info (Mathias) | 7 | * updated copyright info (Mathias) |
5 | *06/02/14: | 8 | *06/02/14: |
6 | * Fix nls compilation (Mathias) | 9 | * Fix nls compilation (Mathias) |
7 | RootTheme.cc fbsetbg | 10 | RootTheme.cc fbsetbg |
8 | *06/02/12: | 11 | *06/02/12: |
9 | * Fixed #bug #1417688, remember apps keeps incrementing vertical dimension (Henrik) | 12 | * Fixed #bug #1417688, remember apps keeps |
13 | incrementing vertical dimension (Henrik) | ||
10 | Remember.cc | 14 | Remember.cc |
11 | * Fixed root pixmap problem. | 15 | * Fixed root pixmap problem. |
12 | Using fbsetroot to set background. (Henrik) | 16 | Using fbsetroot to set background. (Henrik) |