Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-03 | document iconified title deco | Thomas Lübking | 1 | -0/+6 | |
2016-08-26 | add autoraising to toolbar and slit | Thomas Lübking | 1 | -0/+20 | |
2016-08-26 | add support for artificial struts (per head) | Thomas Lübking | 1 | -0/+9 | |
Allows to maintain access to desktop fractions etc. against maximized windows. Also permits to OnToolbar clicks in this case, eg. to raise it. REQUEST: 150 | |||||
2016-07-03 | list strict mouse focus in FOCUS POLICY section | Thomas Lübking | 1 | -0/+2 | |
of man 1 fluxbox. BUG: 950 | |||||
2016-01-04 | Add documentation for edge snap feature when resizing. | Ulrich Eckhardt | 1 | -0/+8 | |
2015-02-08 | Prepare manpages for 1.3.7 | Mathias Gumz | 1 | -1/+1 | |
2015-02-05 | Update documentation to reflect menu search options | Mathias Gumz | 1 | -0/+11 | |
2015-01-22 | Update manpage to reflect -no-slit and -no-toolbar | Mathias Gumz | 1 | -0/+6 | |
2015-01-22 | Prepare 1.3.7 | Mathias Gumz | 1 | -1/+1 | |
2015-01-05 | Documentation: white-spaces and minor formatting | Mathias Gumz | 1 | -116/+116 | |
2015-01-03 | Update release version | Mathias Gumz | 1 | -1/+1 | |
2014-02-18 | Fix race condition on shutdown | Mathias Gumz | 1 | -3/+2 | |
This commit fixes primarily a race condition that occurs when xinit(1) shuts down: by not acting properly fluxbox gets caught in an infinite loop. It caused bug #1100. xinit(1) sends a SIGHUP signal to all processes. fluxbox tries to shutdown itself properly by shutting down workspaces and screens. While doing that, the Xserver might be gone already. Additionally, fluxbox used to restart() itself on SIGHUP, which is clearly not the right thing to do when xinit(1) is about to end the session. So, fluxbox does this: * handling SIGHUP now shuts down fluxbox without clearing workspaces and screens. * A 2 second alarm() is triggered in Fluxbox::shutdown() as a last resort * XSetIOErrorHandler() is used to recognize the disconnect from the xserver. * SIGUSR1 is for restarting fluxbox, SIGUSR2 for reloading the config * FbTk/SignalHandler.cc/hh is gone; this unused abstraction served currently no real purpose. Signal handling is now done in main.cc * Unrelated to the issue itself src/main.cc was trimmed down quite a bit and the code (responsible for handling the command line interface) was moved to src/cli* | |||||
2013-02-27 | Workspace switching on the toolbar via the mouse buttons | Soeren Beye | 1 | -2/+4 | |
2013-02-13 | Updated Changelog, NEWS, man-pages for 1.3.5Release-1_3_5 | Mathias Gumz | 1 | -1/+1 | |
2013-02-10 | Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4 | Mathias Gumz | 1 | -2/+6 | |
2012-12-30 | preparation of fluxbox 1.3.3 | Mathias Gumz | 1 | -1/+1 | |
2011-10-28 | Prepare 1.3.2 releaseRelease-1_3_2 | Mathias Gumz | 1 | -1/+1 | |
2011-09-14 | Documentation: fix default values of a couple more resources | Pavel Labath | 1 | -5/+5 | |
2011-09-14 | Documentation fix: default value of slit.placement resource was wrong | Pavel Labath | 1 | -1/+1 | |
2011-09-14 | Documentation mentions nonexisting resource: session.numLayers | Pavel Labath | 1 | -3/+2 | |
so I removed the obsolete line. | |||||
2011-09-02 | Rebuilding the fluxbox docs to change fix a small grammer mistake | Paul Tagliamonte | 1 | -4/+4 | |
Fluxbox's man page had "allows to", which should actually be something like "allows one to". The rest of the .ins were rebuilt as a result. No changes otherwise. | |||||
2011-04-03 | Fix assorted typos in manpages | Pavel Labath | 1 | -1/+1 | |
2011-03-19 | updated date of manpages | Mathias Gumz | 1 | -1/+1 | |
2011-03-18 | fix some escaping problems in the man pages | Mathias Gumz | 1 | -18/+19 | |
2010-08-22 | fixed spelling | Mathias Gumz | 1 | -1/+1 | |
2010-05-28 | Add new focus model: StrictMouseFocus | Jim Ramsay | 1 | -2/+4 | |
This is not actually implemented yet, but from now on, "MouseFocus" means: Focus follows mouse only when you are moving the mouse, any EnterNotify events caused by non-mouse operations (window closing, keycommands, changing desktops) will *not* shift focus And once fully-implemented, "StrictMouseFocus" will mean: Focus follows mouse on every EnterNotify event (except when the "ClientMenu" closes or during alt+tab window cycling) | |||||
2010-01-14 | fixed spelling | Paul Tagliamonte | 1 | -1/+1 | |
2009-06-28 | change default toolbar head from 0 to 1 | Mark Tiefenbruck | 1 | -1/+1 | |
2009-05-26 | Updated formatting for RESOURCES and ENVIRONMENT | Jim Ramsay | 1 | -262/+359 | |
2009-05-26 | Small edits for consistency | Jim Ramsay | 1 | -15/+16 | |
2009-05-26 | Created fluxbox-menu(5) | Jim Ramsay | 1 | -633/+629 | |
This separates the menu-syntax portions of fluxbox.txt out into its own man page, and includes a rather large rewrite of much of fluxbox.txt, as well as small improvements in other pages. | |||||
2009-05-26 | Renamed fluxstyle(1) to fluxbox-style(5) | Jim Ramsay | 1 | -4/+8 | |
2009-05-26 | Removed APPLICATIONS section from fluxbox(1) | Jim Ramsay | 1 | -179/+9 | |
This is now in its own man page, fluxbox-apps(5). | |||||
2008-10-19 | increase default size of toolbar and icon buttons | Mark Tiefenbruck | 1 | -2/+2 | |
2008-10-13 | merge menuDelay and menuDelayClose options | Mark Tiefenbruck | 1 | -14/+2 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 1 | -6/+0 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 1 | -12/+0 | |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 1 | -7/+0 | |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 1 | -20/+2 | |
2008-09-04 | turn on opaque window moving by default | Mark Tiefenbruck | 1 | -1/+1 | |
2008-09-02 | some documentation updates | Mark Tiefenbruck | 1 | -22/+2 | |
2008-08-22 | add -sync command line option for debugging X issues | Mark Tiefenbruck | 1 | -0/+3 | |
2008-08-20 | fixed some menu documentation | Mark Tiefenbruck | 1 | -10/+9 | |
2008-08-20 | fix match limits in apps file, plus some documentation | Mark Tiefenbruck | 1 | -70/+52 | |
2008-08-19 | add [transient] tag to apps file to match transient windows | Mark Tiefenbruck | 1 | -36/+5 | |
2008-08-18 | update the manuals for previous commit | Mark Tiefenbruck | 1 | -6/+3 | |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 1 | -5/+8 | |
added left, right, top, and bottom center reference points | |||||
2008-08-18 | fix some defaults | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-18 | add top, left, right, and bottom center tab placement options | Mark Tiefenbruck | 1 | -20/+2 | |
2008-08-06 | update manual for changes in slit placement | Mark Tiefenbruck | 1 | -8/+0 | |