Updated Changelog, NEWS, man-pages for 1.3.4
This commit is contained in:
parent
cf56f32b29
commit
fe2d9476d5
23 changed files with 190 additions and 120 deletions
58
ChangeLog
58
ChangeLog
|
@ -1,5 +1,63 @@
|
|||
(Format: Year/Month/Day)
|
||||
|
||||
-----------------------------
|
||||
Changes for 1.3.4
|
||||
|
||||
*13/02/10:
|
||||
* More subtle brightening of colors
|
||||
* FbTk::FbTime::mono() yields microseconds since fluxbox started
|
||||
|
||||
*13/02/06:
|
||||
* Feature: Added 'LHalf' / 'RHalf' buttons for titlebar
|
||||
* Bugfix: Elliptic gradients are rendered correctly now
|
||||
* Bugfix: Avoid integer overflow for some gradients
|
||||
* Code optimization in texture rendering code (RAM, reduced branches)
|
||||
|
||||
*13/02/01:
|
||||
* Feature: Added 'ClientPatternTest' command to help debugging
|
||||
client patterns via 'fluxbox-remote'
|
||||
* Bugfix: Handle FbTk::Timers with equal end time correctly
|
||||
* Bugfix: Align ClockTool timers with system clock to trigger clock
|
||||
switches when the users expects them
|
||||
|
||||
*13/01/23:
|
||||
* Improved calculation of brighter colors
|
||||
|
||||
*13/01/20:
|
||||
* Added 'he_IL' translations (Thanks Genghis Khan)
|
||||
|
||||
*13/01/17:
|
||||
* Bugfix: Invert a texture correctly
|
||||
|
||||
*13/01/16:
|
||||
* Cleanup of build-system and .gitignore
|
||||
|
||||
*13/01/15:
|
||||
* Simplification of FbTK::Timer code
|
||||
|
||||
*13/01/13:
|
||||
* Simplification of FbTK::TextureRender code
|
||||
* Use the same lookup-tables for solid colors and gradient textures
|
||||
|
||||
*13/01/12:
|
||||
* Bugfix: Do not handle list of timers in place
|
||||
* Improved documentation of code
|
||||
|
||||
*13/01/10:
|
||||
* Including the code of the SystemTray into the binary is optional now
|
||||
* Reduce window-movement lagging on slower systems (Thanks Aymeric Vincent)
|
||||
|
||||
*13/01/02:
|
||||
* Build-system improvements (Thanks Sami Kerola)
|
||||
|
||||
*12/12/31:
|
||||
* Removed bashisms from fluxbox-generate_menu (Thanks Sami Kerola)
|
||||
|
||||
*12/12/30:
|
||||
* Build-system improvements (Thanks Sami Kerola)
|
||||
* Combile fix: forgotten parentheses in code for MacOS
|
||||
|
||||
|
||||
-----------------------------
|
||||
Changes for 1.3.3
|
||||
|
||||
|
|
33
NEWS
33
NEWS
|
@ -2,26 +2,19 @@ This is mostly a bug fix release. For a more complete list and detailed
|
|||
description of them see the documentation and ChangeLog.
|
||||
|
||||
General:
|
||||
* Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize
|
||||
methods
|
||||
* Added percentage values for commands such as ResizeWindow
|
||||
* Added style ressources 'menu.hilite.font', 'menu.hilite.justify'
|
||||
* Added 'OnTab' modifier for keys file
|
||||
* Added _MOTIF_WM_INFO atom to advertise motif capabilities
|
||||
* Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to
|
||||
client patterns
|
||||
* Added option to revert focus to previous window only on current head in
|
||||
a multi-monitor setup
|
||||
* Rewrite of FbTk::TextureRenderer (simpler code)
|
||||
* Improved building on Microsoft Windows
|
||||
* Added 'LHalf' / 'RHalf' titlebar buttons
|
||||
* Added 'ClientPatternTest' command for testing clientpatterns via
|
||||
fluxbox-remote
|
||||
* Added 'he_IL' translations
|
||||
|
||||
Critical Bugfixes in 1.3.3:
|
||||
* Use of monotonic increasing clock for timer, not affected by leap seconds etc.
|
||||
Critical Bugfixes in 1.3.4:
|
||||
* All timer based problems are fixed now
|
||||
* Fixed integer overflows for some gradient textures
|
||||
* Fixed compile issue on MacOS
|
||||
|
||||
Other Bugfixes:
|
||||
* Fixed placement off transient windows in a multi-monitor setup with 'holes'
|
||||
* Fixed usage of '~' as part of style filenames
|
||||
* Replaced (deprecated) XKeycodeToKeysym() with XkbKeycodeToKeysym()
|
||||
* Improved vertical alignment of text in decorations
|
||||
* Fixed compiler and code style issues
|
||||
* Updated italian translations
|
||||
* Correct renderinger of 'sunken' textures
|
||||
* Move windows without the lagging-behind-effect on slower machines
|
||||
* Improved color brightening in textures
|
||||
* Memory and other code improvements in texture rendering code
|
||||
* Fix build-system issues
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
dnl Initialize autoconf and automake
|
||||
AC_PREREQ(2.52)
|
||||
AC_INIT([fluxbox],
|
||||
[1.3.3],
|
||||
[1.3.4],
|
||||
[fluxbox-devel@lists.sourceforge.net],,
|
||||
[http://fluxbox.org/])
|
||||
AC_CONFIG_SRCDIR([src/fluxbox.cc])
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fbrun(1)
|
||||
========
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fbrun.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fbsetbg(1)
|
||||
==========
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fbsetbg.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fbsetroot(1)
|
||||
============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fbsetroot.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-apps(5)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fluxbox-apps.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-keys(5)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fluxbox-keys.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-menu(5)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fluxbox-menu.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-remote(1)
|
||||
=================
|
||||
Mark Tiefenbruck <mark@fluxbox.org>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fluxbox-remote.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-style(5)
|
||||
================
|
||||
Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fluxbox-style.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
@ -296,6 +296,10 @@ options. Have fun.
|
|||
window.stick.unfocus.pixmap: <filename>
|
||||
window.stuck.pixmap: <filename>
|
||||
window.stuck.unfocus.pixmap: <filename>
|
||||
window.lhalf.pixmap: <filename>
|
||||
window.lhalf.unfocus.pixmap: <filename>
|
||||
window.rhalf.pixmap: <filename>
|
||||
window.rhalf.unfocus.pixmap: <filename>
|
||||
window.title.focus: <texture type>
|
||||
window.title.focus.color: <color>
|
||||
window.title.focus.colorTo: <color>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox(1)
|
||||
==========
|
||||
Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: fluxbox.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
@ -1176,12 +1176,16 @@ may specify any number, space-delimited.
|
|||
+
|
||||
--
|
||||
The available options are:;;
|
||||
*Close* *Maximize* *MenuIcon* *Minimize* *Shade* *Stick*
|
||||
*Close* *Maximize* *MenuIcon* *Minimize* *Shade* *Stick* *LHalf* *RHalf*
|
||||
--
|
||||
+
|
||||
Default left: *Stick*
|
||||
+
|
||||
Default right: *Shade Minimize Maximize Close*
|
||||
+
|
||||
'LHalf' and 'RHalf' are buttons to quickly place a window into the left and
|
||||
right half of the current monitor.
|
||||
|
||||
|
||||
All of the 'location' resources following require a pathname to their specific
|
||||
files. This is where you can specify different files. Most of the defaults will
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
startfluxbox(1)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.3, 30 December 2012
|
||||
v1.3.4, 10 February 2013
|
||||
:man source: startfluxbox.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fbrun
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fbrun.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FBRUN" "1" "30 December 2012" "fbrun\&.txt" "Fluxbox Manual"
|
||||
.TH "FBRUN" "1" "10 February 2013" "fbrun\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fbsetbg
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fbsetbg.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FBSETBG" "1" "30 December 2012" "fbsetbg\&.txt" "Fluxbox Manual"
|
||||
.TH "FBSETBG" "1" "10 February 2013" "fbsetbg\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fbsetroot
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fbsetroot.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FBSETROOT" "1" "30 December 2012" "fbsetroot\&.txt" "Fluxbox Manual"
|
||||
.TH "FBSETROOT" "1" "10 February 2013" "fbsetroot\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fluxbox-apps
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fluxbox-apps.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FLUXBOX\-APPS" "5" "30 December 2012" "fluxbox\-apps\&.txt" "Fluxbox Manual"
|
||||
.TH "FLUXBOX\-APPS" "5" "10 February 2013" "fluxbox\-apps\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fluxbox-keys
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fluxbox-keys.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FLUXBOX\-KEYS" "5" "30 December 2012" "fluxbox\-keys\&.txt" "Fluxbox Manual"
|
||||
.TH "FLUXBOX\-KEYS" "5" "10 February 2013" "fluxbox\-keys\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fluxbox-menu
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fluxbox-menu.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FLUXBOX\-MENU" "5" "30 December 2012" "fluxbox\-menu\&.txt" "Fluxbox Manual"
|
||||
.TH "FLUXBOX\-MENU" "5" "10 February 2013" "fluxbox\-menu\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fluxbox-remote
|
||||
.\" Author: Mark Tiefenbruck <mark@fluxbox.org>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fluxbox-remote.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FLUXBOX\-REMOTE" "1" "30 December 2012" "fluxbox\-remote\&.txt" "Fluxbox Manual"
|
||||
.TH "FLUXBOX\-REMOTE" "1" "10 February 2013" "fluxbox\-remote\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fluxbox-style
|
||||
.\" Author: Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fluxbox-style.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FLUXBOX\-STYLE" "5" "30 December 2012" "fluxbox\-style\&.txt" "Fluxbox Manual"
|
||||
.TH "FLUXBOX\-STYLE" "5" "10 February 2013" "fluxbox\-style\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -316,6 +316,10 @@ window\&.stick\&.pressed\&.pixmap: <filename>
|
|||
window\&.stick\&.unfocus\&.pixmap: <filename>
|
||||
window\&.stuck\&.pixmap: <filename>
|
||||
window\&.stuck\&.unfocus\&.pixmap: <filename>
|
||||
window\&.lhalf\&.pixmap: <filename>
|
||||
window\&.lhalf\&.unfocus\&.pixmap: <filename>
|
||||
window\&.rhalf\&.pixmap: <filename>
|
||||
window\&.rhalf\&.unfocus\&.pixmap: <filename>
|
||||
window\&.title\&.focus: <texture type>
|
||||
window\&.title\&.focus\&.color: <color>
|
||||
window\&.title\&.focus\&.colorTo: <color>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: fluxbox
|
||||
.\" Author: Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: fluxbox.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "FLUXBOX" "1" "30 December 2012" "fluxbox\&.txt" "Fluxbox Manual"
|
||||
.TH "FLUXBOX" "1" "10 February 2013" "fluxbox\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -1966,6 +1966,8 @@ The available options are:
|
|||
\fBMinimize\fR
|
||||
\fBShade\fR
|
||||
\fBStick\fR
|
||||
\fBLHalf\fR
|
||||
\fBRHalf\fR
|
||||
.RE
|
||||
.sp
|
||||
Default left:
|
||||
|
@ -1973,6 +1975,11 @@ Default left:
|
|||
.sp
|
||||
Default right:
|
||||
\fBShade Minimize Maximize Close\fR
|
||||
.sp
|
||||
\fILHalf\fR
|
||||
and
|
||||
\fIRHalf\fR
|
||||
are buttons to quickly place a window into the left and right half of the current monitor\&.
|
||||
.RE
|
||||
.sp
|
||||
All of the \fIlocation\fR resources following require a pathname to their specific files\&. This is where you can specify different files\&. Most of the defaults will be located in the user\(cqs \fB~/\&.fluxbox\fR directory\&.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: startfluxbox
|
||||
.\" Author: Jim Ramsay <i.am@jimramsay.com>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 30 December 2012
|
||||
.\" Date: 10 February 2013
|
||||
.\" Manual: Fluxbox Manual
|
||||
.\" Source: startfluxbox.txt
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "STARTFLUXBOX" "1" "30 December 2012" "startfluxbox\&.txt" "Fluxbox Manual"
|
||||
.TH "STARTFLUXBOX" "1" "10 February 2013" "startfluxbox\&.txt" "Fluxbox Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue