Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-28 | Add new focus model: StrictMouseFocus | Jim Ramsay | 2 | -7/+9 | |
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 | recreated the generated manpages | Mathias Gumz | 6 | -824/+54 | |
2010-01-14 | fixed spelling | Paul Tagliamonte | 3 | -4/+4 | |
2009-12-18 | implemented 'MoveN' and 'ClickN' support in keys file. | Mathias Gumz | 2 | -13/+40 | |
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 | 2 | -2/+7 | |
2009-06-28 | make Raise/LowerLayer accept integer argument for number of layers, default 2 | Mark Tiefenbruck | 2 | -2/+2 | |
2009-06-28 | allow 'Ctrl' and 'Alt' as modifiers in keys file | Mark Tiefenbruck | 2 | -222/+29 | |
2009-06-28 | change default toolbar head from 0 to 1 | Mark Tiefenbruck | 2 | -296/+143 | |
2009-05-27 | Added warning for "ChangeWorkspace" event | Jim Ramsay | 2 | -2/+24 | |
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 | 2 | -6/+9 | |
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 | 2 | -4/+8 | |
2009-05-26 | Updated formatting for RESOURCES and ENVIRONMENT | Jim Ramsay | 2 | -527/+932 | |
2009-05-26 | Added note on ChangeWorkspace | Jim Ramsay | 2 | -5/+19 | |
2009-05-26 | Small edits for consistency | Jim Ramsay | 20 | -283/+274 | |
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 | 5 | -62/+258 | |
2009-05-26 | Converted fbsetroot(1) to asciidoc format | Jim Ramsay | 5 | -119/+372 | |
2009-05-26 | Moved fbsetbg(1) to asciidoc format | Jim Ramsay | 5 | -124/+459 | |
2009-05-26 | Moved fbrun(1) to asciidoc format | Jim Ramsay | 5 | -74/+402 | |
2009-05-26 | Created fluxbox-menu(5) | Jim Ramsay | 14 | -1728/+2438 | |
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 | 5 | -16/+22 | |
This makes things a bit simpler and more generic. | |||||
2009-05-26 | Renamed fluxstyle(1) to fluxbox-style(5) | Jim Ramsay | 6 | -23/+29 | |
2009-05-26 | Added missing asciidoc manual attributes | Jim Ramsay | 5 | -727/+810 | |
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 | 2 | -604/+18 | |
This is now in its own man page, fluxbox-apps(5). | |||||
2009-05-26 | Added fluxbox-apps(5) manpage | Jim Ramsay | 10 | -288/+6170 | |
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. | |||||
2009-05-25 | don't try to install fbrun.1 twice. | Slava Semushin | 1 | -1/+1 | |
2009-03-04 | doc/ru/fluxbox.1.in: fixed typo (s/Remeber/Remember/). | Slava Semushin | 1 | -1/+1 | |
Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2008-10-19 | increase default size of toolbar and icon buttons | Mark Tiefenbruck | 2 | -9/+9 | |
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 | 3 | -70/+10 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 3 | -18/+0 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 3 | -36/+0 | |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 3 | -21/+0 | |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 5 | -1667/+6551 | |
2008-09-04 | turn on opaque window moving by default | Mark Tiefenbruck | 3 | -7/+7 | |
2008-09-02 | some documentation updates | Mark Tiefenbruck | 3 | -76/+8 | |
2008-09-01 | included some missing files in distribution | Henrik Kinnunen | 1 | -1/+1 | |
2008-08-22 | add -sync command line option for debugging X issues | Mark Tiefenbruck | 3 | -1284/+793 | |
2008-08-21 | add SendToNextHead/SendToPrevHead commands, plus some cleanup in ↵ | Mark Tiefenbruck | 2 | -2/+16 | |
CurrentWindowCmd | |||||
2008-08-20 | split documenation into different directories | Mathias Gumz | 10 | -4387/+5314 | |
2008-08-20 | create section 5 manpages as well | Mathias Gumz | 1 | -2/+6 | |
2008-08-20 | fixed some menu documentation | Mark Tiefenbruck | 3 | -32/+31 | |
2008-08-20 | fix match limits in apps file, plus some documentation | Mark Tiefenbruck | 5 | -180/+134 | |
2008-08-20 | add SetDecor key command | Mark Tiefenbruck | 2 | -22/+30 | |
2008-08-20 | make creating manpages easier | Mathias Gumz | 1 | -0/+19 | |
2008-08-19 | add [transient] tag to apps file to match transient windows | Mark Tiefenbruck | 3 | -104/+13 | |
2008-08-18 | update the manuals for previous commit | Mark Tiefenbruck | 4 | -21/+12 | |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 4 | -16/+43 | |
added left, right, top, and bottom center reference points | |||||
2008-08-18 | fix some defaults | Mark Tiefenbruck | 3 | -3/+3 | |