diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 72 |
1 files changed, 70 insertions, 2 deletions
@@ -1,5 +1,73 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.1 |
3 | *08/08/06: | ||
4 | * Created manual for fluxbox-remote (Mark) | ||
5 | doc/asciidoc/fluxbox-remote.txt doc/fluxbox-remote.1 | ||
6 | * Automatically restore the previous background on startup (Mark) | ||
7 | RootTheme.cc/hh util/fbsetbg startfluxbox.in | ||
8 | *08/08/05: | ||
9 | * Fixed Focus key command (Mark) | ||
10 | CurrentWindowCmd.cc/hh FocusableList.cc/hh | ||
11 | * Added new SetLayer key command (Mark) | ||
12 | CurrentWindowCmd.cc/hh | ||
13 | * Make ShowDesktop command toggle between showing windows and desktop (Mark) | ||
14 | WorkspaceCmd.cc | ||
15 | * Created new `fluxbox-keys' man page (thanks Jim Ramsay) | ||
16 | doc/asciidoc/fluxbox-keys.txt | ||
17 | * Make resize cursors consistent (thanks Dmitry E. Oboukhov) | ||
18 | FbWinFrameTheme.cc | ||
19 | *08/08/04: | ||
20 | * Add selection box to various "choose one of these" menu items (Mark) | ||
21 | Toolbar.cc Slit.cc Screen.cc LayerMenu.hh Xinerama.hh StyleMenuItem.cc/hh | ||
22 | added FbTk/RadioMenuItem.hh | ||
23 | * Add window list argument to ArrangeWindows (Mark) | ||
24 | WorkspaceCmd.cc/hh | ||
25 | *08/06/26: | ||
26 | * Remove antiquated dithering code (Mark) | ||
27 | FbTk/ImageControl.cc/hh FbTk/TextureRender.cc Screen.cc/hh | ||
28 | *08/06/20: | ||
29 | * Move default window menu to ~/.fluxbox/windowmenu (Mark) | ||
30 | configure.in data/Makefile.am data/windowmenu Screen.cc | ||
31 | *08/06/08: | ||
32 | * Add (urgent=yes|no) option to client patterns (Mark) | ||
33 | ClientPattern.cc/hh | ||
34 | *08/06/06: | ||
35 | * Allow window menu items in ordinary menus (Mark) | ||
36 | MenuCreator.cc/hh | ||
37 | *08/06/04: | ||
38 | * Leave titlebar and handle borders alone with borderless windows (Mark) | ||
39 | FbWinFrame.cc/hh | ||
40 | *08/06/03: | ||
41 | * Add -list-commands command line option, which prints a list of valid | ||
42 | fluxbox commands (Mark) | ||
43 | main.cc | ||
44 | *08/05/13: | ||
45 | * Only reload custom menus when necessary (Mark) | ||
46 | FbCommands.cc/hh | ||
47 | *08/05/12: | ||
48 | * Only reload the keys file if the contents have changed (Mark) | ||
49 | Keys.cc/hh fluxbox.cc/hh | ||
50 | * Modifying the apps file no longer requires a reconfigure (Mark) | ||
51 | Remember.cc/hh | ||
52 | *08/05/09: | ||
53 | * Made tooltip in toolbar update when the title changes (Henrik) | ||
54 | Tooltip.cc/hh, Screen.cc/cc, OSDWindow.hh | ||
55 | *08/05/05: | ||
56 | * Add tooltips for iconbar buttons (thanks Matteo Galiazzo) | ||
57 | TooltipWindow.cc/hh | ||
58 | *08/05/02: | ||
59 | * Minor changes for fluxbox-generate_menu (thanks skiidoo) | ||
60 | util/fluxbox-generate_menu.in | ||
61 | *08/05/01: | ||
62 | * Notice when user replaces a non-existent menu file (Mark) | ||
63 | fluxbox.cc Screen.cc | ||
64 | *08/04/30: | ||
65 | * Don't allow empty root menu (Mark) | ||
66 | Screen.cc | ||
67 | *08/04/27: | ||
68 | * Added SimpleObserver class. (Henrik) | ||
69 | SimpleObserver.hh, SendToMenu.hh/cc, Toolbar.hh/cc, | ||
70 | SystemTray.hh/cc | ||
3 | *08/01/27: | 71 | *08/01/27: |
4 | * Reload the Xinerama layout on RandR signal (Tomas) | 72 | * Reload the Xinerama layout on RandR signal (Tomas) |
5 | Screen.cc/hh | 73 | Screen.cc/hh |
@@ -375,7 +443,7 @@ Changes for 1.0.0: | |||
375 | * Fix KDE Dockapps on restart (dont unmap), and some minor tweaks (Simon) | 443 | * Fix KDE Dockapps on restart (dont unmap), and some minor tweaks (Simon) |
376 | SystemTray.hh/cc | 444 | SystemTray.hh/cc |
377 | *07/08/05: | 445 | *07/08/05: |
378 | * When saving window info for rememberm use class name AND instance name, | 446 | * When saving window info for remember use class name AND instance name, |
379 | AND role if present. (Simon) | 447 | AND role if present. (Simon) |
380 | - This should fix firefox/thunderbird issues, but note that mplayer | 448 | - This should fix firefox/thunderbird issues, but note that mplayer |
381 | (nogui) sets the vo driver name as the instance name. | 449 | (nogui) sets the vo driver name as the instance name. |