aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetroot.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-07-02Revert "bugfix: fbsetroot needs to use 24bit visuals as well"Thomas Lübking1-9/+4
This reverts commit 4f4d5e25d9a0cf1fc4c0d1a8b7777a560494b7a4. The patch resolved a problem introduced by the ::setDepth abuse in FbRootWindow, but this fails if the root window is *really* 32bit With commit dcdde4d, the broken workaround depth selection is no longer required. BUG: 1093
2015-01-31Improve I18n supportMathias Gumz1-1/+1
Among the first steps to produce better i18n support is to test the created translations adhoc without running "make install". To achieve this, fluxbox now honors several environment variables: - NLSPATH: fluxbox won't create the absolute path to the catalog and thus catopen() is free to use NLSPATH as described in the manpage. Example given: "/tmp/%N" will pick "/tmp/fluxbox.cat". %N refers to FLUXBOX_CATFILE. - FLUXBOX_CATFILE: By setting FLUXBOX_CATFILE the users can make fluxbox to use a different name for the catalog file. Default: "fluxbox.cat" - FLUXBOX_CATDIR: Per default fluxbox tries to find FLUXBOX_CATFILE at several places. Setting this environment variable allows to point fluxbox to a different search path for the catalog files. Then, fluxbox tries catopen() first without changing the deduced catalog file name. After that it applies some heuristics to get a good catalog file name.
2015-01-31Clean up FbTk::I18n APIMathias Gumz1-16/+4
Move private stuff into FbTk/I18n.cc.
2015-01-03Update release versionMathias Gumz1-1/+1
2014-04-11merge Sami Kerola's new build-systemMathias Gumz1-4/+0
2014-02-17update of copyright infoMathias Gumz1-1/+1
2013-05-26build-sys: include config.h to all files using automakeSami Kerola1-4/+0
Do not try to be too smart which compilations need config.h, as most of them will simply because of the config.h has information about system capabilities.
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.