diff options
author | mathias <mathias> | 2006-02-27 20:58:16 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-02-27 20:58:16 (GMT) |
commit | ec7ce1e029b45c25dcee60dad093b678edc0a96e (patch) | |
tree | a9a61538f5c4c8df14d4de9873ce06bb8ed73dd7 | |
parent | a4052120b1f7e5b4e09a803eee9a6c2d55695443 (diff) | |
download | fluxbox-ec7ce1e029b45c25dcee60dad093b678edc0a96e.zip fluxbox-ec7ce1e029b45c25dcee60dad093b678edc0a96e.tar.bz2 |
cosmetic changes from php-coder (copyright, header)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/FbTk/Select2nd.hh | 23 | ||||
-rw-r--r-- | src/FbTk/stringstream.hh | 23 | ||||
-rw-r--r-- | src/LayerMenu.cc | 23 | ||||
-rw-r--r-- | src/Parser.cc | 23 | ||||
-rw-r--r-- | src/PlacementStrategy.hh | 24 | ||||
-rw-r--r-- | src/Slit.cc | 4 | ||||
-rw-r--r-- | src/Toolbar.cc | 4 | ||||
-rw-r--r-- | src/WindowCmd.cc | 23 | ||||
-rw-r--r-- | src/WindowCmd.hh | 23 |
10 files changed, 175 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
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/27: | ||
4 | * minor cosmetic issues (thanx php-coder) | ||
5 | Slit.cc WindowCmd.cc PlacementStrategy.hh stringstream.hh | ||
6 | Select2nd.hh Parser.cc LayerMenu.cc Toolbar.cc | ||
7 | WindowCmd.hh | ||
3 | *06/02/20: | 8 | *06/02/20: |
4 | * Moved resource helper class Layer out from | 9 | * Moved resource helper class Layer out from |
5 | class Fluxbox. Reduced some dependencies. | 10 | class Fluxbox. Reduced some dependencies. |
diff --git a/src/FbTk/Select2nd.hh b/src/FbTk/Select2nd.hh index e74ea0b..7c0b2e6 100644 --- a/src/FbTk/Select2nd.hh +++ b/src/FbTk/Select2nd.hh | |||
@@ -1,3 +1,26 @@ | |||
1 | // Select2nd.hh | ||
2 | // Copyright (c) 2005 - 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #ifndef FBTK_SELECT2ND_HH | 24 | #ifndef FBTK_SELECT2ND_HH |
2 | #define FBTK_SELECT2ND_HH | 25 | #define FBTK_SELECT2ND_HH |
3 | 26 | ||
diff --git a/src/FbTk/stringstream.hh b/src/FbTk/stringstream.hh index e1884f2..bc0ecfc 100644 --- a/src/FbTk/stringstream.hh +++ b/src/FbTk/stringstream.hh | |||
@@ -1,3 +1,26 @@ | |||
1 | // stringstream.hh | ||
2 | // Copyright (c) 2005 - 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #ifndef FBTK_STRINGSTREAM_HH | 24 | #ifndef FBTK_STRINGSTREAM_HH |
2 | #define FBTK_STRINGSTREAM_HH | 25 | #define FBTK_STRINGSTREAM_HH |
3 | 26 | ||
diff --git a/src/LayerMenu.cc b/src/LayerMenu.cc index cec0c59..4eee2c6 100644 --- a/src/LayerMenu.cc +++ b/src/LayerMenu.cc | |||
@@ -1,3 +1,26 @@ | |||
1 | // LayerMenu.cc | ||
2 | // Copyright (c) 2005 - 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #include "LayerMenu.hh" | 24 | #include "LayerMenu.hh" |
2 | 25 | ||
3 | #include "FbCommands.hh" | 26 | #include "FbCommands.hh" |
diff --git a/src/Parser.cc b/src/Parser.cc index 4a9b176..3461c0e 100644 --- a/src/Parser.cc +++ b/src/Parser.cc | |||
@@ -1,3 +1,26 @@ | |||
1 | // Parser.cc | ||
2 | // Copyright (c) 2004 - 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #include "Parser.hh" | 24 | #include "Parser.hh" |
2 | 25 | ||
3 | const Parser::Item Parser::s_empty_item("", ""); | 26 | const Parser::Item Parser::s_empty_item("", ""); |
diff --git a/src/PlacementStrategy.hh b/src/PlacementStrategy.hh index 6c782f4..19376ca 100644 --- a/src/PlacementStrategy.hh +++ b/src/PlacementStrategy.hh | |||
@@ -1,7 +1,31 @@ | |||
1 | // PlacementStrategy.hh | ||
2 | // Copyright (c) 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #ifndef PLACEMENTSTRATEGY_HH | 24 | #ifndef PLACEMENTSTRATEGY_HH |
2 | #define PLACEMENTSTRATEGY_HH | 25 | #define PLACEMENTSTRATEGY_HH |
3 | 26 | ||
4 | #include <vector> | 27 | #include <vector> |
28 | |||
5 | class FluxboxWindow; | 29 | class FluxboxWindow; |
6 | 30 | ||
7 | struct PlacementStrategy { | 31 | struct PlacementStrategy { |
diff --git a/src/Slit.cc b/src/Slit.cc index d8f886b..e6ceb57 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -50,7 +50,11 @@ | |||
50 | #include "FbMenu.hh" | 50 | #include "FbMenu.hh" |
51 | #include "Transparent.hh" | 51 | #include "Transparent.hh" |
52 | #include "IntResMenuItem.hh" | 52 | #include "IntResMenuItem.hh" |
53 | |||
54 | #ifdef XINERAMA | ||
53 | #include "Xinerama.hh" | 55 | #include "Xinerama.hh" |
56 | #endif // XINERAMA | ||
57 | |||
54 | #include "SlitTheme.hh" | 58 | #include "SlitTheme.hh" |
55 | #include "SlitClient.hh" | 59 | #include "SlitClient.hh" |
56 | #include "Xutil.hh" | 60 | #include "Xutil.hh" |
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index a735188..1b14855 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -36,7 +36,11 @@ | |||
36 | #include "Screen.hh" | 36 | #include "Screen.hh" |
37 | #include "IntResMenuItem.hh" | 37 | #include "IntResMenuItem.hh" |
38 | #include "BoolMenuItem.hh" | 38 | #include "BoolMenuItem.hh" |
39 | |||
40 | #ifdef XINERAMA | ||
39 | #include "Xinerama.hh" | 41 | #include "Xinerama.hh" |
42 | #endif // XINERAMA | ||
43 | |||
40 | #include "Strut.hh" | 44 | #include "Strut.hh" |
41 | #include "CommandParser.hh" | 45 | #include "CommandParser.hh" |
42 | #include "Layer.hh" | 46 | #include "Layer.hh" |
diff --git a/src/WindowCmd.cc b/src/WindowCmd.cc index c84849f..7a9c8f0 100644 --- a/src/WindowCmd.cc +++ b/src/WindowCmd.cc | |||
@@ -1,3 +1,26 @@ | |||
1 | // WindowCmd.cc | ||
2 | // Copyright (c) 2005 - 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #include "WindowCmd.hh" | 24 | #include "WindowCmd.hh" |
2 | 25 | ||
3 | FluxboxWindow *WindowCmd_base::s_win = 0; | 26 | FluxboxWindow *WindowCmd_base::s_win = 0; |
diff --git a/src/WindowCmd.hh b/src/WindowCmd.hh index 309e62b..5eca723 100644 --- a/src/WindowCmd.hh +++ b/src/WindowCmd.hh | |||
@@ -1,3 +1,26 @@ | |||
1 | // WindowCmd.hh | ||
2 | // Copyright (c) 2005 - 2006 Fluxbox Team (fluxgen at fluxbox dot org) | ||
3 | // | ||
4 | // Permission is hereby granted, free of charge, to any person obtaining a | ||
5 | // copy of this software and associated documentation files (the "Software"), | ||
6 | // to deal in the Software without restriction, including without limitation | ||
7 | // the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
8 | // and/or sell copies of the Software, and to permit persons to whom the | ||
9 | // Software is furnished to do so, subject to the following conditions: | ||
10 | // | ||
11 | // The above copyright notice and this permission notice shall be included in | ||
12 | // all copies or substantial portions of the Software. | ||
13 | // | ||
14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
17 | // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
20 | // DEALINGS IN THE SOFTWARE. | ||
21 | |||
22 | // $Id$ | ||
23 | |||
1 | #ifndef WINDOWCMD_HH | 24 | #ifndef WINDOWCMD_HH |
2 | #define WINDOWCMD_HH | 25 | #define WINDOWCMD_HH |
3 | 26 | ||