summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-25use current workspace in ClientPattern when client has no FbWindowMark Tiefenbruck1-6/+5
2009-05-28Cleaned up 'fbsetbg -h' outputJim Ramsay1-5/+9
2009-05-27Updated ChangeLogJim Ramsay2-0/+15
2009-05-27Added warning for "ChangeWorkspace" eventJim Ramsay2-2/+24
2009-05-26Merge branch 'mousefocus'Jim Ramsay5-3/+55
2009-05-26Removing improperly-added man pages.Jim Ramsay3-4490/+0
2009-05-26Don't complain on '-z' if there's no lastwallpaperJim Ramsay1-0/+4
2009-05-26Allow 'background: unset'Jim Ramsay3-6/+13
2009-05-26Error on incomplete MacroCmd key commandJim Ramsay1-7/+9
2009-05-26Exit loop for unterminated { } pairJim Ramsay1-1/+1
2009-05-26Added note about cancelling key chainsJim Ramsay2-4/+8
2009-05-26Updated formatting for RESOURCES and ENVIRONMENTJim Ramsay2-527/+932
2009-05-26Added note on ChangeWorkspaceJim Ramsay2-5/+19
2009-05-26Small edits for consistencyJim Ramsay20-283/+274
2009-05-26Added new 'make dist' target for ease in updating the manualsJim Ramsay3-6/+20
2009-05-26Converted startfluxbox(1) to asciidoc formatJim Ramsay5-62/+258
2009-05-26Converted fbsetroot(1) to asciidoc formatJim Ramsay5-119/+372
2009-05-26Moved fbsetbg(1) to asciidoc formatJim Ramsay5-124/+459
2009-05-26Moved fbrun(1) to asciidoc formatJim Ramsay5-74/+402
2009-05-26Created fluxbox-menu(5)Jim Ramsay14-1728/+2438
2009-05-26Process all asciidoc-generated man pages with sedJim Ramsay5-16/+22
2009-05-26Renamed fluxstyle(1) to fluxbox-style(5)Jim Ramsay6-23/+29
2009-05-26Added missing asciidoc manual attributesJim Ramsay5-727/+810
2009-05-26Removed APPLICATIONS section from fluxbox(1)Jim Ramsay2-604/+18
2009-05-26Added fluxbox-apps(5) manpageJim Ramsay10-288/+6170
2009-05-25don't try to install fbrun.1 twice.Slava Semushin1-1/+1
2009-05-25minor cosmeticsMathias Gumz3-9/+9
2009-05-25minor cosmeticsMathias Gumz2-2/+2
2009-05-06Force window borders to be opaque colorJim Ramsay2-1/+28
2009-05-06Fixed multi-screen setupJim Ramsay1-3/+3
2009-05-06Fix SystemTray owner window errorJim Ramsay1-6/+9
2009-05-06Let xcompmgr see client windows with ARGB visualsJim Ramsay4-11/+40
2009-03-09Ignore EnterNotify on workspace changeJim Ramsay1-0/+3
2009-03-04src/TextDialog.cc: removed useless stdexcept header inclusion.Slava Semushin1-1/+0
2009-03-04src/Keys.cc(deleteTree): use FbTk::STLUtil::destroyAndClearSecond() instead o...Slava Semushin1-3/+5
2009-03-04doc/ru/fluxbox.1.in: fixed typo (s/Remeber/Remember/).Slava Semushin1-1/+1
2009-03-04Renamed function svnversion() to gitrevision() because now we uses GIT.Slava Semushin2-4/+4
2009-03-04.gitignore: added more files.Slava Semushin1-6/+25
2009-03-04Renamed .cvsignore to .gitignoreSlava Semushin1-0/+0
2009-03-04compilefixMathias Gumz1-1/+1
2009-03-04buildfix: fluxbox didnt link when configured with --disable-rememberMathias Gumz2-2/+6
2009-03-04removed autogenerated fileSlava Semushin1-0/+0
2009-03-04dont try to read file when they are actually a directoryMathias Gumz1-9/+26
2009-02-27Ignore EnterNotify on Move or ResizeJim Ramsay1-0/+3
2009-02-27Ignore EnterNotify on LowerJim Ramsay1-0/+4
2009-02-27Ignore EnterNotify on UnmapJim Ramsay1-0/+5
2009-02-27Added facility to selectively ignore EnterNotify eventsJim Ramsay3-3/+40
2009-02-24remove unnecessary xpm.h include in imlib codeMark Tiefenbruck1-2/+0
2009-01-11fixed resize bug (caused by typo, see #2498507)Peter Hercek1-1/+1
2008-11-02don't reload keys file on modifier map events, just re-grab keysMark Tiefenbruck4-1/+11