update
This commit is contained in:
parent
87a51fce23
commit
118d9ad158
1 changed files with 69 additions and 55 deletions
124
NEWS
124
NEWS
|
@ -1,58 +1,72 @@
|
||||||
News in 0.9.4:
|
News in 0.9.5:
|
||||||
* Keyboard navigation in menus
|
* New theme items:
|
||||||
* Keys:
|
Menu theme changes:
|
||||||
Up/Down: select menu item
|
* menu.selected.pixmap
|
||||||
Left/Right: go in/out from sub menus
|
* menu.unselected.pixmap
|
||||||
Escape: close menu and return focus to windows
|
* menu.submenu.pixmap
|
||||||
Enter: run/execute/toggle menu item
|
Window theme changes:
|
||||||
To set input focus on the menu you either click on the title bar
|
* window.title.height
|
||||||
or bring it up with key bindings
|
Toolbar theme changes:
|
||||||
* New action strings
|
* toolbar.height: <pixel size>
|
||||||
* ArrangeWindows
|
* toolbar.clock: <texture>
|
||||||
This will arrange the windows on the current desktop
|
* toolbar.clock.pixmap: <filename>
|
||||||
* ShowDesktop
|
* toolbar.clock.color: <color>
|
||||||
This will iconify all windows on the current desktop
|
* toolbar.clock.colorTo: <color>
|
||||||
* The same action strings that are in keys file can
|
* toolbar.clock.textColor: <color>
|
||||||
now be used in the menu
|
* toolbar.clock.font: <font>
|
||||||
example:
|
|
||||||
[ArrangeWindows] (arrange windows)
|
* toolbar.workspace: <texture>
|
||||||
* New theme items
|
* toolbar.workspace.pixmap: <filename>
|
||||||
* toolbar.button.borderWidth: <integer>
|
* toolbar.workspace.color: <color>
|
||||||
* toolbar.borderWidth: <integer>
|
* toolbar.workspace.colorTo: <color>
|
||||||
* toolbar.bevelWidth: <integer>
|
* toolbar.workspace.textColor: <color>
|
||||||
* toolbar.borderColor: <color>
|
* toolbar.workspace.font: <font>
|
||||||
* slit.borderWidth: <integer>
|
This is for an empty iconbar:
|
||||||
* slit.bevelWidth: <integer>
|
* toolbar.iconbar.empty: <texture>
|
||||||
* slit.borderColor: <color>
|
* toolbar.iconbar.empty.pixmap: <filename>
|
||||||
* [startup] option in remember file
|
* toolbar.iconbar.empty.color: <color>
|
||||||
Can now add entries to apps file like:
|
* toolbar.iconbar.empty.colorTo: <color>
|
||||||
[startup] {xterm}
|
|
||||||
Then "xterm" will be launched on fluxbox startup.
|
Focused window in iconbar:
|
||||||
Can also give a screen option:
|
* toolbar.iconbar.focused: <texture>
|
||||||
[startup] (screen=1) {xterm}
|
* toolbar.iconbar.focused.pixmap: <filename>
|
||||||
will start it on screen 1 rather than the default 0.
|
* toolbar.iconbar.focused.color: <color>
|
||||||
* Rounded corners on menu, windows and toolbar
|
* toolbar.iconbar.focused.colorTo: <color>
|
||||||
Theme items:
|
* toolbar.iconbar.focused.textColor: <color>
|
||||||
* menu.roundCorners: <shape item>
|
* toolbar.iconbar.focused.font: <font>
|
||||||
* toolbar.shaped: <boolean>
|
And the same for .unfocused:
|
||||||
* window.roundCorners: <shape item>
|
* toolbar.iconbar.unfocused: <texture>
|
||||||
Shape item can be: TopLeft TopRight BottomLeft and/or BottomRight
|
etc.
|
||||||
example: menu.roundCorners: TopRight BottomLeft
|
* New actions:
|
||||||
* The current style is now marked in the style menu
|
* resizevertical
|
||||||
* Compile time option for toolbar
|
* resizehorizontal
|
||||||
--disable-toolbar
|
* setworkspacename
|
||||||
--enable-toolbar (default)
|
* movetableft
|
||||||
* Emacs style key bindings in fbrun
|
* movetabright
|
||||||
* Tab completion in fbrun
|
* Set workspace name tool
|
||||||
* Group persistence over a restart
|
* Search path resource for images
|
||||||
* Maximization stop on slit and toolbar (check Maximize Over menu items)
|
* session.screen<num>.imageSearchPath
|
||||||
* Support for _NET_WM_STRUT
|
This is a list separated by , or space
|
||||||
* Regular expression support for remember
|
example: session.screen0.imageSearchPath: ~/.fluxbox/pixmaps, /usr/share/fluxbox/pixmaps
|
||||||
|
* New height resource for toolbar
|
||||||
|
* session.screen<num>.toolbar.height
|
||||||
|
This will override the style's font height
|
||||||
|
* Support for system tray _NET_SYSTEM_TRAY
|
||||||
|
Applications that support this will show their icon
|
||||||
|
in the toolbar next to the clock.
|
||||||
|
* New texture type: Tiled
|
||||||
|
This will just affect pixmap loaded from file, and it will not scale them.
|
||||||
|
* Added MoveTabLeft and MoveTabRight commands
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
* Toggle maximize vertical/horizontal
|
* Fixed Transparency bug in menus
|
||||||
* Slit/Toolbar auto hide bug
|
* Fixed so shaped windows like xmms wont get round corners
|
||||||
* Button alignment bug in title bar
|
* Fixed shape bug when switching between shaped themes and non shaped
|
||||||
* Trailing whitespace in group file resource
|
* Fixed kde dockapp bug
|
||||||
* Group cycling
|
* FbRun works properly on multiple screens
|
||||||
|
* Fixed pesky crash and phantom icons
|
||||||
|
* Fixed aspects of focus and raising, including transients
|
||||||
|
* Fixed java bug, slow windows
|
||||||
|
* Fixed 8 bpp crash
|
||||||
|
|
||||||
See ChangeLog for more details
|
See ChangeLog for more details
|
||||||
|
|
Loading…
Reference in a new issue