Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-03 | Fix assorted typos in manpages | Pavel Labath | 5 | -18/+18 | |
2011-03-19 | updated date of manpages | Mathias Gumz | 9 | -9/+9 | |
2011-03-18 | fix some escaping problems in the man pages | Mathias Gumz | 2 | -22/+23 | |
2011-02-28 | Removed ONLINE DOCUMENTATION section from man pages. | Slava Semushin | 2 | -10/+0 | |
Because link in this section not available now. | |||||
2011-02-21 | cosmetic fix in fluxbox-keys | Mathias Gumz | 1 | -1/+1 | |
2011-02-21 | fix grammar | Mathias Gumz | 1 | -2/+2 | |
2011-02-20 | fix spelling | Paul Tagliamonte | 1 | -1/+1 | |
2011-02-03 | added documentation about the 'screen' client-pattern | Mathias Gumz | 1 | -0/+5 | |
2011-02-03 | allow to override 'FocusNewWindow' via .fluxbox/apps | Peter Hercek | 1 | -0/+4 | |
2010-09-17 | added 'ArrangeWindowsVertical' to actions | John K Pate | 1 | -4/+6 | |
2010-09-11 | added 'SetXProp' action and (@PROP=foo) clientpattern | Mathias Gumz | 2 | -0/+17 | |
these two allow 'tagging' of arbitrary windows with 'tags' (or 'labels'). such 'tagged' windows can then be used in ':NextWindow (@PROP=foo)' commands to quickly cycle through a subset of available windows. since the 'tags' are applied as real xproperties to a window they survive a restart of fluxbox or even another windowmanager. the user can also set the tags by using xprop(1). the next step regarding the UI should be to visualize the tags of a window. | |||||
2010-08-22 | fixed spelling | Mathias Gumz | 1 | -1/+1 | |
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz | 1 | -0/+3 | |
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 | 3 | -4/+4 | |
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz | 1 | -7/+15 | |
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent()) is disabled for now, should be added to fluxbox-update_configs | |||||
2009-12-16 | updated fluxbox-keys documentation, added 'Fullscreen' | Paul Tagliamonte | 1 | -0/+3 | |
2009-06-28 | make Raise/LowerLayer accept integer argument for number of layers, default 2 | Mark Tiefenbruck | 1 | -1/+1 | |
2009-06-28 | allow 'Ctrl' and 'Alt' as modifiers in keys file | Mark Tiefenbruck | 1 | -1/+1 | |
2009-06-28 | change default toolbar head from 0 to 1 | Mark Tiefenbruck | 1 | -1/+1 | |
2009-05-27 | Added warning for "ChangeWorkspace" event | Jim Ramsay | 1 | -0/+4 | |
2009-05-26 | Removing improperly-added man pages. | Jim Ramsay | 3 | -4490/+0 | |
These were leftovers from a marginally-botched rebase of my docs branch before pushing to the main tree. | |||||
2009-05-26 | Allow 'background: unset' | Jim Ramsay | 1 | -2/+5 | |
When a user sets 'background: none' it really means "Do not let themes touch the background I have already set with fbsetbg" -> It does still actually call fbsetbeg to re-assert the proper background. This new value 'unset' is for users who will use an alternate method to set their background (root-tail, xscreensaver, or whatever). It instructs fluxbox to *never* run fbsetbg. | |||||
2009-05-26 | Added note about cancelling key chains | Jim Ramsay | 1 | -1/+3 | |
2009-05-26 | Updated formatting for RESOURCES and ENVIRONMENT | Jim Ramsay | 1 | -262/+359 | |
2009-05-26 | Added note on ChangeWorkspace | Jim Ramsay | 1 | -3/+6 | |
2009-05-26 | Small edits for consistency | Jim Ramsay | 10 | -87/+127 | |
2009-05-26 | Added new 'make dist' target for ease in updating the manuals | Jim Ramsay | 3 | -6/+20 | |
2009-05-26 | Converted startfluxbox(1) to asciidoc format | Jim Ramsay | 2 | -1/+46 | |
2009-05-26 | Converted fbsetroot(1) to asciidoc format | Jim Ramsay | 2 | -1/+88 | |
2009-05-26 | Moved fbsetbg(1) to asciidoc format | Jim Ramsay | 2 | -1/+118 | |
2009-05-26 | Moved fbrun(1) to asciidoc format | Jim Ramsay | 2 | -1/+95 | |
2009-05-26 | Created fluxbox-menu(5) | Jim Ramsay | 7 | -655/+1012 | |
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 | Process all asciidoc-generated man pages with sed | Jim Ramsay | 1 | -6/+15 | |
This makes things a bit simpler and more generic. | |||||
2009-05-26 | Renamed fluxstyle(1) to fluxbox-style(5) | Jim Ramsay | 3 | -10/+14 | |
2009-05-26 | Added missing asciidoc manual attributes | Jim Ramsay | 3 | -454/+9 | |
Added :man source:, :man revision:, and :man manual: attributes to all remaining asciidoc manpages, and regenerated them with asciidoc-8.2.7 | |||||
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). | |||||
2009-05-26 | Added fluxbox-apps(5) manpage | Jim Ramsay | 7 | -75/+4854 | |
This now shares the CLIENT PATTERNS section in common with fluxbox-keys(5), so I split this out into a client-patterns.txt which is included by both fluxbox-apps.txt and fluxbox-keys.txt. | |||||
2008-10-19 | increase default size of toolbar and icon buttons | Mark Tiefenbruck | 1 | -2/+2 | |
2008-10-13 | remove doc/asciidoc/fluxbox.1 from index | Mark Tiefenbruck | 1 | -2810/+0 | |
2008-10-13 | merge menuDelay and menuDelayClose options | Mark Tiefenbruck | 2 | -42/+6 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 2 | -12/+0 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 2 | -24/+0 | |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 2 | -14/+0 | |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 4 | -1150/+4699 | |
2008-09-04 | turn on opaque window moving by default | Mark Tiefenbruck | 2 | -4/+4 | |
2008-09-02 | some documentation updates | Mark Tiefenbruck | 2 | -49/+5 | |
2008-08-22 | add -sync command line option for debugging X issues | Mark Tiefenbruck | 2 | -1281/+785 | |
2008-08-21 | add SendToNextHead/SendToPrevHead commands, plus some cleanup in ↵ | Mark Tiefenbruck | 1 | -0/+6 | |
CurrentWindowCmd | |||||
2008-08-20 | split documenation into different directories | Mathias Gumz | 10 | -4387/+5314 | |