aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetroot.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04Exceptions should be caught by reference.Ryan Pavlik1-1/+1
Found using cppcheck.
2011-10-21cosmeticsMathias Gumz1-6/+9
2011-10-21bugfix: fbsetroot needs to use 24bit visuals as wellMathias Gumz1-4/+9
12f44680dfefde602f3387c6d385f4c5e68990e4 introduced ARGB visuals. if fluxbox creates 32bit visuals for the container window or the root window: does not work.
2008-10-04recognize --option in addition to -option for most thingsMark Tiefenbruck1-12/+11
2008-01-14moved code a bit around, cleaned up some classesMathias Gumz1-0/+1
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2006-10-30Cosmetic patch from Slava Semushinmathias1-11/+14
2006-06-29compile fix for nls enabledsimonb1-0/+1
2006-06-29Make fbsetroot set one screen at a timemarkt1-118/+94
2006-06-29Fix fbsetroot segfault when DISPLAY unsetmarkt1-3/+7
2006-06-21Fix nls in fbsetroot.cc .markt1-4/+4
2006-03-14update copyright stringfluxgen1-1/+1
2006-02-16updated copyright infomathias1-1/+1
2006-02-01copyright fix, thanks php-coderfluxgen1-4/+3
2006-02-01copyrigth fix, thanks php-coderfluxgen1-5/+5
2005-07-12Renaming of 'bsetroot' to 'fbsetroot' (Mathias)mathias1-0/+427
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.