diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 19 insertions, 11 deletions
@@ -1,5 +1,13 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | changes for 0.1.8: | 2 | Changes for 0.1.8: |
3 | *02/04/09: | ||
4 | * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the | ||
5 | Root menu. (Thanks Stanislav Karchebny) | ||
6 | *02/04/08: | ||
7 | * Fixed a few comments in StringUtil.cc (Thanks Maurits Dijkstra) | ||
8 | * Clean up in Basemenu.hh/cc | ||
9 | *02/04/05: | ||
10 | * Fixed unsigned/signed in Basemenu.cc | ||
3 | *02/04/04: | 11 | *02/04/04: |
4 | * Moved NLS types from #define to enums and moved them into | 12 | * Moved NLS types from #define to enums and moved them into |
5 | namespace FBNLS, this way we don't pollute the global namespace too much. | 13 | namespace FBNLS, this way we don't pollute the global namespace too much. |
@@ -44,15 +52,15 @@ changes for 0.1.8: | |||
44 | a non pointer variable | 52 | a non pointer variable |
45 | * Clean up in class BTimer (Timer.cc/hh) | 53 | * Clean up in class BTimer (Timer.cc/hh) |
46 | BTimer now register it self to a static list in the class BTimer | 54 | BTimer now register it self to a static list in the class BTimer |
47 | and update timers with the static function updateTimers(int fd) | 55 | and update timers with the static function updateTimers(int fd) |
48 | The cyclic dep between BaseDisplay and BTimer is now gone. | 56 | The cyclic dep between BaseDisplay and BTimer is now gone. |
49 | * Added FbAtoms.hh/cc where all the atoms is. | 57 | * Added FbAtoms.hh/cc where all the atoms is. |
50 | Makes the interface in BaseDisplay cleaner | 58 | Makes the interface in BaseDisplay cleaner |
51 | * Fixed std::max/min | 59 | * Fixed std::max/min |
52 | * Added better window cycling with optional parameters (Thanks Steve Cooper) | 60 | * Added better window cycling with optional parameters (Thanks Steve Cooper) |
53 | NextWindow and PrevWindow now takes an integer parameter. | 61 | NextWindow and PrevWindow now takes an integer parameter. |
54 | parameter values: | 62 | parameter values: |
55 | 0 or unspecified = Default/current behavior - no skipping | 63 | 0 or unspecified = Default/current behavior - no skipping |
56 | 1 = Skip: lower tabs | 64 | 1 = Skip: lower tabs |
57 | 2 = Skip: stuck windows | 65 | 2 = Skip: stuck windows |
58 | 3 = Skip: lower tabs/stuck windows | 66 | 3 = Skip: lower tabs/stuck windows |
@@ -61,13 +69,13 @@ changes for 0.1.8: | |||
61 | 6 = Skip: stuck windows/shaded windows | 69 | 6 = Skip: stuck windows/shaded windows |
62 | 7 = Skip: lower tabs/stuck windows/shaded windows | 70 | 7 = Skip: lower tabs/stuck windows/shaded windows |
63 | *02/03/15: | 71 | *02/03/15: |
64 | * Xinerama support, maximizes windows to the current heads size, places | 72 | * Xinerama support, maximizes windows to the current heads size, places |
65 | windows on the current head, makes it possible to place toolbar on | 73 | windows on the current head, makes it possible to place toolbar on |
66 | the different heads, also possible with the slit. Menus will be placed | 74 | the different heads, also possible with the slit. Menus will be placed |
67 | on the current head too. (Claes Nästen) | 75 | on the current head too. (Claes Nästen) |
68 | *02/03/13: | 76 | *02/03/13: |
69 | * Fixed window placement, now tabs are taking in account. Also, | 77 | * Fixed window placement, now tabs are taking in account. Also, |
70 | no spaced are put inbetween windows to save space. (Claes Nästen) | 78 | no spaced are put inbetween windows to save space. (Claes Nästen) |
71 | *02/03/11: | 79 | *02/03/11: |
72 | * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen) | 80 | * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen) |
73 | *02/03/08: | 81 | *02/03/08: |