Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-25 | minor cosmetics | Mathias Gumz | 3 | -9/+9 | |
2009-05-25 | minor cosmetics | Mathias Gumz | 2 | -2/+2 | |
2009-03-04 | src/TextDialog.cc: removed useless stdexcept header inclusion. | Slava Semushin | 1 | -1/+0 | |
No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead ↵ | Slava Semushin | 1 | -3/+5 | |
of self-written code. No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
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> | |||||
2009-03-04 | Renamed function svnversion() to gitrevision() because now we uses GIT. | Slava Semushin | 2 | -4/+4 | |
No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | .gitignore: added more files. | Slava Semushin | 1 | -6/+25 | |
Also sort file. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | Renamed .cvsignore to .gitignore | Slava Semushin | 1 | -0/+0 | |
Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | compilefix | Mathias Gumz | 1 | -1/+1 | |
2009-03-04 | buildfix: fluxbox didnt link when configured with --disable-remember | Mathias Gumz | 2 | -2/+6 | |
2009-03-04 | removed autogenerated file | Slava Semushin | 1 | -0/+0 | |
2009-03-04 | dont try to read file when they are actually a directory | Mathias Gumz | 1 | -9/+26 | |
2009-02-24 | remove unnecessary xpm.h include in imlib code | Mark Tiefenbruck | 1 | -2/+0 | |
2009-01-11 | fixed resize bug (caused by typo, see #2498507) | Peter Hercek | 1 | -1/+1 | |
2008-11-02 | don't reload keys file on modifier map events, just re-grab keys | Mark Tiefenbruck | 4 | -1/+11 | |
2008-10-19 | increase default size of toolbar and icon buttons | Mark Tiefenbruck | 4 | -11/+11 | |
2008-10-15 | unrevert 1fdef35e51 | Mark Tiefenbruck | 1 | -14/+0 | |
x Mathias should listen to me when I say "by the way, I know you liked the code I just removed; you should change your keys file to use :MacroCmd {Focus} {Raise} {StartMoving}". Behavior in 1.0.0 and previous was that alt+click would focus and raise, regardless of whether the window was moved or not. If mathias really wants his alt+drag to preserve stacking order, he should add Mouse<N>Move events to the keys file to distinguish moving from clicking. I've been planning on doing it anyway. | |||||
2008-10-15 | additional fix for the resize bug | Mathias Gumz | 1 | -1/+3 | |
2008-10-15 | reverted 1fdef35e51, added more info about that feature | Mathias Gumz | 1 | -0/+14 | |
2008-10-15 | don't allow resizing to negative dimensions | Mathias Gumz | 3 | -22/+34 | |
this fixes a problem when the user resizes a window over the opposite border. as a result a signed overflow occured which lead to quite huge windows. | |||||
2008-10-15 | ignore XRandr events that don't actually change the screen size | Mark Tiefenbruck | 6 | -22/+25 | |
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 | 9 | -96/+22 | |
2008-10-12 | focus window when done dragging to a new workspace with outline moving | Mark Tiefenbruck | 1 | -5/+3 | |
2008-10-09 | using namespace instead of a useless class | Mathias Gumz | 3 | -56/+21 | |
2008-10-09 | don't show window on new workspace when warping with outline moving | Mark Tiefenbruck | 3 | -53/+21 | |
2008-10-07 | show/hide tooltip if title length changes enough while mouse is over the ↵ | Mark Tiefenbruck | 1 | -8/+7 | |
iconbutton | |||||
2008-10-07 | fix windows mapping into IconicState again | Mark Tiefenbruck | 1 | -0/+3 | |
2008-10-07 | remove some unneeded code | Mark Tiefenbruck | 1 | -9/+0 | |
2008-10-07 | allow relative path for background images in style files | Mark Tiefenbruck | 4 | -19/+28 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 11 | -88/+4 | |
2008-10-05 | remove follow models | Mark Tiefenbruck | 8 | -194/+5 | |
2008-10-05 | remove line style resources from init file | Mark Tiefenbruck | 8 | -62/+2 | |
2008-10-05 | remove rootcommand from init file | Mark Tiefenbruck | 9 | -1715/+6557 | |
2008-10-05 | add a message to default init file explaining why there aren't any options there | Mark Tiefenbruck | 1 | -0/+3 | |
2008-10-04 | recognize --option in addition to -option for most things | Mark Tiefenbruck | 4 | -32/+34 | |