Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-19 | Move the systray ordering documentation to the asciidoc file | Jan Sucan | 1 | -0/+8 | |
The .in file is generated from the .txt file. | |||||
2020-04-19 | Reformat a paragraph in doc/asciidoc/README.txt | Jan Sucan | 1 | -4/+3 | |
2020-04-19 | Update xmlto URL | Jan Sucan | 1 | -1/+1 | |
fedorahosted.org was retired on March 1st, 2017. | |||||
2019-04-22 | Fix menu docs, esp. items allowed in window menu | Glen Whitney | 1 | -5/+6 | |
2017-04-24 | fix manpage fluxbox-style | sillyslux | 1 | -1/+2 | |
removed: window.font as it seems to have no effect added: - window.label.focus.font - window.label.unfocus.font | |||||
2016-09-21 | document generic toolbar buttons | Thomas Lübking | 1 | -1/+18 | |
2016-09-21 | implement ON_SLIT actions | Thomas Lübking | 1 | -0/+3 | |
On the run, make it raise on left-clicks (like the toolbar) The enum already existed ;-) REQUEST: 113 | |||||
2016-09-11 | fix window placement documentation | Thomas Lübking | 1 | -0/+3 | |
2016-09-03 | document iconified title deco | Thomas Lübking | 1 | -0/+6 | |
2016-09-03 | Next|PrevWorkspace 0 toggles former Workspace | Thomas Lübking | 1 | -0/+2 | |
REQUEST: 185 also PATCH 92 | |||||
2016-08-30 | Add "Unclutter" command | Thomas Lübking | 1 | -0/+5 | |
Unclutter the desktop by using the MinOverlapPlacement for all matching windows. REQUEST: 248 | |||||
2016-08-27 | add apps key to ignore XSizeHints | Thomas Lübking | 1 | -0/+7 | |
BUG: 1075 | |||||
2016-08-26 | add functions to toggle slit/toolbar hidden | 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 commands to toggle toolbar and slit layer | Thomas Lübking | 1 | -0/+6 | |
toggle(Toolbar|Slit)Above toggles the resp. item between its regular and the AboveDock layer (ie. above everything, even visible on active fullscreen windows) Also required step for autoraising. REQUEST: 222 | |||||
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-23 | add support for dedicated completion data | Thomas Lübking | 1 | -0/+4 | |
This allows to complete random things, useful along the -print flag but also to limit the commands to those found my menumaker etc. | |||||
2016-07-23 | Allow to center fbrun | Thomas Lübking | 1 | -0/+3 | |
While any window can be centered using the apps file, fbrun can serve many purposes and sometimes (runner) makes sense being centered, sometimes (button/menu triggered input) near the mouse, sometimes ("application") regularily placed. REQUEST: 282 | |||||
2016-07-23 | add autocompletion support to fbrun | Thomas Lübking | 1 | -0/+3 | |
2016-07-03 | list strict mouse focus in FOCUS POLICY section | Thomas Lübking | 1 | -0/+2 | |
of man 1 fluxbox. BUG: 950 | |||||
2016-07-02 | document "transient" section | Thomas Lübking | 1 | -0/+9 | |
BUG: 1092 | |||||
2016-06-26 | document FocusProtection feature | Thomas Lübking | 1 | -0/+18 | |
2016-05-28 | document -preselect in fbrun manpage | Thomas Lübking | 1 | -0/+3 | |
2016-01-04 | Add documentation for edge snap feature when resizing. | Ulrich Eckhardt | 2 | -1/+15 | |
2015-02-08 | Prepare manpages for 1.3.7 | Mathias Gumz | 10 | -10/+10 | |
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 | 10 | -10/+10 | |
2015-01-14 | Fix broken formatting | Mathias Gumz | 1 | -1/+1 | |
2015-01-05 | Documentation: white-spaces and minor formatting | Mathias Gumz | 7 | -337/+337 | |
2015-01-03 | Remove unused code / option from FbRun | Mathias Gumz | 1 | -3/+0 | |
2015-01-03 | Update release version | Mathias Gumz | 8 | -8/+8 | |
2014-04-11 | merge Sami Kerola's new build-system | Mathias Gumz | 1 | -3/+17 | |
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-08-02 | Add support for stacked tiling via ArrangeWindows* | John Sennesael | 1 | -0/+17 | |
2013-05-26 | build-sys: move to non-recursive build | Sami Kerola | 1 | -3/+17 | |
This rather large change will attempts to make 'make' to work better. See excellent paper 'Recursive Make Considered Harmful' by Peter Miller for further explanation why several make files is worse than one for whole project. Note. The tests are build with 'make check' rather than defining TEST. Reference: http://miller.emu.id.au/pmiller/books/rmch/ Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html | |||||
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 | 10 | -11/+15 | |
2013-02-10 | Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4 | Mathias Gumz | 10 | -45/+53 | |
2013-01-17 | build-sys: clean up .gitignore file | Sami Kerola | 1 | -2/+0 | |
2012-12-30 | preparation of fluxbox 1.3.3 | Mathias Gumz | 10 | -10/+10 | |
2012-11-07 | Added documentation for 'OnTab' | Mathias Gumz | 1 | -0/+2 | |
2012-10-04 | Add support for nearest corner or edge resizing | Michael Abbott | 1 | -2/+10 | |
2012-08-03 | Add menu.hilite.font and menu.hilite.justify style resources | Vladimir A. Pavlov | 1 | -0/+2 | |
2012-07-14 | merge | Mathias Gumz | 2 | -5/+13 | |
2012-07-14 | rephrased documentation about font effects | Mathias Gumz | 1 | -19/+14 | |
2012-07-09 | fix documentation of TAB decoration mask | Mark Tiefenbruck | 1 | -5/+4 | |
2012-07-02 | add fullscreen, maximizedhorizontal, and maximizedvertical tests to ↵ | Mark Tiefenbruck | 1 | -0/+9 | |
ClientPattern | |||||
2012-04-06 | Allow percentage values for some Window commands | Lajos Koszti | 2 | -14/+22 | |
2011-10-28 | Prepare 1.3.2 releaseRelease-1_3_2 | Mathias Gumz | 8 | -8/+8 | |