update
This commit is contained in:
parent
1941bfd9e5
commit
9068d6925f
5 changed files with 37 additions and 17 deletions
3
AUTHORS
3
AUTHORS
|
@ -32,7 +32,8 @@ Contributors:
|
|||
- RPM Packaging, debugging and scripts.
|
||||
Jeramy B. Smith
|
||||
- Packaging assistance, gnome and kde menu system.
|
||||
|
||||
Simon Bowden
|
||||
- Window moving across workspaces in outlined mode and bugfixes.
|
||||
|
||||
|
||||
-- AUTHORS for Blackbox 0.61.1 - an X11 Window manager
|
||||
|
|
11
ChangeLog
11
ChangeLog
|
@ -1,5 +1,7 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.1.11:
|
||||
*02/08/02:
|
||||
* New theme BlueNight (Thanks mack)
|
||||
*02/08/31:
|
||||
* Fixed minor issue with window moving across workspace in outlined mode
|
||||
(Thanks Simon Bowden)
|
||||
|
@ -9,7 +11,7 @@ Changes for 0.1.11:
|
|||
* Carry a window across workspace in non-opaque mode (Thanks Simon Bowden)
|
||||
Window.cc/hh, Screen.cc/hh, fluxbox.cc
|
||||
* Removed TDF theme
|
||||
* Added new theme: lemonspace (Thanks xlife)
|
||||
* Added new theme: LemonSpace (Thanks xlife)
|
||||
* Fixed transient windows checking
|
||||
Window.cc, Workspace.cc
|
||||
*02/08/28:
|
||||
|
@ -17,7 +19,7 @@ Changes for 0.1.11:
|
|||
* Fixed bug [ 582574 ] borderless windows cant be horiz resized.
|
||||
(Thanks Simon Bowden)
|
||||
Window.cc
|
||||
* Fixed [ 600811 ] undefined keys messes up
|
||||
* Fixed bug [ 600811 ] undefined keys messes up
|
||||
Keys.cc
|
||||
*02/08/24:
|
||||
* Fixed workspace name and the reassociation bug (Thanks Simon Bowden)
|
||||
|
@ -74,9 +76,8 @@ Changes for 0.1.11:
|
|||
slit: <texture option>
|
||||
slit.color: <color value>
|
||||
slit.colorTo: <color value>
|
||||
If slit isn't present in the theme the slit will fall back to
|
||||
Toolbar theme.
|
||||
|
||||
If slit isn't present in the theme it'll fall back to
|
||||
toolbar theme.
|
||||
*02/07/19:
|
||||
* Fixed slitlist bug
|
||||
Slit wasn't reading the entire line from slitlist.
|
||||
|
|
38
NEWS
38
NEWS
|
@ -1,13 +1,31 @@
|
|||
News in 0.1.10:
|
||||
* slit order, you can now order your apps in the slit,
|
||||
see documentation for more details
|
||||
* xsri target in bsetbg
|
||||
* language support in fluxbox-generate_menu: sv_SE, nl_NL, fi_FI, ru_RU
|
||||
News in 0.1.11:
|
||||
* Autogrouping:
|
||||
This will read groups from a file and auto group programs when
|
||||
they start.
|
||||
* Autogrouping-from-tab:
|
||||
This will allow you to popup the root menu, if you right click on the tab,
|
||||
and select an application and it'll start grouped to the tab.
|
||||
(note: this might interfere with the normal autogrouping in a bad way)
|
||||
* Two new themes: BlueNight and LemonSpace
|
||||
* Carry window across workspace with outlined mode.
|
||||
* Slit now has a theme option:
|
||||
slit: <texture option>
|
||||
slit.color: <color value>
|
||||
slit.colorTo: <color value>
|
||||
It will fall back to the toolbar theme if it doesn't find it.
|
||||
* ja_JP and fr_FR in fluxbox-generate_menu
|
||||
* New util: fbrun
|
||||
Which allows you to type a command and run it.
|
||||
* The window menu now pop up in iconbar when you right click on the icon.
|
||||
|
||||
Bug fixes:
|
||||
* [ 562882 ] "bbpager in slit doesn't work correctly".
|
||||
* [ 562713 ] "incorrect listings in workspace menu".
|
||||
* [ 554646 ] "Dialog boxes have tabs briefly"
|
||||
* [ 566277 ] "xine fullscreen causes hard X lockup"
|
||||
* [ 554218 ] "windows have wrong resizeableness"
|
||||
* Fixed bug [ 582574 ] borderless windows cant be horiz resized.
|
||||
* Fixed bug [ 600811 ] undefined keys messes up
|
||||
* Fixed bug [ 598490 ] misplaced parentrelative gives redrw prb
|
||||
* Fixed bug [ 586830 ] the clock now updates once per second.
|
||||
* Fixed bug [ 574717 ] restaring fluxbox should keep iconic.
|
||||
* Fixed "send to..." bug
|
||||
* Fixed slitlist bug
|
||||
* Fixed workspace name and the reassociation bug
|
||||
|
||||
See ChangeLog for details
|
||||
|
|
1
README
1
README
|
@ -53,6 +53,7 @@ A few extra notes:
|
|||
This software is OSI Certified Open Source Software.
|
||||
OSI Certified is a certification mark of the Open Source Initiative.
|
||||
|
||||
|
||||
Thanks:
|
||||
|
||||
Blackbox team
|
||||
|
|
1
TODO
1
TODO
|
@ -14,7 +14,6 @@
|
|||
Tab <-> Window
|
||||
Workspace <-> Window
|
||||
and more
|
||||
* Fix "no font" crash
|
||||
* Fix configurable toolbar
|
||||
so the user can configure toolbar in a config file
|
||||
* Toolbar shouldn't hide if its autohide and
|
||||
|
|
Loading…
Reference in a new issue