Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-17 | build-sys: clean up .gitignore file | Sami Kerola | 1 | -2/+0 | |
2012-12-30 | prepared manpages for new release | Mathias Gumz | 10 | -51/+55 | |
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 | 4 | -23/+82 | |
2012-07-14 | rephrased documentation about font effects | Mathias Gumz | 1 | -19/+14 | |
2012-07-09 | fix documentation of TAB decoration mask | Mark Tiefenbruck | 3 | -23/+73 | |
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 | 16 | -32/+32 | |
2011-10-20 | fixed typo in startfluxbox manpage | 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 | 11 | -87/+138 | |
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 | 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 Russian translation of fluxbox(1). | Slava Semushin | 3 | -1255/+0 | |
Translation is out of date and may puzzles users. | |||||
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-27 | created manpages | Mathias Gumz | 2 | -7/+7 | |
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 | 3 | -3/+3 | |
2011-02-19 | updated documentation | Henrik Kinnunen | 10 | -690/+278 | |
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 | 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 | |