From fe2d9476d5025048f45ea7535a8c7412daa50438 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Sun, 10 Feb 2013 12:57:21 +0100 Subject: Updated Changelog, NEWS, man-pages for 1.3.4 --- ChangeLog | 58 +++++++++++++++++++++++++++++++ NEWS | 33 +++++++----------- configure.ac | 2 +- doc/asciidoc/fbrun.txt | 2 +- doc/asciidoc/fbsetbg.txt | 2 +- doc/asciidoc/fbsetroot.txt | 2 +- doc/asciidoc/fluxbox-apps.txt | 2 +- doc/asciidoc/fluxbox-keys.txt | 2 +- doc/asciidoc/fluxbox-menu.txt | 2 +- doc/asciidoc/fluxbox-remote.txt | 2 +- doc/asciidoc/fluxbox-style.txt | 74 ++++++++++++++++++++------------------- doc/asciidoc/fluxbox.txt | 8 +++-- doc/asciidoc/startfluxbox.txt | 2 +- doc/fbrun.1.in | 4 +-- doc/fbsetbg.1.in | 4 +-- doc/fbsetroot.1.in | 4 +-- doc/fluxbox-apps.5.in | 4 +-- doc/fluxbox-keys.5.in | 4 +-- doc/fluxbox-menu.5.in | 4 +-- doc/fluxbox-remote.1.in | 4 +-- doc/fluxbox-style.5.in | 76 ++++++++++++++++++++++------------------- doc/fluxbox.1.in | 11 ++++-- doc/startfluxbox.1.in | 4 +-- 23 files changed, 190 insertions(+), 120 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9fd8e1d..a46d4c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,64 @@ (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 *12/12/30: diff --git a/NEWS b/NEWS index 5815ee2..022a003 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index 8962ba0..491ac16 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/asciidoc/fbrun.txt b/doc/asciidoc/fbrun.txt index 418abe6..fa4c706 100644 --- a/doc/asciidoc/fbrun.txt +++ b/doc/asciidoc/fbrun.txt @@ -1,7 +1,7 @@ fbrun(1) ======== Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fbrun.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fbsetbg.txt b/doc/asciidoc/fbsetbg.txt index 4590801..254f2e2 100644 --- a/doc/asciidoc/fbsetbg.txt +++ b/doc/asciidoc/fbsetbg.txt @@ -1,7 +1,7 @@ fbsetbg(1) ========== Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fbsetbg.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fbsetroot.txt b/doc/asciidoc/fbsetroot.txt index 9f79a23..01e909f 100644 --- a/doc/asciidoc/fbsetroot.txt +++ b/doc/asciidoc/fbsetroot.txt @@ -1,7 +1,7 @@ fbsetroot(1) ============ Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fbsetroot.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt index 08b0818..7382113 100644 --- a/doc/asciidoc/fluxbox-apps.txt +++ b/doc/asciidoc/fluxbox-apps.txt @@ -1,7 +1,7 @@ fluxbox-apps(5) =============== Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fluxbox-apps.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 00e4c39..a26af34 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt @@ -1,7 +1,7 @@ fluxbox-keys(5) =============== Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fluxbox-keys.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fluxbox-menu.txt b/doc/asciidoc/fluxbox-menu.txt index 3ce6a55..54c8a57 100644 --- a/doc/asciidoc/fluxbox-menu.txt +++ b/doc/asciidoc/fluxbox-menu.txt @@ -1,7 +1,7 @@ fluxbox-menu(5) =============== Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fluxbox-menu.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fluxbox-remote.txt b/doc/asciidoc/fluxbox-remote.txt index 61a901e..69c41f8 100644 --- a/doc/asciidoc/fluxbox-remote.txt +++ b/doc/asciidoc/fluxbox-remote.txt @@ -1,7 +1,7 @@ fluxbox-remote(1) ================= Mark Tiefenbruck -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fluxbox-remote.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt index 64d70d6..90d0db4 100644 --- a/doc/asciidoc/fluxbox-style.txt +++ b/doc/asciidoc/fluxbox-style.txt @@ -1,7 +1,7 @@ fluxbox-style(5) ================ Henrik Kinnunen -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: fluxbox-style.txt :man version: {revision} :man manual: Fluxbox Manual @@ -231,14 +231,14 @@ options. Have fun. window.bevelWidth: window.borderColor: window.borderWidth: - window.button.focus: - window.button.focus.color: - window.button.focus.colorTo: + window.button.focus: + window.button.focus.color: + window.button.focus.colorTo: window.button.focus.picColor: window.button.focus.pixmap: window.button.pressed: - window.button.pressed.color: - window.button.pressed.colorTo: + window.button.pressed.color: + window.button.pressed.colorTo: window.button.pressed.pixmap: window.button.unfocus: window.button.unfocus.color: @@ -251,13 +251,13 @@ options. Have fun. window.font: window.frame.focusColor: window.frame.unfocusColor: - window.grip.focus: - window.grip.focus.color: - window.grip.focus.colorTo: + window.grip.focus: + window.grip.focus.color: + window.grip.focus.colorTo: window.grip.focus.pixmap: - window.grip.unfocus: - window.grip.unfocus.color: - window.grip.unfocus.colorTo: + window.grip.unfocus: + window.grip.unfocus.color: + window.grip.unfocus.colorTo: window.grip.unfocus.pixmap: window.handle.focus: window.handle.focus.color: @@ -282,20 +282,24 @@ options. Have fun. window.label.unfocus.color: window.label.unfocus.colorTo: window.label.unfocus.pixmap: - window.label.focus.textColor: + window.label.focus.textColor: window.label.unfocus.textColor: - window.maximize.pixmap: + window.maximize.pixmap: window.maximize.pressed.pixmap: window.maximize.unfocus.pixmap: window.roundCorners: <{Top|Bottom}{Left|Right}> - window.shade.pixmap: - window.shade.pressed.pixmap: + window.shade.pixmap: + window.shade.pressed.pixmap: window.shade.unfocus.pixmap: - window.stick.pixmap: - window.stick.pressed.pixmap: + window.stick.pixmap: + window.stick.pressed.pixmap: window.stick.unfocus.pixmap: - window.stuck.pixmap: - window.stuck.unfocus.pixmap: + window.stuck.pixmap: + window.stuck.unfocus.pixmap: + window.lhalf.pixmap: + window.lhalf.unfocus.pixmap: + window.rhalf.pixmap: + window.rhalf.unfocus.pixmap: window.title.focus: window.title.focus.color: window.title.focus.colorTo: @@ -396,37 +400,37 @@ look just the way you want it. toolbar.borderColor: toolbar.borderWidth: toolbar.button.scale: - toolbar.color: - toolbar.colorTo: - toolbar.clock: + toolbar.color: + toolbar.colorTo: + toolbar.clock: toolbar.clock.borderColor: toolbar.clock.borderWidth: toolbar.clock.font: toolbar.clock.justify: <{Left|Right|Center}> - toolbar.clock.pixmap: - toolbar.clock.color: - toolbar.clock.colorTo: + toolbar.clock.pixmap: + toolbar.clock.color: + toolbar.clock.colorTo: toolbar.clock.textColor: toolbar.height: - toolbar.iconbar.focused: + toolbar.iconbar.focused: toolbar.iconbar.focused.color: toolbar.iconbar.focused.colorTo: toolbar.iconbar.focused.pixmap: - toolbar.iconbar.unfocused: + toolbar.iconbar.unfocused: toolbar.iconbar.unfocused.color: toolbar.iconbar.unfocused.colorTo: - toolbar.iconbar.unfocused.pixmap: - toolbar.iconbar.empty: - toolbar.iconbar.empty.color: - toolbar.iconbar.empty.colorTo: + toolbar.iconbar.unfocused.pixmap: + toolbar.iconbar.empty: + toolbar.iconbar.empty.color: + toolbar.iconbar.empty.colorTo: toolbar.iconbar.empty.pixmap: toolbar.iconbar.focused.borderColor: toolbar.iconbar.focused.borderWidth: toolbar.iconbar.unfocused.borderColor: toolbar.iconbar.unfocused.borderWidth: - toolbar.iconbar.borderColor: - toolbar.iconbar.borderWidth: - toolbar.iconbar.focused.font: + toolbar.iconbar.borderColor: + toolbar.iconbar.borderWidth: + toolbar.iconbar.focused.font: toolbar.iconbar.focused.justify: <{Left|Right|Center}> toolbar.iconbar.focused.textColor: toolbar.iconbar.unfocused.font: diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 1b42826..782aaae 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt @@ -1,7 +1,7 @@ fluxbox(1) ========== Henrik Kinnunen -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 diff --git a/doc/asciidoc/startfluxbox.txt b/doc/asciidoc/startfluxbox.txt index afaf2e1..934e016 100644 --- a/doc/asciidoc/startfluxbox.txt +++ b/doc/asciidoc/startfluxbox.txt @@ -1,7 +1,7 @@ startfluxbox(1) =============== Jim Ramsay -v1.3.3, 30 December 2012 +v1.3.4, 10 February 2013 :man source: startfluxbox.txt :man version: {revision} :man manual: Fluxbox Manual diff --git a/doc/fbrun.1.in b/doc/fbrun.1.in index df431d7..c9bf9ea 100644 --- a/doc/fbrun.1.in +++ b/doc/fbrun.1.in @@ -2,12 +2,12 @@ .\" Title: fbrun .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fbsetbg.1.in b/doc/fbsetbg.1.in index 6067b00..960520b 100644 --- a/doc/fbsetbg.1.in +++ b/doc/fbsetbg.1.in @@ -2,12 +2,12 @@ .\" Title: fbsetbg .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fbsetroot.1.in b/doc/fbsetroot.1.in index bc510c2..291baf0 100644 --- a/doc/fbsetroot.1.in +++ b/doc/fbsetroot.1.in @@ -2,12 +2,12 @@ .\" Title: fbsetroot .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fluxbox-apps.5.in b/doc/fluxbox-apps.5.in index 3339d1d..9734e1f 100644 --- a/doc/fluxbox-apps.5.in +++ b/doc/fluxbox-apps.5.in @@ -2,12 +2,12 @@ .\" Title: fluxbox-apps .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fluxbox-keys.5.in b/doc/fluxbox-keys.5.in index 88146e8..84d4e29 100644 --- a/doc/fluxbox-keys.5.in +++ b/doc/fluxbox-keys.5.in @@ -2,12 +2,12 @@ .\" Title: fluxbox-keys .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fluxbox-menu.5.in b/doc/fluxbox-menu.5.in index 7e1ee7e..25c1b33 100644 --- a/doc/fluxbox-menu.5.in +++ b/doc/fluxbox-menu.5.in @@ -2,12 +2,12 @@ .\" Title: fluxbox-menu .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fluxbox-remote.1.in b/doc/fluxbox-remote.1.in index fc9a5b0..5687446 100644 --- a/doc/fluxbox-remote.1.in +++ b/doc/fluxbox-remote.1.in @@ -2,12 +2,12 @@ .\" Title: fluxbox-remote .\" Author: Mark Tiefenbruck .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- diff --git a/doc/fluxbox-style.5.in b/doc/fluxbox-style.5.in index c2910c7..77c7918 100644 --- a/doc/fluxbox-style.5.in +++ b/doc/fluxbox-style.5.in @@ -2,12 +2,12 @@ .\" Title: fluxbox-style .\" Author: Henrik Kinnunen .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- @@ -251,14 +251,14 @@ Many, many things you can do with window design in fluxbox(1), below are your op window\&.bevelWidth: window\&.borderColor: window\&.borderWidth: -window\&.button\&.focus: -window\&.button\&.focus\&.color: -window\&.button\&.focus\&.colorTo: +window\&.button\&.focus: +window\&.button\&.focus\&.color: +window\&.button\&.focus\&.colorTo: window\&.button\&.focus\&.picColor: window\&.button\&.focus\&.pixmap: window\&.button\&.pressed: -window\&.button\&.pressed\&.color: -window\&.button\&.pressed\&.colorTo: +window\&.button\&.pressed\&.color: +window\&.button\&.pressed\&.colorTo: window\&.button\&.pressed\&.pixmap: window\&.button\&.unfocus: window\&.button\&.unfocus\&.color: @@ -271,13 +271,13 @@ window\&.close\&.unfocus\&.pixmap: window\&.font: window\&.frame\&.focusColor: window\&.frame\&.unfocusColor: -window\&.grip\&.focus: -window\&.grip\&.focus\&.color: -window\&.grip\&.focus\&.colorTo: +window\&.grip\&.focus: +window\&.grip\&.focus\&.color: +window\&.grip\&.focus\&.colorTo: window\&.grip\&.focus\&.pixmap: -window\&.grip\&.unfocus: -window\&.grip\&.unfocus\&.color: -window\&.grip\&.unfocus\&.colorTo: +window\&.grip\&.unfocus: +window\&.grip\&.unfocus\&.color: +window\&.grip\&.unfocus\&.colorTo: window\&.grip\&.unfocus\&.pixmap: window\&.handle\&.focus: window\&.handle\&.focus\&.color: @@ -302,20 +302,24 @@ window\&.label\&.unfocus: window\&.label\&.unfocus\&.color: window\&.label\&.unfocus\&.colorTo: window\&.label\&.unfocus\&.pixmap: -window\&.label\&.focus\&.textColor: +window\&.label\&.focus\&.textColor: window\&.label\&.unfocus\&.textColor: -window\&.maximize\&.pixmap: +window\&.maximize\&.pixmap: window\&.maximize\&.pressed\&.pixmap: window\&.maximize\&.unfocus\&.pixmap: window\&.roundCorners: <{Top|Bottom}{Left|Right}> -window\&.shade\&.pixmap: -window\&.shade\&.pressed\&.pixmap: +window\&.shade\&.pixmap: +window\&.shade\&.pressed\&.pixmap: window\&.shade\&.unfocus\&.pixmap: -window\&.stick\&.pixmap: -window\&.stick\&.pressed\&.pixmap: +window\&.stick\&.pixmap: +window\&.stick\&.pressed\&.pixmap: window\&.stick\&.unfocus\&.pixmap: -window\&.stuck\&.pixmap: -window\&.stuck\&.unfocus\&.pixmap: +window\&.stuck\&.pixmap: +window\&.stuck\&.unfocus\&.pixmap: +window\&.lhalf\&.pixmap: +window\&.lhalf\&.unfocus\&.pixmap: +window\&.rhalf\&.pixmap: +window\&.rhalf\&.unfocus\&.pixmap: window\&.title\&.focus: window\&.title\&.focus\&.color: window\&.title\&.focus\&.colorTo: @@ -430,37 +434,37 @@ toolbar\&.bevelWidth: toolbar\&.borderColor: toolbar\&.borderWidth: toolbar\&.button\&.scale: -toolbar\&.color: -toolbar\&.colorTo: -toolbar\&.clock: +toolbar\&.color: +toolbar\&.colorTo: +toolbar\&.clock: toolbar\&.clock\&.borderColor: toolbar\&.clock\&.borderWidth: toolbar\&.clock\&.font: toolbar\&.clock\&.justify: <{Left|Right|Center}> -toolbar\&.clock\&.pixmap: -toolbar\&.clock\&.color: -toolbar\&.clock\&.colorTo: +toolbar\&.clock\&.pixmap: +toolbar\&.clock\&.color: +toolbar\&.clock\&.colorTo: toolbar\&.clock\&.textColor: toolbar\&.height: -toolbar\&.iconbar\&.focused: +toolbar\&.iconbar\&.focused: toolbar\&.iconbar\&.focused\&.color: toolbar\&.iconbar\&.focused\&.colorTo: toolbar\&.iconbar\&.focused\&.pixmap: -toolbar\&.iconbar\&.unfocused: +toolbar\&.iconbar\&.unfocused: toolbar\&.iconbar\&.unfocused\&.color: toolbar\&.iconbar\&.unfocused\&.colorTo: -toolbar\&.iconbar\&.unfocused\&.pixmap: -toolbar\&.iconbar\&.empty: -toolbar\&.iconbar\&.empty\&.color: -toolbar\&.iconbar\&.empty\&.colorTo: +toolbar\&.iconbar\&.unfocused\&.pixmap: +toolbar\&.iconbar\&.empty: +toolbar\&.iconbar\&.empty\&.color: +toolbar\&.iconbar\&.empty\&.colorTo: toolbar\&.iconbar\&.empty\&.pixmap: toolbar\&.iconbar\&.focused\&.borderColor: toolbar\&.iconbar\&.focused\&.borderWidth: toolbar\&.iconbar\&.unfocused\&.borderColor: toolbar\&.iconbar\&.unfocused\&.borderWidth: -toolbar\&.iconbar\&.borderColor: -toolbar\&.iconbar\&.borderWidth: -toolbar\&.iconbar\&.focused\&.font: +toolbar\&.iconbar\&.borderColor: +toolbar\&.iconbar\&.borderWidth: +toolbar\&.iconbar\&.focused\&.font: toolbar\&.iconbar\&.focused\&.justify: <{Left|Right|Center}> toolbar\&.iconbar\&.focused\&.textColor: toolbar\&.iconbar\&.unfocused\&.font: diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 59bffa4..1d1f204 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in @@ -2,12 +2,12 @@ .\" Title: fluxbox .\" Author: Henrik Kinnunen .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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\&. diff --git a/doc/startfluxbox.1.in b/doc/startfluxbox.1.in index a182c26..09cbead 100644 --- a/doc/startfluxbox.1.in +++ b/doc/startfluxbox.1.in @@ -2,12 +2,12 @@ .\" Title: startfluxbox .\" Author: Jim Ramsay .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" 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 .\" ----------------------------------------------------------------- -- cgit v0.11.2