This commit is contained in:
fluxgen 2004-04-25 18:10:39 +00:00
parent 07b50bc85a
commit 8844b5890f
2 changed files with 28 additions and 31 deletions

55
NEWS
View file

@ -1,21 +1,19 @@
News in 0.9.9:
* News commands:
* New commands:
* Deiconify <mode> <dest>
* Where mode is:
* last
* last
- deiconify last iconified window
* lastworkspace (default)
- deiconify last iconified window
from current workspace
* lastworkspace (default)
- deiconify last iconified window from current workspace
* all
- deiconify all iconified windows
* allworkspace
- deiconify all iconfiied windows
from current workspace
- deiconify all iconfied windows from current workspace
* and dest is:
* current (default)
- deiconify them on current windows
* origin
* origin
- deiconify them where they were
* originquiet
- deiconify to old workspace but dont follow
@ -28,36 +26,36 @@ News in 0.9.9:
* New resources:
* session.tabsAttachArea: <mode>
* where mode is:
* Window
- dropping tabs to any part of the destination-window
leads to attaching to that frame (default)
* Titlebar
* Window
- dropping tabs to any part of the destination-window leads
to attaching to that frame (default)
* Titlebar
- dropping tabs only to the titlebar of the destination-
window leads to attaching to that frame
window leads to attaching to that frame
* session.screen<num>.overlay.lineWidth: <integer>
* session.screen<num>.overlay.lineStyle:
* Valid arguments: LineSolid, LineOnOffDash
LineDoubleDash
* session.screen<num>.overlay.lineStyle:
* Valid arguments: LineSolid, LineOnOffDash LineDoubleDash
* session.screen<num>.overlay.joinStyle:
* Valid arguments: JoinRound, JoindMiter, JoinBevel
* session.screen<num>.overlay.capStyle:
* Valid arguments: CapNotLast, CapRound,
CapButt, CapProjecting
* Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting
* KDE dockapps docks in systray inside toolbar now
* Support aspect ratio hints
* Optional decoration on transient windows
* Optional decoration on transient windows
* Added ! as a comment char in keys file
* Improved rendering speed while changing workspace
* Improved checking for compiler and compiler version
* Improved transparent rendering speed
* Remember hidden state for apps
* You mark apps in the apps-file with
[Hidden] {yes}
With this you can configure any app to be hidden from the toolbar
* Exands tilde for slitlist file
* [IconHidden] hides the app from the icon bar
* [FocusHidden] hides the app from the list to be reachable
via Next/PrevWindow
* [Hidden] is [IconHidden] + [FocusHidden]
Example ~/.fluxbox/apps: [IconHidden] {true}
* Expands tilde for slitlist file
* Using WM_CLASS instead of NAME in slitlist file
* Window snapping to other windows
* More support for Extended Window Manager Hints:
@ -72,11 +70,11 @@ News in 0.9.9:
* _NET_ACTIVE_WINDOW
* _NET_WM_STATE_HIDDEN
* _NET_WM_STATE_SKIP_TASKBAR
* sl_SI
* sl_SI nls
* Updated nl_NL locales
* fbrun news:
* cycling in tab completion
* completes binaries from your $PATH
* completes binaries from your $PATH
* if you want to use old history tab-complete, press Ctrl-tab
* completes path names
* Control-C clears the text
@ -89,14 +87,14 @@ News in 0.9.9:
* more menu entries
* French locales
* Portuguese locales
Bug fixes:
Bug fixes:
* Decoration bug with mwm hint + remember
* Drawing issues with big menus
* _MOTIF_WM_HINTS decoration toggle bug
* No-text-in-iconbar bug on restart
* Menu time stamp on root menu
* placeWindow caused spinning with screens higher than width
e.g. vertical xinerama
e.g. vertical xinerama
* compiles in cygwin
* update of keys on keymap change
* infinite loop in fbrun
@ -104,6 +102,5 @@ Bug fixes:
* The _NET_MOVERESIZE_WINDOW crash bug
* mplayer -vo xvid bug
* menu keyboard navigation bug
*
*
See ChangeLog for more details

4
README
View file

@ -20,10 +20,10 @@ Compile and Install:
Configuration options:
For KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit)
For KDE slitsupport (default): (Allows kde tray icons to be placed in systray inside the toolbar)
./configure --enable-kde
For Gnome support:
For Gnome support (default):
./configure --enable-gnome
Use ./configure --help to see the full list of options