diff options
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.11 | 2 | Changes for 0.9.11 |
3 | *04/10/22: | ||
4 | * Added new ressources: (Mathias + SemiFollow from Erik Postma,thanx) | ||
5 | - session.*.iconbar.wheelMode: <mode> | ||
6 | On - enable mousewheeling on the iconbuttons | ||
7 | Off - disables mousewheeling on the iconbuttons | ||
8 | Screen - uses the settings of desktopWheeling | ||
9 | |||
10 | session.*.iconbar.deiconifyMode: <mode> | ||
11 | |||
12 | Current - deiconifies the window on current workspace | ||
13 | Follow - deiconifies the window on the workspace it | ||
14 | was iconified from and jumps to that workspace | ||
15 | SemiFollow - acts as 'Current' for windows that were actually | ||
16 | iconified, and as 'follow' for the others | ||
17 | IconButton.cc/hh IconbarTool.cc/hh | ||
3 | *04/10/21: | 18 | *04/10/21: |
4 | * A few fixes to compile fluxbox with icc and mipspro(irix) (Mathias) | 19 | * A few fixes to compile fluxbox with icc and mipspro(irix) (Mathias) |
5 | still some open issues with mipspro but to solve them i need | 20 | still some open issues with mipspro but to solve them i need |